/* CSS Document */

h3{
	margin-bottom: 38px;
}

h3.caption{
	margin-bottom: 15px;
}

h4{
	font-size: 20px;
	
	clear: both;
}

p.attention{
	padding: 0 0 60px 0;
    text-align: center;
}

.h_type03 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding-top: 4px;
    text-indent: 1em;
}

/* ~sp */
@media screen and (max-width: 767px) {
	.h_type03 span {
		text-indent: 0;
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
}



section .center{
	text-align: center;
	
	font-size: 16px;
}
section .type01{
	color: #ED7600;
	font-weight: bold;
}
section .type01.caption{
	display: inline-block;
	margin: 0 0 10px;
}

section .banner_box{
	margin: 0 0 30px;
}

.main .top_banner{
	/*display:none;*/
	
	margin-top: -10px;
	margin-bottom: 10px;
}

/*type*/

/*type01*/	

section .local_nav h4{
	padding-bottom: 16px;	
}

div.local_nav {
	padding: 5% 3% 1%;
}

section .local_nav .type_01{
	width: 640px;
	margin: 0 auto  30px;	
	
	display: block;
	
	border-bottom: 1px solid #EBEBEB;
}

.banner_2017box{
	margin: -20px 0 20px 0;
}

section .local_nav .type_01 span.icon_arrow03{
	background: url(../img/icon/icon_arrow03.png) no-repeat 0 50%;

	
	padding-left: 26px;

	font-size: 14px;
	font-weight: bold;	
}


section .local_nav .type_01 li{
	width: 320px;
	
	float: left;
	
}

section .local_nav .type_01 ul:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
} 

section .local_nav .type_01 li dt{
	line-height: 2.5rem;
	
	margin-left: -2px;
	
	text-align: center;
	
	border-radius: 3px;
	border-bottom: 2px #CA6500;
}


section .local_nav .type_01 li dl.open dt{	
	font-size: 16px;
	
	background: url(../img/icon/icon09_d.png) no-repeat 90% 50%;
	
	background-color: #EE7600;
	
}

section .local_nav .type_01 dl ul{		
	width: 250px;
	display: block;
	margin: 0 auto;
}

section .local_nav .type_01 li dl{
	cursor: pointer;
	
}
section .local_nav .type_01 li dl.close{
	border-color: #EBEBEB;
	background-color: #EBEBEB;
}

section .local_nav .type_01 li dl.close dt{
	font-size: 16px;

	background: url(../img/icon/icon09_h.png) no-repeat 90% 50%;
	
	background-color: #EBEBEB;
}

section .local_nav .type_01 li dl{
	width: 304px;
	
	margin-top: 20px;
	
	border: 2px #EE7600 solid;
	border-top: none;
	border-radius: 6px 6px 0px 0px;
}

section .local_nav .type_01 dt {
	color: #FFF;
	text-decoration: none;
	
	display: block;	
}
section .local_nav .type_01 li dd{
	background-color: #FFF;
}

section .local_nav .type_01 li dd li{
	width: 250px;
	height: 2.7rem;
	
	margin: 0 auto;
	
	line-height: 2.7rem;
	text-align: center;
	
	border-bottom: 1px solid#E6E6E6 ;
	
}
section .local_nav .type_01 li dd li a{

	text-decoration: none;
	display: block;
}

section .local_nav dl.etc{
	width: 640px;
	margin: 0 auto 18px;	

	display: block;
	
	overflow: hidden;
}
section .local_nav dl.etc.clear{
	clear: both;
}

section .local_nav dl.etc dt{
	margin-bottom: 15px;
}

section .local_nav dl.etc dd{
	width: 203px;
	height: 3rem;
	
	margin-right: 15px;
	margin-bottom: 16px;

	float: left;
	
	text-align: center;
	line-height: 3rem;
	

}

section .local_nav dl.etc dd a{
	padding-top: 5px;
	
	display: block;
	
	color: #878787;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

	background-color: #EBEBEB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 6px;
	border-bottom: 1px solid #CBCBCB;
}


section .local_nav .edge,
section .local_nav dl.etc dd.edge{
	margin-right: 0px;
}



section .local_nav dl.etc.types{
	width: 49%;
	float: left;
	margin-right: 2%;
}		

section .local_nav dl.etc.types:nth-child(2){
	margin-right: 0;	
}

section .local_nav dl.etc.types dd{
	width: 100%;
}
section .local_nav dl.etc.types dd a{
	font-size: 16px;
}






.select-box {
    width: 100%;
    margin: -20px 0 20px;
    box-sizing: border-box;
    position: relative;
    padding-right: 20%;
}
.select-box:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.select-box .input-side {width: 55%;}
.select-box .photo-side {
    width: 40%;
}
.select-box .photo-side div {
	display: none;
	margin: 0;
}
.select-box .photo-side .b6eco {
	display: block;
}
.select-box .photo-side div img {
	width: 100%;
	display: block;
}
.select-box .photo-side div span {
	display: block;
	text-align: center;
	border: solid 1px #c4c4c4;
	border-top: 0;
	line-height: 3;
	font-size: 1.2rem;
}








section #click_box{
	border-radius: 3px 3px 3px 3px;
	background: #13B3B7;
	padding: 14px 10px 14px 20px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	width: 100%;
}

section #click_box span{
	position: relative;
	color: #fff;
	font-weight:bold;
	font-size: 1.6rem;
	padding-left: 20px;
	display: block;
}
section #click_box span:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(135deg);
}





section .hidden_box{
	margin-bottom:36px;
}

section #type_box:after{clear:both;content:"";height:0;display:block;}

section #type_serect{
	float: right;
	text-align: right;
	margin-top: -40px;
	margin-bottom: 5px;
	margin-right: 25px;
	font-size: 1.5rem;
	letter-spacing: 0;
}section #type_serect a {
	/* color: #aaa; */
}

/* ~ipad pro */
@media screen and (max-width: 1024px) {
	section #type_serect {
		float: none;
		margin: 20px 0 0;
		text-align: left;
	}
}

section #type_box{
	width: 100%;
	/* height: 326px; */
	background-color: rgba(0,0,0,0.85);
	padding: 34px 20px 24px;
	position: absolute;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	display: none;
}

section #type_box dt{
	background-image: url(../img/icon/icon012.png);
	background-repeat: no-repeat;
	background-position: 1px 12px;
	padding-left: 27px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

section #type_box dd{
	color: #fff;
	background-repeat: no-repeat;
	background-position: 1px 13px;
	width: 20%;
	margin: 0 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .3s;
}
section #type_box dd img {
	transition: all .3s;
}

/* hover */
@media screen and (min-width: 1024px) {
	section #type_box dd:hover img {
		opacity: .7;
	}
	section #type_box dd:hover span {
		color: #ed750f;
	}
}


section #type_box dd img {
    width: 98%;
    margin-bottom: 3px;
}
section #type_box dd span {
	display: block;
	font-size: .8rem;
	line-height: 1.6;
	padding: 0 6px;
}

section .b_roku{
	line-height: 2.5;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

section .ring_type{
	float: right;
	margin-right: 115px;
	line-height: 2.5;
}

section .ring{
	line-height: 2.5;
	margin-right: 101px;
}

section .ring:after{clear:both;content:"";height:0;display:block;}

section #type_box .opacity{
	opacity:1;

}

section .other{
	line-height: 2.5;
	margin-top: 171px;
	padding-left: 26px;
}

section #type_box .other dd{
	float:left;
}

section #type_box .other:after{clear:both;content:"";height:0;display:block;}

section #type_box .other dd:nth-child(1){
	
}

section #type_box .other dd:nth-child(2){
	margin-right: 59px;
}

section #type_box .other dd:nth-child(3){
	margin-right: 59px;
}

section #type_box .other dd:nth-child(4){
	
}

section #type_box .other dd:nth-child(5){
	margin-right: 54px;
}

section #type_box .other dd:nth-child(6){
	margin-right: 30px;
}


@media screen and (max-width:767px){

	section #type_box dt{
		background-position: 1px 46%;
	}

}



/*BUTTONNSSSSS*/

section .local_nav dl.etc dd a.off:hover,
section .local_nav .type_02 ul li.close:hover{
	color: #F79B02;
	font-weight: bold;
}

section .local_nav dl.etc dd a.on{
	background: #F79B02;
	border-bottom: 1px solid #DF6B02;
	color: #fff;
}

section div.print_zone{
	display: none;
}

section .local_nav table.data,
section .local_nav table.order {
	display: none;
}

/*type02*/	

section .local_nav .type_02 ul{
	margin-top: -11px;
}


section .local_nav .type_02 ul li{
	width: 32%;
	height: 3.1rem;
	line-height: 3.1rem;
	float: left;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	/*float: left;*/
	color: #FFF;
	border-radius: 3px;
	margin-right: 2%;
}

section .local_nav .type_02 ul li.open{
	padding: 10px 0;
	margin-bottom: 30px;
	font-weight: bold;
	background: #F79B02;
	border-bottom: 1px solid #DF6B02;
	position: relative;
}

section .local_nav .type_02 ul li.close{
	padding: 10px 0;
	font-weight: bold;
	color: #868686;
	background-color: #EBEBEB;
	border-bottom: 1px solid #CBCBCB;
}

section .local_nav .type_02 ul li:nth-child(even){}

section .local_nav .type_02 ul li:last-child{
	margin-right: 0;
}

section .local_nav .type_02 ul li a{
	color: #FFF;
	text-decoration: none;
}

section .local_nav .type_02 ul li.open:after {
	content: " ";
	background: url("../../../img/price/icon/h2_arrow.png") no-repeat 50% 0;
	width: 100%;
	height: 9px;
	display: block;
	position: absolute;
	bottom: -9px;
}




section .local_nav .type_02 .caption {
    margin: 0;
    /* color: #ed750f; */
    font-size: 2rem;
    margin-bottom: 8px;
}

section .local_nav .type_02 ul.option-list {
    margin: 0 auto 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F5F5F5;
    padding: 25px 34px;
}

/* ~sp */
@media screen and (max-width: 767px) {
	section .local_nav .type_02 ul.option-list {
	    flex-direction: column;
	}
}

section .local_nav .type_02 ul.option-list li {
    color: #000;
    float: none;
    width: 50%;
    height: auto;
    font-size: 1.6rem;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 0;
    border: 0;
    vertical-align: top;
    line-height: 1.4;
    padding: 8px 0;
    pointer-events: none;
    text-indent: -1em;
    padding-left: 1em;
    background-color: transparent;
    margin: 0;
}

/* ~sp */
@media screen and (max-width: 767px) {
	section .local_nav .type_02 ul.option-list li {
		width: 100%;
		margin: 0;
	}
}
section .local_nav .type_02 ul.option-list li:nth-child(even) {
	margin: 0;
}

section .local_nav .type_02 ul.option-list li:before {
	content: "●";
	color: #05B9BE;
}










section .local_nav table{
	color: #383333;
	clear: both;
	border: 1px solid #EEE;
	width: 100%;
}

section .local_nav table.price_list th{
	font-size: 16px;
	
	text-align: center;
	
	height: 34px;
	line-height: 34px;
	
	background: #FAFAFA;
	border: 1px solid #D1D1D1; 
}
section .local_nav table.price_list td{
	width: 126px;
	
	text-align: center;

	height: 43px;
	line-height: 43px;
	
	border: 1px solid #D1D1D1; 
}	

section .local_nav table .gray_line td{
	background: #F2F2F2;
	font-size: 14px;
	font-weight: bold;
}

section .local_nav table .pink_line.nomal td{
	background: #FCEBD9;
}

section .local_nav table .nomal td{
	height: 43px;
	line-height: 43px;
}


section .local_nav table.price_list{
	/* margin-bottom: 30px; */
}

section .local_nav table.price_list_s{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0;
}

section .local_nav table.price_list_s td{
	width: 126px;
	padding-left: 17px;
	text-align: left;

	height: 43px;
	line-height: 43px;
	
	border: 1px solid #D1D1D1; 
}
section .local_nav table.price_list_s td.space{
	line-height: 19px;
	padding: 11px 0 5px 17px;
}
section .local_nav table.price_list_s td span{
	line-height: 1.6;
	display: block;
	padding: 16px 0;
}


section .local_nav .caution{
	/* width: 580px; */
	padding: 30px 30px;
	margin-bottom: 40px;
	background: #F5F5F5;
}

section .local_nav .caution .align_left{
	width: calc( 100% - 250px );
	margin-top: 6px;
	padding-left: 14px;
	line-height: 26px;
	float: left;
	font-size: 1.4rem;
}

section .local_nav .caution .align_left span{
	font-size: 14px;
	color: #EB7600;
}


section .local_nav .caution  .align_right{
	width: 205px;
	float: right;
}

section .local_nav .caution:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
} 

section .local_nav .caution  .align_right img{
	width: 100%;	
	margin-top: 8px;
	margin-bottom: 10px;
}

section .local_nav .caution  .align_right a{
	font-size: 14px;
	text-align: center;

	display: block;
}






/*include*/	
section .local_nav.include{
	margin-bottom: 7%;
}

section .local_nav.include ul{
	width: 640px;
	margin: 0 auto 20px;
	display: block;
}

section .local_nav.include ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	/* margin-bottom: 35px; */
} 

section .local_nav.include ul li{
	position: relative;
	width: 144px;
	margin-right: 13px;
	margin-bottom: 13px;
	height: 113px;
	text-align: center;
	float: left;
	background-color: #FFFAEA;
	border: 3px solid #FFD02F;
	border-radius: 5px;
}

section .local_nav.include ul li.last_one{
	margin-right: 0px;
}

section .local_nav.include dl {
	position: absolute;
	top: 52%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

section .local_nav.include dt {
	text-align: center;
	padding-bottom: 14px;
}section .local_nav.include dt img {
	display: inline-block;
}
section .local_nav.include dd {
	line-height: 1;
}






section .local_nav.include .description{
	margin-bottom: 14px;

	font-size: 18px;
	font-weight: bold;
	
	text-align: center;
}


section .local_nav.include .btn_center, section .btn{
	width: 420px;
	margin: 0 auto;
	margin-bottom: 30px;
	height: 64px;
	
	line-height: 64px;
	text-align: center;
	
	display: block;
	
	border-radius: 4px;
	border-bottom: 1px solid #EB2914;
	background: url(../img/icon/icon10_d.png) no-repeat 94% 50% #F17567;
}

section .local_nav.include .btn_center:hover, .btn:hover{
	background-color: #F38E83;
}

section .local_nav.include .btn_center a, .btn a{
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	
	text-decoration: none;
}



/*cando*/

section .local_nav .cando{
	width: 640px;
	margin: 0 auto;	
	padding-bottom: 40px;
	margin-bottom: 40px;
	
	border-bottom: 1px solid #EEE;
}

section .local_nav .cando:last-child{
	border-bottom: none;	
}

section .local_nav .cando .font_bl{
	margin-top: 3px;
	margin-bottom: 20px;
	text-align: center;
	color: #05B9BE;
	font-size: 18px;
	font-weight: bold;
}

section .local_nav .cando .inner{
	width: 562px;
	padding: 25px 39px 14px;
	margin-bottom: 35px;
	background-color: #F5F5F5;
}

section .local_nav .cando .inner:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;
} 


section .local_nav .cando .inner ul{
	font-size: 16px;	
	float: left;
}

section .local_nav .cando .inner ul li{
	margin-bottom: 14px;
}

section .local_nav .cando ul.first{
	margin-right: 40px;	
}

section .local_nav .cando ul.second{
	margin-right: 54px;	
}


@media screen and (max-width: 1023px) {
	section .local_nav .cando .inner ul{
    float: none;
}
	section .local_nav .cando ul.first{}
	section .local_nav .cando ul.second{}
}



section .local_nav .cando .icon_bl{
	color: #05B9BE;
	padding-right: 4px;
}

section .local_nav .cando .btn_center{		
	width: 410px;
	margin: 0 auto;
	
	display: block;
}

section .local_nav .cando .btn_center.second{   
	margin-bottom: -38px;
}


section p.btn, .btn.second{
	width: 320px;
	
	float: left;   
	background: url(../img/icon/icon10_d.png) no-repeat 97% 50% #F17567;
}
section p.btn{
	margin-left: 25px;
	margin-top: 29px;
	margin-bottom: 65px;
}

section p.btn a, .btn.second{
	font-size: 18px;
}

section p.btn.second{
	background-color: #EE7600;
}

section p.btn.second:hover{
	background-color: #FF8C1A;
}






/*champain*/


section .btn_center {
	margin: 2% auto 5%;

	display: table;

	clear: both;
}

section .btn_center.bottom{
	margin-bottom: 0px;
}

section p.center{
	text-align: center;
}

section .btn_center.wide{
	margin-bottom: 9%;
}

section p.wide{
	margin: 4% 0;
}

section div.contact{
	width: 640px;
	margin: 7% auto 29%;
}

section div.contact .phone{
	padding-left: 4%;

	float: left;

	background:url(../img/icon/icon011.png) no-repeat 0% 9%;

	
}

section div.contact .phone p{
	font-size: 30px;
	font-weight: bold;
	color: #000;

	line-height: 26px;
}

section div.contact .phone span{
	font-weight: normal;
}

section div.contact .right_btn{
	margin-left: 4%;

	float: left;
}




@media screen and (max-width:768px){


	h3{
		margin-bottom: 15px;
	}
	h4{
		font-size: 16px;
		font-weight: bold;
		clear: both;
		line-height: 150%;
	}
	section .type01.caption{
		display: inline-block;
		margin: 0 0 10px;
		line-height: 150%;
	}



	section #click_box{}

	
	section .hidden_box{
		margin-bottom: 16px;
		/* position: relative; */
	}
	section #type_serect{
		float: none;
		text-align: right;
		margin-top: 8px;
		margin-bottom: 5px;
		margin-right: 25px;
		font-size: 14px;    
		display: block;
    	padding: 10px 0;
	}
	/*type02*/	

	section .local_nav .type_02 ul{
		margin-top: 0;
	}


	section .local_nav .type_02 ul li{
		width: 100%;
		height: 3.1rem;
		line-height: 3.1rem;
		float: left;
		font-size: 18px;
		text-align: center;
		cursor: pointer;
		/*float: left;*/
		margin-bottom: 30px;
		color: #FFF;
		border-radius: 3px;
	}

	section .local_nav .type_02 ul li.open{
		padding-top: 5px;
		font-weight: bold;
		background: #F79B02;
		border-bottom: 1px solid #DF6B02;
		position: relative;
		/* box-sizing: border-box; */
		width: 100%;
	}


	section .local_nav .type_02 ul li:nth-child(even){
		margin-left: 0;
		border-bottom: 1px solid #CBCBCB;
	}

	section div.print_zone{
		overflow-x: auto;
	}

	section .local_nav table{
		color: #383333;
		clear: both;
		border: 1px solid #EEE;
		width: 100%;
		width: 638px;
	}

	section .local_nav table.price_list_s{
		width: 638px;
		margin-bottom: 30px;
		margin-top: 41px;
	}


	section .local_nav .caution{
		width: 638px;
		padding: 10px 20px 40px;
		margin-bottom: 40px;
		background: #F5F5F5;
		box-sizing: border-box;
	}

	section .local_nav .caution .align_left{
		/* width: 100%; */
		margin-top: 6px;
		padding-left: 0;
		line-height: 26px;
		/* float: none; */
	}


	section .local_nav .caution  .align_right{
		width: 205px;
		/* float: none; */
		/* margin: 0 auto; */
	}

	section .local_nav.include ul{
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	section .local_nav.include ul li{
		width: 46%;
		margin-right: 4%;
		margin-bottom: 13px;
		height: 113px;
		/* line-height: 120px; */
		text-align: center;
		float: left;
		background-color: #FFFAEA;
		border: 3px solid #FFD02F;
		border-radius: 5px;
		box-sizing: border-box;
	}

	section .local_nav.include ul li:nth-child(2n){
		margin-right: 0;
	}

	section .local_nav.include .btn_center, section .btn{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
		height: auto;
		line-height: 64px;
		text-align: center;
		display: block;
		border-radius: 4px;
		border-bottom: 1px solid #EB2914;
		background: url(../img/icon/icon10_d.png) no-repeat 94% 50% #F17567;
	}

	section .local_nav.include .btn_center a, .btn a{
		font-size: 18px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}

	section .local_nav .cando .btn_center img,
	section .local_nav .cando .btn_center.second img{
		width: 100%;
		height: auto;
	}



	/*cando*/

	section .local_nav .cando{
		width: 100%;
		margin: 0 auto;
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px solid #EEE;
	}

	section .local_nav .cando .inner{
		width: 100%;
		padding: 20px;
		margin-bottom: 35px;
		background-color: #F5F5F5;
		box-sizing: border-box;
	}


	section .local_nav .cando ul.first{
		margin-right: 0;
	}

	section .local_nav .cando ul.second{
		margin-right: 0;
	}

	section .local_nav .cando .btn_center{
		width: 100%;
		margin: 0 auto;
		display: block;
	}



	section p.btn, .btn.second{
		width: 100%;
		float: none;
		background: url(../img/icon/icon10_d.png) no-repeat 97% 50% #F17567;
	}
	section p.btn{
		margin: 0 auto;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 18px;
		text-align: center;
	}
	section p.btn.second{
		background-color: #EE7600;
		margin-bottom: 50px;
	}


	section #type_box{
	padding: 20px;
	}

	section .b_roku{
		/* float: none; */
		/* margin-left: 0; */
		/* line-height: 2.5; */
	}

	section #type_box dd {
    /* width: 49%; */
}

	section .ring_type{
		float: none;
		margin-right: 0;
		line-height: 2.5;
	}

	section .other{
		line-height: 2.5;
		margin-top: 0;
		padding-left: 0;
	}

	section #type_box .other dd{
		float: none;
	}

	section #type_box .other dd:nth-child(2){
		margin-right: 0;
	}

	section #click_box span{
		font-size: 15px;
	}

}






@media screen and (max-width:767px){
	.select-box {
		width: 100%;
		margin:8px 0 20px;
	}
	.select-box .input-side,.select-box .photo-side {
		width: 100%;
	}
	section #type_box dd {
	    width: 32.8%;
	}
}



.option_list{
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.option_list{
		padding-bottom: 40px;
	}
}

.option_list p.center{
	text-align: center;
	font-size: 18px;
	padding: 0 0 10px 0;
}

.option_list ul{
	display: flex;
	justify-content: space-between;
	
}

.option_list ul li{
	width: 25%;
}

.option_list ul li img{
	display: block;
	padding: 0 0 10px 0;
	margin: 0 auto;
}

.option_list ul li span{
	display: block;
	margin: 0 auto;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
}


@media screen and (max-width:767px){
	.option_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px;
	
}
	.option_list ul li{
	width: 45%;
	padding: 0 0 40px 0;
}
	.option_list ul li img{
	width: 100%;
}
}

