/* CSS初期化
------------------------------------------------- */
@font-face {
  font-family: "GenJyuuGothic-P";
  font-style: normal;
  font-weight: 400;
  src:url("img/GenJyuuGothic-P-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "GenJyuuGothic-P";
  font-style: normal;
  font-weight: 500;
  src:url("img/GenJyuuGothic-P-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "GenJyuuGothic-P";
  font-style: normal;
  font-weight: 700;
  src:url("img/GenJyuuGothic-P-Bold.ttf") format("truetype");
}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas,a{
	margin: 0px;
	padding: 0px;
	font-family: GenJyuuGothic-P,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}

ul{
	list-style-type:none;
}

img{
	display:block;
	border-style:none;
}

body{
	color:#444444;
	letter-spacing: 2px;
	line-height: 150%;
}

a{
	text-decoration: none;
	color:#444444;
}

.fix:after{
	display:block;
	width:100%;
	content:"";
	clear:both;
	visibility:hidden;
}

.at{
opacity: 0;
}

.fadebottom {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: fadebottom;
  animation-name: fadebottom;
  visibility: visible !important; }
@-webkit-keyframes fadebottom {
  0% { opacity: 0; -webkit-transform: translateY(100px); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }
@keyframes fadebottom {
  0% { opacity: 0; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

 .fadeOn {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeOn;
 animation-name: fadeOn;
 visibility: visible !important;
}
@-webkit-keyframes fadeOn {
 0% { opacity: 0; -webkit-transform: translateX(40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeOn {
 0% { opacity: 0; -webkit-transform: translateX(40px); -ms-transform: translateX(40px); transform: translateX(40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.pulseB {
  -webkit-animation-name: pulseB;
  animation-name: pulseB;
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:6s;
 -ms-animation-duration:6s;
 animation-duration:6s;
}
@-webkit-keyframes pulseB{
 0% {-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
 100% {-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);}
}
@keyframes pulseB{
 0% {-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
 100% {-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);}
}


.pulseS {
  -webkit-animation-name: pulseS;
  animation-name: pulseS;
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
}
@-webkit-keyframes pulseS{
 0% {-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);}
 100% {-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
}
@keyframes pulseS{
 0% {-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);}
 100% {-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
}


.slick-prev,
.slick-next{
	display:none!important;
}

.underline{
	text-decoration: underline;
}

.bold{
	font-weight:bold;
}

.blue{
	color:#759db3;
}

.red{
	color:red;
	animation-duration: 2s!important;
}

.clickme{
	animation-duration: 3s!important;
}

@media screen and (min-width: 980px) {
.sp{
	display:none!important;
}

.body{
	font-size: 16px;
	text-align: justify;
}

#loader-bg{
	width:100%;
	background-color:#fff;
	z-index:9999;
}

#loader-bg > img:nth-child(1){
	top: 50%;
	left: 50%;
	position: fixed;
	width: 88px;
	margin-left: -44px;
	margin-top:-80px;
}

#loader-bg > img:nth-child(2){
	top:50%;
	left:50%;
	position:fixed;
	width: 40px;
	margin-left: -20px;
	margin-top:63px;
}

#main_wrapper{
	opacity:0;
	transition-duration:0.5s,0s;
	transition-property:opacity,font-size;
	width:100%;
	background-color:#f4f2f3;
//	padding:0 20px;
}

#main_contents{
	width:100%;
	overflow: hidden;
	max-width: 1100px;
	margin: 0 auto;
}

/* ヘッダー
------------------------------------------------- */
header{
	height:50px;
	margin: 40px 0 60px 0;
}

.header_left img{
	height:50px;
}

.header_right img{
	height:40px;
}

header > div{
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	margin:0 auto;
	z-index:9998;
        background-color: #f4f2f3;
        position: relative;
        max-width: 1100px;
}

.header_left{
	position: relative;
}

.header_right{
	display: flex;
	align-items: center;
}

.header_right img{
	display:inline;
}

.letter_size{
	display:inline;
	font-size:16px!important;
	width: 215px;
	margin-right: 15px;
}

.letter_size > span{
	padding:3px 6px;
	letter-spacint:2px;
}

.letter_size > span:nth-child(1){
	font-weight:bold;
}

.letter_size > span:nth-child(2){
	color:#fff;
	background-color:#444;
	cursor : pointer;
}

.letter_size > span:nth-child(3){
	cursor : pointer;
}

.head_block{
	position:relative;
	background-color:#f4f2f3;
}

.head_block_menu{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	position: absolute;
	right: 0%;
	top:-9px;
	z-index:9997;
	font-size:15px;
	height:240px;
}

.head_block_menu > a{
	display:inline-block;
	line-height: 200%;
	margin-left: 7px;
	font-weight: bold;
	 letter-spacing: 1px;
}

.head_block_menu > a:hover{
	color:#7F99AD;
}

.head_block_menu > div{
	display:block;
	line-height: 200%;
	margin-left: 10px;
	font-weight: bold;
	position: relative;
}

.head_block_menu > div > span:first-child{
	position: absolute;
	width: 3px;
	height: 10px;
	background: #444;
	display: inline-block;
	top: -23px;
	right: 13px;
}

.head_block_menu > div > span:last-child{
}

.index_head_txt > .img {
	position: relative;
	z-index: 9997;
	margin-left:5%;
	opacity:0;
	transition-duration:1s,0s;
	transition-property:opacity,font-size;
	left: -18px;
	top: 10px;
}

.scroll{
	position: absolute;
	top: 400px;
	left: 11%;
	height: 80px;
}

.slider_wrapper{
	width: 65%;
	position: relative;
	top: -90px;
	left: 26%;
}

.slider_wrapper > img{
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
}

.slider{
	position: absolute;
	top: 0;
	width: 99.9%;
}

.slider img{
	width: 100%;
}

.head_block_effect{
}

.head_block_effect > img{
	position: absolute;
	z-index: 9995;
	opacity:0;
}

.head_block_effect > img:nth-child(1){
	top: 10px;
	left: 38%;
	width: 154px;
}

.head_block_effect > img:nth-child(2){
	top: 180px;
	right: 5%;
}

.head_block_effect > img:nth-child(3){
	left: 10%;
	bottom: -30px;
}



/* Index
------------------------------------------------- */
.index_block_hd{
	margin: 150px 7% 80px 2%;
	height:100px;
}

.index_info_hd{
	display:flex;
	align-items: center;
	margin: 50px 0% 25px 0%;
	font-weight: bold;
}

.index_info_hd img{
	display:inline-block;
	width:25px;
}

.index_info_text{
	margin:0 0%;
	font-size:15px;
}

.index_info_box{
	background-color:#7F99AD;
	color:#fff;
	display:flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 70px 0;
	margin-top: 50px;
}

.index_info_box_left{
	display: flex;
	flex-direction: column;
	align-items: center;
	color:#fff;
}

.index_info_box_left > div:nth-child(1){
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}

.index_info_box_left > div:nth-child(2){
	font-size: 30px;
	letter-spacing: 4px;
	margin-bottom: 30px;
}

.index_info_box_left > a:nth-child(3) > div,
.index_info_box_left > a:nth-child(4) > div{
	border: 1px #fff solid;
	border-radius: 15px;
	padding: 15px 70px;
	font-weight: bold;
	color: #fff;
}
.index_info_box_left > a:nth-child(4) > div{
	margin-top:20px;
}

.index_info_box_right{
	width:40%;
}

.index_info_box_right > img{
	width:100%;
	margin-bottom:20px;
}

.index_new_block{
	display: flex;
	border-bottom: 1px #000 dotted;
	padding: 10px 0;
}

.index_new_block > div:first-child{
	font-weight:bold;
	font-size: 14px;
    margin-right: 10px;
}

.index_new_block > div:last-child > a{
	line-height:3;
}

.index_news_blockIcon{
	background-color:#444444;
	border:1px #444444 solid;
	color:#fff;
	margin-right:10px;
	padding:0 10px;
	text-align: center;
	display:inline-block;
	font-size:12px;
}

.index_news_blockIconB{
	background-color:#fff;
	color:#444444;
}

.index_new_fd{
	border: 1px #000 solid;
	border-radius: 15px;
	padding: 15px 85px;
	margin: 0 auto;
	width: fit-content;
	width: -moz-fit-content;
	margin-top: 60px;
}

.index_about_img{
	position: relative;
	left: 21%;
}

.index_about_textTop{
	position: absolute;
	left: 4%;
	line-height: 200%;
	font-weight: bold;
	letter-spacing: 2px;
	z-index:9997;
}

.index_about_textBottom{
	position: absolute;
	right: 12%;
	line-height: 200%;
	font-weight: bold;
	letter-spacing: 2px;
}

.index_about_menu{
	display: flex;
	justify-content: space-evenly;
	width: 80%;
	margin: 150px auto 0 auto;
}

.index_about_menu span{
	width: 150px;
	display: inline-block;
	text-align: center;
	border: 1px #000 solid;
	border-radius: 15px;
	padding: 15px 50px;
}

.index_medical_box{
	position:relative;
}

.index_medical_crossfade{
	height:450px;
	margin-left: 5%;
}

.index_medical_crossfade > img{
	position:absolute;
}

.index_medical_crossfade > img:nth-child(2){
	display:none;
}

.index_medical_text{
	position: absolute;
	right: 12%;
	line-height: 200%;
	font-weight: bold;
	letter-spacing: 2px;
	z-index:9997;
}

.index_medical_column{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}

.index_medical_column > a{
	display: block;
    flex: 0 0 calc(100% / 3);
	text-align: center;
	margin:30px 0;
}

.index_medical_column > a > div{
	color: #759eb4;
	font-weight: bold;
	font-size: 18px;
}

.index_medical_column > a > div > div{
	color: #444;
	margin-top: 7px;
	font-size: 15px;
}

.index_medical_column img{
	width:100%;
	margin-bottom:14px;
}

.index_map{
	margin-bottom: 80px;
	display: flex;
    justify-content: space-evenly;
}

.index_map_img{
	width: 32%;
}

.index_map_img > img{
	width: 100%;
}

.index_map_img > div{
	margin-top:20px;
	color: #e60013;
	font-weight: bold;
}

.index_map_frame{
	width: 88%;
	height: 400px;
	margin: 0 auto;
	display:block;
}

.index_recruit_box{
	position:relative;
}

.index_recruit_text{
	position: absolute;
	left: 4%;
	bottom: 0px;
	line-height: 200%;
	font-weight: bold;
	letter-spacing: 2px;
	z-index: 9997;
}

.index_foot{
	margin-top:200px;
	text-align:center;
	line-height: 300%;
}

.index_foot > a:hover{
	color:#759eb4;
}

/* フッター
------------------------------------------------- */
footer{
	width:100%;
	margin: 100px auto 80px auto;
	margin-bottom: 90px;
	display:flex;
	justify-content: space-between;
}

footer > div:first-child{
}

footer > div:first-child > img{
	margin-bottom:40px;
}

footer > div:last-child{
        align-self: center;
}

footer > div:last-child > div:first-child{
	border-left:1px black solid;
	padding-left:40px;
	line-height:1;
}

footer > div:last-child > div:first-child > div:first-child{
	margin-bottom:2px;
}

footer > div:last-child > a > img{
	margin:20px 0 20px 40px;
}

footer > div:last-child > div:last-child{
	margin-left:40px;
	width:100px;
	display:flex;
	justify-content: space-between;
}

/* はじめての方へ
------------------------------------------------- */
.guidance_head{
	height:360px;
}

.guidance_effect > img:nth-child(1){
	left: 42%;
}

.guidance_effect > img:nth-child(2){
}

.guidance_effect > img:last-child{
	left: 13%;
	top: 140px;
	height:25px;
}

.guidance_block{
}

.guidance_block > div:last-child{
	text-align:center;
	margin:30px;
}

.guidance_info_box{
	background-color: #7F99AD;
	color: #fff;
	padding: 50px 0;
	margin-top: 50px;
	display: flex;
	align-items: center;
	flex-flow: column;
}

.guidance_info_box > div:first-child{
	font-size: 18px;
	font-weight: bold;
}

.guidance_info_box_bar{
	width: 45px;
	height: 5px;
	background: #fff;
	margin: 40px;
}

.guidance_info_box_textWrapper{
}

.guidance_info_box_text{
	line-height: 200%;
	font-weight: normal;
}

.guidance_info_box_text > span:first-child{
	margin-right: 20px;
}

.guidance_info_hd{
	margin-bottom: 0;
	line-height:200%;
}

.guidance_info_bar{
	width: 100%;
	height: 1px;
	background: #444;
	margin: 25px 0 0 0;
}

.guidance_content_block{
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}

.guidance_content_hd{
	margin: 0 0 25px 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 200%;
}

.guidance_content_block .guidance_content_text{
	width: 40%;
	font-size: 15px;
}

.guidance_content_block .guidance_content_img{
	width: 50%;
}

.guidance_content_block .guidance_content_img > img{
	width: 100%;
}

.guidance_content_block .guidance_content_bt{
	border: 1px #000 solid;
	border-radius: 15px;
	padding: 15px 50px;
	margin: 0 auto;
	width: fit-content;
	width: -moz-fit-content;
	margin-top: 60px;
}

.guidance_content_blockB{
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}

.guidance_content_blockB .guidance_content_text{
	width: 40%;
	font-size: 15px;
}

.guidance_content_blockB .guidance_content_img{
	width: 20%;
	margin: 40px 20% 0 0;
}

.guidance_content_blockB .guidance_content_img > img{
	width: 100%;
}

/* 予約について
------------------------------------------------- */
.appointment_block{
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
}

.appointment_info_text{
	width: 45%;
	text-align: justify;
	line-height: 200%;
}

.appointment_info_box{
	width: 38%;
	margin-right:110px;
	align-self: flex-start;
}

.appointment_info_bar{
	width: 100%;
	height: 1px;
	background: #444;
	margin: 25px 0;
}

.appointment_box {
    margin-top: 50px;
    line-height: 2;
    padding: 30px 50px;
    border: 1px solid;
}

.appointment_mess{
	margin:50px 0;
	color: #749bb0;
}

.appointment_mess > div:first-child{
	padding-bottom: 10px;
	border-bottom: 2px solid #749bb0;
	margin-bottom: 30px;
}

.appointment_mess > div:last-child{
}

.appointment_mess > div:last-child > span{
	display:block;
	margin-bottom:14px;
}

/* 採用情報
------------------------------------------------- */
.recruit_block{
}

.recruit_hd{
	display: flex;
	align-items: center;
	margin: 50px 0% 25px 0%;
	font-weight: bold;
}

.recruit_hd img{
	display: inline-block;
	width: 25px;
}

.recruit_block_img{
	margin:0 auto;
}

.recruit_info_wrapper{
}

.recruit_info{
	display: flex;
	border:#fff solid 1px;
	border-bottom:0;
}

.recruit_info:last-child{
	border-bottom:#fff solid 1px;
}

.recruit_info_left{
	width: 100px;
	text-align: center;
	color:#fff;
	background:#759eb4;
	padding: 15px 0;
	border-right:#fff solid 1px;
}

.recruit_info_right{
	padding: 15px 0 15px 15px;
}

/* 院長紹介
------------------------------------------------- */
.doctor_wrapper span.at{
	display:block;
}

.doctor_head{
	height:160px;
	z-index:1;
}

.doctor_effect > img{
	position: absolute;
        z-index: 9998;
        opacity: 0;
}

.doctor_effect > img:nth-child(1){
	left: 42%;
	top:10%;
	width:154px;
}

.doctor_effect > img:nth-child(2){
	top:180px;
	right:5%;
}

.doctor_effect > img:nth-child(3){
	left: 10%;
	top: 500px;
}

.doctor_effect > img:last-child{
	left: 13%;
	top: 140px;
	height:25px;
}

.doctor_img{
	text-align: right;
	margin-bottom: 60px;

}

.doctor_img > img{
	display: inline-block;
	margin-right: 5%;
}

.doctor_hd{
	margin-bottom: 30px;
}

.doctor_hd > hd{
}

.doctor_block_hd{
	margin-top: 50px;
}

.doctor_content_block{
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}

.doctor_content_block .doctor_content_text{
	width: 55%;
	font-size: 15px;
}

.doctor_content_block .doctor_content_img{
	width: 40%;
}

.doctor_content_block .doctor_content_img > img{
	width: 100%;
}

.doctor_concept_block {
	border: 1px solid #214A9E;
	padding: 30px 20px;
	margin: 0 0 50px 0;
}

.doctor_concept_hd{
    color: #00588F;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1;
}

.doctor_concept_text  > ul{
        list-style: disc;
        margin:40px 0 40px 20px;
}

.doctor_concept_text  > ul > li > div.flexbox{
	display:flex;
	width:250px;
        justify-content: space-between;
}

.doctor_concept_text  > div{
	display: flex;
	margin-top:40px;
	max-width:800px;
}

.doctor_concept_text  > div  > div{
	width:50%;
	display: flex;
	flex-direction: column;
	border-top: 1px black;
	border-top-style: solid;
}

.doctor_concept_text  > div  > div:first-child{
	border-left: 1px black;
	border-left-style: solid;
}

.doctor_concept_text  > div  > div:last-child > div:first-child{
	flex-grow:0;
}

.doctor_concept_text  > div  > div:last-child > div:last-child{
	flex-grow:1;
}

.doctor_concept_text  > div  > div  > div{
	border-bottom: 1px black;
	border-bottom-style: solid;
	border-right: 1px black;
	border-right-style: solid;
	display: grid;
	padding: 10px 20px;
}

.doctor_concept_text  > div  > div  > div:first-child{
	border-bottom:black;
	border-bottom-style: double;
	text-align: center;
}

.doctor_concept_text  > div  > div  > div > div{
	display: flex;
	justify-content: space-between;
	align-self: center;
}

.doctor_concept_text  > div  > div:first-child > div:last-child > div:last-child{
	margin-top:10px;
}

/* 診療案内
------------------------------------------------- */
.operation_block{
}

.operation_block > span,.operation_block > a{
	display:block;
}

.operation_block > div#prices{
	margin: 30px 0 20px 0;
}

.operation_info_hd > div:first-child{
	margin-bottom: 30px;
	line-height: 200%;
	font-weight:bold;
}

.operation_info_hd > a{
	margin-top:40px;
	display:block;
}

.operation_content_block{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 40px 0;
}

.operation_content_hd{
	font-weight: bold;
	font-size: 15px;
}

.operation_content_block .operation_content_text{
	font-size: 15px;
	background: #759eb4;
	padding: 20px;
	color:#fff;
	line-height: 200%;
	display:flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.operation_content_text > span{
	display:block;
}

.operation_content_text > ul{
	list-style-type: disc;
	margin-left:20px;
}

.operation_content_text > ul > li{
}

.operation_content_block .operation_content_img{
	width: 47%;
	margin-right: 5%;
}

.operation_content_block .operation_content_img > img{
	width: 100%;
	position: absolute;
}

.operation_content_block .operation_content_img > img:nth-child(2){
	display:none;
}

.operation_info_bar{
	width: 100%;
	height: 1px;
	background: #444;
	margin:10px 0 25px 0;
}

.operation_content_blockB{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 40px 0;
	flex-wrap: wrap;
}

.operation_content_blockB .operation_content_text{
	width:45%;
}

.operation_content_blockB .index_info_hd{
	margin-bottom:20px;
}

.operation_addmess{
	margin: 60px 0;
	padding: 40px;
	border: 1px solid black;
}

.operation_addmess > span{
	display:block;
	margin-bottom:20px;
}

.operation_block_hd{
	margin-bottom:0;
}

.operation_block_hd:nth-child(2){
	margin-top:20px;
}

.allergies_hd{
	font-size:15px;
}

.allergies_text{
	font-size:14px;
}

/* 施設・設備紹介
------------------------------------------------- */
.equip_main{
	min-width:1100px;
}

.equipment_head{
	font-weight:bold;
	line-height: 200%;
}

.equipment_top{
	margin:20px 0 60px 0;
	position:relative;
}

.equipment_topBtn{
	text-align: center;
	margin: 10px 0 40px 0;
	font-size: 15px;
	font-weight: bold;
	transition-duration:0s;
	transition-property:font-size;
}

.equipment_topBtn > span{
	border-bottom: 3px solid #f4f2f3;
	transition-duration:1s,0s;
	transition-property:opacity,font-size;
}

.equipment_topBtn > span:first-child{
	border-bottom: 3px solid #759eb4;
	color:#759eb4;
}

.equipment_topImg{
	width:100%;
	margin:0 auto;
	position:relative;
}

.equipment_topImg > img{
	width:100%;
	opacity:0;
	position:absolute;
	transition-duration:3s,0s;
	transition-property:opacity,font-size;
}

.equipment_topImg > img:first-child{
	opacity:1;
}

.equipment_topTxt{
	width:100%;
	margin:0 auto;
	position:relative;
	height: 120px;
}

.equipment_topTxt > div{
	width:50%;
	opacity:0;
	position:absolute;
	left: 25%;
	transition-duration:1s,0s;
	transition-property:opacity,font-size;
}

.equipment_topTxt > div:first-child{
	opacity:1;
}

.equipment_bt{
	background:#759eb4;
	color:#fff;
	padding: 60px 0;
}

.equipment_btHd{
	font-size: 20px;
	font-weight: bold;
	margin-bottom:30px;
	padding: 0 40px;
}

.equipment_btIntro{
	font-size: 16px;
	padding: 0 40px;
	font-weight:bold;
	line-height:200%;
}

.equipment_btWrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.equipment_btWrapper > div{
	flex-basis: 33%;
	margin-top: 65px;

}

.equipment_btWrapper > div > img{
	margin: 20px auto;

}

.equipment_btWrapper > div > span{
	margin: 0 auto;
	width: 267px;
	display: block;
	font-size:15px;
}

.equipment_btWrapper > div > span > a{color:#fff;}

.eqipment_btBlockHd{
	height: 52px;
	text-align: center;
	font-size:15px;
	letter-spacing: 0.5px;
	font-weight:bold;

}

.eqipment_btBlockHd > span{
	font-size:12px;
	font-weight:normal;

}

.equipment_btWrapper > div:nth-child(1) > .eqipment_btBlockHd{
	font-size: 15px;
	font-weight: bold;
}

.equipment_btWrapper > div:nth-child(1) > .eqipment_btBlockHd > span{

}

.equipment_btWrapper > div:nth-child(2) > .eqipment_btBlockHd{

}

.equipment_btWrapper > div:nth-child(2) > .eqipment_btBlockHd > span{
	font-size: 12px;
}

.equipment_btWrapper > div:nth-child(3) > .eqipment_btBlockHd{

}

.equipment_btWrapper > div:nth-child(3) > .eqipment_btBlockHd > span{

}

.equipment_btWrapper > div:nth-child(4) > .eqipment_btBlockHd{

}

.equipment_btWrapper > div:nth-child(4) > .eqipment_btBlockHd > span{

}

.equipment_btWrapper > div:nth-child(5) > .eqipment_btBlockHd{

}

.equipment_btWrapper > div:nth-child(5) > .eqipment_btBlockHd > span{

}

.equipment_btWrapper > div:nth-child(6) > .eqipment_btBlockHd{

}

.equipment_btWrapper > div:nth-child(6) > .eqipment_btBlockHd > span{

}

.equipment_btWrapper > div:nth-child(7) > .eqipment_btBlockHd{

}

.equipment_btWrapper > div:nth-child(7) > .eqipment_btBlockHd > span{

}

.equipment_btWrapper > div:nth-child(8) > .eqipment_btBlockHd{

}

.equipment_btWrapper > div:nth-child(8) > .eqipment_btBlockHd > span{

}

/* 眼科一般
------------------------------------------------- */
.general_head{
	background-color:#759db3;
	color:#fff;
	display:flex;
	justify-content: space-evenly;
	padding: 30px 0;
	margin: 40px 0;
}

.general_head_text{
	display:block;
	font-size: 15px;
	letter-spacing: 2.5px;
}

.general_hd{
	color:#759db3;
	margin: 50px 0 0 0;
}

.general_bar{
	width: 100%;
	height: 1px;
	background: #444;
	margin: 20px 0;
}

.general_text{
	margin-top: 20px;
}

.general_text > span:first-child{
	font-weight:bold;
}

.general_textHidden{
}

.general_link{
	background-color:#759db3;
	color:#fff;
	width:80%;
	padding: 30px 0;
	margin: 60px auto;
	text-align:center;
	font-weight: bold;
}

.general_linkInner{
	display:flex;
	justify-content: space-evenly;
	text-align:left;
	margin: 30px 0 0 0;
}

.general_linkInner > div > a{
	color:#fff;
	font-weight: bold;
}

/* 定期検診・ロービジョン
------------------------------------------------- */
.checkup_head{
	background-color: #759db3;
	color: #fff;
	display: flex;
	justify-content: space-evenly;
	padding: 30px 0;
	margin: 40px 0 50px 0;
}

.checkun_hdTop{
}

.checkup_head_text{
	display: block;
}

.checkup_hd{
	color:#759db3;
	margin: 80px 0 40px 0;
}

.checkup_block{
	display: flex;
	justify-content: space-between;
}

.checkup_blockLeft{
	width:55%;
}

.checkup_blockRight{
	width:40%;
}

.checkup_blockRight > img{
	width:100%;
}

.checkup_blockRight > img:nth-child(2){
	margin-top:20px;
}

.checkup_bottom{
	width: 33%;
	margin: 60px auto 0 auto;
}

.lowvision_link{
	background-color:#759db3;
	color:#fff;
	width:80%;
	padding: 30px 0;
	margin: 60px auto;
	text-align:center;
	font-weight: bold;
}

.lowvision_link > span:nth-child(2){
	margin: 40px auto;
	width: 75%;
	display: block;
	text-align: left;
}

.lowvision_link > span:nth-child(2) > a{
	font-weight: bold;
	color:#fff;
}

.lowvision_link > span:nth-child(3){
	margin: 0 auto;
	width: 75%;
	display:block;
	text-align: justify;
	font-weight:normal;
}

.lowvision_linkInner{
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin: 40px auto 0 auto;
	width: 75%;
}

.lowvision_linkInner > div:first-child{
	
}

.lowvision_linkInner > div:first-child > img{
	height: 200px;
}

.lowvision_linkInner > div:last-child{
	
}

.lowvision_linkInner > div:last-child > img{
	height: 250px;
	margin-top: -20px;
}

#lowvision_hd{
	display: flex;
    justify-content: space-between;
    margin-top: 80px;
    align-items: flex-start;
}

#lowvision_hd > div{
	width: 63%;
}

#lowvision_hd > img{
	width:33%;
}

#lowvision_equipment{
    border: 2px solid #759DB2;
    margin: 40px 20px;
}

#lowvision_equipment_hd{
	color: #759eb4;
    font-weight: bold;
    margin: 40px;
}

#lowvision_equipment_inner{
	display: flex;
	justify-content: space-around;
}

#lowvision_equipment_inner > div{
	width:400px;
	font-weight:bold;
}

#lowvision_equipment_inner > div > img{
	width:100%;
}

#lowvision_equipment_inner > div > a{
	display:block;
	width:100%;
	font-weight:bold;
	margin-bottom:30px;
}

.lowvision_hd{
	font-weight: bold;
	width:100%;
	border-bottom: 2px #717070 solid;
	padding: 10px 0;
	margin:30px 0;
}

.lowvision_info{
	display:flex;
}

.lowvision_info > div > img{
	margin:0 30px 30px 0;
}

#lowvision_link{
}

#lowvision_link > div:last-child{
	display:flex;
	margin:30px 20px 0;
	width: 100%;
	justify-content: space-between;
}

/* 取扱いコンタクトレンズ一覧・コンタクトレンズ・眼鏡処方
------------------------------------------------- */
.glasseslist_hd{
	background-color: #444444;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 10px 30px;
	border-radius: 15px;
	font-size:15px;
	letter-spacing: 0;
	font-weight: bold;
	margin-bottom:30px;
}

.glasseslist_hd > div{
	letter-spacing: 0;
	font-weight: bold;
}

.glasseslist_hd > div:first-child{
	
}

.glasseslist_hd > div:last-child{
	
}

.glasseslist_discarding{
	border: 5px solid #7587a2;
	border-radius: 15px;
	margin: 80px 0 0;
	padding: 30px;
}

.glasseslist_discardingHd{
	display: flex;
	justify-content: space-between;
}

.glasseslist_discardingHd > div:first-child{
	color:#7587a2;
	font-weight:bold;
	align-self: center;
}

.glasseslist_discardingHd > div:last-child{
	width:60%;
}

.glasseslist_discardingBlockInner{
	display: flex;
	justify-content: space-around;
}

.glasseslist_discardingBlock{
	width:30%;
}

.glasseslist_discardingBlock > img{
	width: 60%;
	margin: 30px auto;
}

.glasseslist_info{
	width:80%;
	margin:0 auto;
}

.glasseslist_info_hd{
	display: flex;
	align-items: center;
	font-weight: bold;
}

.glasseslist_info_hd img{
	display: inline-block;
	width: 25px;
}

.glasseslist_info_bar{
	width: 100%;
	height: 1px;
	background: #444444;
	margin: 0 0 25px 0;
}

.glasseslist_info_table{
	border: 1px solid #444444;
	border-bottom: 0px;
	margin: 10px 0 40px 0;
}

.glasseslist_info_tableHd{
	background:#758399;
	color:#f4f2f3;
	font-weight:bold;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #444444;
}

.glasseslist_info_tableTop{
	display: flex;
	border-bottom: 1px solid #444444;
}

.glasseslist_info_tableTop > div{
	background: #b9c5cd;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	width:100%;
	border-right: 1px solid #444444;
}

.glasseslist_info_tableTop > div:last-child{
	border-right: 0px;
}

.glasseslist_info_tableBlock{
	display: flex;
	background: #fff;
}

.glasseslist_info_tableBlock > div:first-child{
	padding: 5px 0;
	width:100%;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	display: flex;
	align-items: center;
}

.glasseslist_info_tableBlock > div:nth-child(2){
	padding: 5px 0;
	width:100%;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	display: flex;
	align-items: center;
}

.glasseslist_info_tableBlock > div:last-child{
	width:100%;
	border-right: 0px;
	border-bottom: 1px solid #444444;
}

.glasseslist_info_tableBlock > div > span{
	margin:0 auto;
	width:80%;
	display: block;
	letter-spacing: 0;
}

.glasseslist_info_tableBlock > div > img{
	margin:10px auto;
	width:80%;
}

.glasseslist_info_table:last-child{
	margin-top: 40px;
}

.glasses_block{
	display: flex;
	justify-content: space-between;
}

.glasses_blockLeft{
	width: 55%;
}

.glasses_blockRight{
	width: 40%;
}

.glasses_blockRight > img{
	width:100%;
}

/* サプリメント
------------------------------------------------- */
.supplement_block{
	display:flex;
	line-height: 170%;
}

.supplement_blockLeft{
	flex-basis: 40%;
	padding-top: 40px;
}

.supplement_blockLeft > img{
	margin: 0 auto;
}

.supplement_blockRight{
	flex-basis: 60%;

}

.supplement_blockRight > img{
	width:400px;
	margin: 40px 0 0 40px;
}

.supplement_blockRight_block{
	display:flex;
    margin-top: 20px;
}

.supplement_blockRight_block > img{
	flex:98px 0 0;
    margin-right: 80px;
}

.supplement_blockRight_block > div{
    font-weight: bold;
}

.supplement_info{
	background: #fff;
	padding: 10px;
	font-weight: bold;
	line-height: 200%;
	margin-top:30px;
	margin-bottom:30px;
}

.supplement_info > img{
	width: 85%;
	margin: 30px auto;
}

.supplement_infoHd{
	background: #444;
	color: #fff;
	text-align: center;
	line-height: 200%;
	font-weight: bold;
}

/* 新着情報
------------------------------------------------- */
header.header_news{
    height: auto;
    margin: 0;
}

.news_img{
    width: 100%;
}

.news_blockWrapper{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.news_blockBox{
    flex: 0 0 calc(100% / 3);

}

.news_block{
    width: 295px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 600px;
}

.news_block > a > img{
	width:100%;
}

.news_block > div:nth-child(2){
    line-height:4;
	width:100%;
    font-size: 13px;
}

.news_block > div:nth-child(3){
	font-size: 16px;
    letter-spacing: 2px;
	width:100%;
    margin-bottom: 20px;
    height: 72px;
}

.news_block > div:nth-child(4){
    line-height:2;
	width:100%;
    font-size: 15px;
}

.news_fd{
	color: #fff;
	background: #43dede;
	padding: 0 20px;
	line-height: 3;
	width: fit-content;
	width: -moz-fit-content;
	margin: 20px 0;
	display:block;
}

.news_block_25{
    width: 295px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
}

.news_block_25 > a > img{
	width:100%;
}

.news_block_25 > div:nth-child(2){
	font-size: 16px;
	letter-spacing: 2px;
	width:100%;
	height: 72px;
}

.news_fd_25{
	color: #fff;
	background: #43dede;
	padding: 0 20px;
	line-height: 3;
	width: fit-content;
	width: -moz-fit-content;
	display:block;
}

.news_content{
    margin-top: 80px;
    line-height: 2;
}

.news_date{

}

.news_date > .index_news_blockIcon{
    border: 1px #444444 solid;
    font-size: 15px;
    width: auto;
    padding:0 10px;
    margin: 0 10px;
}

.news_date > .index_news_blockIconB{
    background: #fff;
    color: #444444;
}

.news_title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 80px;
}

.news_contentImg{
max-width:100%;
}

.news_contentImg_2{
	display: flex;
	justify-content: center;
	margin:40px 0;
}

.news_contentImg_2 > img:first-child{
	margin-right:20px;
	align-self: baseline;
}

.news_contentImg_2 > img:first-child{
	margin-left:20px;
}

.news_bar{
    width: 100%;
    height: 1px;
    background: #444;
    margin: 10px 0;
}

.news_historyWrapper{
	width:100%;
	display:flex;
	margin-left: 30px;
}

.news_history{
	margin:50px 100px 0 0;
}

.news_history > a{
	display:block;
	color: #759eb4;
	font-weight:bold;
	margin-bottom:10px;
}

.news_history > span{
	display:block;
	color: #759eb4;
	font-weight:bold;
	margin-bottom:10px;
	text-decoration: underline;
}

/* よくある質問
------------------------------------------------- */
.question_block{

}

.question_block > div{
    display: flex;
    line-height: 2;
}


.question_block > div > div:first-child{
    margin-right: 15px;

}

.question_block > div > div:last-child{

}

.question_q{
	margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

.question_q > div{
    font-weight: bold;
}

.question_a{
	margin-bottom: 40px;

}

/* 子どもの近視治療
------------------------------------------------- */
.myopia_flex{
	display:flex;
    align-items: center;
    padding: 40px 0;
}

.myopia_flex > img{
    margin: 0 100px;
}

/* indexお知らせ２ペイン
------------------------------------------------- */
.index_info_text2pane{
	display:flex;
    justify-content: space-around;
}

.index_info_text2pane > div:first-child{
	flex:0 0 30%;
}

.index_info_text2pane > div:last-child{
	flex:0 0 50%;
}

/* 子どもの近視治療 kidsmyopia
------------------------------------------------- */
.kidsmyopia_addmess{
	margin: 60px 0;
	padding: 40px;
	border: 1px solid black;
}

.kidsmyopia_addmess > span{
	display:block;
	margin-bottom:20px;
}

.kidsmyopia_block{
	display:flex;
	margin:60px 0;
}

.kidsmyopia_block > .kidsmyopia_blockTxt{
	margin-right:150px;
}

.kidsmyopia_block > .kidsmyopia_blockImg{
	padding-top:20px;
}

.kidsmyopia_block > .kidsmyopia_blockImg > img{

}

.kidsmyopia_addmess.orthokeratology{
	padding:20px;
}

.kidsmyopia_addmess.orthokeratology > span:last-child{
	margin-bottom:0;
}

.index_block.orthokeratology{
	margin-bottom:60px;
}

.index_block.orthokeratology > div.orthokeratology_flex{
	display:flex;
	margin-bottom:60px;
}

.index_block.orthokeratology > div.orthokeratology_flex > div:first-child{
	width:70%;
}

.index_block.orthokeratology > div.orthokeratology_flex > div:first-child > span{
	display:block;
	margin-top:30px;
}

.index_block.orthokeratology > div.orthokeratology_flex > div:last-child{
	width:30%;
	padding:5% 5% 0;
}

.index_block.orthokeratology > div.orthokeratology_flex > div:last-child > img{
	width:100%;
}

.index_block.orthokeratology > div.orthokeratology_text{
	margin-top:30px;
}

.index_block.orthokeratology > div.orthokeratology_num{
    font-weight: bold;
    margin: 30px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.index_block.orthokeratology > div.orthokeratology_balloon{
	margin-top: 30px;
}

.index_block.orthokeratology > div.orthokeratology_balloon > div{
	background-color: white;
	display:flex;
	padding: 30px;
	border-radius: 15px;
	font-weight:bold;
	color:#7596ac;
}

.index_block.orthokeratology > div.orthokeratology_balloon > img{
	margin-left:80%;
	width:30px;
	height:30px;
}

.index_block.orthokeratology > div.orthokeratology_ans{
    font-weight: bold;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.index_block.orthokeratology > span.bold{
	display:flex;
}

.index_block.orthokeratology > span.bold > span{
	display:block;
}

.index_block.orthokeratology > span.bold > span:first-child{
	color:#7596ac;
	font-size:25px;
}

.index_block.orthokeratology > span.bold > span:nth-child(3){
	font-weight:normal;
}

.index_block.orthokeratology > span.at{
	display:block;
}







}



@media screen and (max-width: 979px) {
.pc{
	display:none!important;
 }

.body{
	font-size: 14px;
	text-align: justify;
//	overflow:hidden;
}

#loader-bg{
	width:100%;
	height:100%;
	background-color:#fff;
	z-index:9999;
	overflow:hidden;
	position:fixed;
}

#loader-bg > img:nth-child(1){
	top: 50%;
	position:relative;
	width: 74px;
	margin: -89px auto 0;
}

#loader-bg > img:nth-child(2){
	top:50%;
	position:relative;
	width: 40px;
	margin: 10px auto 0;
}

#main_wrapper{
	background-color:#f4f2f3;
	opacity:0;
	transition-duration:0.5s,0s;
	transition-property:opacity,font-size;
	width:100%;
}

#main_contents{
	overflow: hidden;
	margin: 0 3%;
}

/* ヘッダー
------------------------------------------------- */
header{
	height:50px;
	margin-bottom:30px;
	margin: 0 -3%;
}

header img{
}

header > div{
	background-color: #f4f2f3;
	position: fixed;
	width: 100%;
	padding: 20px 0;
	z-index: 9999;
}

.header_left{
	margin-left:3%;
}

.header_left > a{
	display:inline-block;
}

.header_left img{
	height:32px;
}

.header_right{
	display: flex;
	position: absolute;
	top: 15px;
	right: 3%;
}

.header_right img{
	display:inline;
	height:40px;
	margin-left:20px;
}

.letter_size{
	display:inline;
}

.letter_size > span{
	padding:3px 6px;
	letter-spacint:2px;
}

.letter_size > span:nth-child(1){
	font-weight:bold;
}

.letter_size > span:nth-child(2){
	color:#fff;
	background-color:#444;
}

.letter_size > span:nth-child(3){
}

.head_block{
	position:relative;
	background-color:#f4f2f3;
	padding:60px 0 80px 0;
	margin-top:30px;
}

.head_block_menu{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	position: absolute;
	right: 5%;
	top:40px;
	z-index:9998;
}

.head_block_menu > a{
	display:block;
	margin:0 10px;
}

.index_head_txt{
	position:absolute;
	top:-1px;
}

.index_head_txt > .img {
	position: relative;
	z-index: 9998;
	margin-left:6%;
	opacity:0;
	transition-duration:1s,0s;
	transition-property:opacity,font-size;
	height: 65px;
}

.scroll{
	position:absolute;
	left: 5%;
	z-index:9998;
	bottom: 40px;
	width: 80px;
}

.slider_wrapper{
	width: 93%;
	position: relative;
	margin:0 auto;
	max-width: 500px;
}

.slider_wrapper > img{
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
}

.slider{
	position: absolute;
	top: 0;
	width: 100%;
}

.slider img{
	width: 100%;
}

.head_block_effect{
}

.head_block_effect > img{
	position: absolute;
	z-index: 9998;
	opacity:0;
}

.head_block_effect > img:nth-child(1){
	top: 0;
	right: 3%;
	width:44%;
	max-width: 250px;
}

.head_block_effect > img:nth-child(2){
	right: 3%;
	bottom:-50px;
	width:80%;
	max-width: 400px;
}

.head_block_effect > img:nth-child(3){
	left: 5%;
	bottom: -30px;
}

.spHeadMenu{
	position: fixed;
	top:0;
	width: 100%;
	background-color: #f4f2f3;
	display:none;
	overflow: hidden;
	padding:40px 0 100px;
	text-align: center;
	height:2000px;
 }

.spHeadMenu-close:first-child{
	background-color: #444444;
	width: 30px;
	height: 2px;
	position: absolute;
	right: 6%;
	top: 30px;
	transform: rotate(45deg);
	margin:0;
 }

.spHeadMenu-close:nth-child(2){
	background-color: #444444;
	width: 30px;
	height: 2px;
	position: absolute;
	right: 6%;
	top: 30px;
	transform: rotate(-45deg);
	margin:0;
 }

.spHeadMenu > div:last-child{
	position: absolute;
	top:50px;
        width: 100%;
        min-height:700px;
 }

.spHeadMenu > div > div{
 }

.spHeadMenu > div > a{
	margin:7px 0 0 0;
	color: #444444;
	font-size: 16px;
	display:inline-block;
 }

.spHeadMenu > div > div:last-child{
	position: absolute;
	width: 100%;
	font-size: 13px;
	line-height:200%;
	bottom:130px;
 }

.spHeadMenu > div > div:last-child > img{
	display:block;
	margin: 0 auto;
	height:34px;
 }

.scroll{
	width:66px;
}

/* Index
------------------------------------------------- */
.index_block{
	position:relative;
}

.index_block_hd{
	margin: 100px auto 50px 3%;
	height:70px;
}

.index_info_hd{
	display: flex;
	align-items: center;
	margin: 50px 0 15px 0;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1.8px;
//	line-height: 200%;
}

.index_info_hd img{
	display:inline-block;
	width:24px;
	margin-right:6px;
}

.index_info_text{
	line-height: 170%;
	text-align: justify;
	letter-spacing: 1.8px;
	font-size:15px;
}

.index_info_box{
	background-color:#7F99AD;
	color:#fff;
	padding: 70px 0;
	text-align:center;
	width: 94%;
	margin: 50px auto 0 auto;
}

.index_info_box_left{
	display: flex;
	flex-direction: column;
	align-items: center;
	color:#fff;
}

.index_info_box_left > img{
	width:100%;
}

.index_info_box_left > div:nth-child(1){
	font-size: 20px;
	margin-bottom:20px;
}

.index_info_box_left > div:nth-child(2){
	font-size: 28px;
	letter-spacing: 4px;
}

.index_info_button{
	border: 1px #fff solid;
	border-radius: 15px;
	padding: 15px 70px;
	margin-top: 30px;
	display:inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}

.index_info_box_right{
	width:96%;
	margin:0 auto;
}

.index_info_box_right > img{
	width:100%;
	margin: 30px 0;
}

.index_info_box_right > div{
	text-align:left;
}

.index_new_block{
	border-bottom: 1px #000 dotted;
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 96%;
	margin-top: 20px;
}

.index_new_block:nth-child(4){
	border-bottom: 0px;
}

.index_new_block > span{
	display:block;
}

.index_new_block > div:first-child{
	font-size: 12px;
    margin: 10px 10px 10px 0;
    font-weight:bold;
    display: inline-block;
}

.index_news_blockIcon{
	background-color:#444444;
	border:1px #444444 solid;
	color:#fff;
    margin-right: 10px;
    padding:0 10px;
	text-align: center;
	display:inline-block;
	font-size:12px;
}

.index_new_block > div:last-child > a{
	line-height:3;
}

.index_news_blockIconB{
	background-color:#fff;
	color:#444444;
}

.index_new_fd{
	border: 1px #000 solid;
	border-radius: 15px;
	padding: 15px 70px;
	margin: 40px auto 0 auto;
	width: fit-content;
	width: -moz-fit-content;
	font-size: 17px;
	font-weight: bold;
}

.index_about_img{
	position: relative;
	width: 96%;
	margin: 45px auto 30px auto;
}

.index_about_textTop{
	line-height: 200%;
	font-weight: bold;
	margin-left: 3%;
	font-size: 15px;
	letter-spacing: 1.8px;
}

.index_about_textBottom{
	position: absolute;
	right: 3%;
	line-height: 200%;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1.8px;
}

.index_about_menu{
	display: flex;
	margin-top: 140px;
	flex-direction: column;
	align-items: center;
}

.index_about_menu span{
	width: 170px;
	display: inline-block;
	text-align: center;
	border: 1px #000 solid;
	border-radius: 15px;
	padding: 15px 40px;
	margin-top:10px;
	font-size: 17px;
	font-weight: bold;
}

.index_medical_box{
	position:relative;
}

.index_medical_crossfade{
	width: 96%;
	position: absolute;
	top: 100px;
	left: 3%;
}

.index_medical_crossfade > img{
	position:absolute;
	width:100%;
}

.index_medical_crossfade > img:nth-child(2){
	display:none;
}

.index_medical_text{
	line-height: 200%;
	font-weight: bold;
	margin-left:3%;
	margin-top:270px;
	font-size: 15px;
	letter-spacing: 1.8px;
}

.index_medical_column{
	margin: 40px 0;
}

.index_medical_column > a{
}

.index_medical_column > a > div{
	text-align: center;
	margin-bottom:40px;
	color: #759eb4;
	font-weight:bold;
	font-size: 16px;
}

.index_medical_column > a > div > div{
	color: #444;
	font-size: 15px;
	margin-top:5px;
}

.index_medical_column img{
	width:100%;
	margin-bottom:16px;
}

.index_map{
        display: flex;
        flex-direction: column;
}

.index_map_img{
	width: 100%;
	margin: 40px auto;
}

.index_map_img > img{
	width: 70%;
	margin: 0 auto;
}

.index_map_img > div{
	margin-top:20px;
	color: #e60013;
	width: 100%;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.index_map_frame{
	width:100%;
	height:400px;
}

.index_recruit_box{
	position:relative;
}

.index_recruit_text{
	line-height: 200%;
	font-weight: bold;
	margin-left:3%;
	font-size: 15px;
	letter-spacing: 1.8px;
}

.index_foot{
	margin-top:200px;
	text-align:center;
}

/* フッター
------------------------------------------------- */
footer{
	margin: 100px 0 80px 20px;
	display:flex;
	justify-content: space-between;
        flex-direction: column;
}

footer > div:first-child{
	margin-bottom:70px;
}

footer > div:first-child > img{
	margin-bottom:40px;
}

footer > div:nth-child(2){
	height:1px;
	width:40px;
	border-top:1px black solid;
	margin-bottom:40px;
}

footer > div:last-child{
}

footer > div:last-child > div:first-child{
	line-height:1;
}

footer > div:last-child > div:first-child > div:first-child{
	margin-bottom:2px;
}

footer > div:last-child > a > img{
	margin:25px 0;
}

footer > div:last-child > div:last-child{
	width:100%;
	display:flex;
	justify-content: flex-start;
}

footer > div:last-child > div:last-child > a{
	margin-right:10px;
}

footer > div:last-child > div:last-child > a:last-child{
	margin:-10px 0 0 100px;
}

/* はじめての方へ
------------------------------------------------- */
.guidance_head{
	height:360px;
}

.guidance_effect{
	text-align: center;
	padding: 30px 0;
}

.guidance_effect > img:nth-child(1){
	left: 42%;
	top: 0px;
	width: 30%;
	max-width: 120px;
}

.guidance_effect > img:nth-child(2){
	bottom: 32px;
	width: 40%;
	max-width: 200px;
}

.guidance_effect > img:last-child{
	position: relative;
	bottom: 0;
	left: 0;
	margin: auto;
	height:20px;
}

.guidance_block{
}

.guidance_block > div:last-child{
	margin: 30px 0;
}

.guidance_info_box{
	background-color: #7F99AD;
	color: #fff;
	padding: 50px 0;
	margin-top: 50px;
	display: flex;
	align-items: center;
	flex-flow: column;
}

.guidance_info_box > div:first-child{
	font-size: 18px;
	font-weight: bold;
}

.guidance_info_box_bar{
	width:45px;
	height: 5px;
	background: #fff;
	margin: 40px;
}

.guidance_info_box_textWrapper{
	font-size: 15px;
}

.guidance_info_box_text{
	line-height: 200%;
	font-weight: normal;
	display: flex;
	margin: 0 15px;
}

.guidance_info_box_text > span:first-child{
	margin-right: 20px;
}

.guidance_info_hd{
	margin-top: 0;
	padding-top:70px;
	letter-spacing: 0.8px;
	width:100%;
	font-size:15px;
}

.guidance_info_bar{
	width: 100%;
	height: 1px;
	background: #444;
	margin: 25px 0 0 0;
}

.guidance_content_block{
	margin: 0 0 40px 0;
}

.guidance_content_hd{
	margin: 0 0 25px 0;
	font-weight: bold;
	line-height: 200%;
	font-size: 15px;
}

.guidance_content_block .guidance_content_text{
	margin-bottom: 40px;
}

.guidance_content_block .guidance_content_img{
}

.guidance_content_block .guidance_content_img > img{
	width: 100%;
}

.guidance_content_block .guidance_content_bt{
	border: 1px #000 solid;
	border-radius: 15px;
	padding: 15px 70px;
	margin: 0 auto;
	width: fit-content;
	width: -moz-fit-content;
	margin: 40px auto;
	font-size: 17px;
	font-weight:bold;
}

.guidance_content_blockB{
	margin: 0 0 40px 0;
}

.guidance_content_blockB .guidance_content_text{
	width: 40%;
}

.guidance_content_blockB .guidance_content_img{
	width: 50%;
	margin: 40px 0 0 40%;
}

.guidance_content_blockB .guidance_content_img > img{
	width: 100%;
}

/* 予約について
------------------------------------------------- */
.appointment_block{
	margin-bottom: 60px;
}

.appointment_info_text{
	text-align: justify;
	margin-bottom:30px;
}

.appointment_info_box{
	width: 90%;
	margin: 0 auto 30px auto;
}

.appointment_info_bar{
	width: 100%;
	height: 1px;
	background: #444;
	margin: 25px 0;
}

.appointment_box {
    margin-top: 50px;
    line-height: 2;
    padding: 50px 30px;
    border: 1px solid;
}

.appointment_mess{
	margin:50px 0;
	color: #749bb0;
}

.appointment_mess > div:first-child{
	padding-bottom: 10px;
	border-bottom: 2px solid #749bb0;
	margin-bottom: 30px;
}

.appointment_mess > div:last-child{
}

.appointment_mess > div:last-child > span{
	display:block;
	margin-bottom:14px;
}

/* 採用情報
------------------------------------------------- */
.recruit_block{
}

.recruit_hd{
	display: flex;
	align-items: center;
	margin: 50px 0% 25px 0%;
	font-weight: bold;
}

.recruit_hd img{
	display: inline-block;
	width: 25px;
}

.recruit_block_img{
	width: 100%;
}

.recruit_info_wrapper{
}

.recruit_info{
	display: flex;
	border:#fff solid 1px;
	border-bottom:0;
}

.recruit_info:last-child{
	border-bottom:#fff solid 1px;
}

.recruit_info_left{
	width: 90px;
	text-align: center;
	color:#fff;
	background:#759eb4;
	padding: 15px 0;
	border-right:#fff solid 1px;
	flex-shrink: 0;
}

.recruit_info_right{
	padding: 15px 0 15px 15px;
}

/* 院長紹介
------------------------------------------------- */
.doctor_wrapper span.at{
	display:block;
}

.doctor_head_block{
	position: relative;
	width: 100%;
	min-height:430px;
}

.doctor_effect{
	height:100%;
	width: 100%;
	position: absolute;
}

.doctor_effect > img{
	position: absolute;
        z-index: 9998;
        opacity: 0;
}

.doctor_effect > img:nth-child(1){
	left: 47%;
	top: 6%;
	width: 30%;
	max-width: 120px;
}

.doctor_effect > img:nth-child(2){
	top: 19%;
	right:0%;
	width: 40%;
	max-width: 200px;
}

.doctor_effect > img:nth-child(3){
        bottom:0;
        left:0%;
	width: 70%;
	max-width: 400px;
}

.doctor_effect > img:last-child{
	position: relative;
	top: 14%;
	left: 12%;
	width:33%;
	max-width:150px;
}

.doctor_img{
	position: absolute;
	right: 0;
	top:21%;
	width:100%;
}

.doctor_img > img{
	right: 7%;
	width:70%;
	max-width:330px;
	position: absolute;
}

.doctor_hd{
	margin-bottom: 30px;
}

.doctor_hd > img{
	width:50%;
}

.doctor_block_hd{
	margin-top: 50px;
	margin: 50px 0 15px 0;
}

.doctor_content_block{
	margin: 0 0 40px 0;
}

.doctor_content_block .doctor_content_text{
}

.doctor_content_block .doctor_content_img{
	margin: 30px 0 0 0;
}

.doctor_content_block .doctor_content_img > img{
	width: 100%;
}

.doctor_concept_block {
    border: 1px solid #214A9E;
    padding: 30px 20px;
    margin: 0 0 50px 0;
}

.doctor_concept_hd{
    color: #00588F;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1;
}

.doctor_concept_text  > ul{
        list-style: disc;
        margin:40px 0 40px 20px;
}

.doctor_concept_text  > ul > li > div.flexbox{
	display:flex;
	width:250px;
        justify-content: space-between;
}

.doctor_concept_text  > div{
	display: flex;
	margin-top:40px;
	max-width:800px;
	min-width:580px;
        flex-direction: column;
}

.doctor_concept_text  > div  > div{
	width:50%;
	display: flex;
	flex-direction: column;
}

.doctor_concept_text  > div  > div:first-child{
        margin-bottom: 10px;
}

.doctor_concept_text  > div  > div:last-child > div:first-child{
	flex-grow:0;
}

.doctor_concept_text  > div  > div:first-child > div{
	border-top:0px;
}

.doctor_concept_text  > div  > div:last-child > div:last-child{
	flex-grow:1;
	border-top:0px;
}

.doctor_concept_text  > div  > div  > div{
	display: grid;
	padding: 10px 20px;
	border:1px black solid;
}

.doctor_concept_text  > div  > div  > div:first-child{
	border-top:1px black solid;
	border-bottom:4px double;
	text-align: center;
}

.doctor_concept_text  > div  > div  > div > div{
	display: flex;
	justify-content: space-between;
	align-self: center;
}

.doctor_concept_text  > div  > div  > div > div > span:first-child{
	text-align:left;
}

.doctor_concept_text  > div  > div  > div > div > span:last-child{
}

.doctor_concept_text  > div  > div:first-child > div:last-child > div:last-child{
	margin-top:10px;
}

/* 診療案内
------------------------------------------------- */
.operation_block{
}

.operation_block > span{
	display:block;
}

.operation_block > span#price{
	margin-top:40px;
}

.operation_info_hd > div:first-child{
	line-height: 200%;
	font-size:15px;
	margin: 0 0 15px 0;
	font-weight:bold;
}

.operation_info_hd > a{
	margin-top:40px;
	display:block;
}

.operation_block_hd{
	margin:40px 0 0 0;
}

.operation_content_block{
	display: flex;
	margin: 40px 0 40px 0;
	flex-direction: column-reverse;
}

.operation_content_hd{
	margin: 0 0 25px 0;
	font-weight: bold;
	font-size: 15px;
}

.operation_content_block .operation_content_text{
	background: #759eb4;
	padding: 20px;
	color:#fff;
}

.operation_content_text > span{
	display:block;
}

.operation_content_text > ul{
	list-style-type: disc;
	margin-left:20px;
}

.operation_content_block .operation_content_img{
	margin-bottom: 40px;
}

.operation_content_block .operation_content_img > img{
	width: 100%;
	position: absolute;
}

.operation_content_block .operation_content_img > img:nth-child(2){
	display:none;
}

.operation_info_bar{
	width: 100%;
	height: 1px;
	background: #444;
	margin: 10px 0;
}

.operation_content_blockB{
	margin: 40px 0 40px 0;
}

.operation_content_blockB .operation_content_text{
}

.operation_content_blockB .index_info_hd{
	margin: 40px 0 20px 0;
	padding:0;
}

.operation_addmess{
	margin: 60px 0;
	padding: 40px;
	border: 1px solid black;
}

.operation_addmess > span{
	display:block;
	margin-bottom:20px;
}

.allergies_hd{
	font-size:15px;
}

.allergies_text{
	font-size:14px;
}

/* 施設・設備紹介
------------------------------------------------- */
.equipment_head{
	font-weight:bold;
	line-height: 200%;
}

.equipment_top{
	margin-bottom:60px;
	position:relative;
}

.equipment_topBtn{
	text-align: center;
	margin: 10px 0 40px 0;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	flex-flow: wrap;
	white-space: nowrap;
	justify-content: space-around;
}

.equipment_topBtn > span{
	border-bottom: 1px solid #444444!important;
	transition-duration:1s;
	display: inline-block;
	flex-basis: 30%;
	margin: 10px 0;
}

.equipment_topBtn > span:first-child{
	color:#759eb4;
}

.equipment_topImg{
	width:100%;
	margin:0 auto;
	position:relative;
}

.equipment_topImg > img{
	width:100%;
	opacity:0;
	position:absolute;
	transition-duration:3s;
}

.equipment_topImg > img:first-child{
	opacity:1;
}

.equipment_topTxt{
	width:100%;
	margin:0 auto;
	position:relative;
	height: 100px;
}

.equipment_topTxt > div{
	opacity:0;
	position:absolute;
	transition-duration:1s;
}

.equipment_topTxt > div:first-child{
	opacity:1;
}

.equipment_bt{
	background:#759eb4;
	color:#fff;
	padding: 60px 0;
}

.equipment_btHd{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:30px;
	line-height:200%;
	padding: 0 20px;
}

.equipment_btIntro{
	font-size: 15px;
	font-weight: bold;
	padding: 0 20px;
	line-height:200%;
}

.equipment_btWrapper{

}

.equipment_btWrapper > div{
	margin-top: 70px;

}

.equipment_btWrapper > div > img{
	margin: 20px auto;

}

.equipment_btWrapper > div > span{
	padding: 0 20px;
	display: block;
}

.equipment_btWrapper > div > span > a{color:#fff;}

.eqipment_btBlockHd{
	text-align: center;
	font-size:15px;
	font-weight: bold;

}

.eqipment_btBlockHd > span{
	font-size:12px;
	font-weight: normal;

}

/* 眼科一般
------------------------------------------------- */
.general_head{
	background-color:#759db3;
	color:#fff;
	padding: 30px 10px;
	margin: 40px 0;
}

.general_head_text{
	display:block;
	font-size:15px;
	line-height:1.8;
}

.general_hd{
	color:#759db3;
	margin: 50px 0 0 0;
}

.general_bar{
	width: 100%;
	height: 1px;
	background: #444;
	margin: 15px 0;
}

.general_text{

}

.general_text > span:first-child{
	font-weight:bold;
}

.general_textHidden{
	display:none;
}

.general_link{
	background-color:#759db3;
	color:#fff;
	padding: 30px 15px;
	margin: 60px auto;
	text-align:center;
	font-weight: bold;
}

.general_linkInner{
	text-align:left;
	margin: 30px 0 0 0;
}

.general_linkInner > div:first-child{
	margin:0 0 30px 0;
	font-weight: bold;
}

.general_linkInner > div > a{
	color:#fff;
	font-weight: bold;
}

.general_linkInner > div >img{
	width:100%;
}

/* 定期検診・ロービジョン
------------------------------------------------- */
.checkup_head{
	background-color: #759db3;
	color: #fff;
	padding: 30px 10px;
	margin: 40px 0;
}

.checkup_head_text{
		display: block;
}

.checkup_hd{
	color:#759db3;
	margin: 50px 0 20px 0;
}

.checkup_block{
}

.checkup_blockLeft{
}

.checkup_blockRight{
	margin-top: 20px;
}

.checkup_blockRight > img{
	width:100%;
}

.checkup_blockRight > img:nth-child(2){
	margin-top:20px;
}

.checkup_bottom{
	width: 300px;
	margin: 60px auto 0 auto;
}

.lowvision_link{
	background-color:#759db3;
	color:#fff;
	padding: 30px 0;
	margin: 60px auto;
	text-align:center;
	font-weight: bold;
}

.lowvision_link > div:first-child{
	font-size:15px;
}

.lowvision_link > span:nth-child(2){
	margin: 40px auto;
	width: 80%;
	display: block;
	text-align: justify;
}

.lowvision_link > span:nth-child(2) > a{
	font-weight: bold;
	color:#fff;
	font-size: 15px;
}

.lowvision_link > span:nth-child(4){
	margin: 0 auto;
	width: 80%;
	display:block;
	text-align: justify;
	font-weight:normal;
}

.lowvision_link > img:nth-child(3){
	width: 240px;
	margin: 0 auto 20px auto;
}


.lowvision_link > img:nth-child(5){
	width: 150px;
	margin: 20px auto 0 auto;
	padding-left: 60px;
}

.lowvision_info_hd{
	font-size:15px;
	line-height:200%;
	margin: 50px 0 50px 0;
}

#lowvision_hd{
}

#lowvision_hd > div{
	margin: 60px auto 0 auto;
}

#lowvision_hd > img{
	width: 300px;
	margin: 60px auto 0 auto;
}

#lowvision_equipment{
    border: 2px solid #759DB2;
    margin: 40px 20px 0;
}

#lowvision_equipment_hd{
	color: #759eb4;
    font-weight: bold;
    margin: 40px 20px;
}

#lowvision_equipment_inner{
	display: flex;
    flex-direction: column;
    align-items: center;
}

#lowvision_equipment_inner > div{
	width:90%;
    padding-bottom: 40px;
}

#lowvision_equipment_inner > div > img{
	width:100%;
}

.lowvision_hd{
	font-weight: bold;
	width:100%;
	border-bottom: 2px #717070 solid;
	padding: 10px 0;
	margin:30px 0;
}

.lowvision_info{
	margin:0 30px;
}

.lowvision_info > div > img{
	width:100%;
}

.lowvision_info > div > a{
	display:block;
	margin:20px 0 40px;
}

#lowvision_link{
}

#lowvision_link > div:last-child{
	margin:30px 20px 0;
}

#lowvision_link > div:last-child > img{
	max-width:100%;
	margin:50px auto 0;
}
/* 取扱いコンタクトレンズ一覧
------------------------------------------------- */
.glasseslist_hd{
	background-color: #444444;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	border-radius: 15px;
	margin-top: 20px;
}

.glasseslist_hd > div:first-child{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
}

.glasseslist_hd > div:last-child{
	font-size: 10px;
}

.glasseslist_discarding{
	border: 5px solid #7587a2;
	border-radius: 15px;
	margin:20px 0;
	padding: 30px;
}

.glasseslist_discardingHd{
}

.glasseslist_discardingHd > div:first-child{
	color:#7587a2;
	font-weight:bold;
	align-self: center;
	margin-bottom: 30px;
}

.glasseslist_discardingHd > div:last-child{
}

.glasseslist_discardingBlockInner{
}

.glasseslist_discardingBlock{
}

.glasseslist_discardingBlock > img{
	width: 60%;
	margin:40px auto 20px auto;
}

.glasseslist_info{
}

.glasseslist_info_hd{
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 25px 0 0 0;
}

.glasseslist_info_hd img{
	display: inline-block;
	width: 25px;
}

.glasseslist_info_bar{
	width: 100%;
	height: 1px;
	background: #444444;
	margin: 10px 0 10px 0;
}

.glasseslist_info_table{
	border: 1px solid #444444;
	border-bottom: 0px;
	margin: 10px 0 40px 0;
}

.glasseslist_info_tableHd{
	background:#758399;
	color:#f4f2f3;
	font-weight:bold;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #444444;
}

.glasseslist_info_tableTop{
	display: flex;
	border-bottom: 1px solid #444444;
}

.glasseslist_info_tableTop > div{
	background: #b9c5cd;
	font-weight: bold;
	padding: 5px;
	width:100%;
	border-right: 1px solid #444444;
}

.glasseslist_info_tableTop > div:last-child{
	border-right: 0px;
}

.glasseslist_info_tableBlock{
	display: flex;
	background: #fff;
	letter-spacing: 0;
}

.glasseslist_info_tableBlock > div:first-child{
	padding: 5px 0;
	width:100%;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	display: flex;
	align-items: center;
}

.glasseslist_info_tableBlock > div:nth-child(2){
	padding: 5px 0;
	width:100%;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	display: flex;
	align-items: center;
}

.glasseslist_info_tableBlock > div:last-child{
	width:100%;
	border-right: 0px;
	border-bottom: 1px solid #444444;
	display: flex;
	align-items: center;
}

.glasseslist_info_tableBlock > div > span{
	margin: 5px;
	display: block;
}

.glasseslist_info_tableBlock > div > img{
	margin:10px auto;
	width:100%;
}

.glasseslist_info_table:last-child{
	margin-top: 40px;
}

.glasses_block{
}

.glasses_blockLeft{
}

.glasses_blockRight{
	margin-top: 40px;
}

.glasses_blockRight > img{
	width:100%;
}

/* サプリメント
------------------------------------------------- */
.supplement_block{
	line-height: 170%;
}

.supplement_blockLeft{
	margin-bottom: 20px;
}

.supplement_blockLeft > img{
	margin: 0 auto;
}

.supplement_blockRight{
	display:none;
}

.supplement_blockRight > img{
	width: 90%;
	margin: 30px auto;
}

.supplement_blockRight_block > div{
    font-weight: bold;
}

.supplement_info{
	background: #fff;
	padding: 10px;
	font-weight: bold;
	line-height: 200%;
	margin-top:30px;
	margin-bottom:30px;
}

.supplement_info > img{
	width: 85%;
	margin: 30px auto;
}

.supplement_infoHd{
	background: #444;
	color: #fff;
	text-align: center;
	line-height: 200%;
	font-weight: bold;
}

.supplement_blockBtn{
	text-align:center;
	margin-bottom:40px;
}

/* 新着情報
------------------------------------------------- */
header.header_news{
    height: auto;
    margin: 0;
    background:#f2eff0;
}

.news_img{
    width: 70vw;
    margin:0 auto;
    padding:40px 0;
}

.news_blockWrapper{
    margin-top: 40px;
}

.news_blockBox{
}

.news_block{
	width:295px;
	margin:0 auto;
	line-height:2;
}

.news_block > a > img{
	width:100%;
	margin-bottom:20px;
}

.news_block > div:nth-child(2){
	width:100%;
}

.news_block > div:nth-child(3){
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 0;
	width:100%;
	margin-bottom:20px;
}

.news_block > div:nth-child(4){
	width:100%;
}

.news_fd{
	color: #fff;
	background: #43dede;
	padding: 0 20px;
	line-height: 3;
	width: fit-content;
	width: -moz-fit-content;
	margin: 20px 0;
	display:block;
}

.news_block_25{
	width:295px;
	margin: 50px auto 0;
	line-height:1.5;
}

.news_block_25 > a > img{
	width:100%;
}

.news_block_25 > div:nth-child(2){
	font-size: 16px;
	letter-spacing: 0;
	width:100%;
	margin-top:20px;
}

.news_fd_25{
	color: #fff;
	background: #43dede;
	padding: 0 20px;
	line-height: 3;
	width: fit-content;
	width: -moz-fit-content;
	margin: 20px 0;
	display:block;
}

.news_content{
    margin: 40px auto 0;
    line-height: 2;
    width:280px;
}

.news_date{
    font-size: 12px;
}

.news_title{
    ffont-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 0;
}

.news_date > .index_news_blockIcon{
    border: 1px #444444 solid;
    font-size: 10px;
    width: auto;
    padding:0 5px;
    margin: 0 0 0 5px;
}

.news_date > .index_news_blockIconB{
    background: #fff;
    color: #444444;
}

.news_contentImg_2{
	margin:40px 0;
}

.news_contentImg_2 > img{
	max-width:100%;
	margin:20px auto;
}

.news_bar{
    width: 100%;
    height: 1px;
    background: #444;
    margin: 10px 0;
}

.news_thumb{
    margin: 40px auto;
    width: 100%;
}

.news_contentImg{
    width: 100%;
}

.news_historyWrapper{
	width:80%;
	min-width:230px;
	max-width:350px;
	display:flex;
	justify-content: space-between;
	margin:50px 0 0 0;
}

.news_history{
}

.news_history > a{
	display:block;
	color: #759eb4;
	font-weight:bold;
	margin-bottom:10px;
}

.news_history > span{
	display:block;
	color: #759eb4;
	font-weight:bold;
	margin-bottom:10px;
	text-decoration: underline;
}

/* よくある質問
------------------------------------------------- */
.question_block{

}

.question_block > div{
    display: flex;
    line-height: 2;
}


.question_block > div > div:first-child{
    margin-right: 15px;

}

.question_block > div > div:last-child{

}

.question_q{
	margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

.question_q > div{
    font-weight: bold;
}

.question_a{
	margin-bottom: 40px;

}

/* 子どもの近視治療
------------------------------------------------- */
.myopia_flex{
}

.myopia_flex > img{
    margin: 40px auto;
}

/* indexお知らせ２ペイン
------------------------------------------------- */
.index_info_text2pane{
}

.index_info_text2pane > div:first-child{
	margin-bottom:30px;
}

.index_info_text2pane > div > img{
	margin:0 auto;
}

/* 子どもの近視治療 kidsmyopia
------------------------------------------------- */
.kidsmyopia_addmess{
	margin: 60px 0;
	padding: 40px;
	border: 1px solid black;
}

.kidsmyopia_addmess > span{
	display:block;
	margin-bottom:20px;
}

.kidsmyopia_block{
	margin:60px 0;
}

.kidsmyopia_block > .kidsmyopia_blockTxt{
}

.kidsmyopia_blockImg{
	margin:20px 0;
}

.kidsmyopia_addmess.orthokeratology{
	padding:20px;
}

.kidsmyopia_addmess.orthokeratology > span:last-child{
	margin-bottom:0;
}

.index_block.orthokeratology{
	margin-bottom:60px;
}

.index_block.orthokeratology > div.orthokeratology_flex{
	margin-bottom:60px;
}

.index_block.orthokeratology > div.orthokeratology_flex > div:first-child{
}

.index_block.orthokeratology > div.orthokeratology_flex > div:first-child > span{
	display:block;
	margin-top:30px;
}

.index_block.orthokeratology > div.orthokeratology_flex > div:last-child{
	width: 50%;
	margin: 20px auto 0;
}

.index_block.orthokeratology > div.orthokeratology_flex > div:last-child > img{
	width:100%;
}

.index_block.orthokeratology > div.orthokeratology_text{
	margin-top:30px;
}

.index_block.orthokeratology > div.orthokeratology_num{
    font-weight: bold;
    margin: 30px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.index_block.orthokeratology > div.orthokeratology_balloon{
	margin-top: 30px;
}

.index_block.orthokeratology > div.orthokeratology_balloon > div{
	background-color: white;
	display:flex;
	padding: 30px;
	border-radius: 15px;
	font-weight:bold;
	color:#7596ac;
}

.index_block.orthokeratology > div.orthokeratology_balloon > div > span:first-child{

}

.index_block.orthokeratology > div.orthokeratology_balloon > div > span:last-child{

}

.index_block.orthokeratology > div.orthokeratology_balloon > img{
	margin-left:80%;
	width:20px;
	height:20px;
	margin-bottom:10px;
}

.index_block.orthokeratology > div.orthokeratology_ans{
    font-weight: bold;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.index_block.orthokeratology > span.bold{
	display:flex;
}

.index_block.orthokeratology > span.bold > span{
	display:block;
}

.index_block.orthokeratology > span.bold > span:first-child{
	color:#7596ac;
	font-size:25px;
	display:block;
}

.index_block.orthokeratology > span.bold > span:nth-child(3){
	font-weight:normal;
}

.index_block.orthokeratology > span.at{
	display:block;
}



}