@charset "utf-8";

ul.option_menu{
	overflow:hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

ul.option_menu li{
	position:relative;
	background:#f3f3f3;
	width:49%;
	float:left;
	margin-top:1%;
	margin-bottom:1%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

ul.option_menu li:nth-child(2n+1){
	clear:both;
}

ul.option_menu li:nth-child(2n){
	margin-left:2%;
}

ul.option_menu li a{
	display:block;
	text-decoration:none;
    transition: all 0.4s;
	padding:15px 15px 55px;
}

ul.option_menu li a:hover{
	opacity:0.7;
}

ul.option_menu li a img{
	position:absolute;
}

ul.option_menu li a strong{
	display:block;
	padding:0 0 3px 85px;
	color:#010101;
	font-size:1rem;
}

ul.option_menu li a span{
	display:block;
	padding:0 0 0 85px;
	color:#6f6f81;
	font-size:0.8rem;
	line-height:1.3rem;
}

ul.option_menu  li a span.bt{
	display:block;
	text-align:center;
	font-size:1rem;
	letter-spacing:0.2rem;
	padding:6px 0 3px;
	line-height:100%;
	margin:10px 3.5% 0;
	font-family: 'Martel Sans', sans-serif;
    transition: all 0.4s;
	color:#9a9aa7;
	border:1px solid #9a9aa7;
	background:none;
	width:93%;
	text-decoration:none;
	position:absolute;
	bottom:15px;
	left:0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

ul.option_menu  li a:hover span.bt{
	color:#fff;
	border:1px solid #9a9aa7;
	background:#9a9aa7;
}

#catch{
	text-align:center;
	margin-bottom:30px;
}

#option{
	overflow:hidden;
}

#option .left{
	float:left;
	width:31%;
	margin-right:4%;
}

#option .left img{
	max-width:100%;
	width:auto;
	height:auto;
}

#option .right{
	float:right;
	width:65%;
}

#option .right table{
	width:100%;
}

#option .right table th{
	width:25%;
	text-align:center;
	padding:10px 0;
	background:#f1ece5;
	border-top:1px solid #cfcfcf;
	font-weight:bold;
	vertical-align: middle;
}

#option .right table td{
	vertical-align: middle;
	width:44%;
	padding:10px 3%;
	background:#f9f6f2;
	border-top:1px solid #cfcfcf;
}

#option .right table td span.small{
	font-size: .75rem;
	line-height: .8rem;
}

#option .right table tr:first-child th,
#option .right table tr:first-child td{
	border-top:none;
}

#option ul.about,
#option ul.about_single{
	padding-top:30px;
	clear:both;
	overflow:hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#option ul.about > li{
	width:48%;
	border:1px solid #dedede;
	padding:0 35px 20px;
	float:left;
    box-sizing: border-box;
}

#option ul.about_single li{
	width:100%;
	border:1px solid #dedede;
	padding:0 35px 20px;
    box-sizing: border-box;
}

#option ul.about > li:first-child{
	margin-right:4%;
}

#option ul.about li span.title{
	text-align:center;
	display:block;
	background:#c0e2e7;
	padding:3px 0;
	width:220px;
	margin:0 auto 20px;
}

#option ul.about_single li span.title{
	text-align:center;
	display:block;
	background:#c0e2e7;
	padding:3px 0;
	width:300px;
	margin:0 auto 20px;
}

#option ul.about li ul{
	width:95%;
	margin:0 auto;
}

#option ul.about li li{
	width:100%;
	float:left;
	padding:3px 0 0 24px;
	background:url(../img/common/check.png) no-repeat 0 7px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


#option ul.other {
	overflow:hidden;
	max-width:1068px;
	margin:0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#option ul.other li{
	width:32%;
	margin-bottom:10px;
	float:left;
	background:#fff;
	border:1px solid #cbcbce;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#option ul.other li div{
	display:table;
}

#option ul.other li div .img{
	display:table-cell;
	vertical-align:middle;
}

#option ul.other li div h4{
	display:table-cell;
	vertical-align:middle;
}

#option ul.other li:nth-child(3n-1){
	margin-left:2%;
	margin-right:2%;
}

#option ul.other li a{
	text-decoration:none;
	color:#333;
	padding:14px 10px 8px 14px;
	display:block;
	min-height:48px;
    transition: all 0.4s;
}

#option ul.other li a:hover{
	opacity:0.8;
}

#option ul.other li img{
	padding-right:10px;
}

#option ul.other li h4{
	font-family: 'Martel Sans', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing:0.1rem;
	font-size:1.1rem;
	color:#000;
	margin-left:90px;
	padding:5px 0 0;
}

#option ul.other li h4 span{
	font-size:1rem;
	display:block;
	margin-top:-0.3rem;
	color:#666;
	line-height:120%;
}

#option p.other{
	text-align:right;
	padding-top:5px;
}

.about_single table {
    border-collapse: collapse;
	width:50%;
    box-sizing: border-box;
	float: left;
    border-top:1px solid #ccc;
}

.about_single table:first-child {
	margin-right: -1px;
}

.about_single table th {
	padding:10px;
	background:#f1ece5;
	text-align:center;
	color:#000;
    border-collapse: collapse;
    border:1px solid #ccc;
	vertical-align:middle;
}

.about_single table td:nth-child(1) {
	width: 60%;
}

.about_single table td:nth-child(2) {
	width: 20%;
}

.about_single table td:nth-child(3) {
	width: 20%;
}

.about_single table td {
	padding:10px;
    border-collapse: collapse;
    border:1px solid #ccc;
	background:#fff;
	text-align:center;
	color:#6f6f81;
	font-size:0.8rem;
	vertical-align:middle;
    box-sizing: border-box;
}


@media only screen and (min-width: 1681px) {

}

@media only screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1260px) {

#option ul.other li{
	width:49%;
	margin:0 0 10px 0;
}

#option ul.other li:nth-child(3n-1){
	margin:0 0 10px 0;
}

#option ul.other li:nth-child(2n){
	margin:0 0 10px 2%;
}

}

@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 768px){

#option ul.about > li{
	width:100%;
	margin-top:20px;
}

#option ul.about > li:first-child{
	margin-right:0%;
}

#option ul.other li{
	width:100%;
	float:left;
	margin:10px 0 0 0;
}

#option ul.other li:nth-child(3n-1){
	margin:10px 0 0 0;
}

#option ul.other li:nth-child(2n){
	margin:10px 0 0 0;
}

ul.option_menu li{
	width:100%;
	margin-top:1%;
	margin-bottom:1%;
	min-height:100px;
}

ul.option_menu li:nth-child(2n){
	margin-left:0%;
}

.about_single table {
	width:100%;
	float: none;
}

.about_single table:first-child {
	margin-right: 0;
}

.about_single table:nth-child(2) {
	margin-top: -1px;
}

.about_single table:nth-child(2) tr:first-child {
	display: none;
}

#option ul.about_single li{
	width:100%;
	border:1px solid #dedede;
	padding:0 15px 15px;
    box-sizing: border-box;
}

#option ul.about_single li span.title{
	width:270px;
}

}

@media only screen and (max-width: 480px) {

#option .left{
	float:none;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
	text-align:center;
}

#option .left img{
	max-width:100%;
	width:auto;
	height:auto;
}

#option .right{
	float:none;
	width:100%;
}

#option ul.about li li{
	width:100%;
	float:none;
	padding:3px 0 0 24px;
}

#option ul.about li li:nth-child(2n){
	margin-left:0%;
}

#option .right table th{
	font-size: .8rem;
	width: 30%;
}

#option .right table td{
	font-size: .8rem;
	width: 24%;
}


}

@media only screen and (max-width: 320px) {

}
