@charset "UTF-8";
/* CSS Document */

@media screen and (min-width:641px){
	.sp, .bnr_bottom, .drawer-toggle{display:none}
}

#wrapper{
	/*width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;*/
}

.innerBox{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#main_small{
	height:270px;
	background-image:url(../img/top/main_bg.jpg);
	background-repeat:repeat;
	overflow:hidden;
}
#main_small img{
	padding-top:20px;
}

#header{
	height:190px;
	border-top:2px solid #423F3C;
	background-color:#FFF;
	overflow:hidden;
}
#logo{
	float:left;
	padding-top:40px;
}
#main_info{
	float:right;
	padding-top:11px;
}
#sub_info{
	clear:both;
	padding-top:10px;
}
#sub_info img{
	float:left;
	padding-top:3px;
}
#sub_info a{
	float:right;
}
h1#heh1{
	font-size:10px;
	color:#999999;
	font-weight:normal;
	padding-top:5px;
}
a#header_contact{
	width:152px;
	height:45px;
	background-image:url(../img/common/header_contact.webp);
	background-position:0px 0px;
}
a:hover#header_contact{
	background-position:0px -45px;
}

/* グローバルナビ設定 */
#gr_navi{
	clear:both;
	height:40px;
	background-image:url(../img/common/gr_bg.webp);
	background-repeat:repeat-x;
	overflow:hidden;
}
#gr_navi li{
	float:left;
	
}
a#BT_home{
	display:block;
	width:137px;
	height:40px;
	background-image:url(../img/common/gr_navi01.webp);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
}
a:hover#BT_home{
	background-position:0px -40px;
}
a#BT_higaeri{
	display:block;
	width:137px;
	height:40px;
	background-image:url(../img/common/gr_navi01.webp);
	background-repeat:no-repeat;
	background-position:-137px 0px;
	text-indent:-9999px;
}
a:hover#BT_higaeri{
	background-position:-137px -40px;
}

a#BT_doctor{
	display:block;
	width:137px;
	height:40px;
	background-image:url(../img/common/gr_navi01.webp);
	background-repeat:no-repeat;
	background-position:-274px 0px;
	text-indent:-9999px;
}
a:hover#BT_doctor{
	background-position:-274px -40px;
}

a#BT_clinic{
	display:block;
	width:194px;
	height:40px;
	background-image:url(../img/common/gr_navi01.webp);
	background-repeat:no-repeat;
	background-position:-411px 0px;
	text-indent:-9999px;
}
a:hover#BT_clinic{
	background-position:-411px -40px;
}

a#BT_jisseki{
	display:block;
	width:80px;
	height:40px;
	background-image:url(../img/common/gr_navi01.webp);
	background-repeat:no-repeat;
	background-position:-605px 0px;
	text-indent:-9999px;
}
a:hover#BT_jisseki{
	background-position:-605px -40px;
}

a#BT_access{
	display:block;
	width:137px;
	height:40px;
	background-image:url(../img/common/gr_navi01.webp);
	background-repeat:no-repeat;
	background-position:-685px 0px;
	text-indent:-9999px;
}
a:hover#BT_access{
	background-position:-685px -40px;
}

a#BT_contact{
	display:block;
	width:137px;
	height:40px;
	background-image:url(../img/common/gr_navi01.webp);
	background-repeat:no-repeat;
	background-position:-822px 0px;
	text-indent:-9999px;
}
a:hover#BT_contact{
	background-position:-822px -40px;
}

#contentsWrapper{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-top:30px;
}
#contents{
	width:760px;
	float:right;
	margin-left:20px;
	padding-top:15px;
	background-image:url(../img/common/contents_line.jpg);
	background-repeat:no-repeat;
	
}
.content{
	clear:both;
	overflow:hidden;
}
.content p{
	padding-left:12px;
}
.content_line{
	clear:both;
	overflow:hidden;
	background-image:url(../img/common/contents_line.jpg);
	background-repeat:no-repeat;
	
	padding-top:15px;
	margin-top:30px;
}

.pankuzu{font-size: 12px;margin-top: 2px;padding-bottom: 10px;}

#info_box_2{
	clear:both;
	overflow:hidden;
	width:600px;
	margin:0 0 20px 20px;
	border-style:solid; border-width: medium;
	border-color:#B09577;
	padding:15px;
}

#info_box_2 p{
	padding-bottom:5px;	
}


/* サイドナビ設定 */

#side_nav{
	width:180px;
	overflow:hidden;
	background-image:url(../img/common/side_line.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
	float:right;
}
.side_box{
	overflow:hidden;
	padding-bottom:30px;
}
.side_box a{
	width:178px;
	height:40px;
	
}
.side_box li{
	border:1px solid #ccc;
	border-bottom:none;
}
.side_box li:last-child{
	border:1px solid #ccc;
}

a.side_nav01{

	background-position:0px 0px;
	text-indent:-9999px;
}
a:hover.side_nav01{
	background-position:-180px 0px;
}
a.side_nav02{

	background-position:0px -40px;
	text-indent:-9999px;
}
a:hover.side_nav02{
	background-position:-180px -40px;
}
a.side_nav03{

	background-position:0px -80px;
	text-indent:-9999px;
}
a:hover.side_nav03{
	background-position:-180px -80px;
}
a.side_nav04{
	background-position:0px -120px;
	text-indent:-9999px;
}
a:hover.side_nav04{
	background-position:-180px -120px;
}
a.side_nav05{
	background-position:0px -160px;
	text-indent:-9999px;
}
a:hover.side_nav05{
	background-position:-180px -160px;
}
a.side_nav06{
	background-position:0px -200px;
	text-indent:-9999px;
}
a:hover.side_nav06{
	background-position:-180px -200px;
}
a.side_nav07{
	background-position:0px -240px;
	text-indent:-9999px;
}
a:hover.side_nav07{
	background-position:-180px -240px;
}
a.side_nav08{
	background-position:0px -280px;
	text-indent:-9999px;
}
a:hover.side_nav08{
	background-position:-180px -280px;
}
a.side_nav09{
	background-position:0px -320px;
	text-indent:-9999px;
}
a:hover.side_nav09{
	background-position:-180px -320px;
}


/* サイドメニュー共通 */
a.common_menu{
	background-image:url(../img/common/side_menu_common.webp);
	background-repeat:no-repeat;
	display:block;
}

a.soudan_menu{
	background-image:url(../img/common/side_menu_soudan.webp);
	background-repeat:no-repeat;
	display:block;
}

a.voice_menu{
	background-image:url(../img/common/side_menu_voice.webp);
	background-repeat:no-repeat;
	display:block;
}

.soudan_box{
	overflow:hidden;
	padding-bottom:30px;
}

.soudan_box li{
       margin-bottom:10px;
}

a.BT_soudan{
	width:180px;
	height:80px;
	background-position:0px 0px;
	text-indent:-9999px;
}
a:hover.BT_soudan{
	background-position:-180px 0px;
}



/*見出しの設定*/
.set01{
	color:#000;
	font-size:20px;
	font-weight:normal;
	padding-left:20px;
	background-image:url(../img/common/h1_icon.jpg);
	background-repeat:no-repeat;
	background-position:0px 7px;
	
	padding-bottom:20px;
}
.set02{
	clear:both;
	font-size:14px;
	font-weight:bold;
	border-left:2px solid #F15C03;
	padding-left:10px;
	margin-bottom:10px;
	background-color:#DED3BB;
	padding-top:6px;
	padding-bottom:6px;
}
.set03{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #4D4D4D;
	margin-bottom:10px;
	padding-bottom:6px;
}

.set04{
	clear:both;
	font-size:14px;
	font-weight:bold;
	border-left:4px solid #DED3BB;
	padding-left:10px;
	margin-bottom:10px;
	padding-top:3px;
	padding-bottom:3px;
}

.set01_top{
	color:#000;
	font-size:20px;
	font-weight:normal;
	padding-left:20px;
	background-image:url(../img/common/h1_icon.jpg);
	background-repeat:no-repeat;
	background-position:0px 7px;
}

/* 詳細コンテンツ */
.left_img_box{
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
}
.left_img_box img{
	float:left;
	width:210px;
}
.left_img_box p{
	float:right;
	width:530px;
}

.left_img_large_box{
	clear:both;
	overflow:hidden;
	padding-bottom:10px;
}
.left_img_large_box img{
	float:left;
	width:270px;
}

.left_img_large_box p{
	float:right;
	width:460px;
}

.right_img_box{
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
}
.right_img_box img{
	float:right;
}
.right_img_box p{
	float:left;
	width:530px;
}

.right_img_large_box{
	clear:both;
	overflow:hidden;
	padding-bottom:10px;
}
.right_img_large_box img{
	float:right;
}
.right_img_large_box p{
	float:left;
	width:460px;
}

.right_img_large_box ul{
	margin-top: 10px;
	float:left;
	width:460px;
}

.right_img_large_box li{
      padding-left: 12px;
}



/* 二段二列の共通設定　サイズは個別シートに*/
.two_box{
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
}
.two_inner_box{
	width:350px;
	overflow:hidden;
	border:1px solid #CCCCCC;
	padding:10px;
}
.two_inner_img{
	
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}
p.two_inner_text{
	padding:0px;
}

/*強調文字*/
.red01{ 
	color:#ff2633;
	 font-weight:bold;
}
.atteintion_red{
	color:#ff2633;
	font-weight:normal;
	font-size:11px;
}

.left_fl{
	float:left;
}
.right_fl{
	float:right;
}



/* コンテンツ回遊 */
#contents_link{
	overflow:hidden;
	border:5px solid #AD9157;
	margin-top:30px;
	padding:10px;
}
#contents_link ul{
	margin:0px;
	padding:0px;
}
#contents_link li{
	float:left;
	list-style-image:url(../img/common/icon_arrow.jpg);
	margin-left:22px;
	padding-right:10px;
	padding-bottom:5px;
}

/* バナー設定 */
#contact_banner{
	display:block;
	clear:both;
	width:760px;
	height:260px;
	overflow:hidden;
	background-repeat:no-repeat;
	margin-top:40px;
	position:relative;
}
#contact_banner{
	background-image:url(../img/common/contact_banner.webp);
}

a#contact_button{
	display:block;
	width:725px;
	height:46px;
	background-repeat:no-repeat;
	overflow:hidden;
	background-position:0px 0px;
	text-indent:-9999px;
	position:absolute;
	left:18px;
	top:190px;
}
#contact_banner a{
	background-image:url(../img/common/BT_contact_banner.webp);
}

a:hover#contact_button{
	background-position:0px -46px;
}

/* フッター設定 */
#footer{
	clear:both;
	border-top:2px solid #000;
	overflow:hidden;
	background-color:#AD9157;
	margin-top:34px;
}
#footer_wrapper{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding:25px 0px;
}
#footer_wrapper img{
	float:left;
}
#footer_link{
	float:right;
	font-size:12px;
}
#footer_link a{
	color:#fff;
	padding-bottom:10px;
}
#footer_link a:hover{
	color: #CCC;
}
#footer_link p{
	color:#fff;
	padding-bottom:10px;
}
p#copyright{
	text-align:center;
	color:#fff;
}
#footer .link{
	clear: both;
	padding: 20px 0 0;
}
#footer .link a{
	color: #fff;
}
#footer .link dl{
	width: 15.5%;
	float: left;
	margin: 0 1.4% 0 0;
}
#footer .link dl:last-child{
	margin: 0;
}
#footer .link dt{
	margin: 0 0 5px;
}
#footer .link dt a{
	color: #333;
	font-weight: bold;
}
#footer .link li{
	text-indent: -1.3em;
	padding: 0 0 0 1.3em;
}

/* トップページ */
.top_h3{color: #665b44;margin-right:115px;float: right;}

.higaeri_contents a:hover{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

/* そけいヘルニアページ */
.sokei_link{
	color: orange;
	text-align: right;
}

.sokei_shujtutsu{
	font-size: 13px;
	line-height: 20px;
}

#sperformance { border-bottom: 1px solid #a7c215; }
#sperformance .higaeri{ font-weight: bold; font-size: 25px; font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#sperformance .higaeri span.num{ color: #f15c03; font-size: 35px; font-family:"ＭＳ 明朝","monospace"; }
#sperformance .higaeri span.day{font-size: 11px; font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;}

.soudan_bu {margin-left: 300px;}

.sokei_info{
	height: 0px;
	position: relative;
	top: -83px;
	left: 330px;
}

.sokei_info2{
	height: 50px;
	position: relative;
	top: -13px;
	left: 330px;
}



/* 下肢静脈瘤ページ・そけいヘルニアページ　共通 */
#possibility h3{ font-weight: bold; font-size: 17px; font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
#possibility{font-size: 13px; line-height: 20px; }
#possibility ul{margin-top: 10px; margin-bottom: 10px; }
#possibility ul li{ background: url(../img/sokei/sokei_ch.gif) no-repeat 0 50%; padding-left: 30px; font-size: 15px; line-height: 35px; border-bottom: 1px dotted #808080 ; background-size: 18px;  }

#possibility #sokei_mail ,
#possibility #sokei_tel ,
#possibility #sokei_tiryo{ text-align: center; }

#sokei_mail_info {text-align: left; display: inline-block; margin-bottom: 5px;}
#sokei_tel_info {text-align: left; display: inline-block;  }
#sokei_mail_info a{ width: 360px;  display: inline-block; border: 1px solid #909090; padding: 5px 10px; }
#sokei_tel_info a{ width: 360px; display: inline-block; border: 1px solid #909090; padding: 5px 10px; }

#sokei_tel_info a:hover{ border: 1px solid #f15c03; }
#sokei_mail_info a:hover{ border: 1px solid #f15c03; }

#sokei_mail_info a { background: url(../img/sokei/sokei_mail.gif) no-repeat 10px center; background-size: 30px; padding-left: 50px; }
#sokei_tel_info a { background: url(../img/sokei/sokei_tel.gif) no-repeat 20px center; background-size: 18px; padding-left: 50px; }


#possibility #sokei_mail a ,
#possibility #sokei_tel a ,
#possibility #sokei_tiryo a{ display: inline-block; border: 1px solid #909090; padding: 5px 30px; }
#possibility #sokei_mail a:hover ,
#possibility #sokei_tel a:hover{ border: 1px solid #f15c03; }

#possibility #sokei_tiryo{ margin-top: 20px; }

#possibility #sokei_mail a { background: url(../img/sokei/sokei_mail.gif) no-repeat 10px center; background-size: 30px; padding-left: 50px; }
#possibility #sokei_tel a { background: url(../img/sokei/sokei_tel.gif) no-repeat 20px center; background-size: 18px; padding-left: 50px; }
#possibility #sokei_tiryo a{ background:#AD9157; color: #fff; font-size: 15px; padding: 5px 100px; }
#possibility #sokei_tiryo a:hover{ background:#ff9f65; }

.kashi_pic{float: left;width: 200px;margin-top: 20px;margin-bottom: 20px;margin-left: 120px}
.kashi_d{float: left; font-size: 18px;line-height: 24px;text-align: center;margin-left: 60px;margin-bottom: 5px;}



a.toiwase_btn {
    width:300px;
    height: 28px;
    font-size:16px;
    font-weight:bold;
    float:right;
    padding-top: 12px;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background: #AA9056;
}

#price_hyou {
    margin: 0;
}
#price_hyou table {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	width: 760px;
	border-bottom: solid #cccccc 1px;
}
#price_hyou td {
	padding: 10px 12px;
}
#price_hyou td.price {
	padding: 3px 12px;
}
#price_hyou td.boB {
	border-bottom: dotted #efefef 1px;
}
#price_hyou td.noB {
	border-bottom: none;
	text-align: center;
}
#price_hyou td .hoken_txt {
	color: #AC9057;
	font-size: 12px;
	font-weight: normal ;
}
#price_hyou td .big {
	font-size: 14px;
	font-weight: bold;
	color: #AC9057;
}
#price_hyou .koumoku01 {
	background-color: #efefef;
	font-size: 13px;
	font-weight: bold;
	color: #AC9057;
	text-align: center;
	line-height: 1.6em;
	border: solid #cccccc 1px;
}
#price_hyou .koumoku02 {
	border-left: solid #cccccc 1px;
	border-right: none;
	border-bottom: solid #cccccc 1px;
}
#price_hyou .price.koumoku02 {
	border-right: solid #cccccc 1px;
	border-bottom:solid #cccccc 1px;
}
#price_hyou .price.top {
	padding: 10px 0 0 0;
}
#price_hyou .price.bottom {
	padding: 0 0 7.5px 0;
}
#price_hyou .koumoku03 {
	border-right: solid #cccccc 1px;

}
#price_hyou .koumoku022 {
	border-left: solid #cccccc 1px;
	border-right: none;
	border-bottom: none;
}
#price_hyou .koumoku032 {
	border-right: solid #cccccc 1px;
	text-align: right;
	border-bottom: none;
}
#price_hyou .koumoku06 {
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
	padding: 0px 12px 10px 12px;
}
#price_hyou .koumoku04 {
	border: none;
}
#price_hyou .koumoku05 {
	border: none;
	color: #AC9057;
}
#price_hyou .koumoku05 a {
	color: #AC9057;
	text-decoration: underline;
}
#price_hyou .btm_none {
	border-bottom: none;
}

#column p{
}

#column p strong{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 2.5em;
}

ul.column_index:after{
	content:'';
	display: block;
	clear: both;
}
ul.column_index li{
	box-sizing: border-box;
	border: 1px solid #CCC;
	font-weight: bold;
	font-size: 1em;
	width: 240px;
	margin: 0 12.5px 15px 0;
	float: left;
}

ul.column_index li:nth-child(3n){
	margin-right: 0;
}

ul.column_index li a{
	
}

ul.column_index li span{
	display: block;
	border: 4px solid #bbae9b;
	color: #765431;
	padding: 0.5em 0.25em;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	text-align: center;
	line-height: 1.25;
}


ul.column_index li img{
	box-sizing: border-box;
	display: block;
	padding: 10px;
	max-width: 100%;
}



@media screen and (max-width:640px){
.pc{display:none}
*{	box-sizing: border-box;}
img{
	max-width: 100% !important;
	height: auto !important;
}
#camera_wrap, .innerBox, #contentsWrapper, #contents, #side_nav, #higaeri_box, #info_box, .article, #contact_banner, .right_img_box p, .two_inner_box, #price_hyou table, .right_img_large_box ul, ul.column_index li, #sokei_mail_info a, .left_img_large_box p {
    width: 100% !important;
	height: auto !important;
}

#header {
    height: auto;
}

#footer{
	padding-bottom: 19.5vw;
}

#footer p{
	color: #FFF;
}

#footer p b{
	font-size: 1.5em;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#footer_wrapper{
    width: 100%;
	padding:20px 10px;
}
#logo {
    float: none;
    padding: 1em;
}

#logo img {
	margin: 9 auto;
	display: block;
}


#main_info,#gr_navi {
	display: none;
}

.camera_fakehover {
    min-height: 350px !important;
}

#sub_info img {
	width: 50%;
}

a#header_contact {
    width: 50%;
}

#contents {
	float: none;
	margin-left: 0;
}

#main_small {
    height: auto;
}

/*#contact_banner {
	display: none;
}*/

#side_nav {
    overflow: hidden;
    float: none;
	
	display: none;
}

.content{
	margin: 0 10px;
}
.content p {

    padding: 0.5em;

}

a.toiwase_btn {
    width: 80%;
    float: none;
	display: block;
	margin: 0 auto;
	box-sizing: content-box;
}

.top_h3 {
    margin-right: 0;
    float: none;
}

#sp_info{
	width: 100%;
	height: 140px;
	margin-bottom: 30px;
	

}

#sp_info #s_bt{
	float: left;	
	width:45%;
}

#sp_info #s_bt img{
	padding: 10px 5px;
	width: 160px;
	
}


#sp_info #dc{
	float: right;
	width:180px;
}

#footer_wrapper img {
    float: none;
}
#footer_link {
    float: none;
    height: 580px;
    font-size: 12px;
	text-align: left;
	margin-top: 2em;
	margin-left: 10px;
}

#footer_link a{color: #333;}

#footer_link dt {
    font-size: 14px;
    font-weight: bold;
 	text-align: left;
	clear: both;
    float: left;
    width: 40%;
    margin-bottom: 6px;
}


#footer_link dd{
     font-size: 12px;
     text-align: left;	
     margin-bottom: 10px;
     float: left;
     width: 60%;
  
}

#footer_link li{
	margin: 0 auto;
	display: inline-block;
    padding-left: 24px;	
	
}

#footer_link li a{color: #fff;}

.right_img_box img, .right_img_large_box img, .left_img_box img, .left_img_large_box img, ul.column_index li img, .kashi_pic img, .right_fl, .left_fl {
    float: none;
    width: auto;
	display: block;
	margin: 0.5em auto;
}

.right_img_box p, .right_img_large_box p, .left_img_box p, .left_img_large_box p {
    float: none;
    width: 100%;
}

.right_img_large_box ul {
    margin-top: 10px;
    float: none;
}

.right_img_large_box li {
    padding: 0.5em
}

ul.column_index li {
    margin: 0 0 15px 0;
    float: none;
}

.kashi_pic {
    float: none;
    width: 100%;
	margin: 1em 0;
}

.kashi_d {
    float: none;
    margin: 0;
}

.sokei_info, .sokei_info2 {
	top: auto;
	left: auto;
	position: relative;
	height: auto;
}

#sokei_mail_info, #sokei_mail_info a, #sokei_tel_info, #sokei_tel_info a {
	display: block;
	margin: 0.25em auto;
}

.left_img_large_box p {
    float: none;
}

iframe{
	width: 100%;
}

.bnr_bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background:#fcfbf7;
}

.bnr_bottom a img{
	float: left;
	width: 50%;
	/*margin-bottom:15px;*/
}

.bnr_bottom a:last-child img{
	float: right;
}


#contents_link li {
  margin-right: -1px;
}

#contents_link li:after {
  content: '';
  margin-right: 1px;
  float: right;
}


}

@media screen and (max-width:640px){
.pankuzu{
	font-size: 15px;
}
.set01,.set01_top{
	font-size:23px;
}
.set02,.set03,.set04{
	font-size:17px;
}
#possibility ul li {
	font-size:18px;
}
#possibility h3 {
	font-size:20px;
}
#possibility #sokei_mail a,#possibility #sokei_tel a,#sokei_mail_info, #sokei_mail_info a, #sokei_tel_info, #sokei_tel_info a {
	font-size:18px;
}
#possibility #sokei_tiryo a {
	font-size:18px;
    padding: 5px 90px;
}
}

iframe {
    margin: 0 auto;
    display: block;
	margin-bottom: 20px;
}
.movie_box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}