@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; line-height: 150%; }
body{ font-size:19px; line-height:180%; color:#333; font-family: "UD新ゴ R", "UD Shin Go Regular", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
p{ line-height: 175%; }
ul{ list-style-type:none; }
a{ text-decoration:none; color:#333; }
a:hover{ text-decoration:none; }
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }

/* margin
****************************************************/
.mt10, .mt10ul li{ margin-top:10px; }
.mt20, .mt20ul li{ margin-top:20px; }
.mt30, .mt30ul li{ margin-top:30px; }
.mt40, .mt40ul li{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt80{ margin-top:80px; }
.mt100{ margin-top:100px; }
.mb100{ margin-bottom: 100px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }

/* text-align
****************************************************/
.tar{ text-align:right; }
.tac{ text-align:center; }
.tal{ text-align:left; }
.ti1{ text-indent:1em; }
.ti2, .ti2ul li{ text-indent:-1em; padding-left:1em; }
.ti3, .ti3ul li{ text-indent:-1.5em; padding-left:1.5em; }

/* color
****************************************************/
.col1, .col1ul li:before, .col1icon:before{ color: #FFFFFF; }
.col2, .col2ul li:before, .col2icon:before{ color: #092777; }
.col3, .col3ul li:before, .col3icon:before{ color: #FFF146; }
.col4, .col4ul li:before, .col4icon:before{ color: #C4D9EE; }
.col5, .col5ul li:before, .col5icon:before{ color: #1C6EB4; }

/* background
****************************************************/
/* color */
.bg1col{ background-color: #553629; }
.bg2col{ background-color: #E1EEF8; }
.bg3col{ background-color: #EEF4F6; }
.bg4col{ background-color: #FFFFFF; }

/* icon
****************************************************/
[class*="iconUl"]{ text-indent: -1.5em; padding-left: 1.5em; }
.icon1:before, .iconUl1 li:before{ content:"▶"; margin-right: .5em; }
.icon2:before, .iconUl2 li:before{ content:"●"; margin-right: .5em; }
.iconNull:before{ content: ""!important; }

/* font-size
****************************************************/
.fwb{ font-weight: bold; }
.fs17{ font-size: 17px; }
.fs24{ font-size: 24px; }
.fs28{ font-size: 28px; }

/* padding
****************************************************/
.pad1{ padding: 50px; }
.pad2{ padding: 10px 30px 30px; }
.pad3{ padding: 40px; }

/* border-radius
****************************************************/
.br20, .br20ul li{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }

/* list-style
****************************************************/
.ls_adj{ margin-left: 1em; }
.ls_disc{ list-style: disc; margin-left: 1em; }

/* column
****************************************************/
.ofh1, .ofh2{ overflow: hidden; }
.ofh1 .fl, .ofh2 li{ float: left; }
.ofh1 .fr{ float: right; }
/* flexBox */
[class*="fbCom"]{ display: flex; flex-wrap: wrap; }
.fbCom1{ justify-content: space-between; }
.fbComCen{ align-items: center; justify-content: center; align-content: center; }

/* border
****************************************************/
.bor1{ border: 1px solid #122A6C; padding: 10px 15px; }

/* headline
****************************************************/
h1, h2, h3, h4{ font-family: "UD新ゴ M", "UD Shin Go Medium"; }
.hl1{
    position: relative;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
	color: #092777;
}
.hl1::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -15px;
	width: 80px;
	height: 2px;
	background-color: #1C6EB4;
}
.hl1wrap{
	background-color: #EEF4F6;
	padding: 60px 0 50px;
}
.hl2{
	background-color: #092777;
	color: #FFF;
	font-size: 24px;
	padding: 10px 10px 10px 20px;
	line-height: 50px;
}
.hl3{
	border: 1px solid #092777;
	border-width: 1px 0;
	font-size: 24px;
	color: #092777;
	padding: 15px 20px;
}
.hl4{
	border-bottom: 1px solid #092777;
	font-size: 24px;
	color: #092777;
	padding-bottom: 10px;
}
.hl5{
	background-color: #659FD1;
	color: #FFF;
	padding: 10px 20px;
}

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="lnk"]:hover, .listLnk a:hover{ opacity: .8; transition : all 0.75s; }
.lnk1btn, .lnk1btn2{
	background-color: #fff;
	padding: 15px 40px 15px 20px;
	text-align: center;
	color: #092777;
	position: relative;
	font-weight: bold;
}
.lnk1btn2{
	background-color: #1C6EB4;
	color: #FFF;
}
.lnk1btn:after, .lnk1btn2:after{
	content: "→";
	font-weight: bold;
	position: absolute;
	font-size: 30px;
	top: 50%;
	right: 20px;
	margin-top: -12px;
	transition : all 0.75s;
}
.lnk1btn:hover, .lnk1btn2:hover{ opacity: .8; }
.lnk1btn:hover:after, .lnk1btn2:hover:after{ right: 10px; transition : all 0.75s; }
.lnk2btn{
	background-color: #1C6EB4;
	color: #FFF;
	border: 2px solid #FFF;
	font-size: 19px;
	text-align: center;
	padding: 7.5px;
	font-weight: normal;
}
.lnk2btn:hover{ background-color: #1C6EB4; }
.lnk3btn{
    position: relative;
    transition: all 0.2s ease;
}
.lnk3btn:hover{
	border-color:transparent;
}
.lnk3btn span {
	position: relative;
	z-index: 2;
	display: block;
    transition: all 0.3s ease;
}
.pushright:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    position: absolute;
	z-index: -1;
    top: 10px;
    left: 10px;
    /*影の形状*/
    width: 100%;
    height: 100%;
    border: 1px solid #092777;
}

/*hoverの際にX・Y軸に4pxずらす*/
.pushright:hover span {
	background-color: #333;
	color: #fff;
	transform: translate(11px, 11px);
}

.band1{ border: 1px solid #FFF; padding: 10px; text-align: center; }
.band2{ color: #092777; background-color: #E1EEF8; text-align: center; font-size: 26px; font-weight: bold; padding: 10px; }
.band3{ background-color: #FFF; text-align: center; padding: 10px; }

/* title
****************************************************/
.pp1ttl{ flex-direction: column; font-family: "リュウミン M-KL", "Ryumin Medium KL"; }
.pp1ttl span{ font-size: 12px; }

/* gNav
****************************************************/
.gNav .parent ul li{ min-width: 50%; }
.gNav .parent ul li a{ text-align: left; padding: 20px 0 0; }
.gNav .parent ul li a:before{ content:"▶"; margin-right: .5em; }
.gNav .parent ul li a:hover{ text-decoration: underline; }

/* content
****************************************************/
/* notice */
#notice li{ margin-top: 25px; }
#notice li:before{ content:"■"; margin-right: .5em; }
.notice_list li{ padding-bottom: 1em; margin-bottom: 1.5em; border-bottom: 1px dotted #DDDDDD; }
/* index */
.index3sec .gr3 a{ color: #092777; }
.index3sec .gr4{ padding: 10px 30px 30px; }
/* etc */
.num{ background-color: #1C6EB4; color: #FFF; font-size: 19px; line-height: 30px; width: 30px; display: inline-block; margin-right: 20px; text-align: center; }
.com1{ padding: 20px 40px 40px 80px; }
.com2{ padding-left: 50px; overflow: hidden; }
.com2 span{ display: block; float:left; width: 30px; margin-left: -50px; }
.com3{ border: 1px solid #092777; }
/* table */
.tbl1{ width:100%; border-collapse: collapse; }
.tbl1 th, .tbl1 td{  padding: 30px; border-bottom: 1px solid #092777; }
.tbl1 th{ background-color: #EEF4F6; color: #092777; font-size: 24px; margin-bottom: 0; }

/* symptom
****************************************************/
/* symptom */
#symptom li a{ display: block; background-color: #EEF4F6; padding: 10px; }
#symptom li a:before{ content: '＞'; margin-right: .5em; color: #1C6EB4; font-weight: bold; }
#symptom li a:hover{ color: #1C6EB4; }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ border-top: 1px solid #092777; }
#symptom2 li a:before{ content:"＞"; margin-right: .5em; color: #1C6EB4; font-weight: bold; }
#symptom2 li a:hover{ color: #1C6EB4; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{}
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* site
****************************************************/
#site dt:before{ content:"▶ "; color: #1C6EB4; }
#site dd{ margin:15px 15px 50px; }

/* sitemap
****************************************************/
#sitemap .parent{ margin-top: -30px; }
#sitemap .parent li{ margin-top: 30px; }
#sitemap .child li{ margin-top: 15px; }
#sitemap .parent li:before{ content:"＞"; color: #1C6EB4; margin-right:.5em; }
#sitemap .child li:before{ content:"▶"; color: #1C6EB4; margin-right:.5em; }
#sitemap .child a{ text-decoration:underline; }
#sitemap .child a:hover{ text-decoration:none; }

/* footer
****************************************************/
footer .sec1{ color: #fff; }
footer .sec2 *{ color: #333; }
address{ padding: 1em 0; text-align: center; }

/* 404
****************************************************/
.error404{ text-align:center; color:red; padding:100px 0; }

/* breadcrumbs
****************************************************/
.breadcrumbs ol{ list-style: none; overflow: hidden; font-size: 12px; }
.breadcrumbs li{ float: left; }
.breadcrumbs li::after{ content: '>'; display: inline-block; padding: 0 10px; }
.breadcrumbs li:last-child::after{ display: none; }

/* pagetop
****************************************************/
.pagetop {
	display:none;
	position:fixed;
	bottom:0px;
	right:10px;
	line-height:0;
	z-index: 9999;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #092777;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	opacity:.5;
}
.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }

/* arrow
****************************************************/
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #092777;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/* accordion
****************************************************/
.accordion dd{ display:none; }
.accordion dt{
    cursor: pointer;
    border: 1px solid #092777;
	margin-top: 30px;
	background: url("images/acc1.png") no-repeat left top;
	padding: 30px 30px 30px 80px;
	color: #092777;
	position: relative;
 }
.accordion dt:after{
  content: url(images/acc3.png);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
}
.accordion dt.active{
	background-color: #EEF4F6;
}
.accordion dt.active:after{
  content: url(images/acc4.png);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
}
.accordion dd{
	background: url("images/acc2.png") no-repeat left top;
	padding: 30px 30px 30px 80px;
 }



/**************************************************

	600px over

**************************************************/
@media only screen and (min-width:600px), print{

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1100px; }
	.wrap860{ margin-left: auto; margin-right: auto; width: 860px; }
	.sp{ display:none!important; }

	/* margin
	****************************************************/
	.mt1adj{ margin-top: 200px; }
	.mr70{ margin-right: 70px; }

	/* overflow:hidden;
	****************************************************/
	.ofh1pc, .ofh2pc{ overflow:hidden; }
	.ofh1pc .fl, .ofh2pc li{ float:left; }
	.ofh1pc .fr{ float:right; }
	/* flexBox */
	[class*="fbPc"]{ display: flex; flex-wrap: wrap; }
	.fbPc1{ justify-content: space-between; }

	/* list
	****************************************************/
	.lst1 li, .lst1li{ padding-left: 100px; overflow: hidden; }
	.lst1 li span, .lst1li span{ display: block; float:left; width: 100px; margin-left: -100px; }

	/* width
	****************************************************/
	.w270{ width: 270px; }
	.w320{ width: 320px; }
	.w328{ width: 328px; margin-left: auto; margin-right: auto; }
	.w520{ width: 520px; }
	.w720{ width: 720px; }
	.w810{ width: 810px; }
	.w970{ width: 970px; }
	.w50p{ width: 50%; }

	/* main
	****************************************************/
	.mv{ background: url("images/top_pc_main.png") no-repeat top center / 1920px 650px; height: 650px; }

	/* header
	****************************************************/
	header{ padding-bottom: 30px; }

	/* nav
	****************************************************/
	.gNav{ width: 100%; background-color: #001976; font-size: 16px; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; }
	.gNav li{ width: 157px; }
	.gNav li:first-child{ width: 158px; }
	.gNav ul a{ display:block; color: #fff; padding: 20px 0; line-height: 20px; }
	.gNav ul a:hover, .gNav ul .stay{ background-color: #334791; color: #fff; }
	.fixed{ position: fixed; top: 0; left: 0; z-index: 9999; }
	.space{ margin-top: 60px; }
	.none{ display:none; }
	.gNav .cb{ clear: both; }
	/* parent　*/
	.gNav .parent{ position: relative; }
	.gNav .parent:hover{ background-color: #334791; }
	.gNav .parent:hover a{ color: #fff; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		background-color: #EEF4F6;
		visibility: hidden;
		position: absolute;
		top: 60px;
		z-index: 999;
		padding: 20px 5px 5px 15px;
	}
	.gNav .parent .pt1{ width: 157px; }
	.gNav .parent .pt2{ width: 550px; }
	.gNav .parent ul li a{ color: #092777!important; background-color: transparent; padding: 0px 0 10px 1.5em; text-indent: -1.5em; }

	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/back_oomidashi_20230626@2x.png") no-repeat center center / cover;
		height: 300px;
		color: #fff;
		font-size: 38px;
	}

	/* content
	****************************************************/
	/* common */
	.ppSpa{ padding: 80px 0 100px; }
	/* index */
	#index{ padding-bottom: 100px; }
	#index .sec1 .lnk2btn{ width: 120px; }
	#index .sec2 .ofh1pc{ background-color: #092777; }
	#index .sec2 .txt{ width: 560px; margin: 50px auto 0 auto; color: #FFF; }
	#index .sec2 .pht1{ background: url("images/top_about_01_20230626@2x.png") no-repeat top center / cover; width: 50%; height: 380px; }
	#index .sec2 .pht2{ background: url("images/top_about_02_20230626@2x.png") no-repeat top center / cover; width: 50%; height: 380px; }
	#index .sec2 .pht3{ background: url("images/top_about_03_20230626@2x.png") no-repeat top center / cover; width: 50%; height: 380px; }
	#index .sec4 .gr1 .w520, #greeting .sec1 .gr1 .w520{ margin-right: 30px; }
	#index .sec4 .gr2, #greeting .sec1 .gr2{ background: url("images/top_goaisatsu_20230626@2x.png") no-repeat top left 30px / 770px 823px; position: relative; min-height: 823px; }
	#index .sec4 .gr2 .ads, #greeting .sec1 .gr2 .ads{ position: absolute; left: 30px; bottom: 100px; }
	/* surgery */
	#surgery .w520{ position: relative; min-height: 650px; }
	#surgery .w520 .ads{
		position: absolute;
		bottom: 50px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	/* facility */
	#facility .sec2 .gr1{ width: 328px; margin-right: 58px; }
	#facility .sec2 .gr1 h3{ height: 110px; justify-content: flex-start; }
	#facility .sec2 .gr1:nth-child(3n){ margin-right: 0; }
	/* access */
	#access .gmap{
		width: 100%;
		position: relative;
		padding-bottom: 500px;
		height: 0;
		overflow: hidden;
	}
	#access .gmap iframe, #access .gmap object, #access .gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 500px;
	}
	#access .sec2 .fr{ width: 290px; }
	/* etc */
	.com1 li{ width: 50%; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ width: 250px; margin-top: 20px; }
	/* symptom2 */
	#symptom2 ul{ margin-top: 50px; padding: 30px 0 50px 100px; letter-spacing:-0.4em; }
	#symptom2 li{ display:inline-block; letter-spacing:normal; vertical-align:top; min-width:31%; margin-left:1%; margin-top:20px; }
	#symptom2 p{ margin-top: 60px; }
	#symptom2 ul{ padding-left: 150px; padding-right: 150px; }
	/* symptom3 */
	#symptom3 h4{ font-size:20px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .dis{ margin-top: 60px; }
	#symptom3 .des{ padding: 1em 0; }

	/* sitemap
	****************************************************/
	#sitemap .child{ margin-left:1.5em; overflow:hidden; }
	#sitemap .child li{ float:left; width:33%; }

	/* footer
	****************************************************/
	footer .sec1{ background: url("images/f_back_20230626@2x.png") no-repeat top center / cover; padding: 80px 0; }
	footer .sec2{ padding-top: 20px; font-size: 16px; }

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; z-index: 9999; }
	[class*="trk"] a:hover{ opacity: .8; }
	.trk1{ top: 250px; right: 0; }
	.trk2{ top: 360px; right: 0; }
	.trk3{ top: 470px; right: 0; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

	/* gmap
	****************************************************/
	.gmap{
		width: 100%;
		position: relative;
		padding-bottom: 370px;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 370px;
	}
}



/**************************************************

	600px under

**************************************************/
@media only screen and (max-width:599px){

	/* common
	****************************************************/
	body{ font-size:16px; }
	.wrap{ padding: 15px; line-height:1.5em; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.tacSp{ text-align: center; }
	/* adj */
	.mt1adj{ margin-top: 100px; }

	/* overflow:hidden;
	****************************************************/
	.oh_clm2sp, .oh_clm3sp, .oh_sp{ overflow:hidden; }
	.oh_clm2sp li{ width: 48%; }
	.oh_clm3sp li{ width: 32%; margin-right: 2% !important; margin-top: 2% !important; }
	.oh_clm3sp li:nth-child(3n){ margin-right: 0 !important; }
	.oh_sp .fl, .oh_clm2sp li:nth-child(odd), .oh_clm3sp li{ float: left; }
	.oh_sp .fr, .oh_clm2sp li:nth-child(even), .oh_clm3sp li:nth-child(3n){ float: right; }

	/* width
	****************************************************/
	.lnk1btn, .lnk1btn2{ width: 80%; }

	/* padding
	****************************************************/
	.pad1, .pad3{ padding: 20px; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 998; }
	#headerSp .inner{ padding: 0 35% 0 15%; width: 100%; height: 90px; }
	#headerSp img{ min-width: 250px; margin-bottom: 5px; }
	/* nav */
	.gNav{
		background: rgba(225, 238, 248, 1);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 999;
		padding: 90px 0 0;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{ border-top: 1px solid #FFF; padding: 0; }
	.gNav li{ border-bottom: 1px solid #FFF; }
	.gNav li a{ display: block; padding: .25em .5em; margin: 10px 0 10px 25px; color: #092777; font-weight: bold; font-size: 16px; border-left: 3px solid #1C6EB4; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* 追記 */
	/* accordion */
	.gNav .parent ul{ display: none; margin: 0 -15px; padding: 5px 15px 15px 65px; background-color: #FFF; }
	.gNav .parent ul a{ border: none; display: block; margin: 10px 0 0 0!important; padding: 0!important; color: #092777; text-indent: -1.5em; }
	.gNav .parent ul li a:before{ content: "▶"; color: #092777; margin-right: .5em; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "＋"; font-size: 30px; font-weight: bold; color: #1C6EB4; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
	.gNav .switch.active:after{ content: "－"; }
	.gNav .fbCom1{ margin: 0!important; padding: 0 20%!important; text-align: center; }
	.gNav .fbCom1 li{ border: none; width: 33%; margin: 0!important; padding: 0!important; }
	.gNav .fbCom1 a{ margin: 0!important; padding: 0!important;  }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		background: #092777;
		cursor: pointer;
		width: 80px;
		height: 90px;
		border: 1px solid #092777;
	}
	.btn-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		width: 60%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.btn-trigger span:nth-of-type(1){ top:15px; }
	.btn-trigger span:nth-of-type(2){ top:30px; }
	.btn-trigger span:nth-of-type(3){ top:45px; }
	.btn-trigger p{ position: absolute; bottom: 5px; font-size: 16px; text-align: center; width: 100%; color: #fff; font-weight: bold; }
	.btn-trigger .close{ display: none; }
	.btn-trigger.active .open{ display: none; }
	.btn-trigger.active .close{ display: inline-block; }
	.btn-trigger.active{
		background-color: #FFF;
		border: 1px solid #FFF;
	}
	.btn-trigger.active span{
		background: #3C241E;
	}
	.btn-trigger.active p{
		 color: #3C241E;
	}

	/*=============================
	#btn01
	=============================*/
	#btn01.active span:nth-of-type(1) {
	top: 24px;
	left: 20%;
	transform: translateY(6px) rotate(-45deg);
	width: 60%;
	}
	#btn01.active span:nth-of-type(2) { opacity: 0; }
	#btn01.active span:nth-of-type(3) {
	top: 36px;
	left: 20%;
	transform: translateY(-6px) rotate(45deg);
	width: 60%;
	}

	/* headline
	****************************************************/
	.hl1{ font-size: 26px; }
	.hl2{ font-size: 21px; }
	.hl3{ font-size: 21px; }
	.hl4{ font-size: 21px; }
	.hl5{ font-size: 21px; }

	/* main
	****************************************************/
	.mv{ background: url("images/sp/sp_top_main.png") no-repeat top left / 100% auto;
		padding-top: 118.5%;
	}
	/* title
	****************************************************/
	.pp1ttl{ background: url("images/sp/sp_back_oomidashi_20230626@2x.png") no-repeat top center / 100% auto;
		height: 110px;
		color: #fff;
		font-size: 24px;
	}

	/* content
	****************************************************/
	/* common */
	.ppSpa{ padding-top: 50px; padding-bottom: 50px; }
	/* index */
	#index{ padding-bottom: 50px; }
	#index .sec2 .ofh1pc{ background-color: #092777; padding: 30px 15px; }
	#index .sec2 .txt{ margin-top: 30px; color: #FFF; }
	#index .sec2 .pht1{ background: url("images/sp/sp_top_about_01_20230626@2x.png") no-repeat top center / 100% auto; padding-top: 75%; }
	#index .sec2 .pht2{ background: url("images/sp/sp_top_about_02_20230626@2x.png") no-repeat top center / 100% auto; padding-top: 75%; }
	#index .sec2 .pht3{ background: url("images/sp/sp_top_about_03_20230626@2x.png") no-repeat top center / 100% auto; padding-top: 75%; }
	.index3sec .gr1{ padding-right: 15px; }
	.index3sec .gr2 img{ width: 100%; }
	.index3sec .gr2{ padding-right: 15px; }
	.index3sec .gr3 li{ margin-top: 10px; }
	.index3sec .gr4{ margin-left: -15px; margin-right: -15px; }
	#index .sec4 .fbPc1, #greeting .sec1 .fbPc1{ background: url("images/top_goaisatsu_20230626@2x.png") no-repeat top center / 100% auto; padding-top: 100%; margin: 40px 15px 0; }
	#index .sec5{ margin-top: 30px; }
	#index .sec5 li{ margin-top: 30px; }
	/* surgery */
	#surgery .w520 .ads{ text-align: center; margin-top: 40px; }
	/* access */
	#access .sec2 .fr{ margin-top: 30px; }
	/* table */
	.tbl1{ border-top: 1px solid #092777; }
    .tbl1 th, .tbl1 td{ display:block; }
	.tbl1 th{ border-bottom:none; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom .w520:nth-child(2){ margin-top: 50px; }
	#symptom li{ margin-top: 20px; }
	/* symptom2 */
	#symptom2 h3{ margin-bottom: 2em; }
	#symptom2 ul{ margin-top:30px; padding: 10px 15px 15px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 .dis{ margin-top:20px; }
	#symptom3 h4{ font-size:18px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top:10px; }

	/* footer
	****************************************************/
	footer .sec1{ background: url("images/f_back@2x.png") no-repeat center top / cover; padding-bottom: 30px; }
	footer .sec1 .logo{ padding: 30px; }
	footer .sec2 ul{ padding: 15px 25px; }
	footer .sec2 li{ width: 50%;  margin-top: 1em; }
	address{ font-size: 16px; padding-bottom: 1em; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 10px; }

	/* gmap
	****************************************************/
	.gmap{
		position: relative;
		padding-bottom: 380px;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 380px;
	}

	/* footerSp
	****************************************************/
	#footerSp{ width:100%; border-collapse:collapse; position:fixed; z-index:990; bottom:0px; left:0px; text-align: center; border: 1px solid #1C6EB4; }
	#footerSp tr td:nth-of-type(1){ width: 25%; background-color: #1C6EB4; color: #FFF; }
	#footerSp tr td:nth-of-type(2){ width: 25%; background-color: #FFFFFF; }
	#footerSp tr td:nth-of-type(2) a{ color: #333; }
	#footerSp tr td:nth-of-type(3){ width: 25%; background-color: #1C6EB4; color: #FFF; }
	#footerSp tr td:nth-of-type(4){ background-color: #FFFFFF; color: #333; }
	#footerSp tr td:nth-of-type(4) a{ color: #333; }
	#footerSp a{ display: block; text-align:center; padding: 5px 0; color: #fff; }
	#footerSp img{ margin-bottom: 5px; }
}