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

/* @media screen and (min-width: 656px) {
PC用のスタイル記述 */

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	text-align: center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	color: #333333;
	/*font-size: 16px;*/
	font-size: 18px;
	padding: 0;
	margin: 0 0 0 0;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
}

/* ---------------------------------------- レイアウトに関する指定 */
html,body { 
	height:100%; 
}

#wrapper { /*--全体枠--*/
	text-align: left;
	margin: 0 auto 0;
	width: 100%;
	background-color: #ffffff;
	position:relative;
	
	overflow: hidden;/*応急対応*/
}

#container {
	width: 100%;
	height: 100%;
}

/* ----------------------------------------  ヘッダー */
#header {
	/*height: 125px;*/
	height: 133px;
	width: 100%;
	max-width: 1200px;
	padding: 0 0 0 0;
	background-color:#ffffff;
	color: #ffffff;
	margin: 0 auto;
}

#header div.logo {
	float:left;
	padding:0 0 0 10px;
	height: auto;
	/*width:400px;*/
	/*width:490px;*/
	/*width:520px;20thロゴ対応*/
    width:538px;/*multi2000ロゴ対応*/
}

#header div.logo p.title {
	/*font-size: 14px;
	color: #333;
	margin: 0 0 10px 0;*/
	
	font-size: 16px;
	color: #004385;
	margin: 0 0 7px 0;
	font-weight: 400;
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	font-feature-settings: "palt";
}

#header h1 {
	font-size: 14px;
	color: #333;
	margin: 0 0 15px 10px;
	padding: 10px 0 0 0;
	text-align: left;
	font-weight: normal;
}

#header .h_box h1 {
	font-size: 14px;
	color: #333;
	margin: 0 0 15px 10px;
	padding: 10px 0 0 0;
	text-align: left;
	font-weight: normal;
	float: left;
}

#header div.h_inner {
	float:right;
}

#header div.h_left {
	width: 310px;
	margin: 25px 20px 0 0;
	float: right;
	height: 60px;
	background-color: #ffffff;
	text-align:center;
}

#header div.h_menu {
	margin: 0 0 0 0;
}

#header div.h_menu ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width:100%;
}

#header div.h_menu ul li {
	display: table-cell;
	vertical-align: middle;
}

#header div.h_reserve {
	background-color: #ffffff;
	float: left;
	height:auto;
	width:290px;
	display: table;
	margin:25px 15px 0 0;
}

div.h_tel {
	height: auto;
	width:280px;
    display:table-cell;
    text-align:center;
    vertical-align: bottom;
}

div.h_tel img {
	vertical-align:bottom;
}

#header .h_menu li.h_tel_sp {
	display:none;
}

/* ----------------------------------------  スマホロゴ */
div.logo_2 {
	display:none;
}

#container div.logo_wrapper {
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	top:10px;
	left: 0;
	right: 0;
	position:absolute;
	
	pointer-events: none;
}

#container div.h_inner_2 {
	float:right;
	color: #333;
	width: 400px;
}

#container div.h_left_2 {
	width: 200px;
	margin: 0 0 0 0;
	float: right;
	height: auto;
	background-color: #ffffff;
	
	pointer-events: auto;
}

/* ---------------------------------------- トップ画像 */
#top_img {
    width: 100%;
    overflow: hidden;
	height: 750px;

}
#top_img_inner {
    position: relative;
    left: 50%; /* 画像の左端が画面中央にくる */
    margin-left: -1000px; /* 画像幅の半分だけ左に移動する */
}

/* ----------------------------------------  トップページ */
h1.top {
	padding:0;
	margin: 0;
	background-image: none;
}

#main_menu {
	height: auto;
	margin: -208px 0 0 0;
	padding: 0 0 0 0;
	overflow:hidden;
}

#main_menu .main_box {
	max-width: 1200px;
	position: relative;
	overflow:hidden;
	
	margin:0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
}

#main_menu .main_box .main_menu_box {
	height: 176px;
	width: 470px;
	background-color: #fff;
	margin: 0 30px 20px;
	position: relative;
	
	border: #00aa9e solid 2px;
}

#main_menu .main_box .main_menu_box .inner {
	height: 105px;
	padding: 15px 20px;
	margin: 0;
	background-image: url(../img/main_menu_arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: auto;
}

#main_menu .main_box .main_menu_box a {
	text-decoration: none;
}

/*#main_menu .main_box .main_menu_box:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.3s ease-in-out;
}*/

#main_menu .main_box .main_menu_box h2 {
	color: #fff;
	background-color: #00aa9e;
	padding: 10px 0 8px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

#main_menu .main_box .main_menu_box p {
	font-size: 18px;
	color: #333;
	line-height: 1.6em;
}

#main_menu .main_box .main_menu_box p.result {
	color: #f74406;
	font-size: 20px;
	font-weight:bold;
	background-color: #ffffdb;
	padding: 10px 0 8px;
	text-align: center;
	
	position: absolute;
	bottom: 0;
	width: 100%;
}

#main_menu .main_box .main_menu_box p img {
	float: left;
	margin: 0 20px 0 0;
}




#main_menu .main_box .main_menu_box_2 {
	height: 176px;
	width: 470px;
	background-color: #fff;
	margin: 0 30px 20px;
	position: relative;
	
	border: #00aa9e solid 2px;
}

#main_menu .main_box .main_menu_box_2 p img {
	float: left;
	margin: 0 0 0 0;
}


/* ----------------------------------------  Web予約促進 */
#notice {
	padding:0 0 0 0;
	background-color: #fff;
	margin: 35px 0 0 0;
}

#notice .main_box {
	height: auto;
	width: auto;
	padding: 0 10px;
	position:relative;
	overflow: hidden;
	margin: 0 0 30px;
   
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap : wrap;
	flex-direction: column;
   
	text-align: center;
}

.notice_box {
   border-radius: 10px;         /* CSS3 */
   border: 0px;     /* 枠線の装飾 */
   background-color: #fcdee1;   /* 背景色 */
   color: #323232;
   
   height: auto;
   width: auto;
   position:relative;
   padding:18px 20px 15px;
   overflow: hidden;
   line-height: 1.5;
   
   display: inline-block;
   text-align: left;
}

/* ----------------------------------------  line */

.h_box {
	overflow: hidden;
}

.line {
	height: auto;
	width: auto;
	padding: 6px 10px 0 60px;
	position:relative;
	overflow: hidden;
}

.line p:first-child img {
	height: auto;
	width: 100px;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	line-height: 0;
	float: left;
}

.line p:nth-child(2) {
   color: #525252;
   font-size: 12px;
   font-weight: bold;
   
   height: auto;
   width: auto;
   position:relative;
   padding:0 0 0 0;
   overflow: hidden;
   line-height: 1.4;
   
   /*background: #eee;
   float: inherit;*/
}

/* ----------------------------------------  トップ当院のビジョン */
#vision {
	padding:0 0 0 0;
	background-color: #ffffef;
	border-bottom:solid #b3b3b3 1px;
}

#vision .main_box {
	height: auto;
	width: auto;
	position:relative;
	overflow: hidden;
}

#vision .main_box .title { 
	height: 68px;
	width: auto;
	margin: 0 auto;
	padding: 0 10px;
	position:relative;
	background-image: url(../img/vision_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#vision .main_box .title h2 {
	font-size:26px;
	margin: 0 0 0 0;
	color:#fff;
	font-weight:normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 12px 0 10px 80px;
	background-image: url(../img/vision_top_logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	text-align: left;
	line-height: 1.2em;
}

#vision .main_box .inner { 
	height: auto;
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	position:relative;
	/*padding:15px 20px 15px;*/
	padding:15px 30px 15px;
	overflow: hidden;
}

#vision .main_box .inner ul li { 
	color: #008680;
    font-size:18px;
	font-weight: normal;
	background-image: url(../img/list_icon.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 8px 8px;
	padding-left: 27px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	/*margin: 0 0 20px 0;*/
	margin: 0 0 0 0;
	line-height: 1.4em;
}

#vision .main_box p a {
    width:auto;
	color: #008680 !important;
    font-size:16px;
    font-weight: normal;
    text-decoration:none !important;
	float:right;
    padding:0 15px 0 0;
	background-image: url(../img/link_btn_arrow_grn.svg);
	background-repeat: no-repeat;
	background-position: right center;
}

#vision .main_box p a:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



/* ----------------------------------------  書籍PR */

#book {
	padding:0 0 0 0;
	background-color: #fff;
}

#book .main_box {
	height: auto;
	width: auto;
	position:relative;
	overflow: hidden;
}

#book .main_box .title { 
	height: 68px;
	width: auto;
	margin: 0 auto;
	position:relative;
	/*padding:12px 20px 10px;*/
	background-image: url(../img/vision_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	text-align: left;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#book .main_box .title h2 {
	font-size:26px;
	margin: 0 0 0 0;
	color:#fff;
	font-weight:normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 12px 0 10px 0;
	text-align: left;
}

#book .main_box .inner { 
	height: auto;
	width: auto;
	max-width: 940px;
	margin: 0 auto;
	position:relative;
	padding:30px 30px 30px;
	overflow: hidden;
}

#book .main_box .inner p { 
    font-size:18px;
	margin: 0 0 0 0;
	line-height: 1.5;
}



/* ----------------------------------------  トップ新型コロナ対策 */

#corona {
	padding:0 0 0 0;
	background-color: #fff;
}

#corona .main_box {
	height: auto;
	width: auto;
	position:relative;
	overflow: hidden;
}

#corona .main_box .title { 
	height: 68px;
	width: auto;
	margin: 0 auto;
	position:relative;
	/*padding:12px 20px 10px;*/
	background-image: url(../img/vision_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	text-align: left;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#corona .main_box .title h2 {
	font-size:26px;
	margin: 0 0 0 0;
	color:#fff;
	font-weight:normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 12px 0 10px 0;
	/*background-image: url(../img/vision_top_logo.svg);
	background-repeat: no-repeat;
	background-position: 0 8px;
	background-size: auto;*/
	text-align: left;
}

#corona .main_box .inner { 
	height: auto;
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	position:relative;
	padding:15px 20px 0;
	overflow: hidden;
}

#corona .main_box .inner ul { 
	padding: 0 0 15px 0;
}

#corona .main_box .inner ul li { 
	color: #008680;
    font-size:18px;
	font-weight: normal;
	background-image: url(../img/list_icon.svg);
	background-repeat: no-repeat;
	background-position: top 15px left 10px;
	background-size: 8px 8px;
	padding-left: 27px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-decoration: none;
	margin: 0 0 0 0;
	line-height: 1.4em;
}

#corona .main_box .inner p:first-child { 
	color: #008680;
    font-size:18px;
	line-height: 1.4em;
}

/* ----------------------------------------  トップ実績 */
#result_wrapper {
	height: auto;
	width: auto;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	background-color: #ffffef;
	position:relative;
	overflow: hidden;
}

#result_wrapper .main_box {
	height: auto;
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding:30px 0;
	position:relative;
	overflow: hidden;
}

#result_wrapper .main_box .h_box {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-bottom: solid 2px #008680;
	margin: 0 0 20px 0;
}

#result_wrapper .main_box h2 {
	font-size: 24px;
	font-weight: bold;
	color:#008680;
	padding: 12px 0 10px 40px;
	background-image: url(../img/top_result_icon.svg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-size: auto;
}

#result_wrapper .main_box .report_box {
	padding: 15px 30px 15px 30px;
	border: 3px solid #98dcd8;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

#result_wrapper .main_box .report_box ul.report {
	margin: 0 0 15px 0;
}

#result_wrapper .main_box .report_box ul.report li {
	list-style: none;
	margin:0.5em 0 0.5em 0;
	line-height: 1.8em;
}

#result_wrapper .main_box .report_box ul.report li h3 {
	font-size:22px;
	color:#436fa1;
	font-weight: normal;

	padding: 0 0 0 25px;
	background-image: url(../img/blue_square_icon.svg);
	background-repeat: no-repeat;
	background-position:top 4px left;
	background-size: auto;
	text-align:left;
}

#result_wrapper .main_box .report_box ul.report li h3 span {
	font-size:24px;
	color:#436fa1;
	font-weight: bold;
}

#result_wrapper .main_box .report_box p.data {
	color:#436fa1;
	margin: 0 0 20px 0;
}

#result_wrapper .main_box .report_box p.btn_lo {
	float: left;
	margin: 0 30px 0 0;
}

#result_wrapper .main_box .report_box img {
	float: right;
	margin: 0 0 0 20px;
}

#result_wrapper .main_box .result_box {
	padding: 30px 30px 30px 30px;
	overflow: hidden;
}

#result_wrapper .main_box .result_box h3 {
	font-size:20px;
	margin: 0 0 20px 0;
	color:#436fa1;
	font-weight: bold;
	line-height: 1.3;
}

#result_wrapper .main_box .result_box p {
	line-height: 1.4em;
}

#result_wrapper .main_box .result_box p.result {
	font-size:21px;
	margin: 20px 0 30px 0;
	color:#323232;
	font-weight: bold;
}

#result_wrapper .main_box .result_box p.result span {
	font-size:14px;
	color:#323232;
	font-weight: normal;
}

#result_wrapper .main_box .result_box img {
	float: right;
	margin: 0 0 0 20px;
}

/* ----------------------------------------  トップ白内障について */
#summary_wrapper {
	height: auto;
	width: auto;
	padding:0 0 0 0;
	margin: 0 0 70px 0;
	background-color: #fff;
	position:relative;
	overflow: hidden;
}

#summary_wrapper .main_box {
	height:auto;
	width:1120px;
	padding: 50px 80px 80px 0;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../img/summary_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#summary_wrapper .main_box .inner {
	height:auto;
	width:500px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
	float: right;
}

#summary_wrapper .main_box h2 {
	font-size: 22px;
	color: #fff;
	height: auto;
	width: 230px;
	padding: 15px 58px;
	text-align: center;
	margin: 0 0 40px 0;
	background-image: 
	url(../img/summary_h2_bg_l.svg),
	url(../img/summary_h2_bg_r.svg),
	url(../img/summary_h2_bg_c.svg);
	background-repeat:
	no-repeat,
	no-repeat,
	no-repeat;
	background-position: 
	left,
	right,
	top left 40px;
	background-size: 
	auto,
	auto,
	auto;
}

#summary_wrapper .main_box ol {
	counter-reset: number;
}


#summary_wrapper .main_box ol li {
	font-size: 18px;
	line-height: 1.4em;
	background-color: #feffef;
	border: 1px solid #666666;
	border-radius: 5px;
	padding: 15px 15px 15px 45px;
	margin: 0 0 15px 0;
	position: relative;
}

#summary_wrapper .main_box ol li:before {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #008680;
  border-radius: 50%;
  background: #fff;
  color: #008680;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  margin: 0 0 0 15px;
}

/* ----------------------------------------  トップお知らせ */
#news_wrapper {
	height: auto;
	width: auto;
	padding:0 0 0 0;
	margin: 0 0 70px 0;
	background-color: #fff;
	position:relative;
	overflow: hidden;
}

#news_wrapper .main_box {
	height: auto;
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding:0;
	position:relative;
	overflow: hidden;
}

#news_wrapper .h_box {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-bottom: solid 2px #008680;
	margin: 0 0 20px 0;
}

#news_wrapper h2 {
	font-size: 24px;
	font-weight: bold;
	color:#008680;
	padding: 12px 0 10px 35px;
	background-image: url(../img/top_news_icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}

.news_box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	position: relative;
}

.news_box a {
	color: #333333 !important;
    text-decoration: none !important;
}
.news_box a:hover {
	color: #333333 !important;
    text-decoration: underline !important;
}

.news_box dl{
	line-height:1.4em;
	margin: 0 0 30px 0;
}

.news_box dl dt.news{         
	padding-top : 4px;    
	padding-bottom : 6px;
	padding-left : 0px;
	width : 100px;
	float : left;
	clear : both;
	font-size: 0.9em;
	font-weight: normal;
	color: #008680;
	margin-bottom: 10px;
}

.news_box dl dd{    
	padding-top : 4px;
	padding-right : 10px;
	padding-left: 2em;
	padding-bottom : 10px;
	width : auto;
	max-width:780px;
	margin-left : 50px;
	margin-bottom: 10px;
	height: 1%;
}

.news_box .topics_box {
	background: #fdedcd;
	width: auto;
	padding: 15px 10px 15px 10px;
	margin: 0 0 20px 0;
	line-height: 1.2em;
}

.news_box .topics_box p {
	text-align: center;
}

/* ---------------------------------------- 選ばれる理由（全ページ共通） */
#reason_wrapper {
	margin: 0 0 70px 0;
	padding: 0 0 0 0;
}

#reason_wrapper p.title {
	margin: 0 10px 40px;
	padding: 0 0 0 0;
	text-align: center;
}

#reason_wrapper .main_box {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow:hidden;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap;
    justify-content: center;
}

#reason_wrapper .main_box .reason_box {
	height: 200px;
	width: 298px;
	margin: 8px;
	float:left;
	position: relative;
}

#reason_wrapper .main_box .reason_box a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	text-decoration:none;
}

#reason_wrapper .main_box .reason_box p {
	color: #333;
	font-size: 16px;
	font-weight:normal;
	text-align: left;
	line-height: 1.6em;
	margin: 15px 20px;
}

#reason_wrapper .main_box .reason_box:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.3s ease-in-out;
}


#reason_wrapper .main_box .reason_box:nth-child(1) {
    background-color: #fff;
	background-image:url(../img/reason_arrow_grn.svg),
	url(../img/reason_box_bg_grn.svg);
	background-repeat: no-repeat,
	no-repeat;
	background-position: bottom 15px center,
	 bottom right;
	background-size: auto,
	auto;
}

#reason_wrapper .main_box .reason_box:nth-child(2) {
    background-color: #fff;
	background-image:url(../img/reason_arrow_org.svg),
	url(../img/reason_box_bg_org.svg);
	background-repeat: no-repeat,
	no-repeat;
	background-position: bottom 15px center,
	 bottom right;
	background-size: auto,
	auto;
}
 
#reason_wrapper .main_box .reason_box:nth-child(3) {
    background-color: #fff;
	background-image:url(../img/reason_arrow_grn.svg),
	url(../img/reason_box_bg_grn.svg);
	background-repeat: no-repeat,
	no-repeat;
	background-position: bottom 15px center,
	 bottom right;
	background-size: auto,
	auto;
}
 
#reason_wrapper .main_box .reason_box:nth-child(4) {
    background-color: #fff;
	background-image:url(../img/reason_arrow_org.svg),
	url(../img/reason_box_bg_org.svg);
	background-repeat: no-repeat,
	no-repeat;
	background-position: bottom 15px center,
	 bottom right;
	background-size: auto,
	auto;
}

#reason_wrapper .main_box .reason_box:nth-child(5) {
    background-color: #fff;
	background-image:url(../img/reason_arrow_grn.svg),
	url(../img/reason_box_bg_grn.svg);
	background-repeat: no-repeat,
	no-repeat;
	background-position: bottom 15px center,
	 bottom right;
	background-size: auto,
	auto;
}

#reason_wrapper .main_box .reason_box:nth-child(6) {
    background-color: #fff;
	background-image:url(../img/reason_arrow_org.svg),
	url(../img/reason_box_bg_org.svg);
	background-repeat: no-repeat,
	no-repeat;
	background-position: bottom 15px center,
	 bottom right;
	background-size: auto,
	auto;
}


#reason_wrapper .main_box .reason_box:nth-child(1) h3 {
	color: #fff;
	font-size: 18px;
	font-weight:normal;
	text-align: center;
	padding: 54px 0 15px 0;
    background-color: #00a99d;
	background-image: url(../img/reason_reliance_icon.svg);
	background-repeat: no-repeat;
	background-position: top 15px center;
	background-size: auto;
}

#reason_wrapper .main_box .reason_box:nth-child(2) h3 {
	color: #fff;
	font-size: 18px;
	font-weight:normal;
	text-align: center;
	padding: 54px 0 15px 0;
    background-color: #f6b654;
	background-image: url(../img/reason_doctor_icon.svg);
	background-repeat: no-repeat;
	background-position: top 20px center;
	background-size: auto;
}

#reason_wrapper .main_box .reason_box:nth-child(3) h3 {
	color: #fff;
	font-size: 18px;
	font-weight:normal;
	text-align: center;
	padding: 54px 0 15px 0;
    background-color: #00a99d;
	background-image: url(../img/reason_counseling_icon.svg);
	background-repeat: no-repeat;
	background-position: top 12px center;
	background-size: auto;
}

#reason_wrapper .main_box .reason_box:nth-child(4) h3 {
	color: #fff;
	font-size: 18px;
	font-weight:normal;
	text-align: center;
	padding: 54px 0 15px 0;
    background-color: #f6b654;
	background-image: url(../img/reason_select_icon.svg);
	background-repeat: no-repeat;
	background-position: top 10px center;
	background-size: auto;
}

#reason_wrapper .main_box .reason_box:nth-child(5) h3 {
	color: #fff;
	font-size: 18px;
	font-weight:normal;
	text-align: center;
	padding: 54px 0 15px 0;
    background-color: #00a99d;
	background-image: url(../img/reason_access_icon.svg);
	background-repeat: no-repeat;
	background-position: top 10px center;
	background-size: auto;
}

#reason_wrapper .main_box .reason_box:nth-child(6) h3 {
	color: #fff;
	font-size: 18px;
	font-weight:normal;
	text-align: center;
	padding: 54px 0 15px 0;
    background-color: #f6b654;
	background-image: url(../img/reason_waiting_icon.svg);
	background-repeat: no-repeat;
	background-position: top 15px center;
	background-size: auto;
}


/* ---------------------------------------- 開閉式コンテンツ --- */

div.slide_box {

}

div.slide_box div.pg_box {
	display:none;
    margin: 0 0 40px 0;
    overflow: hidden;
}

div.slide_box h3 {
	/*font-size:20px;*/
	margin: 0 0 0 0;
	/*color:#0C3889;*/
	/*font-weight: bold;*/
	padding: 0 0 0 0;
	/*background: none;*/
	line-height: 1.4;
}


div.slide_box span {
	cursor: pointer;
    color: inherit;
    text-decoration : underline; 
}

div.slide_box span:hover {
    text-decoration : none; 
}


/* ----------------------------------------  スライドバナー（全ページ共通） */
#slide_bn {
	height: auto;
	width: auto;
	padding:0 0 0 0;
	margin: 0 0 50px 0;
	background-color: #ffffff;
	position:relative;
	overflow: hidden;
}

#slide_bn .main_box {
	height: auto;
	max-height: 220px;
	width: 1000px;
	margin: 0 auto;
	padding:20px 0;
	position:relative;
	overflow: hidden;
}

#slide_bn .main_box .slider {
    width: 90%;
    margin: 0 auto;
}

#slide_bn .main_box .slick-slide img {
    width: 100%;
    height: auto;
}

#slide_bn .main_box ul.slide_bn_box{
    width: 100%;
}

#slide_bn .main_box ul.slide_bn_box .slick-slide{
    margin: 5px;
}

#slide_bn .main_box ul.slide_bn_box li img{
	max-width: 250px;
}


/* ----------------------------------------  クリニック情報（全ページ共通） */
#clinic_info {
	margin: 0 0 80px 0;
	padding: 0 0 0 0;
}

#clinic_info .main_box {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}

#clinic_info .cont_box_1 {
	width:auto;
	max-width:450px;
	padding: 0 30px 0 0;
	float: left;
	margin:0 0 15px 0;
}

#clinic_info .cont_box_1 h2 {
	margin:0 0 15px 0;
}

#clinic_info .main_box .cont_box_2 {
	width:auto;
	max-width:520px;
	padding: 0 0 0 0;
	float: left;
}

#clinic_info .main_box .cont_box_2 iframe {
	width:100%;
	height:400px;
}

#clinic_info .main_box .cont_box_2 #map1 {
	width:520px;
	height:400px;
	overflow: hidden;
}

#clinic_info .main_box p {
	font-size: 16px;
    line-height: 1.4em ;
	margin: 0 0 5px 0;
}

#clinic_info .main_box ul{
	margin: 0 0 10px 0;
}

#clinic_info .main_box ul li {
	list-style: none;
	font-size: 16px;
    line-height: 1.4em;
}

#clinic_info .main_box p.reserve {
	font-size: 18px;
	font-weight: bold;
    line-height: 1.4em;
	margin: 0 0 5px 0;
	color: #f59a12;
	margin-left:22px;
	position: relative;
}

#clinic_info .main_box p.reserve:after {
	display: block;
	content: '';
	position: absolute;
	top: .2em;
	left: -1.2em;
	width: 0.9em;
	height: 0.9em;
	background-color: #f59a12;
	border-radius: 100%;
}

/* ----------------------------------------  サブページ */
#contents {
	margin: 30px auto 100px;
	padding: 0 0 0 0;
	overflow: hidden;
	background-color:#ffffff;
	
	width: auto;
	max-width: 1200px;
}

#contents .main_box_wrap {
	width: 950px;
	height:auto;
	margin: 0 -250px 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	float: left;
	
	overflow:hidden;
}

#contents .main_box {
	width: 870px;
	height:auto;
	margin: 0 20px 0 0;
	/*padding:5px 15px 0 15px;*/
	padding:25px 15px 0 15px !important;
	position: relative;
	line-height: 1.8;
	
	overflow: hidden;
}

#contents .main_box .inner {
	width: auto;
	height:auto;
	overflow:hidden;
}

#contents .main_box .pg_box {
	width: auto;
	height:auto;
	overflow:hidden;
}

#contents .main_box h2 {
	font-size: 20px;
	color:#008680;
	padding: 12px 10px 8px 20px;
	margin: 0 0 30px 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	background-color: #ecf8f4;
	border-bottom: #008680 solid 1px;
	border-top-right-radius: 10px;
}

#contents .main_box h2.pl {
	font-size: 19px;
	color:#333;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	background-color: transparent;
	border: none;
	display: inline-block;
	background: none;
}

#contents .main_box h3 {
	font-size: 19px;
	color:#333;
	padding: 0 0 0 35px !important;
	margin: 0 0 10px 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	background-image: url(../img/h3_icon.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box h3.bl {
	color:#436fa1;
	font-size: medium;
	font-weight: bold;
	padding: 0 0 0 10px !important;
	margin: 0 !important;
	background: none !important;
	display: inline-block !important;
	/*display:inline; 改行させない場合*/
}

#contents .main_box h3.bl_grn {
	font-size: 19px;
	color:#008680;
	padding: 0 10px 0 10px !important;
	margin: 0 0 20px 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	border-left: #008680 solid 10px;
	border-bottom: #008680 solid 1px;
	display: inline-block;
	background: none;
}

#contents .main_box h3.exp {
	font-size: 18px;
	color:#333;
	padding: 0 0 0 35px !important;
	margin: 0 0 10px 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	background-image: url(../img/h3_icon.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box h3.pl {
	font-size: 19px;
	color:#333;
	padding: 0 0 0 0 !important;
	margin: 0 0 10px 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	border: none;
	display: inline-block;
	background: none;
}


#contents .main_box h4 {
	font-size: 18px;
	color:#333;
	padding: 0 0 0 0 !important;
	margin: 0 0 5px 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	line-height: 1.2;
}



#contents .news h3 {
	font-size: 19px;
	color:#726e60;
	padding: 0 0 0 0 !important;
	margin: 0 0 10px 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	background: none !important;
}


#contents .main_img_box {
	width: 890px;
	height:auto;
	padding: 0 0 0 10px;
	position: relative;
}

#contents .main_img_box h2 {
	color:#ffffff;
	font-size: 22px;
	font-weight:500;
	line-height:1.5em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 15px 15px 10px 15px;
	margin: 0 10px 0 -10px;
	background-color: rgba( 0, 134, 128, 0.85 );
	position:absolute;
	display: inline-block;
	top: 10px;
}

#contents .main_img_1 {
	width: auto;
	max-width: 890px;
	height:auto;
	padding: 0 0 18px 0;
	margin: 0 0 0 0;
	background-image: url(../img/main_img_bg_top.png);
    background-position: bottom 10px left 10px;
    background-repeat: no-repeat;
	background-size: auto;
}

#contents p.copy { 
  color: #323232;
  font-size:18px;
  font-weight:bold;
  background-color: rgba( 163, 163, 152, 0.55 );
  padding: 12px 10px 12px 10px;
}

#contents p.copy_2 { 
  color: #436fa1;
  font-size:24px;
  font-weight:bold;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

#contents p.copy_2_sub { 
  color: #436fa1;
  font-size:22px;
  font-weight:bold;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  text-align: right;
}

#contents p.copy_3 { 
  color: #323232;
  font-size:1em;
  font-weight:bold;
  line-height: 2;
  background-color: rgba( 0, 134, 128, 0.1 );
  padding: 12px 12px 12px 16px;
  border-radius: 15px;
}


#contents p.read { 
  color: #436fa1;
  font-size:19px;
  font-weight:bold;
}



#contents .main_box .point_box {
    position: relative;
    margin: 40px 0 50px 0;
    padding: 1em 1.5em;
    border: dotted 4px #98dac1;
    border-radius: 8px;
}

#contents .main_box .point_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 15px;
    padding: 0 9px;
    line-height: 1;
    font-size: 26px;
    background: #FFF;
    color: #008680;
    font-weight: bold;
}

#contents .main_box .point_box ul li {
	font-size:20px;
	color:#333;
	font-weight: normal;
	list-style: none;
	margin:0.5em 0 0.5em 0;
	line-height: 1.8em;
	padding: 0 0 0 50px;
	background-image: url(../img/check_icon.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
	text-align:left;
}

.point_box ul li span {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.point_box p {
	font-size: 16px !important;
    margin: 0; 
    padding: 0;
}



#contents .main_box .brown_frame {
	width: auto;
	max-width: 810px;
	padding: 0 30px 30px 30px;
	margin: 0 0 50px 0;
	background-color: #948259;
	
}

#contents .main_box .brown_frame h3 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 15px 0 8px !important;
	margin: 0 0 15px 0;
	background-image: url(../img/w_bd_bg.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto;
}

#contents .main_box .brown_frame .inner {
	width: auto;
	background-color: #ffffef;
	padding: 50px 40px 40px;
	background-image: url(../img/under_arrow_b.svg);
    background-position: top center;
    background-repeat: no-repeat;
	background-size: auto;
}

#contents .main_box .brown_frame .inner span {
	color: #008680;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}


#contents .main_box .brown_frame .inner .blue_frame {
	font-size: 20px;
	color: #436fa1;
	border: #436fa1 solid 2px;
	background-color: #f1f4f8;
	padding: 20px 25px;
	margin: 0 auto;
	width: auto;
	max-width: 550px;
	border-radius: 15px;
}

#contents .main_box .brown_frame .inner dl {
	margin: 0 0 40px 0;
}

#contents .main_box .brown_frame .inner dl dt {
	padding-top : 6px;    
	padding-bottom : 6px;
	padding-left : 0px;
	width : 170px;
	float : left;
	clear : both;
	font-size: 20px;
	font-weight: bold;
	color: #008680;
	margin-bottom: 10px;
}

#contents .main_box .brown_frame .inner dl dd {
	font-size: 20px;
	padding-top : 0px;
	padding-right : 10px;
	padding-left: 2em;
	padding-bottom : 10px;
	width : auto;
	max-width:780px;
	margin-left : 50px;
	margin-bottom: 10px;
	height: 1%;
}

#contents .main_box .brown_frame .inner dl dt:nth-of-type(1) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_1.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner dl dt:nth-of-type(2) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_2.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner dl dt:nth-of-type(3) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_3.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner dl dt:nth-of-type(4) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_4.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner dl dt:nth-of-type(5) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_5.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner dl dt:nth-of-type(6) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_6.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner dl dt:nth-of-type(7) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_7.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner dl dt:nth-of-type(8) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_8.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}


#contents .main_box .brown_frame .inner ol {
	margin: 0 0 40px 0;
}

#contents .main_box .brown_frame .inner ol li {
	font-size: 20px;
	color:#333;
	font-weight: normal;
	list-style: none;
	margin:1em 0 1em 0;
	line-height: 1.4em;
}

#contents .main_box .brown_frame .inner ol li:nth-child(1) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_1.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner ol li:nth-child(2) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_2.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner ol li:nth-child(3) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_3.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner ol li:nth-child(4) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_4.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner ol li:nth-child(5) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_5.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner ol li:nth-child(6) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_6.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}

#contents .main_box .brown_frame .inner ol li:nth-child(7) {
	padding: 0 0 0 40px;
	background-image: url(../img/no_7.svg);
	background-repeat: no-repeat;
	background-position:top 2px left;
	background-size: auto;
}


#contents .main_box dl.length dt {
	padding-top : 8px;    
	padding-bottom : 6px;
	padding-left : 0px;
	width : 80px;
	float : left;
	clear : both;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
	margin-left: 10px;
	margin-right: 25px;
	margin-bottom: 15px;
	text-align: center;
}

#contents .main_box dl.length dd {
	font-size: 16px;
	line-height:normal;
	padding-top : 0px;
	padding-right : 10px;
	padding-left: 2em;
	width : auto;
	margin-left : 90px;
	margin-bottom: 15px;
	height: 1%;
}

#contents .main_box dl.length dt:nth-of-type(1) {
	background-color: #397faa;
}

#contents .main_box dl.length dt:nth-of-type(2) {
	background-color: #97b721;
}

#contents .main_box dl.length dt:nth-of-type(3) {
	background-color: #d69536;
}


#contents .main_box dl.risk dt {
	padding-top : 8px;    
	padding-bottom : 6px;
	padding-left : 0px;
	width : 140px;
	float : left;
	clear : both;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
	margin-left: 10px;
	margin-right: 25px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #008680;
}

#contents .main_box dl.risk dd {
	font-size: 16px;
	line-height:normal;
	padding-top : 0px;
	padding-right : 10px;
	padding-left: 2em;
	width : auto;
	margin-left : 140px;
	margin-bottom: 15px;
	height: 1%;

}


ul.cir_grn li {
	list-style: none;
	margin:0.5em 0 0.5em 25px;
    text-indent: -10px;
}

ul.cir_grn li p {
    text-indent: 0;
}

ul.cir_grn li:before {
	position: relative;
	top: -1px;
	left: -10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 100%;
	background: #98dcd8;
}

ul.cir_grn li ul li.circle {
	list-style: circle;
	padding-left: 10px;
}

ul.cir_grn li ul li.circle:before {
	background: none;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
}


ol.no_grn {
    counter-reset: li;    /* li のカウンタを 0 にセット */ 
    list-style: none;
}

ol.no_grn li {
	list-style: none;
	margin:0.5em 0 0.5em 30px;
    text-indent: -22px;
}

ol.no_grn li p {
    text-indent: 0;
}

ol.no_grn li:before {
	color: #008680;
    font-weight: bold;
    counter-increment: li;   /* li の数を一つずつ増加 */
    content: counter(li) ". ";          /* 数を表示 */
}



#contents .main_box .navy_frm {
	width:auto;
	border: #436fa1 solid 1px;
	border-radius: 10px;
	padding: 20px 25px 20px;
	
}

#contents .main_box .navy_frm h3 {
	color: #436fa1;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 7px 20px !important;
	margin: 0 0 15px 0;
	background-image: url(../img/navy_bd_bg.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto;
	
}


#contents .main_box p.qa_q {
	font-size:18px;
	margin: 0 0 0 0;
	font-weight:bold;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 8px 0 20px 55px;
	background-image: url(../img/qa_q_icon.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	text-align: left;
	line-height: 1.4em;
}

#contents .main_box p.qa_a {
	font-size:18px;
	margin: 0 0 0 0;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 8px 0 20px 55px;
	background-image: url(../img/qa_a_icon.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	text-align: left;
	line-height: 1.5em;
}


.news .topics_box a {
	color: #333333 !important;
    text-decoration: none !important;
}

.news .topics_box a:hover {
	color: #333333 !important;
    text-decoration: underline !important;
}

.news .topics_box {
	background: #fdedcd;
	width: auto;
	padding: 15px 10px 15px 10px;
	margin: 0 0 20px 0;
	line-height: 1.2em;
}

.news .topics_box p {
	text-align: center;
}



#contents .main_box .questionnaire {
	width: auto;
	height:auto;
	overflow:hidden;
}

#contents .main_box .questionnaire h3 {
	font-size:20px;
	margin: 0 0 0 0;
	color:#008680;
	font-weight:normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 22px 0 20px 60px !important;
	background-image: url(../img/comment_icon.svg);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: auto;
	text-align: left;
	line-height: 1.2em;
}

#contents .main_box .questionnaire ul {
	margin:0 0 0 0;
	padding:15px;
	background: #ecf8f4;
	border-radius: 15px 15px 15px 15px;
}

#contents .main_box .questionnaire ul li {
	font-size:18px;
	margin:0.5em 0 0.5em 25px;
	list-style:disc;
	line-height: 1.4em;
}



/*ul.visual_life li {
	list-style: disc;
	margin:1em 0 1em 25px;
}

ul.visual_life li a {
	display:block;
	overflow:hidden;
}

ul.visual_life li img {
	height: auto;
	width: 120px;
	float: right;
	margin: 0 0 0 15px;
}*/

ul.visual_life {
	display:flex;
    flex-wrap:wrap;
	/*justify-content: space-around;*/
    justify-content:left;
}

ul.visual_life li {
	list-style: none;
	/*margin:0 0 15px 0;*/
    margin:0 15px 15px;
	width: 180px;
	height:auto;
	display: inline-block;
	line-height: 1.5;
}

ul.visual_life li a {
	display:block;
	overflow:hidden;
}

ul.visual_life li img {
	height: auto;
	width: 180px;
	margin: 0 0 0 0;
}

ul.visual_life li p {
	line-height: 1.5;
	margin: 0 5px;
}


/* ---------------------------------------- サブページタイトル */
#title {
	padding:0 0 0 0;
}

.title_box { 
	height: 110px;
	width: auto;
	max-width: 1160px;
	margin: 0 auto;
	position:relative;
	padding:12px 20px 10px;
	border: solid #7D7868 1px;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.title_box h1 {
	font-size:30px;
	margin: 0 0 0 0;
	color: #333333;
	font-weight:normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	line-height: 1.2em;
	padding: 4px 0 0 30px;
	background-image: url(../img/h1_icon.svg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 14px 26px;
	text-align: left;
}

/* ----------------------------------------  テーブル */

/* -----------------------
  診療時間表
----------------------- */
table.guide {
	width: 100%;
	max-width: 650px;
    border-spacing: 0;
    border: 1px solid #ccc;
	text-align: center;
	margin: 0 0 10px 0;
}
table.guide th,
table.guide td {
    padding:6px;
    background:#FFF;
    border-bottom:solid 1px #ccc;
    border-right:solid 1px #ccc;
	/*font-size: 90%;*/
	vertical-align: top;
	line-height: 1.6em;
}
table.guide th {
    background:#009aa3;
	vertical-align: middle;
	font-weight:normal;
	color:#FFF;
}
table.guide td.valign_m {
	vertical-align: middle;
}

/* -----------------------
  料金表
----------------------- */
table.cost {
	width: 100%;
	max-width: 700px;
    border-spacing: 0;
    border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
table.cost th,
table.cost td {
    padding:6px;
    background:#fff;
    border-bottom:solid 1px #ccc;
    border-right:solid 1px #ccc;
	vertical-align: top;
	line-height: normal;
}
table.cost th {
    background:#009aa3;
	text-align:left;
	vertical-align: middle;
	font-weight:normal;
	color:#FFF;
}
table.cost td.valign_m {
	vertical-align: middle;
}


table.cost_2 {
	width: 100%;
    border-spacing: 0;
    border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
table.cost_2 th,
table.cost_2 td {
    padding:6px;
    background:#fff;
    border-bottom:solid 1px #ccc;
    border-right:solid 1px #ccc;
	vertical-align: top;
	line-height: normal;
	width: 33%;
}
table.cost_2 th {
    background:#009aa3;
	text-align:left;
	vertical-align: middle;
	font-weight:normal;
	color:#FFF;
}
table.cost_2 td.valign_m {
	vertical-align: middle;
}

/* -----------------------
  多焦点眼内レンズ比較表
----------------------- */
table.comparison {
	width: 0;
	margin: 0 0 10px 0;
    border-spacing: 0;
    border: 1px solid #ccc;
    table-layout: fixed;
}
table.comparison th,
table.comparison td {
    padding:6px;
    background:#FFF;
    border-bottom:solid 1px #ccc;
    border-right:solid 1px #ccc;
	vertical-align: top;
	line-height: normal;
	text-align: center;
}
table.comparison th {
	width: 70px !important;
    background:#009aa3;
	vertical-align: middle;
	font-weight:normal;
	color:#FFF;
	white-space: nowrap;
}
table.comparison td {
	/*width: 95px !important;*/
	width: 140px !important;
	vertical-align: middle;
}
table.comparison td.nb {
    border-bottom:none;
}
table.comparison td span {
	font-size: 12px;
}
table.comparison td img {

}

/* -----------------------
  術後データ
----------------------- */
table.data {
	width: 100%;
    border-spacing: 0;
    border: 1px solid #ccc;
	text-align: center;
	margin: 0 0 10px 0;
}
table.data th,
table.data td {
    padding:3px 10px 3px 10px;
    background:#FFF;
    border-bottom:solid 1px #ccc;
    border-right:solid 1px #ccc;
	vertical-align: top;
	
	width: 25%;
}
table.data th {
    background:#009aa3;
	vertical-align: middle;
	font-weight:normal;
	color:#FFF;
}
table.data td.txt_l {
	text-align: left;
}

/* -----------------------
  体験談
----------------------- */
table.exp {
	width: 100%;
	max-width: 450px;
    border-spacing: 0;
    border: 1px solid #ccc;
	text-align: center;
	margin: 0 0 10px 0;
}
table.exp th,
table.exp td {
    padding:3px 10px 3px 10px;
    background:#FFF;
    border-bottom:solid 1px #ccc;
    border-right:solid 1px #ccc;
	vertical-align: top;
	
	width: 25%;
}
table.exp th {
    background:#009aa3;
	vertical-align: middle;
	font-weight:normal;
	color:#FFF;
}
table.exp td.txt_l {
	text-align: left;
}

/* -----------------------
  フォーム
----------------------- */
/*table.frm {
	width: 100%;
	max-width: 720px;
	border-collapse: collapse;
}
table.frm th {
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	text-align: center;
	background: #f7f7f7;
	padding: 3px 10px 3px 10px;
	font-weight: normal;
	font-size: 16px;
}
table.frm td {
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	padding: 3px 10px 3px 10px;
	font-size: 16px;
	text-align: left;
}

table.frm .inner {
	width: 100%;
	border-collapse: collapse;
	background-color: transparent;
}
table.frm .inner td {
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
	padding: 3px 10px 3px 10px;
	line-height: 2.5em;
}


table.frm2 {
	width: 100%;
	max-width: 720px;
	border-collapse: collapse;
}
table.frm2 th {
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	text-align: center;
	background: #f7f7f7;
	padding: 3px 10px 3px 10px;
	font-weight: normal;
	font-size: 16px;
}
table.frm2 td {
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	padding: 3px 10px 3px 10px;
	font-size: 16px;
	text-align: left;
}*/

table td.beg {
	background: #F5F5DC;
}

table td.pink {
	background: #f5e9e9;
}

table th.red {
	background: #ff0000;
}


table.contact {
	border-collapse: collapse;
	border-top: 2px solid #7b716d;
	border-bottom: 2px solid #7b716d;
	border-right: 2px solid #7b716d;
 	border-left: 2px solid #7b716d;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	line-height: 1.6em;
    margin: 0 auto;
}

table.contact th {
	font-weight:normal;
	background-color:#f6f5f1;
	padding:10px 8px 8px 10px;
	text-align:left;
	vertical-align: top;
	border-bottom:1px solid #7b5c35;
	border-left:1px solid #7b5c35;
	white-space: nowrap;
	width: 160px;
}

table.contact td {
	background-color:#ffffff;
	padding:10px 8px 8px 10px;
	border-bottom:1px solid #7b5c35;
	border-left:1px solid #7b5c35;
}

table.contact th span {
	font-size: 11px;
	color: #fff;
	background: #cf3419;
	padding: 3px 4px 2px;
	display: inline-block;
	margin: 0 0 0 6px;
	line-height:normal;
    border: solid 1px #cf3419;
    border-radius: 5px;
}

table.contact td p {
    margin-top: 5px;
}


table.contact table.inner {
	width: auto;
	border-collapse: collapse;
	background-color: transparent;
}
table.contact table.inner th,
table.contact table.inner td {
    background-color: transparent;
    vertical-align: middle;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
	padding: 2px 5px 2px 5px;
}

table.contact table.inner th {
    width: auto;
}





table input.s1 {
	width: 100%;
	max-width: 300px;
    padding: 15px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
table input.s2 {
	width: 100%;
	max-width: 50px;
	min-width: 50px;
    padding: 15px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
table input.s3 {
	width: 100%;
	padding: 15px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
table input.s4 {
	width: 100%;
	max-width: 80px;
	min-width: 80px;
    padding: 15px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
table input.s5 {
	width: 100%;
	max-width: 70px;
	min-width: 70px;
    padding: 15px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
table input.s6 {
	width: 100%;
	max-width: 95px;
	min-width: 95px;
    padding: 15px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
table textarea {
	width: 100%;
	height: 160px;
    padding: 15px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}


table select::-ms-expand {
	display: none;
}

table select.s1 {
	width: 100%;
	max-width: 310px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    background-color: #fff;
    
    background-image: url("../img/arrow_dw.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right 10px center;
    
    -webkit-appearance: none;
	-moz-appearance: none;
}

table select.s2 {
	width: 50px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    background-color: #fff;
    
    background-image: url("../img/arrow_dw.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right 10px center;
    
    -webkit-appearance: none;
	-moz-appearance: none;
}

table select.s4 {
	width: 130px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    background-color: #fff;
    
    background-image: url("../img/arrow_dw.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right 10px center;
    
    -webkit-appearance: none;
	-moz-appearance: none;
}



input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box !important;
  -webkit-transition: background-color 0.2s linear !important;
  transition: background-color 0.2s linear !important;
  position: relative !important;
  display: inline-block !important;
  /*margin: 0 20px 0 0 !important;*/
  margin: 0 0 0 0 !important;
  padding: 12px 12px 12px 46px !important;
  border-radius: 8px !important;
  /*background-color: #f6f7f8 !important;*/
  vertical-align: middle !important;
  cursor: pointer !important;
}

.radio:hover, .checkbox:hover {
  background-color: #fbebe6 !important;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: #ef978e !important;
}

.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear !important;
  transition: border-color 0.2s linear !important;
  position: absolute !important;
  top: 50% !important;
  left: 15px !important;
  display: block !important;
  margin-top: -10px !important;
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #bbb !important;
  border-radius: 6px !important;
  content: '' !important;
}

.radio:before {
  -webkit-transition: opacity 0.2s linear !important;
  transition: opacity 0.2s linear !important;
  position: absolute !important;
  top: 50% !important;
  left: 20px !important;
  display: block !important;
  margin-top: -5px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #ef978e !important;
  content: '' !important;
  opacity: 0 !important;
}

input[type=radio]:checked + .radio:before {
  opacity: 1 !important;
}


.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}


.disabled {
    pointer-events: none;
    opacity: 0.5;
}


input.btn_frm {
    background: #b09d86;
	border: 1px solid #DDD;
    color: #fff;
	width: 200px;
	padding: 10px 0;
	margin:10px 0 10px 0;
    font-size: 16px;
    
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
    
    -webkit-appearance : none;
}

input.btn_frm:hover {
    opacity: 0.8;
	text-decoration: none;
    cursor: pointer;
}



p.btn_frm {
  background: #b09d86;
  position: relative;
  /*height: 45px;*/
  width: 200px;	
  border: solid 1px #ddd;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
}

p.btn_frm a {
  /*height: 45px;*/
  padding: 10px 0;
  width: 200px;	
  text-decoration:none !important;
  color: #fff !important;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

p.btn_frm:hover {
	opacity: 0.8;
	/*filter: alpha(opacity=50);
	transition: 0.3s ease-in-out;*/
}






/* -----------------------
  横スクロール
----------------------- */
.scroll {
    overflow-x: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar {
    height: 10px;
}
.scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}
.scroll::-webkit-scrollbar-track-piece {
    background: #efefef;
}


/* ----------------------------------------  フォーム */




/* ----------------------------------------  リンクボタン */
.btn_01 a {
    width:auto !important;
	color: #ffffff !important;
    font-size:16px !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    display: inline-block !important;
    text-align:center !important;
    padding:8px 50px 6px 30px !important;
    background-color:#A39F8B !important;
    border-radius:20px !important;
	background-image: url(../img/link_btn_arrow_w.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 20px center !important;
}

.btn_01 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.btn_02 a {
    width:auto !important;
	color: #6c685a !important;
    font-size:16px !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    display: inline-block !important;
    text-align:center !important;
    padding:8px 50px 6px 30px !important;
    background-color:#ffffff !important;
	border: solid 1px #A39F8B !important;
    border-radius:20px !important;
	background-image: url(../img/link_btn_arrow_y.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 20px center !important;
}

.btn_02 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.btn_03 a {
	width:240px !important;
	color: #6c685a !important;
    font-size:15px !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    display: inline-block !important;
    text-align:left !important;
	padding:12px 30px 10px 16px !important;
    background-color:#ffffff !important;
	border: solid 3px #E8E6E2 !important;
	background-image: url(../img/link_btn_arrow_y.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 20px center !important;
}

.btn_03 a:hover {
	color: #ffffff !important;
    text-decoration:none !important;
    background-color:#7D7868 !important;
	border: solid 3px #7D7868 !important;
	background-image: url(../img/link_btn_arrow_w.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 20px center !important;
}

.btn_04 a {
    width:auto !important;
	color: #6c685a !important;
    /*font-size:16px !important;*/
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    padding:0 20px 0 0 !important;
	background-image: url(../img/link_btn_arrow_y.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
}

.btn_04 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.btn_05 a {
    width:auto !important;
	color: #6c685a !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    padding:0 20px 0 0 !important;
	background-image: url(../img/link_btn_arrow_y_2.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
}

.btn_05 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.btn_08 a {
    width:auto !important;
	color: #ffffff !important;
    font-size:14px !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1em !important;
    display: inline-block !important;
    text-align:center !important;
    padding:10px 30px 8px 20px !important;
    background-color:#A39F8B !important;
    border-radius:15px !important;
	background-image: url(../img/link_btn_arrow_w.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 17px center !important;
}

.btn_08 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}


.btn_acd_open {
    width:auto !important;
    max-width: 120px !important;
	color: #6c685a !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    padding:0 20px 0 0 !important;
	background-image: url(../img/link_btn_arrow_y_2.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
    cursor : pointer;
    
    margin: 15px auto !important;
}

.btn_acd_close {
    width:auto !important;
    max-width: 60px !important;
	color: #6c685a !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    padding:0 20px 0 0 !important;
	background-image: url(../img/link_btn_arrow_y_3.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
    cursor : pointer;
    
    margin: 0 auto !important;
}

/* ----------------------------------------  画像配置 */
#contents .main_box .img_box_l {
	height: auto;
	width: auto;
	padding:0;
	margin: 0 15px 0 0;
	float:left;
}

#contents .main_box .img_box_l_2 {
	height: auto;
	width: auto;
	padding:0 10px 0;
	float:left;
}

#contents .main_box .img_box_r {
	height: auto;
	width: auto;
	padding:0;
	margin: 0 0 10px 15px;
	float: right;
}

#contents .main_box .img_box_r300 {
	height: auto;
	width: 300px;
	padding:0;
	margin: 0 0 10px 15px;
	float: right;
}

#contents .main_box .img_box_l300 {
	height: auto;
	width: 300px;
	padding:0;
	margin: 0 15px 10px 0;
	float: left;
}

.lens_box {
	width: 140px;
	padding: 5px 9px 5px 9px;
    display: table-cell;
    vertical-align: bottom;
}

.halo_glare_box div {
	width: 220px;
	float:left;
	text-align:center;
	padding: 0 5px;
}

.symptom_box {
	width: 220px;
	padding: 10px 8px 10px 8px;
	text-align:center;
	float: left;
}

.symptom_box p {
	text-align:left;
}

.attention_box {
	width: 260px;
	padding: 6px 6px 6px 6px;
	text-align:center;
	float: left;
}


.img_box_wrap {
    height:auto;
    width: auto;
    margin: 0 0 0 0;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.img_box_wrap .img_box {
	height:auto;
	width: auto;
	margin: 0 0 30px 0;
	padding: 0 15px;
	text-align:center;
}

.img_box_wrap .img_box img {
	margin: 0 0 0 0;
}

.img_box_wrap .img_box p {
	width: auto;
	text-align: center;
	line-height: 1.4em;
}


.img_box_2_wrap {
	height:auto;
	width: auto;
	margin: 0 0 0 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}

.img_box_2_wrap .img_box {
	height:auto;
	width: auto;
	margin: 0 0 35px 0;
	padding: 0 20px;
	text-align:center;
}

.img_box_2_wrap .img_box img {
	margin: 0 0 0 0;
}

.img_box_2_wrap .img_box p {
	width: auto;
	max-width: 400px;
	text-align:left;
	line-height: 1.4em;
}


/* ----------------------------------------  共通 */

/*.main_box a:link {
	color: #0366D6;
	text-decoration: underline;
}

.main_box a:visited {
	color: #0366D6;
	text-decoration: underline;
}

.main_box a:hover {
	color: #0366D6;
	text-decoration: underline;
}*/

#contents .resp_sp_1 {
	margin-bottom: 70px !important;
}

#contents .resp_sp_2 {
	margin-bottom: 50px !important;
}

#contents .resp_sp_3 {
	margin-bottom: 30px !important;
}

/* ----------------------------------------  その他 */
.pc_hide {
	display:none !important;
}

.pc_hide_2 {
	display:none !important;
}


/*パンくず*/
#breadcrumbs {
	width: auto;
	max-width: 1185px;
	padding: 15px 0 15px 15px;
	margin: 0 auto;
	line-height: 1.4em;
}

.drtable_box {
	width: 410px;
	/*height: auto;*/
}


.new_icon {
	font-size: 14px;
	color: #fff;
	background: #C00;
	padding: 4px 6px 2px;
	margin: 0 0 0 10px;
}


.video_box {
	width: auto;
	max-width: 500px;
	height:auto;
	margin: 0 auto;
}

.video_box video {
	width: 100%;
}



.movie_box_wrap_2 {
    display:flex;
    flex-wrap:wrap;
	justify-content: center;
	overflow: hidden;
    
    height:auto;
    width: auto;
    max-width: 860px;
    margin: 0 auto 0;
}

.movie_box_wrap_2 .movie_box_2 {
	height:auto;
	width: 400px;
	margin: 0 0 35px 0;
	padding: 0 15px;
}

.movie_box_wrap_2 .movie_box_2 .youtube {
    position:relative;
    width:100%;
    padding-top:56.25%;
	
	margin-top: auto;
}

.movie_box_wrap_2 .movie_box_2 .youtube iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.movie_box_wrap_2 .movie_box_2 p {
	text-align: center;
	line-height: 1.4;
	margin: 10px 0 0 0;
}




.movie_box_wrap_3 {
	float: right;
	overflow: hidden;
    height:auto;
    width: auto;
    max-width: 860px;
    margin: 0 auto 0;
}

.movie_box_wrap_3 .movie_box_3 {
	height: auto;
	width: 400px;
	margin: 0 0 15px 0;
	padding: 0 0;
}

.movie_box_wrap_3 .movie_box_3 .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-top: auto;
}

.movie_box_wrap_3 .movie_box_3 .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    /*width: 100%;
    height: 100%;*/
    width: 99%;/*動画枠応急処置*/
    height: 99%;
}

.movie_box_wrap_3 .movie_box_3 .youtube video {
    position: absolute;
    top: 0;
    right: 0;
    /*width: 100%;
    height: 100%;*/
    width: 99%;/*動画枠応急処置*/
    height: 99%;
}


.movie_box_wrap_4 {
    display:flex;
    flex-wrap:wrap;
	justify-content: center;
	overflow: hidden;
    
    height:auto;
    width: auto;
    max-width: 860px;
    margin: 0 auto 0;
}

.movie_box_wrap_4 .movie_box_4 {
	height:auto;
	width: 600px;
	margin: 0 0 20px 0;
	padding: 0 15px;
}

.movie_box_wrap_4 .movie_box_4 .youtube {
    position:relative;
    width:100%;
    padding-top:56.25%;
	
	margin-top: auto;
}

.movie_box_wrap_4 .movie_box_4 .youtube iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.movie_box_wrap_4 .movie_box_4 .youtube video {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}




p.new {
	font-size:18px;
	line-height: 1.5;
	text-indent: -3.5em;
	padding-left: 3.5em;
}



.qa_box {
margin: 0 0 60px 0;
}

.qa_box ul {
  display: none;
  margin: 0 0 30px 0;
}

.qa_box h3 {
  cursor: pointer;
  margin: 0 0 15px 0 !important;
}

.qa_box li {
  cursor: pointer;
}

.qa_box ul li {
 margin: 0 0 0 0;
}

.qa_box ul li ul {
padding: 0 0 10px 0;
}


.column {
height: auto;
width: auto;
max-width: 700px;
border: #00aa9e solid 2px;
border-radius: 10px;
background: #;
padding: 10px 15px 10px;
}


#contents .main_box .column dl dt {
	padding-top : 6px;    
	padding-bottom : 6px;
	padding-left : 0px;
	width : 80px;
	float : left;
	clear : both;
	margin-bottom: 10px;
}

#contents .main_box .column dl dd {
	padding-top : 6px;
	padding-bottom : 6px;
	padding-right : 0;
	width : auto;
	margin-left : 80px;
	margin-bottom: 10px;
	height: 1%;
}

/* ----------------------------------------  サブメニュー */
#side_box { /*--右サイド枠--*/
	float: right;
	width: 250px;
}

#sidebar { /*--メニュー枠--*/
	background-color: #ffffff;
}

#sub_nav_sp {
	display:block;
	width: 100%;
}

#sub_nav_sp h3 {
	color:#008680;
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
	line-height: 1em;
	padding: 10px 0px 15px 0px;
	border-bottom: 2px solid #008680;
	margin: 10px 0 0 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

#sub_nav_sp ul {
	margin-bottom: 0;
}

#sub_nav_sp ul li {
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: block;
	font-size: 0.9em;
	width: 100%;
}

#sub_nav_sp ul li.indent {
	padding-left: 16px;
}

#sub_nav_sp ul li a {
	display: block;
	color: #554738;
	font-weight: normal;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 6px 8px;
	padding-left: 27px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-decoration: none;
}

#sub_nav_sp ul li a:link:first-child {
	padding-top: 21px;
}

#sub_nav_sp ul li a:hover {
	background-color: #ffffdb;
}

/* ---------------------------------------- フッターメニュー */
#ft_box {
	padding:35px 0 35px 0;
	overflow:auto;
	background-color: #fbfbf6;
}

#ft_box .inner {
	max-width: 1000px;
	margin: 0 auto;
}

.ft_menu_box {
	float:left;
	width: 21%;
	padding: 0 2%;
	text-align:left;
}

.ft_menu ul,li {
	list-style-type: none;
}

ul.ft_menu {
	margin-bottom: 20px;
}

.ft_menu_box li.midashi {
	padding: 0.4em 0.6em;/*文字周りの余白*/
	color: #fff;/*文字色*/
	background: #8d8266;/*背景色*/
	margin: 0 0 10px 0;
}

.ft_menu_box li {
	padding: 0 0 0 12px;
	color:#806e65;
	font-size:14px;
	line-height: 1.5em;
	margin:0.5em 0 0.5em 0;
}

.ft_menu_box ul.indent {
	margin-left: 10px;
}

.ft_menu_box a:link {
	color:#806e65;
	text-decoration: none;
}

.ft_menu_box a:visited {
	color:#806e65;
	text-decoration: none;
}

.ft_menu_box a:hover {
	color:#806e65;
	text-decoration:underline;
}

/* ---------------------------------------- フッター */
#footer {
	background-color:#00aa9e;
	color: #fff;
	clear: both;
	padding: 30px 0 0 0;
	width:100%;
	height:40px;
	bottom:0;
}

#footer p {
	text-align: center;
}

#footer p a {
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------- ページトップボタン */
#pageTop {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 1;
}


/* ---------------------------------------- フッター固定ボタン */
/*#ft_btn_wrap{
    position: fixed;
	clear: both;
	width: 100%;
	height:auto;
	bottom:0;
	z-index:5;
    
    pointer-events:none;
}

#ft_btn{
    padding:0 20px 0 0;
	margin: 0 auto;
	overflow:auto;
	max-width: 1200px;
	height:auto;
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: flex-end;	
}

#ft_btn dd{
	text-align: center;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	background-color:#e0524a;
	margin-bottom: 5px;
	box-shadow: 2px 2px 4px;
    
    pointer-events: auto;
}

#ft_btn dd a {
	padding: 12px 10px 10px;
	box-sizing: border-box;
	line-height:1.5em;
	display: block;
	color:#fff;
	font-size: 18px;
	font-weight:400;
	text-decoration:none;
	width: 180px;
}

#ft_btn dd a::before {
  content: url(../img/f_fix_menu.svg);
  margin: 0 10px 0 0;
  vertical-align: middle;
}*/

#ft_btn_wrap{
    position: fixed;
	clear: both;
	width: 100%;
	height:auto;
	bottom:0;
    
    z-index:2;
    
    pointer-events:none;
}

#ft_btn{
    padding:0 20px 0 0;
	margin: 0 auto;
	overflow:auto;
	max-width: 1200px;
	height:auto;
    
    display: flex;
    flex-direction: row; 
	flex-wrap: wrap;
	justify-content: flex-end;
}

#ft_btn dd{
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;
	background-color:#e0524a;
	margin-bottom: 5px;
	box-shadow: 2px 2px 4px;
    
    pointer-events: auto;
}

#ft_btn dd:nth-child(1) {
    background-color: #54af79;
    margin-right: 10px;
}

#ft_btn dd a {
	padding: 12px 10px 8px;
	box-sizing: border-box;
	line-height:1.5em;
	display: block;
	color:#fff;
	font-size: 18px;
	font-weight:400;
	text-decoration:none;
	width: 190px;
}

/*#ft_btn dd a::before {
  content: url(../img/f_fix_menu.svg);
  margin: 0 8px 0 0;
  vertical-align: middle;
}*/

#ft_btn dd:nth-child(1) a::before {
  content: url(../img/f_fix_menu_2.svg);
  margin: 0 8px 0 0;
  vertical-align: middle;
}


/* ---------------------------------------- マウスオーバーでドロップダウン展開 */
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}


.drawer-dropdown .nl:active{
	pointer-events: none;
}

.drawer-dropdown:hover > .drawer-dropdown-menu,
.drawer-dropdown:hover > .drawer-dropdown-menu_2{
    display: block;
    /*column-count: 4;*/
    animation: show 0.15s linear 0s;
}


.drawer-dropdown-menu,
.drawer-dropdown-menu_2{
  /*column-count: 4;*/
}


@media screen and (max-width: 1199px) {
/* タブレット用のスタイル記述 */

/* ---------------------------------------- レイアウトに関する指定 */
#container { /*--右コンテンツ枠（フッタ除く）--*/
	float: none;
	width: auto;
	height: 100%;
	margin: 95px auto 0;
	border-top: none;
}

/* ---------------------------------------- ドロワーメニュー */
.drawer-nav .drawer-menu {
	padding-bottom: 140px;
}

.drawer-nav ul {
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.drawer-nav ul li {
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dfd7d4;
	display: block;
}

.drawer-nav ul li.indent {
	padding-left: 16px;
}

.drawer-nav ul li a {
	display: block;
	color: #554738;
	font-weight: normal;
	background-image: url(../img/arrow_sp.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 6px 8px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

.drawer-nav ul li a.ddm {
	display: block;
	color: #554738;
	font-weight: normal;
	background-image: url(../img/arrow_sp_2.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px 6px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	opacity: 1;
}

.drawer-dropdown ul li {
	list-style-type: circle;
	border-bottom:none;
	display: block;
	background-color: #fff;
}

.drawer-dropdown ul li a {
	display: block;
	color: #554738;
	font-weight: normal;
	background-image: url(../img/line.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px 2px;
	padding-left: 20px;
	padding-right: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.drawer-dropdown ul li.bd {
	margin-left:-15px;
	padding-top:15px;
	padding-left: 16px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dfd7d4;
	display: block;
	width:280px;
}

.drawer-nav ul li.t_link a {
	display: inline-block;
	color: #554738;
	font-weight: normal;
	background-image: none;
	text-decoration: none;
	margin: 15px 0 0 0;
	padding: 0;
}

.drawer-nav ul li.t_link {
	border-bottom: none;
}

/* ----------------------------------------  ヘッダー */
header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	
	z-index: 3;
	
	transition: all 300ms 0s ease;
}

header.fix {
    display: block;
    /*padding: 5px 0;*/
	margin-top: -27px;
}

#header {
	height: 85px;
	width: auto;
	padding: 0 0 0 0;
	background-color:#ffffef;
	color: #ffffff;
	
	position:relative;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

#header div.h_inner {
	overflow: hidden;
	
	position: relative;
	margin: 0 60px 0 0;
}

#header div.logo {
	display:none;
}

#header h1 {
	width: 100%;
	height: 15px;
	font-size: 14px;
	color: #fff;
	margin: 0 0 0 0;
	padding: 7px 0 5px 10px;
	text-align: left;
	background-color: #00aa9e;
}

#header .h_box h1 {
	width: 100%;
	height: 15px;
	font-size: 14px;
	color: #fff;
	margin: 0 0 0 0;
	padding: 7px 0 5px 10px;
	text-align: left;
	background-color: #00aa9e;
}

#header div.h_left {
	/*width:350px;*/
	width:380px;
	margin: 0 -60px 0 0; /*右エリアのサイズ*/
	padding:7px 0 2px 5px;
	float: left;
	height: 46px;
	background-color: #ffffef;
}

#header div.h_menu {
	margin: 0 60px 0 0;/*右エリアのサイズ*/
}

#header div.h_menu ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width:100%;
}

#header div.h_menu ul li {
	display: table-cell;
	vertical-align: middle;
}

#header div.h_menu ul li img {
	height: auto;
	width: auto;
}

#header div.h_reserve {
	display:none;
}

div.h_reserve_btn img {
	vertical-align:middle;
}

div.h_tel {
	display:none;
}

div.h_tel img {
	vertical-align:middle;
}

.sp_menu {
	display:block;
}

/* ----------------------------------------  スマホロゴ */
#container div.logo_wrapper {
	overflow: hidden;
	
	position: static;
}

#container div.logo_wrapper {
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#container div.logo_2 {
	height: auto;
	padding:0 0 8px 10px;
	display:block;
	
	float:left;
	
	pointer-events: auto;
}

#container div.logo_2 p.title {
	/*font-size: 11px;
	color: #333;
	margin: 0 0 10px 0;*/
	
	font-size: 11px;
	color: #004385;
	margin: 0 0 7px 0;
	font-weight: 400;
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	font-feature-settings: "palt";
}

#container div.h_inner_2 {
	float:right;
	color: #333;
	width: 150px;
	padding: 0 0 0 0;
}

#container div.h_left_2 {
	display: none;
}

/* ---------------------------------------- トップ画像 */
#top_img {
	overflow:hidden;
	
	height: 450px;
}

#top_img_inner {
	height: 450px;
	width: 1199px;
    position: relative;
    left: 50%; /* 画像の左端が画面中央にくる */
    margin-left: -599.5px; /* 画像幅の半分だけ左に移動する */
}

/* ----------------------------------------  トップページ */
#main_menu {
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	overflow:hidden;
}

#main_menu .main_box {
	max-width: 900px;
}

#main_menu .main_box .main_menu_box {
	height: 176px;
	/*width: 418px;*/
	width: 470px;
	margin: 0 10px 20px;
}


/* ----------------------------------------  Web予約促進 */
#notice {
	padding:0 0 0 0;
	background-color: #fff;
	margin: 25px 0 0 0;
}

/* ----------------------------------------  line */
.line {
	display: none;
}


/* ----------------------------------------  トップ実績 */
#result_wrapper .main_box {
	height: auto;
	width: auto;
	margin: 0 auto;
	padding:30px 10px;
	position:relative;
	overflow: hidden;
}

/* ----------------------------------------  トップ白内障について */
#summary_wrapper {
	height: auto;
	width: auto;
	padding:0 0 0 0;
	margin: 0 0 50px 0;
	background-color: #fff;
	position:relative;
	overflow: hidden;
}

#summary_wrapper .main_box {
	height:auto;
	width: auto;
	padding: 50px 30px 60px 0;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../img/summary_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#summary_wrapper .main_box .inner {
	height:auto;
	width:450px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
	float: right;
}

#summary_wrapper .main_box h2 {
	color: #fff;
	height: auto;
	width: 230px;
	padding: 15px 58px;
	text-align: center;
	margin: 0 0 40px 0;
	background-image: 
	url(../img/summary_h2_bg_l.svg),
	url(../img/summary_h2_bg_r.svg),
	url(../img/summary_h2_bg_c.svg);
	background-repeat:
	no-repeat,
	no-repeat,
	no-repeat;
	background-position: 
	left,
	right,
	top left 40px;
	background-size: 
	auto,
	auto,
	auto;
}

/* ----------------------------------------  トップお知らせ */
#news_wrapper .main_box {
	height: auto;
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding:0 10px;
	position:relative;
	overflow: hidden;
}

/* ---------------------------------------- 選ばれる理由（全ページ共通） */
#reason_wrapper {
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
}

#reason_wrapper .main_box {
	width: auto;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 8px;
	position: relative;
	overflow:hidden;
}

#reason_wrapper .main_box .reason_box:nth-child(1) {
	background-image:url(../img/reason_arrow_grn.svg),
	url(../img/reason_box_bg_grn.svg);
}

#reason_wrapper .main_box .reason_box:nth-child(2) {
	background-image:url(../img/reason_arrow_org.svg),
	url(../img/reason_box_bg_org.svg);
}
 
#reason_wrapper .main_box .reason_box:nth-child(3) {
	background-image:url(../img/reason_arrow_org.svg),
	url(../img/reason_box_bg_org.svg);
}
 
#reason_wrapper .main_box .reason_box:nth-child(4) {
	background-image:url(../img/reason_arrow_grn.svg),
	url(../img/reason_box_bg_grn.svg);
}

#reason_wrapper .main_box .reason_box:nth-child(5) {
	background-image:url(../img/reason_arrow_grn.svg),
	url(../img/reason_box_bg_grn.svg);
}

#reason_wrapper .main_box .reason_box:nth-child(6) {
	background-image:url(../img/reason_arrow_org.svg),
	url(../img/reason_box_bg_org.svg);
}

#reason_wrapper .main_box .reason_box:nth-child(1) h3 {
    background-color: #00a99d;
}

#reason_wrapper .main_box .reason_box:nth-child(2) h3 {
    background-color: #f6b654;
}

#reason_wrapper .main_box .reason_box:nth-child(3) h3 {
    background-color: #f6b654;
}

#reason_wrapper .main_box .reason_box:nth-child(4) h3 {
    background-color: #00a99d;
}

#reason_wrapper .main_box .reason_box:nth-child(5) h3 {
    background-color: #00a99d;
}

#reason_wrapper .main_box .reason_box:nth-child(6) h3 {
    background-color: #f6b654;
}

/* ----------------------------------------  クリニック情報（全ページ共通） */
#clinic_info {
	margin: 0 0 60px 0;
	padding: 0 10px 0 10px;
	background-image: none;
}

#clinic_info .main_box {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}

#clinic_info .main_box .cont_box_2 {
	width:auto;
	max-width:420px;
	padding: 0 0 0 0;
	float: left;
}

#clinic_info .main_box .cont_box_2 iframe {
	width:100%;
	height:400px;
}

#clinic_info .main_box .cont_box_2 #map1 {
	width:420px;
	height:400px;
	overflow: hidden;
}

/* ---------------------------------------- サブページ */
#contents {
	min-height:0;
	margin: 30px auto 0;
	padding: 0 0 80px 0;
	overflow:hidden;
	background-color:#ffffff;
	position: relative;
	
	width: auto;
	
	max-width: 900px;
}

#contents .main_box_wrap {
	width: auto;
	height:auto;
	min-height:0;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative;
	float: none;
}

#contents .main_box {
	width: auto;
	height:auto;
	min-height:0;
	margin: 5px auto;
	/*padding:5px 15px 0 15px;*/
	padding:25px 15px 0 15px !important;
	position: relative;
	line-height: 1.8;
}

#contents .main_box .inner {
	width: auto;
	height:auto;
	overflow:hidden;
}

#contents .main_img_box {
	width: auto;
	max-width: 900px;
	height:auto;
	padding: 0 0 0 10px;
	position: relative;
}

#contents .main_img_box h2 {
	color:#ffffff;
	font-size: 20px;
	font-weight:500;
	line-height:1.4em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 12px 15px 8px 15px;
	margin: 10px 10px 0 -10px;
	background-color: rgba( 0, 134, 128, 0.85 );
	position:absolute;
	display: inline-block;
}

#contents .main_img_1 {
	width: auto;
	max-width: 900px;
	height:auto;
	padding: 0 10px 18px 0;
	margin: 0 0 0 0;
	background-image: url(../img/main_img_bg_top.png);
    background-position: bottom 10px left 10px;
    background-repeat: no-repeat;
	background-size: auto;
	overflow: hidden;
}

/* ---------------------------------------- サブページタイトル */
.title_box { 
	margin: 0 10px;
}



/* ----------------------------------------  共通 */


/* ----------------------------------------  その他 */
.pc_hide {
	display:block !important;
}

.pc_hide_2 {
	display: none !important;
}

/*.sp_hide {
	display: none !important;
}*/

/* ----------------------------------------  サブメニュー */
#side_box { /*--右サイド枠--*/
	float: none;
	width: auto;
	padding: 0 10px;
}

#sub_nav_sp {
	display:block;
	width: 100%;
}

/* ---------------------------------------- フッターメニュー */
#ft_box {
	padding:25px 0 25px 0; /*変更*/
	overflow:auto;
}

#ft_box .inner {
	width:auto;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}

/* ----------------------------------------  フッター */


/* ---------------------------------------- ページトップボタン */
#pageTop {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 1;
}

/* ----------------------------------------  マウスクリックでドロップダウン展開 */
.drawer-dropdown:hover > .drawer-dropdown-menu,
.drawer-dropdown:hover > .drawer-dropdown-menu_2{
  display: none;
  column-count: auto;/*縦並び改行の解除*/
}

/* ----------------------------------------  マウスオーバーでドロップダウン展開 */

/*--応急対応 ※展開時の再アニメ防止--*/

@keyframes show{
    from{
        opacity: 1;
    }
    to{
        opacity: 1;
    }
}

.drawer-dropdown .nl:active{
	pointer-events: auto;
}

.drawer-dropdown:hover > .drawer-dropdown-menu,
.drawer-dropdown:hover > .drawer-dropdown-menu_2{
    column-count: auto;
    animation: show 0.15s linear 0s;
}

.drawer-dropdown-menu,
.drawer-dropdown-menu_2{
    column-count: auto;
}


}


@media screen and (max-width: 900px) {
/* タブレット用のスタイル記述 */

/* ----------------------------------------  トップページ */
#main_menu {
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	overflow:hidden;
}

#main_menu .main_box {
	width: auto;
	max-width: 900px;
}

#main_menu .main_box .main_menu_box {
	height: 176px;
	/*width: 390px;*/
	width: 470px;
	margin: 0 10px 20px;
}

#main_menu .main_box .main_menu_box .inner {
	height: 105px;
	padding: 15px 15px;
	margin: 0;
	background-image: url(../img/main_menu_arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: auto;
}

#main_menu .main_box .main_menu_box p.result {
	color: #f74406;
	font-size: 20px;
	font-weight:bold;
	background-color: #ffffdb;
	padding: 8px 0 6px;
	text-align: center;
	
	position: absolute;
	bottom: 0;
	width: 100%;
}

#main_menu .main_box .main_menu_box p img {
	float: left;
	margin: 0 10px 0 0;
}


#main_menu .main_box .main_menu_box_2 {
	height: auto;
	width: auto;
	background-color: #fff;
	margin: 0 10px 20px;
	position: relative;
}

#main_menu .main_box .main_menu_box_2 p img {
	float: left;
	margin: 0 0 0 0;
}

/* ----------------------------------------  トップ実績 */
#result_wrapper .main_box .report_box p.btn_lo {
	float: none;
	margin: 0 0 10px 0;
}


/* ----------------------------------------  トップ白内障について */
#summary_wrapper {
	height: auto;
	width: auto;
	padding:0 0 0 0;
	margin: 0 0 50px 0;
	background-color: #fff;
	position:relative;
	overflow: hidden;
}

#summary_wrapper .main_box {
	height:auto;
	width: auto;
	padding: 50px 30px 40px 20px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../img/summary_top_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
}

#summary_wrapper .main_box .inner {
	height:auto;
	width:450px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
	float: none;
}

#summary_wrapper .main_box h2 {
	color: #fff;
	height: auto;
	width: 240px;
	padding: 15px 58px;
	text-align: center;
	margin: 0 0 30px 0;
	background-image: 
	url(../img/summary_h2_bg_l.svg),
	url(../img/summary_h2_bg_r.svg),
	url(../img/summary_h2_bg_c.svg);
	background-repeat:
	no-repeat,
	no-repeat,
	no-repeat;
	background-position: 
	left,
	right,
	top left 40px;
	background-size: 
	auto,
	auto,
	auto;
}

/* ----------------------------------------  サブページ */



/* ---------------------------------------- サブページタイトル */
.title_box { 
	height: 110px;
	width: auto;
	max-width: 1160px;
	margin: 0 10px;
	position:relative;
	padding:12px 20px 10px;
	border: solid #7D7868 1px;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.title_box h1 {
	font-size:24px;
	margin: 0 0 0 0;
	color: #333333;
	font-weight:normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 6px 0 0 25px;
	background-image: url(../img/h1_icon.svg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 14px 24px;
	text-align: left;
}


}


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

/* ----------------------------------------  トップ画像 */
#top_img {
	overflow:hidden;
	height: 375px;
}

#top_img_inner {
	height: 375px;
	width: 1000px;
    position: relative;
    left: 50%; /* 画像の左端が画面中央にくる */
    margin-left: -500px; /* 画像幅の半分だけ左に移動する */
}

/* ---------------------------------------- トップ当院のビジョン */
#vision .main_box .title { 
	height: 68px;
	width: auto;
	margin: 0 auto;
	position:relative;
	background-image: url(../img/vision_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	text-align: left;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#vision .main_box .title h2 {
	font-size:18px;
	margin: 0 0 0 0;
	color:#fff;
	font-weight:normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 12px 0 10px 70px;
	background-image: url(../img/vision_top_logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	text-align: left;
	line-height: 1.2em;
}

#vision .main_box .inner { 
	height: auto;
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	position:relative;
	/*padding:15px 20px 15px;*/
	padding:15px 30px 15px;
	overflow: hidden;
}

#vision .main_box .inner ul li { 
	color: #008680;
	font-weight: normal;
	background-image: url(../img/list_icon.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 8px 8px;
	padding-left: 27px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	/*margin: 0 0 20px 0;*/
	margin: 0 0 0 0;
	line-height: 1.4em;
}


/* ----------------------------------------  書籍PR */
#book .main_box .title h2 {
	font-size:18px;
	margin: 0 0 0 0;
	color:#fff;
	font-weight:normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 12px 10px 10px;
	text-align: left;
	line-height: 1.4;
}

#book .main_box .inner { 
	height: auto;
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	position:relative;
	padding:20px 20px 30px;
	overflow: hidden;
}

#book .main_box .inner p { 
    font-size:16px;
	margin: 0 0 0 0;
	line-height: 1.5;
}


/* ----------------------------------------  トップ新型コロナ対策 */
#corona .main_box .title { 
	height: 68px;
	width: auto;
	margin: 0 auto;
	position:relative;
	/*padding:12px 20px 10px;*/
	background-image: url(../img/vision_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	text-align: left;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#corona .main_box .title h2 {
	font-size:18px;
	margin: 0 0 0 0;
	color:#fff;
	font-weight:normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 12px 0 10px 0;
	/*background-image: url(../img/vision_top_logo.svg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: auto;*/
	text-align: left;
}

#corona .main_box .inner { 
	height: auto;
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	position:relative;
	padding:15px 20px 0;
	overflow: hidden;
}

#corona .main_box .inner ul li { 
	color: #008680;
	font-weight: normal;
	background-image: url(../img/list_icon.svg);
	background-repeat: no-repeat;
	background-position: top 12px left 10px;
	background-size: 8px 8px;
	padding-left: 27px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	margin: 0 0 0 0;
	line-height: 1.4em;
}


  
/* ---------------------------------------- トップ実績 */
#result_wrapper .main_box {
	height: auto;
	width: auto;
	margin: 0 auto;
	padding:30px 10px 0;
	position:relative;
	overflow: hidden;
}

#result_wrapper .main_box .result_box h3 {
	font-size:22px;
	margin: 0 0 20px 0;
	color:#436fa1;
	font-weight: bold;
}

#result_wrapper .main_box .report_box img {
	float: none;
	margin: 0 0 10px 0;
}

#result_wrapper .main_box .result_box {
	padding: 30px 15px 30px 15px;
	overflow: hidden;
}

#result_wrapper .main_box .result_box img {
	float: none;
	margin: 0 0 10px 0;
}

/* ----------------------------------------  トップ白内障について */
#summary_wrapper {
	height: auto;
	width: auto;
	padding:0 0 0 0;
	margin: 0 0 30px 0;
	background-color: #fff;
	position:relative;
	overflow: hidden;
}

/* ---------------------------------------- トップお知らせ */
#news_wrapper {
	height: auto;
	width: auto;
	padding:0 0 0 0;
	margin: 0 0 50px 0;
	background-color: #fff;
	position:relative;
	overflow: hidden;
}

.news_box dl dt.news{         
	padding-top : 0;    
	padding-bottom : 0;
	padding-left : 0px;
	width : 90px;
	float : none;
	clear : both;
	font-size: 0.9em;
	font-weight: normal;
	color: #008680;
	margin-bottom: 3px;
}

.news_box dl dd{    
	padding-top : 0;
	padding-right : inherit;
	padding-left: inherit;
	padding-bottom : 0;
	width : auto;
	max-width:780px;
	margin-left:inherit;
	margin-bottom: 12px;
	height: 1%;
}

.news_box .topics_box p {
	text-align: left;
}

/* ----------------------------------------  スライドバナー（全ページ共通） */
#slide_bn {
	height: auto;
	width: auto;
	padding:0 0 0 0;
	margin: 0 0 30px 0;
	background-color: #ffffff;
	position:relative;
	overflow: hidden;
}

#slide_bn .main_box {
	height: auto;
	width: auto;
	margin: 0 auto;
	padding:20px 0;
	position:relative;
	overflow: hidden;
}

#slide_bn .main_box .slider {
    width: 90%;
    margin: 0 auto;
}

#slide_bn .main_box .slick-slide img {
    width: 100%;
	max-width: 250px;
    height: auto;
}

#slide_bn .main_box ul.slide_bn_box{
    width: 100%;
}

#slide_bn .main_box ul.slide_bn_box .slick-slide{
    margin: 5px;
}


/* ----------------------------------------  サブページ */
#contents {
	margin: 20px 0 0 0;
	padding: 0 0 60px 0;
	overflow:hidden;
	background-color:#ffffff;
	position:relative;
}

#contents .main_box {
	width: auto;
	height:auto;
	margin: 0 auto;
	/*padding:5px 15px 0 15px;*/
	padding:15px 15px 0 15px !important;
	position: relative;
	line-height: 1.8;
}

#contents .main_img_box {
	width: auto;
	max-width: 900px;
	height:auto;
	padding: 0 0 0 0;
	position: relative;

}

#contents .main_img_box h2 {
	color:#ffffff;
	font-size: 20px;
	font-weight:500;
	line-height:1.4em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 12px 15px 8px 15px;
	margin: -3px 0 3px 0;
	background-color: rgba( 0, 134, 128, 0.85 );
	display: block;
	position: static;
	top: auto;
}

#contents .main_img_1 {
	width: auto;
	max-width: 900px;
	height:auto;
	padding: 0 0 18px 0;
	margin: 0 0 0 0;
	background-image: url(../img/main_img_bg_top.png);
    background-position: bottom 10px left 0;
    background-repeat: no-repeat;
	background-size: auto;
	overflow: hidden;
}

#contents .main_box .brown_frame {
	width: auto;
	max-width: 810px;
	padding: 0 15px 15px 15px;
	margin: 0 0 50px 0;
	background-color: #948259;
	
}

#contents .main_box .brown_frame h3 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 12px 0 8px !important;
	margin: 0 0 15px 0;
	background-image: url(../img/w_bd_bg.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto;
}

#contents .main_box .brown_frame .inner {
	width: auto;
	background-color: #ffffef;
	padding: 30px 20px 20px;
	background-image: url(../img/under_arrow_b.svg);
    background-position: top center;
    background-repeat: no-repeat;
	background-size: auto;
}

#contents .main_box .brown_frame .inner dl dt {
	padding-top : 6px;    
	padding-bottom : 6px;
	padding-left : 0px;
	width : 170px;
	float : none;
	clear : both;
	font-size: 20px;
	font-weight: bold;
	color: #008680;
	margin-bottom: 0;
}

#contents .main_box .brown_frame .inner dl dd {
	font-size: 20px;
	padding-top : 0px;
	padding-right : 10px;
	padding-left: 2em;
	padding-bottom : 10px;
	width : auto;
	max-width:780px;
	margin-left : 0;
	margin-bottom: 10px;
	height: 1%;
}

#contents .main_box .brown_frame .inner ol {
	margin: 0 0 0 0;
}

#contents .main_box .brown_frame .inner ol li {
	font-size: 20px;
	color:#333;
	font-weight: normal;
	list-style: none;
	margin:1em 0 1em 0;
	line-height: 1.4em;
}

#contents .main_box dl.risk dt {
	padding-top : 8px;    
	padding-bottom : 6px;
	padding-left : 0px;
	width : 140px;
	float : none;
	clear : both;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	text-align: center;
	background-color: #008680;
}

#contents .main_box dl.risk dd {
	font-size: 16px;
	line-height:normal;
	padding-top : 0px;
	padding-right : 10px;
	padding-left: 0;
	width : auto;
	margin-left : 0;
	margin-bottom: 15px;
	height: 1%;
}

.news .topics_box p {
	text-align: left;
}


#contents p.copy_2 { 
  color: #436fa1;
  font-size:20px;
  font-weight:bold;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

#contents p.copy_2_sub { 
  color: #436fa1;
  font-size:18px;
  font-weight:bold;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  text-align: right;
}



.movie_box_wrap_3 {
	float: none;
	
    display:flex;
    flex-wrap:wrap;
	justify-content: center;
	overflow: hidden;
}

/* ----------------------------------------  テーブル */



/* ----------------------------------------  画像配置 */
.img_25per {
	width: 25%;
}

.img_35per {
	width: 35%;
}

.img_45per {
	width: 45%;
}


#contents .main_box .img_box_l {
	height:auto;
	width: auto;
	padding:0;
	margin: 0 0 5px 0;
	float:none;
}

#contents .main_box .img_box_l_2 {
	height: auto;
	width: auto;
	padding:0 5px 0;


	margin: 0 0 15px 0;
	float:left;
}

#contents .main_box .img_box_r {
	height: auto;
	width: auto;
	padding:0;
	margin: 0 0 10px 0;
	float:none;
}

#contents .main_box .img_box_r300 {
	height: auto;
	width: auto;
	max-width: 300px;
	padding:0;
	margin: 0 auto 30px;
	float:none;
}

#contents .main_box .img_box_l300 {
	height: auto;
	width: auto;
	max-width: 300px;
	padding:0;
	margin: 0 auto 30px;
	float:none;
}

.halo_glare_box div {
	width: 100%;
	float:none;
	text-align:center;
	padding: 0 5px;
	margin: 0 0 15px 0;
}

.attention_box {
	width: 260px;
	padding: 6px 6px 6px 6px;
	margin: 0 auto;
	text-align:center;
	float: none;
}


/* ----------------------------------------  共通 */
#contents .resp_sp_1 {
	margin-bottom: 50px !important;
}

#contents .resp_sp_2 {
	margin-bottom: 30px !important;
}

#contents .resp_sp_3 {
	margin-bottom: 15px !important;
}



#contents .main_box .column dl dt {
	padding-top : 0;    
	padding-bottom : 0;
	padding-left : 0px;
	width : 80px;
	float : none;
	clear : both;
	margin-bottom: 0;
}

#contents .main_box .column dl dd {
	padding-top : 0;
	padding-bottom : 0;
	padding-right : 0;
	width : auto;
	margin-left : 0;
	margin-bottom: 10px;
	height: 1%;
}

/* ----------------------------------------  その他 */
.sp_hide {
	display: none !important;
}


/* ---------------------------------------- フッター */
#footer {
	background-color:#00aa9e;
	color: #fff;
	clear: both;
	padding: 15px 0 40px 0;
	width:100%;
	height:40px;
	bottom:0;
}

#footer p {
	text-align: center;
}

#footer p a {
	color: #ffffff;
	text-decoration: none;
}


/* ---------------------------------------- ページトップボタン */
#pageTop {
  position: fixed;
  bottom: 95px;
  right: 20px;
  z-index: 1;
}



/* ---------------------------------------- フッターメニュー */
#ft_box {
	padding:25px 0 25px 0;
	overflow:auto;
}

#ft_box .inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.ft_menu_box {
	float:none;
	width: 90%;
	padding: 0 5%;
}


}



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

/* ---------------------------------------- 選ばれる理由（全ページ共通） */
#reason_wrapper .main_box .reason_box:nth-child(1) {
	background-image:url(../img/reason_arrow_grn.svg),
	url(../img/reason_box_bg_grn.svg);
}

#reason_wrapper .main_box .reason_box:nth-child(2) {
	background-image:url(../img/reason_arrow_org.svg),
	url(../img/reason_box_bg_org.svg);
}
 
#reason_wrapper .main_box .reason_box:nth-child(3) {
	background-image:url(../img/reason_arrow_grn.svg),
	url(../img/reason_box_bg_grn.svg);
}
 
#reason_wrapper .main_box .reason_box:nth-child(4) {
	background-image:url(../img/reason_arrow_org.svg),
	url(../img/reason_box_bg_org.svg);
}

#reason_wrapper .main_box .reason_box:nth-child(5) {
	background-image:url(../img/reason_arrow_grn.svg),
	url(../img/reason_box_bg_grn.svg);
}

#reason_wrapper .main_box .reason_box:nth-child(6) {
	background-image:url(../img/reason_arrow_org.svg),
	url(../img/reason_box_bg_org.svg);
}

#reason_wrapper .main_box .reason_box:nth-child(1) h3 {
    background-color: #00a99d;
}

#reason_wrapper .main_box .reason_box:nth-child(2) h3 {
    background-color: #f6b654;
}

#reason_wrapper .main_box .reason_box:nth-child(3) h3 {
    background-color: #00a99d;
}

#reason_wrapper .main_box .reason_box:nth-child(4) h3 {
    background-color: #f6b654;
}

#reason_wrapper .main_box .reason_box:nth-child(5) h3 {
    background-color: #00a99d;
}

#reason_wrapper .main_box .reason_box:nth-child(6) h3 {
    background-color: #f6b654;
}

}

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

/* ---------------------------------------- レイアウトに関する指定 */
#container { /*--右コンテンツ枠（フッタ除く）--*/
	float: left;
	width: 100%;
	height: 100%;
	margin-right: 0;
	margin-top:55px;
}

/* ----------------------------------------  ヘッダー */
header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	
	z-index: 2;
	transition: all 300ms 0s ease;
}

#header {
	height: 85px;
	padding: 0 0 0 0;
	background-color:#ffffef;
	color: #ffffff;
	
	position:relative;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

#header div.h_inner {
	overflow: hidden;
}

#header div.logo {
	display:none;
}

#header div.h_left {
	/*width:315px;*/
	width:350px;
	margin: 0 -60px 0 0;/*右エリアのサイズ*/
	padding:7px 0 2px 5px;
	float: left;
	height: 46px;
	background-color: #ffffef;
}

#header div.h_menu {
	margin: 0 60px 0 0;/*右エリアのサイズ*/
}

/*#header div.h_menu ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width:100%;
}

#header div.h_menu ul li {
	display: table-cell;
	vertical-align: middle;
}

#header div.h_menu ul li img {
	height: auto;
	width: auto;
}*/
	
#header div.h_menu ul {
	/*display: table;*/
	table-layout: fixed;
	text-align: center;
	width:100%;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#header div.h_menu ul li {
	display: table-cell;
	vertical-align: middle;
}

#header div.h_menu ul li img {
	height: auto;
	width: auto;
}
	
#header div.h_menu ul li.item_1 {
	order:5;
	margin-top: 2px;
}
#header div.h_menu ul li.item_2 {
		order:1;
}
#header div.h_menu ul li.item_3 {
		order:2;
}
#header div.h_menu ul li.item_4 {
		order:3;
}
#header div.h_menu ul li.item_5 {
		order:4;
}
#header div.h_menu ul li.item_6 {
		order:6;
}
	


#header div.h_reserve {
	display:none;
}

div.h_reserve_btn img {
	vertical-align:middle;
}

div.h_tel {
	display:none;
}

#header .h_menu li.h_menu_2 {
	display:none;
}

#header .h_menu li.h_tel_sp {
	display:block;
}

.sp_menu {
	display:block;
}

/* ----------------------------------------  スマホロゴ */
#container div.logo_wrapper {
	overflow: hidden;
	position: static;
}

#container div.logo_2 {
	height: auto;
	padding:40px 0 8px 10px;
	display:block;
	float:left;
}

#container div.h_inner_2 {
	float:right;
	color: #333;
	width: 150px;
	padding: 0 0 0 0;
}

#container div.h_left_2 {
	display: none;
}

/* ----------------------------------------  トップ画像 */
#top_img {
	overflow:hidden;
	height: 225px;
}

#top_img_inner {
	height: 225px;
	width: 600px;
    position: relative;
    left: 50%; /* 画像の左端が画面中央にくる */
    margin-left: -300px; /* 画像幅の半分だけ左に移動する */
}

#top_img img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* ----------------------------------------  トップページ */
#main_menu .main_box .main_menu_box .inner {
	height: 105px;
	padding: 10px 20px 10px 10px;
	margin: 0;
	background-image: url(../img/main_menu_arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: auto;
}

#main_menu .main_box .main_menu_box p.result {
	color: #f74406;
	font-size: 18px;
	font-weight:bold;
	background-color: #ffffdb;
	padding: 6px 0 4px;
	text-align: center;
	
	position: absolute;
	bottom: 0;
	width: 100%;
}

#main_menu .main_box .main_menu_box h2 {
	color: #fff;
	background-color: #00aa9e;
	padding: 10px 0 8px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

#main_menu .main_box .main_menu_box p img {
	float: left;
	margin: 0 10px 0 0;
}

/* ----------------------------------------  選ばれる理由（全ページ共通） */
#reason_wrapper {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

#reason_wrapper p.title {
	margin: 0 10px 20px;
	padding: 0 0 0 0;
	text-align: center;
}

/* ----------------------------------------  クリニック情報（全ページ共通） */
#clinic_info {
	margin: 0 0 50px 0;
	padding: 0 10px 0 10px;
	background-image: none;
}

#clinic_info .main_box {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}

#clinic_info .cont_box_1 {
	width: 100%;
	max-width: none;
	padding: 0 0 30px 0;
	float: left;
	margin:0 0 0 0;
}

#clinic_info .cont_box_1 h2 {
	margin:0 0 15px 0;
}

#clinic_info .main_box .cont_box_2 {
	width:100%;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

#clinic_info .main_box .cont_box_2 iframe {
	width:100%;
	height:400px;
}

#clinic_info .main_box .cont_box_2 #map1 {
	width:100%;
	height:400px;
	overflow: hidden;
}

/* ---------------------------------------- サブページ */


.movie_box_wrap_2 .movie_box_2 {
	height:auto;
	width: 100%;
    max-width: 400px;
	margin: 0 0 35px 0;
	padding: 0 15px;
}



.movie_box_wrap_3 .movie_box_3 {
	height:auto;
	width: 100%;
    max-width: 400px;
	margin: 0 0 15px 0;
	padding: 0 0;
}


/* ---------------------------------------- サブページタイトル */
.title_box { 
	height: 60px;
	width: auto;
	max-width: 600px;
	margin: 0 10px;
	position:relative;
	padding:12px 10px;
	border: solid #7D7868 1px;
	text-align: center;
}

.title_box h1 {
	font-size:20px;
	margin: 0 0 0 0;
	color: #333333;
	font-weight:normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding: 8px 0 0 23px;
	background-image: url(../img/h1_icon.svg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 14px 24px;
}

/* ----------------------------------------  テーブル */

/* -----------------------
  多焦点眼内レンズ比較表
----------------------- */
table.comparison {
	width: 0;
	margin: 0 0 10px 0;
    border-spacing: 0;
    border: 1px solid #ccc;
    table-layout: fixed;
}
table.comparison th,
table.comparison td {
    padding:6px;
    background:#FFF;
    border-bottom:solid 1px #ccc;
    border-right:solid 1px #ccc;
	vertical-align: top;
	line-height: normal;
	text-align: center;
}
table.comparison th {
	width: 70px !important;
    background:#009aa3;
	vertical-align: middle;
	font-weight:normal;
	color:#FFF;
	white-space: nowrap;
}
table.comparison td {
	width: 95px !important;
	vertical-align: middle;
}
table.comparison td.nb {
    border-bottom:none;
}
table.comparison td span {
	font-size: 12px;
}
table.comparison td img {

}


/* -----------------------
  フォーム
----------------------- */
/*table.frm {
	width: 96%;
	max-width: none;
	border-collapse: collapse;
}
table.frm th {
	border-top: none;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	text-align: center;
	background: #f7f7f7;
	padding: 2px 5px 2px 5px;
	font-weight: normal;
	font-size: 16px;
}
table.frm td {
	border-top: none;
	border-bottom: none !important;
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	padding: 7px 5px 7px 5px;
	font-size: 16px;
	text-align: left;
}

table.frm th:first-child {
	border-top: #cccccc 1px solid;
}

table.frm td.last {
	border-bottom: #cccccc 1px solid !important;
}

table.frm th,
table.frm td {
　　border-bottom: none;
	display: block;
	width: 100%;
}

table.frm table.inner {
	width: 100%;
	border-collapse: collapse;
	background-color: transparent;
}
table.frm table.inner td {
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
	padding: 2px 5px 2px 5px;
	line-height: 1.6em;
}*/


table.contact {
	border-collapse: collapse;
	border-top: 2px solid #7b716d;
	border-bottom: 2px solid #7b716d;
	border-right: 2px solid #7b716d;
 	border-left: 2px solid #7b716d;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	line-height: 1.6em;
}

table.contact th {
	font-weight:normal;
	background-color:#f6f5f1;
	padding:10px 8px 8px 10px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #7b5c35;
	/*border-left:1px solid #7b5c35;*/
	border-left:none;
	white-space: nowrap;
	width: auto;
    
    display: block;
}

table.contact td {
	background-color:#ffffff;
	padding:10px 8px 8px 10px;
	border-bottom:1px solid #7b5c35;
	/*border-left:1px solid #7b5c35;*/
	border-left:none;
    
    min-height: 20px;/*応急対応*/
    
    display: block;
}

table.contact tr:last-child td {
	background-color:#ffffff;
	padding:10px 8px 8px 10px;
	/*border-bottom:1px solid #7b5c35;*/
    border-bottom:none;
	/*border-left:1px solid #7b5c35;*/
	border-left:none;
    
    min-height: 20px;/*応急対応*/
    
    display: block;
}


table.contact table.inner {
	width: auto;
	border-collapse: collapse;
	background-color: transparent;
}

table.contact table.inner th,
table.contact table.inner td {
    background-color: transparent;
    vertical-align: middle;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
	padding: 2px 5px 2px 5px;
    
    display: inline-block;

}

table.contact table.inner th {
    width: 70px;
    display: inline-block;
    background-color: transparent;
}

table.contact tr:last-child td {
    display: inline-block;
}



table input.s1 {
	width: 100%;
	max-width: none;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
table input.s2 {
	width: 100%;
	max-width: 50px;
	min-width: 50px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
table input.s3 {
	width: 100%;
	padding: 15px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
table input.s4 {
	width: 100%;
	max-width: 80px;
	min-width: 80px;
    padding: 15px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
table textarea {
	width: 100%;
	height: 160px;
    padding: 15px 5px;
    margin: 0 0 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}


.btn_frm {
	width: 120px;
	padding: 15px 0;
	margin:10px 0 10px 0;
    font-size: 16px;
    
    -webkit-appearance : none;
}


/* ----------------------------------------  その他 */
.pc_hide {
	display: block !important;
}

.pc_hide_2 {
	display: block !important;
}

.sp_hide {
	display: none !important;
}

/* ---------------------------------------- フッター */
#footer {
	padding: 15px 0 30px 0;
}

/* ---------------------------------------- ページトップボタン */
#pageTop {
  position: fixed;
  bottom: 95px;
  right: 10px;
  height: 40px;
  width: 40px;
  z-index: 1;
}


/* ---------------------------------------- フッター固定ボタン */

/*#ft_btn{
    padding:0 10px 0 0;
	margin: 0 auto;
	overflow:auto;
	max-width: 1800px;
	height:auto;
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: flex-end;	
}

#ft_btn dd a {
	padding: 8px 10px 6px;
	box-sizing: border-box;
	line-height:1.3em;
	display: block;
	color:#fff;
	font-size: 16px;
	font-weight:400;
	text-decoration:none;
	max-width: 150px;
}*/

#ft_btn{
    padding:0 10px 0 0;
	margin: 0 auto;
	overflow:auto;
	max-width: 1800px;
	height:auto;
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: flex-end;
}

#ft_btn dd a {
	padding: 8px 10px 6px;
	box-sizing: border-box;
	line-height:1.3em;
	display: block;
	color:#fff;
	font-size: 16px;
	font-weight:400;
	text-decoration:none;
	max-width: 170px;
}

#ft_btn dd:nth-child(2) a {
	padding: 10px 10px 4px;
	box-sizing: border-box;
	line-height:1.6em;
	display: block;
	color:#fff;
	font-size: 16px;
	font-weight:400;
	text-decoration:none;
	max-width: 170px;
}


}


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

#contents {
	margin: 20px 0 0 0;
	padding: 0 0 60px 0;
	overflow:hidden;
	background-color:#ffffff;
	position:relative;
}

#contents .main_box {
	width: auto;
	height:auto;
	margin: 0 auto;
	/*padding:5px 10px 0 10px;*/
	padding:15px 10px 0 10px !important;
	position: relative;
	line-height: 1.8;
}

#ft_btn dd a {
	padding: 8px 8px 6px;
	box-sizing: border-box;
	line-height:1.3em;
	display: block;
	color:#fff;
	font-size: 14px;
	font-weight:400;
	text-decoration:none;
	max-width: 130px;
}

/* ----------------------------------------  トップ白内障について */
#summary_wrapper {
	height: auto;
	width: auto;
	padding:0 0 0 0;
	margin: 0 0 50px 0;
	background-color: #fff;
	position:relative;
	overflow: hidden;
}

#summary_wrapper .main_box {
	height:auto;
	width: auto;
	padding: 30px 15px 20px 15px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../img/summary_top_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
}

#summary_wrapper .main_box .inner {
	height:auto;
	width:auto;
	max-width:450px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
	float: none;
}

#summary_wrapper .main_box h2 {
	color: #fff;
	height: auto;
	width: 250px;
	padding: 15px 20px;
	text-align: center;
	margin: 0 0 30px 0;
	background-image: 
	url(../img/summary_h2_bg_l.svg),
	url(../img/summary_h2_bg_r.svg),
	url(../img/summary_h2_bg_c.svg);
	background-repeat:
	no-repeat,
	no-repeat,
	no-repeat;
	background-position: 
	left,
	right,
	top left 50px;
	background-size: 
	auto,
	auto,
	contain;
}


/*ul.visual_life li img {
	height: auto;
	width: 100px;
	float: right;
	margin: 0 0 0 15px;
}*/


ul.visual_life {
	display: block;
}

ul.visual_life li {
	list-style: none;
	margin:0 0 15px 0;
	/*width: 150px;*/
	width: auto;
	height:auto;
	/*display: inline-block;*/
	display: block;
}

ul.visual_life li img {
	height: auto;
	/*width: 150px;*/
	
	width: 100px;
	float: right;
	margin: 0 0 0 15px;
}

ul.visual_life li p {
	line-height: 1.5;
	margin: 0 0;
}

/* ----------------------------------------  その他 */
.drtable_box {
	width: 300px;
	/*height: auto;*/
}

/* ---------------------------------------- フッター固定ボタン */

#ft_btn{
    padding:0 0 0 0;
	margin: 0 auto;
	overflow:auto;
	max-width: 1200px;
	height:auto;
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: center;
}

#ft_btn dd a {
	padding: 8px 8px 6px;
	box-sizing: border-box;
	line-height:1.3em;
	display: block;
	color:#fff;
	font-size: 14px;
	font-weight:400;
	text-decoration:none;
	max-width: 150px;
}

#ft_btn dd:nth-child(2) a {
	padding: 10px 8px 4px;
	box-sizing: border-box;
	line-height:1.7em;
	display: block;
	color:#fff;
	font-size: 14px;
	font-weight:400;
	text-decoration:none;
	max-width: 150px;
}

/*#ft_btn dd a::before {
  content: url(../img/f_fix_menu.svg);
  margin: 0 5px 0 0;
  vertical-align: middle;
}*/

#ft_btn dd:nth-child(1) a::before {
  content: url(../img/f_fix_menu_2.svg);
  margin: 0 5px 0 0;
  vertical-align: middle;
}


}


@media screen and (max-width: 350px) {
/* スマートフォン用のスタイル記述 */

#header div.h_left {
	width: 310px;
	margin: 0 -60px 0 0;/*右エリアのサイズ*/
	padding:7px 0 2px 5px;
	float: left;
	height: 46px;
	background-color: #ffffef;
}

#header div.h_menu ul li.item_1 {
	order:5;
	margin-top: 2px;
}
#header div.h_menu ul li.item_2 {
		order:1;
}
#header div.h_menu ul li.item_3 {
		order:2;
}
#header div.h_menu ul li.item_4 {
		order:3;
}
#header div.h_menu ul li.item_5 {
		/*order:4;*/
		display: none;
}
#header div.h_menu ul li.item_6 {
		order:6;
}


}
