@charset "UTF-8";
/*
Theme Name: mochizukiganka_icl_lasik
Description: 望月眼科のICL、LAISK専門サイト用テーマです。
Author:株式会社ステップワン
*/

/*******************************
Webフォント
********************************/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/*******************************
初期化
********************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 vertical-align:baseline;
 background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
 display:block;
}

ul, ol {
 list-style:none;
}

blockquote, q {
 quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
 content:'';
 content:none;
}

a {
 margin:0;
 padding:0;
 vertical-align:baseline;
 text-decoration: none;
 color: inherit;
}

/* change colours to suit your needs */
ins {
 background-color:#ff9;
 color:#000;
 text-decoration:none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*
html {
    font-size: 100%;
    width: 100%;
}

body {
    font-family: nimbus-sans,'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-weight: 400;
    color: #070707;
    font-size: 14px;
    line-height: 160%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:link, a:visited, a:active {
    color: #0268D5;
    text-decoration: none;
}
a:hover{
	color: #AA1111;
}
img{max-width: 100%; height: auto; vertical-align: top;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*/
/* フォームの初期状態を解除 */
input[name=btn_confirm]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*******************************
マイデフォルト
********************************/
.pc,.pc2{display: block;}
.sp,.sp2{display: none;}
.br-sp{display: none;}
.bold{font-weight: bold;}
.font-big{font-size: 1.2em;}
.font-mini{font-size: 0.8em;}
.font18{font-size: 18px;}
.right{text-align: right;}
.center{text-align: center;}
.alignleft{float: left; margin: 0 10px 10px 0;}
.alignright{float: right; margin: 0 0 10px 10px;}
.aligncenter{display: block;margin: 0 auto 10px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt50{margin-top: 50px;}
.list-disc{list-style: disc; margin-left: 20px;}
.list-disc li{margin-bottom: 5px; line-height: 160%;}
.font-blue{color: #10A8BA;}
.font-white{color: #fff !important;}
.font-white a{color: #fff !important;}
/*******************************
ヘッダーデザイン
********************************/
#nav-header{background-color: #070707;}
.nav-header-in{max-width: 1000px; max-height: 44px; line-height: 160%; margin:0 auto; padding: 10px 0; display: flex; justify-content: space-between;}
.nav_header_logo{margin-top: -3px;}
.nav_header_logo img{max-width: 120px;}
.nav-list ul{list-style: none;}
.nav-list li{display: inline-block; margin: 0 20px;}
.nav-list li a{color: #fff; font-weight: bold;}
.nav-list li a:hover{color: #aaa;}

/*******************************
パンくずリストデザイン
********************************/
#breadcrumbs{margin-bottom: 1em;}
#breadcrumbs ul li{display: inline-block; margin-right: 30px; position: relative;}
#breadcrumbs ul li:after{font-family: "Font Awesome 5 Free"; content: "\f105"; font-weight: 900; position: absolute; right: -20px; color: #57606c;}
#breadcrumbs ul li a{color: #57606c;}
#breadcrumbs ul li a:hover{color: #babbbd;}

/*******************************
サイドバーデザイン
********************************/
#sidebar{max-width: 230px; margin: 20px 0 20px 10px; padding: 20px; background-color: #fff;}
#sidebar .widget.widget_categories{margin-bottom: 20px;}
#sidebar .widget.widget_categories .widget-title{font-size: 1.4em; font-weight: bold; border-bottom: 2px solid #10A8BA; padding-bottom: 5px; margin-bottom: 0.5em;}
#sidebar .widget.widget_categories ul li{padding-left: 1.5em; margin-bottom: 5px; position: relative;}
#sidebar .widget.widget_categories ul li:before{font-family: "Font Awesome 5 Free"; content: "\f0da"; font-weight: 900; font-size: 1.4em;position: absolute; left: 0.5em; color: #10A8BA;}
#sidebar .widget.widget_categories ul li a{color: #070707; font-weight: bold;}
#sidebar .widget.widget_categories ul li a:hover{color: #babbbd;}

#sidebar .new-post-sidebar_title{font-size: 1.4em; font-weight: bold; border-bottom: 2px solid #10A8BA; padding-bottom: 5px; margin-bottom: 0.5em;}
#sidebar .new-post-sidebar .thumb{width: 45% !important; float: left;margin-right: 5px;}
#sidebar .new-post-sidebar .desc{font-size: 12px; line-height: 120%; color: #070707; font-weight: bold;}
#sidebar .new-post-sidebar ul li{padding: 10px 0; clear:left;}
#sidebar .new-post-sidebar ul li:hover{opacity: 0.6;}

/*******************************
フッターデザイン
********************************/
#footer{background-color: #57606C; color: #fff; max-height: 320px;}
.footer_inner{display: flex; justify-content: space-between; max-width: 1000px; margin:0 auto; padding: 20px 0;}
.footer_left{width: 46%;}
.footer_center{width: 27%;}
.footer_right{width: 27%;}
.footer_center{padding-top: 70px;}
.footer_right{padding-top: 70px;}
.footer_logo{width: 206px; margin-bottom: 20px;}
.footer_tele{font-size: 18px; font-weight: bold; margin-bottom: 5px;}
.footer_ch{font-size: 12px; font-weight: bold; line-height: 160%; margin-bottom: 10px;}
.footer_address{font-size: 12px; line-height: 160%;}
.footer_center_title{font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.footer_center_list{padding-left: 2em;}
.footer_center_list li{position: relative; font-size: 12px; padding: 2px;}
.footer_center_list li:before{content:"ー";position: absolute; left: -1.5em;}
.footer_center_list li a{color: #fff;}
.footer_center_list li a:hover{color: #b5b5b5;}
.footer_right_title{font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.footer_sns_icon ul li{display: inline-block;}
.footer_sns_icon li a{color: #fff;}
.footer_sns_icon li a:hover{color: #b5b5b5;}
.footer_sns_icon li i{font-size: 1.6em; margin-right: 2px;}
.footer_official-link{font-size: 1.2em; font-weight: bold; margin-top: 50px;}
.footer_official-link a{color: #fff; text-decoration: underline;}
.footer_official-link a:hover{color: #b5b5b5;}
.footer_bottom{background: #070707; text-align: center; color: #fff; font-size: 10px; padding: 2px;}

/*******************************
トップページデザイン
********************************/
#top_menu{max-width: 1000px; margin: 50px auto; text-align: center; padding: 50px 0;}
#top_menu h2{font-size: 3em; margin-bottom: 30px;}
#top_menu h2 .headline-supp{font-size: 14px;}
.top_menu_flex{display: flex;}
.top_menu_content{width: 50%; border: 1px solid #10A8BA; margin: 0 20px;}
.top_menu_image_icl,.top_menu_image_lasik{width: 100%; margin-bottom: 20px;}
.top_menu_title{font-size: 2em; font-weight: bold;}
.top_menu_title span{font-size: 12px;}
.top_menu_text{text-align: left; padding: 20px;}
.top_menu_link{text-align: right; font-size: 18px; font-weight: bold; margin-bottom: 20px; margin-right: 20px;}
.top_menu_link a{color: #10A8BA; border-bottom: 2px solid #10A8BA;}
.top_menu_link a:hover{opacity: 0.6;}
#top_price{padding: 50px 0; margin-bottom: 150px; background-color: #FDFDFD; height: 635px; position: relative;}
.top_price_image{max-height: 640px;}
.top_price_text{position: absolute; right: 10%; bottom: -50px; border: 1px solid #10A8BA; background-color: #fff; padding: 60px 40px; text-align: center; width: 1000px;}
.top_price_text h2{font-size: 3em; margin-bottom: 30px;}
.top_price_text h2 span{font-size: 14px;}
.top_price_text table{width: 100%;}
.table-price{border: 1px solid #ccc; margin-bottom: 5px;}
.table-price th{border: 1px solid #ccc; background-color: #fdfdfd; padding: 20px;}
.table-price td{border: 1px solid #ccc; padding: 10px 20px; line-height: 100%; vertical-align: middle;}
.table-left{text-align: left;}
.table-price .font-mini{font-size: 8.4px;}
.top_price_caution{text-align: left; font-size: 0.8em;}
#top_qa{background-color: #FDFDFD; padding: 50px 0; text-align: center;}
#top_qa h2{font-size: 3em; margin-bottom: 30px;}
#top_qa h2 span{font-size: 14px;}
.top_qa_flex{display: flex; justify-content: center; max-width: 1100px; margin: 0 auto; padding: 0 50px;}
.top_qa_content{text-align: left; padding: 0 20px; width: 50%;}
.top_qa_theme{color: #10A8BA; font-weight: bold; font-size: 1.4em; margin-top: 40px;margin-bottom: 10px;}
.top_qa-summary{margin-bottom: 10px; border-bottom:1px solid #000; position: relative; padding-bottom: 5px; padding-right: 30px; cursor: pointer;}
.top_qa-summary::-webkit-details-marker {display: none;}
.top_qa-summary:after{font-family: 'Font Awesome 5 Free'; content:'\f067'; font-weight: 600; font-size: 0.6em; position: absolute; top: 0px; right: 10px;}
.top_qa-detail[open] .top_qa-summary:after {font-family: 'Font Awesome 5 Free'; content:'\f068'; font-weight: 600; font-size: 0.6em; position: absolute; top: 0; right: 10px;}
.top_qa-detail p{margin-bottom: 10px;}
.top_qa_link_pc{text-align: right; margin-top: 40px;}
.top_qa_link_pc a{color: #070707; border-bottom: 2px solid #070707;}
.top_qa_link_pc a:hover{opacity: 0.6;}

#top_contact{position: relative;}
.top_contact_border{width: 15.8%; height: 100%; background-color: #10A8BA; position: absolute; right: 9%; top: 0;}
.top_contact_inner{max-width: 1100px; text-align: center; padding: 100px 50px 0; margin: 0 auto;}
.top_contact_inner h2{font-size: 3em; margin-bottom: 30px;}
.top_contact_inner h2 span{font-size: 14px;}
.top_contact_inner a{color: #fff;}
.top_button{display: inline-block; overflow: hidden; padding: 0.8em 1.5em; margin-top: 50px; font-size: 1.8em; font-weight: bold; line-height: 160%; background: #10A8BA; width: auto; border-left: 10px solid #22B573;}

#top_about{text-align: center; padding: 130px 0 1px; position: relative;}
.top_about_border{width: 15.8%; height: 100%; background-color: #10A8BA; position: absolute; right: 9%; top: 0;}
#top_about h2{font-size: 3em; margin-bottom: 30px;}
#top_about h2 span{font-size: 14px;}
.top_about_content{position: relative; text-align: left; margin-bottom: 150px; color: #57606c;}
.top_about_content_image{max-height: 640px;}
.top_about_content_text{position: absolute; right: 12%; bottom: -100px; background-color: #FDFDFD; padding: 60px 0 20px; width: 50vw; text-align: center;}
.top_about_content_title{max-width: 400px; margin: 0 auto -40px;}
.top_about_content_title h3,
.top_about_content_title2 h3,
.top_about_content_title3 h3{font-size: 14px; line-height: 200%; padding: 0 50px; position: relative;}
.top_about_content_title h3 span,
.top_about_content_title2 h3 span,
.top_about_content_title3 h3 span{font-size: 35px;}
.top_about_content_title h3:before,.top_about_content_title h3:after,
.top_about_content_title2 h3:before,.top_about_content_title2 h3:after,
.top_about_content_title3 h3:before,.top_about_content_title3 h3:after{content: ''; position: absolute; top: 50%; display: inline-block; width: 60px; height: 1px; background-color: #10A8BA; -webkit-transform: rotate(-70deg); transform: rotate(-70deg);}
.top_about_content_title h3:before,
.top_about_content_title2 h3:before,
.top_about_content_title3 h3:before{left: 0;}
.top_about_content_title h3:after,
.top_about_content_title2 h3:after,
.top_about_content_title3 h3:after{right: 0;}
.top_about_content_title2{max-width: 340px; margin: 0 auto -40px;}
.top_about_content_title3{max-width: 460px; margin: 0 auto -40px;}
.top_about_content_flex{display: flex; flex-wrap: wrap; padding: 20px 23%;}
.top_about_content_flexbox{width: 50%; padding: 40px 5% 0; text-align: left;}
.top_about_content_flexbox_image{max-width: 90px; margin: 0 auto 10px;}
.top_about_content_flexbox_title{font-weight: bold; text-align: center; margin-bottom: 10px;}
.top_about_content_flexbox p{font-size: 0.8em; line-height: 160%;}
#about_doctor{padding: 50px 0; margin-bottom: 100px; background-color: #FDFDFD; height: 635px; display: flex;}
.about_doctor_image{width: 50%;}
.about_doctor_text{width: 50%; padding: 0 20px;}
.about_doctor_text_inner{max-width: 480px;}
.doctor_name{font-size: 2em; margin-bottom: 10px;}
.doctor_name span{font-size: 0.5em;}
.doctor_detail{margin-top: 10px;}
.about_doctor_flex{display: flex;}
.about_doctor_flexleft{min-width: 270px;}
.about_doctor_text ul{list-style: disc; padding-left: 22px;}
.doctor_link{margin-left: 400px; margin-top: 20px;}
.doctor_link a{color: #070707; border-bottom: 2px solid #070707;}
.doctor_link a:hover{opacity: 0.6;}

#top_column{padding: 50px 0; text-align: center; margin-bottom: 100px;}
#top_column h2{font-size: 3em; margin-bottom: 30px;}
#top_column h2 span{font-size: 14px;}
.top_column_border{background-color: #10A8BA; height: 355px; margin-top: 300px; margin-bottom: -600px;}
.top_column_flex{display: flex; flex-wrap: wrap; max-width: 1100px; margin: 0 auto;}
.top_column_box{width: 31.5%; margin: 0 10px 20px; border: 1px solid #ccc; border-radius: 5px; text-align: left; background-color: #fff;}
.top_column_box_image{margin-bottom: 10px;}
.top_column_box_image img{width: 100%; height: 220px; object-fit: cover;  border-radius: 5px;}
.top_column_box_catename{font-size: 0.8em; font-weight: bold; padding: 0 10px;}
.top_column_box_catename a{color: #10A8BA;}
.top_column_box_title{font-size: 1.2em; font-weight: bold; padding: 0 10px;}
.top_column_box_excerp{font-size: 12px;padding: 10px;}
.top_column_box_link{text-align: right; padding: 10px;}
.top_column_box_link a{color: #070707; border-bottom: 1px solid #070707;}
.top_column_box_link a:hover{opacity: 0.6;}
.top_column_button_position{margin-top: 50px;}
.top_column_button_position a{color: #070707;}
.top_column_button{border: 1px solid #070707; padding: 10px 180px; font-size: 1.6em; font-weight: bold;}
.top_column_button_position a:hover{color: #6f6f6f;}
.top_column_button:hover{border: 1px solid #6f6f6f;}

#top_bottom{padding: 50px 0; background-color: #FDFDFD;}
.top_bottom_inner{display: flex; max-width: 1444px; margin: 0 auto;}
.top_bottom_left{width: 60%;}
.top_bottom_right{width: 40%; padding-left: 30px;}
.top_bottom_left{display: flex; flex-wrap: wrap; background-color: #fff; padding: 60px 20px;}
.top_bottom_logo,.top_bottom_access,.top_bottom_map,.top_bottom_access_detail{width: 50%;}
.top_bottom_logo{text-align: center;}
.top_bottom_logo img{max-width: 240px;}
.top_bottom_map{padding-right: 20px;}
.top_bottom_map iframe{width: 100%; height: 100%;}
.top_bottom_access,.top_bottom_access_detail{padding-left: 10px;}
.top_bottom_access{text-align: center}
.top_bottom_access h2{font-size: 36px; margin-bottom: 30px;}
.top_bottom_access h2 span{font-size: 14px;}
.top_bottom_access_title{font-size: 16px; font-weight: bold; color: #57606C; margin-bottom: 5px;}
.top_bottom_access_detail p{margin-bottom: 1em;}
.top_bottom_access_detail a{color: #070707; border-bottom: 1px solid #070707;}
.top_bottom_access_detail a:hover{color: #57606C; border-bottom: none;}



/*******************************
ICL、LASIK専用ページデザイン
********************************/
#restrictive-page-content{background-color: #f2f2f2;}
#restrictive-content{max-width: 1100px; padding: 40px 50px; margin: 0 auto; background-color: #fff;}
#restrictive-content p{margin-bottom: 1.5em;}

#restrictive-content3{background-color: #4dbac6;}
#restrictive-content3_inner{max-width: 1100px; padding: 80px 50px; margin: 0 auto; color: #fff; text-align: center;}
#restrictive-content3_inner p{margin-bottom: 1.5em;}
#restrictive-content3_inner h2{font-size: 48px; margin-bottom: 0.8em;}

.feature-number{font-family: 'impact', 'Anton', sans-serif; font-weight: normal;}

.flex-two{display: flex; flex-wrap: wrap;}
.flex-two_reverse{display: flex; flex-wrap: wrap; flex-direction: row-reverse;}
.flex-two_left,.flex-two_right{width: 50%;}
.flex-two_left p,.flex-two_right p{padding: 0 7px;}
.flex-two_left h2,.flex-two_right h2{padding: 0 7px;}
.flex-two_left h3,.flex-two_right h3{padding: 0 7px;}
.flex-two_left_lasik{width: 50%; padding: 20px;}
.flex-four{display: flex;}

.video-content{text-align: center; margin: 20px 0;}
.video-content iframe{width: 70%;}
.video-content p{font-size: 0.8em; color: #aaa;}
.video-content a{color: #aaa}

.about-icl_title{color: #10A8BA; font-size: 36px; margin-bottom: 20px;}
.about-icl_title span{font-size: 21px;}

.about-lasik_title{color: #10A8BA; font-size: 36px; margin-bottom: 35px; position: relative;}
.about-lasik_title:before{content:"アイデザインアイレーシック"; font-size: 14px; position: absolute; bottom: -25px;}
.lasik_title_mini{font-size: 21px;}
.idesign_flow{display: flex;}
.idesign_flowbox_image{width: 25%; padding: 30px; text-align: center;}
.idesign_flowbox_image_title{color: #7FCC00; font-weight: bold; font-size: 18px; line-height: 90%; margin-top: 5px;}
.idesign_flowbox_image_title span{font-size: 10px;}
.idesign_flowbox_text{width: 75%; padding: 10px;}
.idesign_flowbox_title{color: #10A8BA; font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.idesign_flow_font-mini{font-size: 8px; font-family: 'impact', 'Anton', sans-serif; font-weight: normal; display: block; margin-bottom: -30px;}
.idesign_flow_font-number{font-family: 'impact', 'Anton', sans-serif; font-weight: normal;}
.idesign_flow_link{text-align: right;}

.lasik_feature-title{text-align: center; margin-top: 50px; font-weight: bold;}
.lasik_feature-title h2{font-size: 48px; line-height: 120%;}
#lasik_feature .flex-two_right{text-align:center; }
#lasik_feature .flex-two_right img{width: 100%; padding: 0 10px;}

.recommend-block {position: relative; margin: 2em 0; padding: 0.5em 1em; border: solid 1px #10A8BA;}
.recommend-block .recommend-block-title {position: absolute; display: inline-block; top: -16px; left: 10px; padding: 10px; line-height: 1; font-size: 18px; background: #fff; color: #10A8BA; font-weight: bold;}
.recommend-block ul {padding: 1em 1em 0.5em 2.3em; position: relative;}
.recommend-block ul li {line-height: 1.5; padding: 0.5em 0; list-style-type: none !important;}
.recommend-block ul li:before {font-family: "Font Awesome 5 Free"; content: "\f00c"; font-weight: 900; position: absolute; left : 1em; color: #10A8BA;}

.feature_title{font-size: 28px; line-height: 120%; margin-bottom: 20px; margin-top: 5px;}
.feature_title span{font-size: 48px; color: #10A8BA;}

#icl-lens_content{background-color: #fdfdfd;}
#icl-lens_content_inner{max-width: 1100px; padding: 40px 50px; margin: 0 auto;}
#icl-lens_content_inner p{margin-bottom: 1.5em;}
.icl-lens_image,.icl-lens_text{width:25%; padding: 0 10px;}
.icl-lens_text_title{font-size: 1.2em; font-weight: bold;}
.icl-lens_content_image{margin-top: 50px;}

.icl-flow{display: flex;}
.vertical-line:before{content: ""; font-size: 2em; border-left: 1px solid #fff;}
.icl-flow_left,.icl-flow_center,.icl-flow_right{width: 33%; text-align: left; padding: 25px;}
.icl-flow_left,.icl-flow_center{position: relative;}
.icl-flow_left:after,.icl-flow_center:after{font-family: "Font Awesome 5 Free"; content: "\f061"; font-weight: 900; font-size: 1.5em; position: absolute; right : -10px; bottom: 55%; color: #fff;}
.icl-flow_title{font-size: 48px; margin-bottom: 20px;}
.flow_font-mini{font-size: 20px; line-height: 200%;}
.flow_font-number{font-family: 'impact', 'Anton', sans-serif; font-weight: normal;}
.icl-flow_image{text-align: center; margin: 10px 0;}
.icl-flow_image img{width: 270px;}

.lasik-flow_right,.lasik-flow_left,.lasik-flow_center,.lasik-flow_right_step3{width: 33%; text-align: left; padding: 25px;}
.lasik-flow_left,.lasik-flow_center{position: relative;}
.lasik-flow_left:after,.lasik-flow_center:after{font-family: "Font Awesome 5 Free"; content: "\f061"; font-weight: 900; font-size: 1.5em; position: absolute; right : -10px; bottom: 45%; color: #fff;}

.icl_merit-demerit_title{font-size: 48px; text-align: center; margin-bottom: 1em;}
.icl_merit_demerit_flex{align-items: flex-end;}
.icl_merit{position: relative; margin: 2em 5px 1em -20px; padding: 1.5em 0.2em 1em; border: solid 1px #10A8BA; width: 65%;}
.icl_merit .icl_merit_title{position: absolute; display: inline-block; left: 50%; top: -24px; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); padding: 10px 40px; line-height: 1; font-size: 18px; background: #fff; color: #10A8BA; font-weight: bold; font-size: 32px;}
.icl_merit ul {padding: 1em 1em 0.5em 2.3em; position: relative;}
.icl_merit ul li {line-height: 1.5; padding: 0.3em 0; list-style-type: none !important;}
.icl_merit ul li:before {font-family: "Font Awesome 5 Free"; content: "\f00c"; font-weight: 900; position: absolute; left : 1em; color: #10A8BA;}
.icl_demerit {position: relative; margin: 2em -30px 1em 0; padding: 1.5em 0.2em 1em; border: solid 1px #57606C; width: 38%;}
.icl_demerit .icl_demerit_title {position: absolute; display: inline-block; left: 50%; top: -24px; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); padding: 10px 40px; line-height: 1; background: #fff; color: #57606C; font-weight: bold; font-size: 32px;}
.icl_demerit ul {padding: 1em 1em 0.5em 2.3em; position: relative;}
.icl_demerit ul li {line-height: 1.5; padding: 0.3em 0; list-style-type: none !important;}
.icl_demerit ul li:before {font-family: "Font Awesome 5 Free"; content: "\f00c"; font-weight: 900; position: absolute; left : 1em; color: #57606C;}

.idesign_merit-demerit_title{text-align: center; font-weight: bold; margin: 50px 0 10px;}
.idesign_merit-demerit_title h2{font-size: 48px; line-height: 120%; margin-bottom: 10px;}
.lasik_merit_demerit_flex{display: flex; flex-wrap: wrap; align-items: flex-end;}
.idesign_merit,.lasik_merit,.idesign_demerit,.lasik_demerit{width: 48%;}
.idesign_merit{position: relative; margin: 2em 5px 1em 0; padding: 1.5em 0.2em 1em; border: solid 1px #10A8BA;}
.idesign_merit_title{position: absolute; display: inline-block; left: 50%; top: -20px; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); padding: 10px 20px; line-height: 1; font-size: 18px; background: #fff; color: #10A8BA; font-weight: bold; min-width: 300px; text-align: center;}
.idesign_merit ul {padding: 1em 1em 0.5em 2.3em; position: relative;}
.idesign_merit ul li {line-height: 1.5; padding: 0.3em 0; list-style-type: none !important;}
.idesign_merit ul li:before {font-family: "Font Awesome 5 Free"; content: "\f00c"; font-weight: 900; position: absolute; left : 1em; color: #10A8BA;}
.idesign_demerit{position: relative; margin: 2em 5px 1em 0; padding: 1.5em 0.2em 1em; border: solid 1px #C1272D;}
.idesign_demerit_title{position: absolute; display: inline-block; left: 50%; top: -20px; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); padding: 10px 20px; line-height: 1; font-size: 18px; background: #fff; color: #C1272D; font-weight: bold; min-width: 300px; text-align: center;}
.idesign_demerit ul {padding: 1em 1em 0.5em 2.3em; position: relative;}
.idesign_demerit ul li {line-height: 1.5; padding: 0.3em 0; list-style-type: none !important;}
.idesign_demerit ul li:before {font-family: "Font Awesome 5 Free"; content: "\f00c"; font-weight: 900; position: absolute; left : 1em; color: #C1272D;}
.lasik_merit,.lasik_demerit {position: relative; margin: 2em 0 1em; padding: 1.5em 0.2em 1em; border: solid 1px #57606C;}
.lasik_merit_title,.lasik_demerit_title {position: absolute; display: inline-block; left: 50%; top: -20px; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); padding: 10px 20px; line-height: 1; font-size: 18px; background: #fff; color: #57606C; font-weight: bold; min-width: 300px; text-align: center;}
.lasik_merit ul,.lasik_demerit ul {padding: 1em 1em 0.5em 2.3em; position: relative;}
.lasik_merit ul li,.lasik_demerit ul li {line-height: 1.5; padding: 0.3em 0; list-style-type: none !important;}
.lasik_merit ul li:before,.lasik_demerit ul li:before {font-family: "Font Awesome 5 Free"; content: "\f00c"; font-weight: 900; position: absolute; left : 1em;}

.another-lasik-menu_title{text-align: center; font-weight: bold; margin: 150px 0 10px;}
.another-lasik-menu_title h2{font-size: 48px; line-height: 120%; margin-bottom: 10px;}
.another-lasik-menu{display: flex;}
.another-lasik-menubox{width: calc(100% / 3); padding: 20px; background-color: #fdfdfd; margin: 5px;}
.another-lasik-menubox_title{text-align: center; font-size: 18px; margin: 20px 0 30px;}
.another-lasik-menubox_title span{font-size: 12px; display:block; margin-top: -5px;}
.another-lasik-menubox_image{margin-bottom: 20px;}
.another-lasik-menubox_maintext{color: #10A8BA; font-weight: bold; font-size: 1.1em; margin-bottom: 10px;}
.another-lasik-menubox_maintext p{margin-bottom: 0 !important;}
.lasik_price_button{display: inline-block; border: 1px solid #070707; padding: 20px 180px; margin: 50px 0; color: #000 !important; font-size: 1.6em; font-weight: bold;}


.icl_bottom{position: relative;}
.icl_bottom img{width: 100%; height: 750px; object-fit: cover; object-position: 0 0;}
.icl_bottom_text{font-size: 36px; line-height: 160%; font-weight: bold; color: #fff; position: absolute; top:15%; right: 40%;}
.icl_bottom_button_position{position: absolute; top: 60%; left: 50%; transform: translate(-50%, -60%); -webkit-transform: translate(-50%, -60%); -ms-transform: translate(-50%, -60%);}
.icl_bottom_button_position a{color: #fff;}
.icl_bottom_button{display: inline-block; overflow: hidden; padding: 0.8em 1em; font-size: 36px; font-weight: bold; line-height: 160%; background: #10A8BA; min-width: 700px; width: auto; border-left: 20px solid #22B573;}

.lasik_bottom{position: relative;}
.lasik_bottom img{width: 100%; height: 750px; object-fit: cover; object-position: 0 80%;}


/*******************************
個別投稿用デザイン
********************************/
#main-content{background-color: #f2f2f2;}
#single-content-flex{display: flex; justify-content: center;}

#main-single-content{max-width: 750px; margin: 20px 10px 20px 0; padding: 20px; background-color: #fff;}
#main-single-content p{margin-bottom: 1.5em;}
#main-single-content h1{line-height: 160%;}
#main-single-content h2{font-size: 1.6em; line-height: 160%; background-color: #10A8BA; color: #fff; padding: 14px 20px 10px 15px; margin-bottom: 0.8em;}
#main-single-content h3{font-size: 1.2em; line-height: 160%; color: #10A8BA; border-left: 2px solid #10A8BA; padding: 8px 10px 4px; margin-bottom: 0.8em;}

.single-date{text-align: right; font-size: 0.8em; color: #57606c}
.single-content_eyecatch{margin-bottom: 20px;}

/*******************************
固定ページ用デザイン
********************************/
#main-page-content{background-color: #f2f2f2; padding: 20px 0;}
#main-page-content_inner{max-width: 1000px; min-height: 530px; margin: 0 auto; padding: 20px; background-color: #fff;}
#main-page-content p{margin-bottom: 1.5em;}
#main-page-content h1{line-height: 160%;}
#main-page-content h2{font-size: 1.6em; line-height: 160%; background-color: #10A8BA; color: #fff; padding: 14px 20px 10px 15px; margin-bottom: 0.8em;}
#main-page-content h3{font-size: 1.2em; line-height: 160%; color: #10A8BA; border-left: 2px solid #10A8BA; padding: 8px 10px 4px; margin-bottom: 0.8em;}
.page-content_eyecatch{margin-bottom: 20px;}

/*******************************
カテゴリー用デザイン
********************************/
#category-content-flex{display: flex; justify-content: center;}

#main-category-content{max-width: 750px; width: 750px; margin: 20px 10px 20px 0; padding: 20px; background-color: #fff;}
#main-category-content p{margin-bottom: 1.5em;}
#main-category-content a{color: #070707;}
#main-category-content h1{line-height: 160%;}
.category-box{display: flex; margin-top: 20px;}
.category-box:hover{opacity: 0.6;}
.category-box_image{width: 40%;}
.category-box_text{width: 60%; padding-left: 20px;}
.category-box_title{margin-bottom: 10px;}
.category-box_title h2{line-height: 140%;}
.category-box_date{text-align: right; font-size: 0.8em; color: #57606c;}

/*******************************
ページナビゲーション用デザイン
********************************/
.pagenavi{
    color: #2583ad;
    margin: 50px auto 5px;
    line-height:2em;
    text-align:center;
    clear: both;
}
.pagenavi a{
    text-decoration:none;
}
.pagenavi a.page-numbers, .pagenavi .current{
    color: #00019b;
    padding: 3px 7px;
    border:solid 1px #ccc;
    text-decoration:none;
    font-size:12px;
}
.pagenavi a.page-numbers:hover{
    color:#fff;
    background: #328ab2;
}
.pagenavi .current{
    color: white;
    background: #328ab2;
    border-color: #328ab2;
    font-weight:bold:
}
.pagenavi .next, .pagenavi .prev{
    border:0 none;
    background:transparent;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}

/*******************************
Q&Aページデザイン
********************************/
.qa_main-contents{max-width:1100px; text-align:center; padding:60px 50px; margin:0 auto; background-color:#fff;}
.heading-content1{ font-size:36px; color:#10A8BA; margin-bottom:20px; line-height:140%; font-weight:bold;}
.caution {font-size:10px; color:red; font-weight:bold; line-height: 160%; margin-top: 10px;}
.contact-button {display:inline-block; font-size:1.6em; color: #fff !important; font-weight: bold; padding:20px 60px; width:auto; background-color:#10A8BA; margin:40px 0 0; border-left: 10px solid #22B573;}
.qa-contents h2{font-size:3em; line-height: 120%; color:#10A8BA; margin:80px 0 40px;}
.qa-detail {margin-bottom:20px;}
.qa-summary{font-size: 1.6em; line-height: 160%; border-bottom: 1px solid black; text-align:left; position: relative; padding-bottom: 5px; padding-right: 15px; cursor: pointer;}
.qa-summary::-webkit-details-marker{display: none;}
summary{list-style: none;}
.qa-summary:after{font-family: 'Font Awesome 5 Free'; content:'\f067'; font-weight: 600; font-size: 0.6em; position: absolute; top: 0px; right: 5px;}
.qa-detail[open] .qa-summary:after {font-family: 'Font Awesome 5 Free';content:'\f068'; font-weight: 600; position: absolute; top: 0; right: 5px;}
.qa-contents p {font-size:14px; text-align:left; margin:10px 0 50px;}

/*******************************
ポップアップ用デザイン
********************************/
.popup {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9999; opacity: 0; visibility: hidden; transition: .6s;}
.popup.is-show {opacity: 1; visibility: visible;}
.popup-inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 80%; max-width: 1000px; padding: 50px; background-color: #fff; z-index: 2;}
.close-btn {position: absolute; right: 0; top: 0; width: 50px; height: 50px; line-height: 50px; text-align: center; cursor: pointer;}
.close-btn i {font-size: 20px; color: #333;}
.black-background {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.8); z-index: 1; cursor: pointer;}
#js-show-popup{color: #0268D5; cursor: pointer;}
#js-show-popup:hover{color: #AA1111;}
#js-show-popup2{color: #0268D5; cursor: pointer;}
#js-show-popup2:hover{color: #AA1111;}
.popup-inner_flex{display: flex;}
.popup-inner_image{width: 40%;}
.popup-inner_text{width: 60%; padding-left: 20px;}
.popup-inner_text p{margin-bottom: 1.5em;}
.popup-inner_title{font-size: 1.2em; font-weight: bold; margin-bottom: 10px;}

/*popup表示させたいコンテンツのレイアウトと位置*/
#idesign_popup{
  width:100%;
  height: 100%;
  background:rgba(0,0,0,.8);
  padding: 4%;
  box-sizing:border-box;
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.idesign_popup_inner{
  background-color: #fff;
  padding: 50px;
	margin: 4% auto;
	max-width: 1000px;
  text-align: left;
	line-height: 180%;
	position: relative;
}
.idesign_popup_inner_title{font-size: 1.4em; font-weight: bold; color: #10A8BA; margin-bottom: 10px; border-left: 2px solid #10A8BA; padding: 5px 10px;}
.intralase_popup_image{display: flex; justify-content: center; margin-bottom: 1.5em; text-align: center;}
.intralase_popup_image_left,.intralase_popup_image_right{width: 50%; padding: 10px;}
/*ボタンの装飾*/
.read-more{border-bottom: 1px solid #070707; cursor:pointer;}
/*#popup-onの初期値を非表示にする*/
#popup-on,#popup-on2,#popup-on3{display: none;}
/*#popup-onがcheckの状態になったらpopupを表示させる*/
#popup-on:checked + #idesign_popup,#popup-on2:checked + #idesign_popup,#popup-on3:checked + #idesign_popup{display:block;}
/*閉じるボタンの装飾*/
.icon-close{color: #070707; font-size: 40px; padding: 10px 15px; position: absolute; top: 0; right: 0; cursor:pointer;}

/*******************************
ノートパソコン用
********************************/
@media screen and (max-width: 1240px){
.top_price_text{right: 3%;}
.top_column_box{width: 31.3%;}
.top_contact_border{right: 2%;}
.top_about_border{right: 2%;}
.top_about_content_text{right: 4%;}
.top_about_content_flex{padding: 20px 10%;}
}

/*******************************
タブレット用
********************************/
@media screen and (max-width: 1024px){
#top_price{margin-bottom: 350px;}
.top_price_text{position: relative; right: 0; bottom: 250px; padding: 60px 20px;width: 98%; margin: 0 auto;}
.doctor_link{margin-left: 0; text-align: right;}
.top_column_box{width: 31%;}
.icl-flow_left:after,.icl-flow_center:after{right : -10px;}
.icl_bottom_text{right: 30%;}
.icl_bottom_button_position{left: 25%; transform: translate(-20%, -60%); -webkit-transform: translate(-20%, -60%); -ms-transform: translate(-20%, -60%);}
#footer{max-height: 100%;}
.footer_inner{padding: 20px 40px;}
.footer_center{padding-left:50px;}
.footer_right{padding-left:50px;}
#main-single-content{max-width: 600px;}
#sidebar{max-width: 300px;}
}

/*******************************
スマホ用 横
********************************/
@media screen and (max-width: 896px) {
.pc{display: none !important;}
.sp{display: block !important;}

#top_menu{padding: 0 10px;}
.top_menu_flex{flex-direction: column;}
.top_menu_content{width: 100%;margin: 0 0 20px;}
.top_menu_title{line-height: 60%; margin-top: 30px;}
.top_menu_link{font-size: 1.6em; margin-bottom: 40px;}
#top_price{height: auto; padding: 0; margin-bottom: 0; background-color: #fff;}
.top_price_text{position: relative; right: 0; bottom: 100px; padding: 60px 20px;width: 98%; margin: 0 auto;}
.table-price th{ padding: 20px 10px;}
.table-price td{padding: 10px; line-height: 100%;}
.top_qa_flex{padding: 0;}
.top_qa_content{text-align: left; padding: 0 10px; width: 50%;}
.top_about_content{margin-bottom: 32vw;}
.top_contact_border{right: 0;}
.top_about_border{right: 0;}
.top_about_content_text{width: 380px; right: 2%; bottom: -30vw; padding: 40px 0 10px;}
.top_about_content_title{max-width: 340px; margin-bottom: -15px;}
.top_about_content_title2{max-width: 290px; margin-bottom: -15px;}
.top_about_content_title3{max-width: 390px; margin-bottom: -15px;}
.top_about_content_title h3 span,.top_about_content_title2 h3 span,.top_about_content_title3 h3 span{font-size: 2em;}
.top_about_content_flexbox{width: 50%; padding: 20px 2% 0;}
.top_about_content_flexbox_image{max-width: 40px;}
#about_doctor{flex-direction: column; height: auto;}
.about_doctor_image{width: 100%; margin-bottom: 20px;}
.about_doctor_text{width: 100%; padding: 0 20px;}
.about_doctor_text_inner{max-width: 100%;}
.doctor_link{font-size: 1.2em;}
#top_column{padding: 0;}
.top_column_box{width: 48.4%; margin: 0 0.8% 20px;}
.top_column_button{display: inline-block; width: 95%; padding: 20px 10px;}
.top_bottom_inner{flex-direction: column; max-width: 100%; padding: 0 10px;}
.top_bottom_left{width: 100%; padding: 60px 0;}
.top_bottom_right{width: 100%; text-align: center; padding: 10px;}
.top_bottom_logo{display: none;}
.top_bottom_access{width: 100%;}
.top_bottom_map{width: 100%; height: 400px; padding: 0 10px; margin-bottom: 30px;}
.top_bottom_access_title{margin-bottom: 0;}

#main-page-content{padding: 0 10px;}
#restrictive-content{width: 100%; padding-left: 10px; padding-right: 10px;}
.flex-two{flex-direction: column;}
.flex-two_left,.flex-two_right,.flex-two_left_lasik{width: 100%;}
.flex-two_left_lasik{text-align: center;}
.flex-two_left img,.flex-two_right img{display: block; margin: auto;}
.flex-four{flex-wrap: wrap; justify-content: center;}
.video-content{position: relative; width: 100%; padding: calc(360 / 560 * 100%) 0 0;}
.video-content iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
#icl-lens_content_inner{width: 100%; padding-left: 10px; padding-right: 10px;}
.icl-lens_image,.icl-lens_text{width: 50%; padding: 10px 0 0; display: block; margin: auto;}
.icl-lens_image img{display: block; margin: auto;}
.idesign_flow{flex-direction: column;}
.idesign_flowbox_image{width: 100%; padding: 20px 20px 0;}
.idesign_flowbox_text{width: 100%;}
.idesign_flowbox_title{font-size: 1.2em; margin-bottom: 5px;}
#restrictive-content3_inner{width: 100%; padding-left: 10px; padding-right: 10px;}
#restrictive-content3_inner h2{line-height: 120%;}
.icl-flow{flex-direction: column;}
.icl-flow_left,.icl-flow_center,.icl-flow_right,.lasik-flow_left,.lasik-flow_center,.lasik-flow_right,.lasik-flow_right_step3{width: 100%;}
.icl-flow_left:after,.icl-flow_center:after,.lasik-flow_left:after,.lasik-flow_center:after{content: "\f063"; right : 0; bottom: 0; left: 48%;}
.lasik-flow_right_step3{position: relative;}
.lasik-flow_right_step3:after{font-family: "Font Awesome 5 Free"; content: "\f063"; font-weight: 900; font-size: 1.5em; position: absolute; right : 0; bottom: 0; left: 48%; color: #fff;}
.icl-flow_text{font-size: 16px;}
.icl_merit-demerit_title{line-height: 140%;}
.icl_merit_demerit_flex,.lasik_merit_demerit_flex{align-items: stretch;}
.icl_merit,.icl_demerit,.idesign_merit,.lasik_merit,.idesign_demerit,.lasik_demerit{margin: 20px 0; width: 100%;}
.another-lasik-menu_title{margin-top: 40px;}
.another-lasik-menu{flex-direction: column;}
.another-lasik-menubox{width: 100%;}
.another-lasik-menubox_image{text-align: center;}
.lasik_price_button{width: 100%; padding: 20px 40px;}
.icl_bottom img{object-position: 50% 0;}
.lasik_bottom img{object-position: 30% 0;}
.icl_bottom_text{right: 0; left: 5%; font-size: 32px;}
.icl_bottom_button_position{left: 2%; right: 2%; transform: translate(0, 0); -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); text-align: center;}
.icl_bottom_button{min-width: auto; width: 100%; font-size: 32px; padding-left: 1em; padding-right: 1em;}
.footer_inner{justify-content: flex-start; flex-direction: column; padding: 20px 10px;}
.footer_left,.footer_center,.footer_right{width: 100%;}
.footer_center{padding-left:0; padding-top: 20px;}
.footer_right{padding-left:0; padding-top: 20px;}

/*============ハンバーグメニュー用=============*/
/*
nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 4;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  */
  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    width: 100%;
    height: 48px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
    background-color: #070707;
  }
  .nav_header_logo{
    position: fixed;
    margin-top: 5px;
    margin-left: 10px;
    z-index: 4;
  }
  .nav_header_logo img{
    max-width: 140px;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    right: 30px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 12px;
  }
  .toggle_btn span:nth-child(2) {
    top: 22px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 14px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
/*============ハンバーグメニューここまで=============*/

#main-content{padding-top: 60px;}
#single-content-flex{flex-direction: column;}
#main-single-content{max-width: 100%; margin: 0;}
#sidebar{max-width: 100%; margin-left: 0; margin-right: 0;}
#sidebar .new-post-sidebar .thumb{width: 45% !important;}
#sidebar .new-post-sidebar .desc .title{font-size: 1.6em; line-height: 160%;}
#sidebar .new-post-sidebar .desc .lead{font-size: 1.2em; line-height: 160%; font-weight: normal;}
#category-content-flex{flex-direction: column;}
#main-category-content{max-width: 100%; width: auto; margin: 0;}
.popup-inner_flex{flex-direction: column;}
.popup-inner_image{width: 100%; text-align: center;}
.popup-inner_text{width: 100%; padding: 20px 0 0;}
.idesign_popup_inner{height: 96%; overflow-y: auto;}
}

/*******************************
スマホ用 縦
********************************/
@media screen and (max-width: 480px){
body{font-size: 14px; line-height: 180%;}
.font-mini{line-height: 140%;}
.pc2{display: none !important;}
.sp2{display: block !important;}


.top_price_text{bottom: 0; margin-top: -80px; margin-bottom: 50px;width: 90%;}
.table-price{font-size: 1em; line-height: 140%;}
.table-price th{vertical-align: middle; padding: 15px 10px;}
.top_qa_flex{flex-direction: column; padding: 0;}
.top_qa_content{width: 100%;}
.top_qa_button{border: 1px solid #070707; display: inline-block; width: 90%; padding: 10px; font-weight: bold; font-size: 1.2em;}
.top_qa_button_position{margin-top: 20px;}
.top_qa_button_position a{color: #070707;}
.top_contact_inner{padding: 50px 0 100px;}
.top_contact_border{display: none;}
.top_button{font-size: 1.2em; width: 95%; margin-top: 10px; padding: 20px 10px;}
#top_about{padding: 0;}
.top_about_border{display: none;}
.top_about_content{margin-bottom: 0;}
.top_about_content_text{position: relative; width: 100%; right: 0; bottom: 0;}
.top_about_content_flex{padding: 20px 4%;}
.top_about_content_flexbox_image{max-width: 80px;}
.top_about_content_flexbox p{font-size: 14px;}
.about_doctor_flex{flex-direction: column;}
.about_doctor_flexleft{min-width: 0; width: 100%;}
#top_column{margin-bottom: 50px;}
.top_column_border{height: 250px; margin-top: 300px; margin-bottom: -500px;}
.top_column_button_position{margin-top: 100px;}
.top_bottom_access_detail{width: 100%;}
/*** カルーセルデザイン ***/
.slider2 {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding-left: 10px;
}
.slides2 {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.slides2::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.slides2::-webkit-scrollbar-thumb {
  background: #f2f2f2;
}
.slides2::-webkit-scrollbar-track {
  background: transparent;
}
.slides2 > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 90%;
  height: auto;
  margin-right: 10px;
  border-radius: 5px;
  background: #fff;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
}
.slider-content{text-align: left; border: 1px solid #ccc;}
.slider-content_image img{width: 100%; height: 200px; object-fit: cover; margin-bottom: 10px;}
.slider-content_catename{font-size: 0.8em; font-weight: bold; padding: 0 10px;}
.slider-content_catename a{color: #10A8BA;}
.slider-content_title{font-size: 1.2em; font-weight: bold; padding: 0 10px;}
.slider-content_excerp{font-size: 12px;padding: 10px; line-height: 160%;}
.slider-content_link{text-align: right; padding: 10px;}
.slider-content_link a{color: #070707; border-bottom: 1px solid #070707;}
.slider-content_link a:hover{opacity: 0.6;}
/******* ここまで ********/
/***** ポップアップ *****/
.popup-inner,.idesign_popup_inner{padding: 50px 20px; width: 90%;}
/******* ここまで ********/
.about-icl_title{margin-top: 40px;}
.recommend-block .recommend-block-title {top: -18px;}
.recommend-block ul {padding: 1em 0em 0.5em 1.3em;}
.recommend-block ul li:before {left : 0em;}
.feature_title{line-height: 140%;}
#icl-lens_content_inner{padding: 0 5px;}
.icl-lens_image,.icl-lens_text{padding: 0; padding: 5px;}
.icl-lens_text p{font-size: 12px; margin: 0 !important; line-height: 180%;}
.icl-lens_content_image{margin: 10px 0 20px;}
.video-content{padding: calc(360 / 480 * 100%) 0 0; margin-top: 0;}
#restrictive-content3_inner h2{font-size: 2.5em;}
.icl-flow_image img{width: 350px;}
.icl_merit-demerit_title{font-size: 2.5em;}
.lasik_feature-title h2,.idesign_merit-demerit_title h2,.another-lasik-menu_title h2{font-size: 2.5em;}
.lasik_price_button{font-size: 1.2em; padding: 10px 20px;}
.icl_bottom img{height: 550px; object-position: 60% 0;}
.lasik_bottom img{height: 550px; object-position: 30% 0;}
.icl_bottom_button{font-size: 1.2em; padding-left: 0; padding-right:0; border-left: 10px solid #22B573;}
/*** Q&Aページデザイン ***/
.qa_main-contents{width:100%; padding:50px 10px;text-align:left;}
.heading-content1{font-size: 1.6em;}
.caution{font-size: 0.8em;}
.contact-button{width:100%;text-align:center; padding: 20px 20px; line-height: 160%;}
.qa-contents h2{font-size: 1.6em; margin-bottom: 10px;}
.qa-summary{font-size: 1.2em; padding-right:20px;}
.qa-summary:after{top: 50%; margin-top:-20px;font-size:0.8em;}
.qa-detail[open] .qa-summary:after{top: 50%; margin-top:-20px;font-size:0.8em;}
/******* ここまで ********/
.category-box{flex-direction: column;}
.category-box_image{width: 100%; margin-bottom: 20px;}
.category-box_text{width: 100%; padding-left: 0;}
}

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

}
