	@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; }
body{ font-size:19px; line-height:180%; color:#000; font-family:"じゅん 201", "Jun 201"; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
a{ text-decoration:none; color:#000; }
a:hover{ text-decoration:none; }
/*a:hover img{ opacity: 0.5; transition:all 0.3s ease; }*/
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{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt75{ margin-top:75px; }
.mt100{ margin-top:100px; }
.mb20{ margin-bottom: 20px; }
.mb80{ margin-bottom: 80px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }
@media screen and (max-width: 599px) {
	.sp_mt30 { margin-top: 30px; }
	.sp_mt50 { margin-top: 50px; }
}

/* 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
****************************************************/
.col_red{ color:red; }
.col_white{ color:white; }
.col_bleck{ color:black; }
.col_1, .col1ul li:before, .col1icon:before{ color:#4188CC; }
.col_2, .col2ul li:before, .col2icon:before{ color:#D9F2F8; }
.col_3, .col3ul li:before, .col3icon:before{ color:#DD6B5C; }
.col_4, .col4ul li:before, .col4icon:before{ color:#FFFFD5; }
.col_5{ color:#FFFFFF; }
.col_6{ color:#FFEDED; }
.col_7{ color:#D64747; }
.col_8{ color:#333333; }
.col_9{ color:#F4F4F4; }

/* background
****************************************************/
/* color */
.bg1img{}
.bg1col{ background-color: #FFFFD5; }
.bg2col{ background-color: #FFEDED; }

/* icon
****************************************************/
.icon_1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶"; margin-right: .5em; }
.icon_2:before, .icon2ul li:before, .icon2dl dt:before{ content:"●"; margin-right: .5em; }
.icon_3:before, .icon3ul li:before, .icon3dl dt:before{ content:"■"; margin-right: .5em; }
.icon_4:before, .icon4ul li:before, .icon4dl dt:before{ content:"◆"; margin-right: .5em; }
.icon_5:before, .icon5ul li:before, .icon5dl dt:before{ content:"▲"; margin-right: .5em; }
.icon_6:before, .icon6ul li:before, .icon6dl dt:before{ content:"＞"; margin-right: .5em; }

/* font-size
****************************************************/
.fs_s{ font-size:small; }
.fs12{ font-size:12px; }
.fs14{ font-size:14px; }
.fs15{ font-size:15px; }
.fs16{ font-size:16px; }
.fs20{ font-size:20px; }
.fs24{ font-size:24px; }
.fwb{ font-weight: bold; }


/* border-radius
****************************************************/
.br05, .br05ul li{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.br10, .br10ul li{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
.br15, .br15ul li{ border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; }
.br25, .br25ul li{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; }
.br50{ border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; }

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

/* button
****************************************************/
.button-1 { display: flex; justify-content: center; align-items: center; width: 100%; height: 80px; font-size: 1.4em; border: 3px solid #4188CC; border-radius: 30px; }
.button-1 span { position: relative; }
/*.button-1 span::after { position: absolute; left: 50%; bottom: -15px; transform: translate(-50%, 0); content: ""; width: 48px; height: 3px; background-color: #4188CC; }*/
@media screen and (min-width: 600px) {
	.button-1 { max-width: 300px; }
}

/* column
****************************************************/
.clm1, .clm2{ letter-spacing: -0.4em; }
.clm1 li, .clm2 .row{ display: inline-block; letter-spacing: normal; vertical-align: top; }
.ofh1{ overflow: hidden; }
.ofh1 .fl{ float: left; }
.ofh1 .fr{ float: right; }

/* border
****************************************************/
/* header
****************************************************/
header .band1{ border: 1px solid #4188CC; color: #4188CC; width: 280px; text-align: center; font-size: 14px; }

/* headline
****************************************************/
.hl1, .hl2{ position: relative; text-align: center; font-weight: bold; }
.hl1::after, .hl2::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 50px;
}
.hl1::after{ height: 4px; background-color: #D64747; bottom: -20px; }
.hl2::after{ height: 3px; background-color: #4188CC; bottom: -10px; }

/* page title
****************************************************/
.pp1ttl{ background: url("images/pp1ttl.png") no-repeat bottom center #FFEDED; text-align: center; }

/* content
****************************************************/
/* notice */
#notice{ height:260px; overflow:auto; }
#notice::-webkit-scrollbar {
	all:unset;
	width:6px;
	background:transparent;
}
#notice::-webkit-scrollbar-track {
	all:unset;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	background: transparent;
}
#notice::-webkit-scrollbar-thumb {
	all:unset;
	background:#DD6B5C;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 8px;
}
#notice::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background: transparent;
}
#notice li{ margin-bottom: 25px; margin-right: .5em; }
.ver2 #notice li{ margin-bottom: .5em; }
/* index */
#index .sec3 .box2{ padding-top: 100px; }
#index .sec3 .box2 .fl, #index .sec3 .box2 .fr{ border: 3px solid #4188CC; background-color: #fff; position:relative; box-shadow: 4px 4px 4px #4F6C81; }
#index .sec3 .box2 .icon{
	position:absolute;
	top: -40px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#index .sec3 .box2 h3{  text-align: center; border-bottom: 1px solid #707070; }
#index .sec3 .box2 h3 span{ font-size: small; }
#index .sec4{ background-color: #FFEDED; }
.name{ font-size: small; }
.name span{ font-size: 20px; margin-left: 1em; }
.supportBtn {display: inline-block; letter-spacing: 1px;}
.supportBtn a {
		color: #fff;
    display: inline-block;
    padding: 25px;
    border-radius: 15px;
    font-size: 1.4em;
    width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
		position: relative;
		padding-left: 25px;
		border: 2px solid #4188cc;
		background-color: #4188cc;}
.supportBtn a:hover {background-color: #fff; color: #4188cc;}

#index .banner__box{clear: both; display: flex; flex-wrap: wrap; justify-content: space-between;}
.banner__box .banner__box-image a:hover{ opacity: 0.8; }

/* greeting */
#greeting .sec2 h3{ display: inline-block; border-bottom: 3px solid #D64747; }
/* medical */
#medical .sec2 .box1{ border: 3px solid #4188CC; }
#medical .sec2 h4{ background-color: #FFEDED; display: inline-block; padding: .2em 1em; }
#medical .sec2 .sec2-row-1 > div { margin-top: 2em; }
/* guide */
#guide .sec1 h3 img{ vertical-align: -3px; margin-right: 10px; }
#guide .sec1 .tac{ margin: .5em 0 1em; }
#guide .sec2 .fl, #guide .sec2 .fr{ background-color: #fff; border-radius:10px; padding: 20px 20px 0; }
#guide .sec2 h3{ text-align: center; border-bottom: 3px solid #DD6B5C; }
/* access */
#access h3{ background-color: #D9F2F8; padding: .5em 1em; }
/* notice */
.notice_list{ margin-top: 50px; margin-bottom: 30px; }
.notice_list li{ border-bottom: 1px dotted #333333; padding: 1em 0 .5em; }
.notice_list li a{ display: block; }
.notice_list li a:before, #notice li a:before{ content: "■ "; }
#index .ver2  #notice li a:before{ content: none; }
#index .ver2 li .cat1{ background-color:#ffeded; color: #000; }
#index .ver2 li .cat2{ background-color:#4188cc; color: #fff; }
#index .ver2 li .cat3{ background-color:#dd6b5c; color: #fff; }
#index .ver2 li span{ display: inline-block; width: 110px; text-align: center; margin-right: 1em; }

/* symptom
****************************************************/
/* symptom */
#symptom h3{ background-color: #D9F2F8; padding: .5em 1em; }
#symptom li a:before{ content: "＞ "; }
#symptom li a:hover{ text-decoration: underline; }
#symptom li a, #symptom2 li a{ color: #000; }
#symptom2 li a:before{ color: #000; content:"▶"; margin-right: .5em; }
#symptom2 li a:hover, #symptom2 li a:hover:before{ color: #4188CC; }
/* symptom2 */
#symptom2 li a{ color:#333333 }
#symptom2 li a:hover{ color:#4188CC }
#symptom2 dd{ margin-top:60px; }
#symptom2 ul{ border-top: 1px solid #707070; }
/* symptom3 */
#symptom3 h4{ color: #DD6B5C; border-bottom: 1px solid #DD6B5C; }
#symptom3 h4:before{ color: #DD6B5C; content:"▶"; margin-right: .5em; }
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* disease
****************************************************/
#disease li a{
	color:#000;
	display:block;
	font-size:20px;
	letter-spacing:.5em;
	text-align: center;
	border: 2px solid #4188CC;
	border-radius:25px;
}
#disease li a:hover{ text-decoration: none; background-color: #D9F2F8; }
#disease dt{ margin-top:30px; padding:5px 1em 5px; font-weight: bold; background-color: #D9F2F8; }
#disease dd{ padding-top:20px; }

/* about
****************************************************/
#about dt:before{ content:"▶ "; color:#DD6B5C; }
#about dd{ margin:15px 15px 50px; }

/* sitemap
****************************************************/
#sitemap li{ margin-bottom:2em; }
#sitemap .parent li:before{ content:"▶"; color:#DD6B5C; margin-right:.5em; }
#sitemap .child{ margin-top: 1em; }
#sitemap .child li{ margin-bottom: .5em; }
#sitemap .child li:before{ content:"";  margin-right:0; }
#sitemap .child a{ text-decoration:underline; }
#sitemap .child a:hover{ text-decoration:none; }

/* footer
****************************************************/
footer{ border-top: 1px solid #333; }
footer .sec1 .fr p{ text-align: center; }
footer .sec1 .fr a{
	display: inline-block;
	border: 2px solid #DD6B5C;
	color: #DD6B5C;
	background-color: #fff;
	margin-top: 10px;
	border-radius: 25px;
	line-height: 46px;
	width: 230px;
	font-size: 19px;
}
footer .sec1 .fr a:hover{ background-color: #DD6B5C; color: #fff; }
footer .band1{ border: 1px solid #4188CC; color: #4188CC; text-align: center; }
footer .sec2{ background-color: #DD6B5C; color: #fff; }
footer .sec2 a{ color: #fff; }
address{ margin-top: 1em; }

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

/* breadcrumbs
****************************************************/
.breadcrumbs{ float: right; }
.breadcrumbs{ 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:#DD6B5C;
	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; }

/* link
****************************************************/
.lnk1btn{ display: block; border: 1px solid #333; font-size: 16px; line-height: 20px; padding: 10px 0; }
.lnk1btn:hover{ background-color: #F4F4F4; }
.lnk2btn{ display: inline-block; background-color: #DD6B5C; color: #fff; line-height: 20px; padding: 20px 0; }
.lnk2btn:hover{ opacity: .6; }





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

	600px over

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

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

	/* margin
	****************************************************/
	.ml2em{ margin-left: 2em; }

	/* overflow:hidden;
	****************************************************/
	.ofh1pc, .ofh2pc{ overflow:hidden; }
	.ofh1pc .fl, .ofh2pc li{ float:left; }
	.ofh1pc .fr{ float:right; }

	/* column
	****************************************************/
	.clm1pc{ letter-spacing:-0.4em; }
	.clm1pc li{ display:inline-block; letter-spacing:normal; vertical-align:top; }

	/* Flexbox
****************************************************/
	.f-row-1 { display: flex; justify-content: space-between; }
	.f-column-third { width: 28%; }

	/* width
	****************************************************/
	.w1p{ width: 280px; }

	/* header
	****************************************************/
	header{ margin-bottom: 20px; }
	header .fr{ margin-top: 20px; margin-left: 35px; }
	header h1{ margin-bottom: 10px; }
	header .band1{ margin-top: 10px; }
	header .tel{ margin-top: 10px; }

	/* nav
	****************************************************/
	.gnavi{ font-size:16px; line-height: 20px; width:100%; background-color: #fff; }
	.gnavi ul{ overflow:hidden; text-align: center; }
	.gnavi li{ float:left; width: 166px; }
	.gnavi li:first-child{ width: 170px; }
	.gnavi ul a{ display:block; color: #333; padding: 14px 0; border-radius:25px; }
	.gnavi ul a:hover, .gnavi ul .stay{ background-color: #D9F2F8; }
	.fixed{ position:fixed; top:0px; left:0px; z-index:9999; }
	.space{ margin-top:70px; }
	.none{ display:none; }

	/* page title
	****************************************************/
	.hl1{ font-size: 26px; }
	.pp1ttl{ line-height: 30px; padding: 60px 0 40px; margin-top: 20px; }

	/* content
	****************************************************/
	/* common */
	.sec1sp{ padding:50px 0; }
	.sec2sp{ padding:80px 0; }
	.sec3sp{ padding:50px 0 100px; }
	/* index */
	.pcmv{ background: url("images/main_pc.png") no-repeat bottom center; height: 550px; margin-bottom: 40px; }
	/* index */
	#index .sec1 .lef1pc{ width: 620px; }
	#index .sec1 .lnk1btn{ width: 120px; text-align: center; }
	#index .sec1 .ofh1{ padding-bottom: 38px; }
	#index .ver2 .ofh1 .fr{ margin-left: 10px; }
	#index .sec2{ background: url(images/top_rinen_back.png) repeat-x top center; }
	#index .sec2 .row{ width: 350px; margin-top: 70px; }
	#index .sec3{ background: url(images/sp_top_sinryo_illlust.png) no-repeat center bottom; padding: 50px 0 200px; }
	#index .sec3 h2{ padding-right: 100px; }
	#index .sec3 h2 img{ margin-right: 20px; }
	#index .sec3 .box1{ margin-top: 80px; padding: 0 100px; }
	#index .sec3 .box2 .fl, #index .sec3 .box2 .fr{ width: 300px; height: 320px; padding: 40px 17px 20px; margin-bottom: 10px; }
	#index .sec3 .box2 .fl{ margin-right: 48px; }
	#index .sec3 .box2 .fr{ margin-right: 4px; }
	#index .sec3 .box2 h3{ display: table-cell; vertical-align: middle; height: 100px; width: 260px; }
	#index .sec4 .fl{ width: 540px; }
	#index .sec4 .ofh1pc{ margin-top: 100px; position:relative; }
	#index .sec4 .ofh1pc .ads1{
		position:absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.banner__box .banner__box-image{ padding-right: 65px; }

	/* greeting */
	#greeting .sec2{ padding: 40px 0 70px; margin-top: 90px; }
	#greeting .sec2 .fl, #greeting .sec2 .fr{ width: 50%; }
	/* medical */
	#medical .sec1{ padding: 80px 100px 0; }
	#medical .sec2 .box1{ padding: 80px 50px; margin-top: 70px; height: 350px; }

	#medical .sec2 .fl{ width: 250px; text-align: center; }
	#medical .sec2 .fr{ width: 600px; }
	/* guide */
	#guide .sec1{ background: url("images/top_sinryo_tyoutyo.svg") no-repeat right 150px bottom 250px; }
	#guide .sec1 .fl, #guide .sec1 .fr{ width:458px; height: 500px; margin-top: 50px; }
	#guide .sec2 .fl, #guide .sec2 .fr{ width:300px; height: 550px; margin-top:50px; }
	#guide .sec2 .wrap{ margin-top: 50px; }
	#guide .sec2 .fl{ margin-right:50px; }
	#guide .sec2 h3{ font-size:20px; line-height:125%; height:70px; display:table-cell; vertical-align:middle; width:300px; }
	/* access */
	#access .wrap{ width: 776px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ width: 25%; margin-top: 1em; }
	/* symptom2 */
	#symptom2 dt{}
	#symptom2 dd{ padding:10px 0; }
	#symptom2 ul{ margin-top:40px; padding:20px 0 40px 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; }
	/* symptom3 */
	#symptom3 h4{ font-size:20px; margin-top:50px; }
	#symptom3 dl{ padding: 0 1em; }
	#symptom3 .dis{ margin-top: 60px; }
	#symptom3 .des{ padding: 1em; }

	/* disease
	****************************************************/
	#disease ul{ margin-bottom: 35px; }
	#disease li{ margin:15px 50px 15px 0; }
	#disease li:nth-child(3n){ margin-right:0; }
	#disease li a{ width:300px; padding: 56px 0; line-height: 20px; }
	#disease dl{ padding-top: 30px; }

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

	/* footer
	****************************************************/
	footer{ font-size: 16px; line-height: 150%; }
	footer .sec1{ padding: 50px 0; }
	footer .sec1 .fl, footer .sec1 .fr{ width: 480px; }
	footer .sec1 .fr a{ line-height: 46px; width: 230px; font-size: 19px; }
	footer .band1{ font-size: 19px; padding: .5em 0; }
	footer .sec2{ text-align: center; padding: 10px 100px; }
	footer .sec2 li{ min-width: 14%; margin-top: 1em; }
	footer .sec2 address{ margin-top: 2em; }

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

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





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

	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; }
	.sp_tac{ text-align:center; }
	.bg2img{ background-size:auto 40%; }

	/* width
	****************************************************/
	.w1p{ width: 60%; }

	/* column
	****************************************************/
	.clm1sp, .clm2sp{ letter-spacing: -0.4em; }
	.clm1sp li, .clm2sp .row{ display: inline-block; letter-spacing: normal; vertical-align: top; }

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

	/* header
	****************************************************/
	header .wrap{ padding:0; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	.header-sp{ position:fixed; top:0px; left:0px; z-index:99; width:100%; }
	#headerSp{ width:100%; border-collapse:collapse; background-color: #fff; }
	#headerSp tr td:nth-of-type(1){ padding: 2% 10%; }
	#headerSp tr td:last-child{ width: 17.5%; padding: 1% 1% 1% .5%; vertical-align: bottom; }
	#headerSp .band1{ border: 1px solid #4188CC; color: #4188CC; text-align: center; margin-top: 10px; }
	/* nav */
	.gnavi{
		background-color: #fff;
		padding:0 35px;
		position: absolute;
		position:fixed;
		height:100%;
		width:100%;
		z-index: 9998;
	}
	.gnavi .row {width: 48%; margin: 0 2px;}
	.gnavi .supportBtn a{font-size: 1.1em; min-width:336px; height:55px; border-radius: 7px; }
	.menubtn .close{ display: none; }
	.menubtn.active .open{ display: none; }
	.menubtn.active .close{ display: block; }
	.gnavi .wrap{ padding: 0; margin: 10px 15%; }
	.gnavi ul li a{ display:block; border-bottom:1px dotted #fff; padding:15px; color: #333; border-bottom: 1px dotted #909090; text-align: center; }
	.gnavi ul li a:hover{ background-color: #fbf7e1; text-decoration: none; }
	.gnavi ul li:last-child a{ border: none; }
	.gnavi .box1{ border: 1px solid #fff; margin-top: 20px; color: #fff; padding: 10px 0; text-align: center; }
	/* .gnavi .clm2 .row, #index .sec1 .clm1sp li{ width: 48%; margin: 10px 1% 10px; } */

	/* page title
	****************************************************/
	.pp1ttl{ padding:15px 0; background-size:cover; }

	/* content
	****************************************************/
	/* common */
	.sec2sp{ padding-top: 50px; padding-bottom: 50px; }
	.sec3sp{ padding-bottom: 100px; }
	/* index */
	#index .sec1{ padding: 30px 15px 30px; }
	#index .sec1 .ofh1 .lnk1btn{ padding: .3em 1em; }
	#index .ver2 h2{ width: 100%; }
	#index .ver2 .ofh1 .fr{ width: 45%; margin: 10px 2.5% 0; text-align: center; }
	#notice{ margin-top: 20px; }
	#index .sec2{ background-color: #FFFFD5; }
	#index .sec2 .row{ margin-top: 50px; }
	#index .sec3{ padding: 50px 0 30%; background: url("images/sp_top_sinryo_illlust.svg") no-repeat bottom center; }
	#index .sec3 .hl1{ padding-right: 60px; }
	#index .sec3 .hl1 img{ width: 40px; margin-right: 20px; }
	#index .sec3 .box1{ margin-top: 50px; }
	#index .sec3 .box1 .fr{ font-weight: bold; }
	#index .sec3 .box2{ padding-left: 10%; padding-right: 10%; }
	#index .sec3 .box2 .fl, #index .sec3 .box2 .fr{ width: 100%; padding: 15px; }
	#index .sec3 .box2 .fl{ margin-bottom: 70px; }
	#index .sec3 .box2 h3{ margin-top: 50px; padding-bottom: .5em; }
	#index .sec4 .fr{ padding: 50px 15%; }
	#index .sec4 .ads1{ margin-top: 50px; }

	.banner__box .banner__box-image{ display: flex; justify-content: center; width: 100%; margin-top: 2em; }
	.banner__box .banner__box-image img{ width: 100%; }

	/* greeting */
	#greeting .sec1{ padding-bottom: 50px;}
	#greeting .sec2{ padding: 50px 20px; }
	#greeting .sec2 .fr{ margin-top: 50px; }
	/* medical */
	#medical .sec2{ padding: 50px 20px; }
	#medical .sec2 .box1{ padding: 20px; margin-top: 50px; }
	#medical .sec2 .fl{ text-align: center; }
	#medical .sec2 h3{ margin-bottom: 50px; }
	/* guide */
	#guide .sec1 .fl, #guide .sec1 .fr{ margin-bottom: 50px; }
	#guide .sec2 .fl, #guide .sec2 .fr{ margin-top: 50px; padding: 20px; }
	#guide .sec2 h3{ padding:10px 0; }

	/* symptom
	****************************************************/
	#symptom2 .wrap, #symptom3 .wrap{ padding:20px; }
	/* symptom */
	#symptom li{ margin-top:1em; }
	/* symptom2 */
	#symptom2 dd{ margin-top:60px; }
	#symptom2 ul{ margin-top:30px; padding-top:10px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 .dis{ margin-top:60px; }
	#symptom3 h4{ font-size:18px; margin-top:50px; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top:10px; }

	/* disease
	****************************************************/
	#disease li{ margin-top:20px; }
	#disease li:first-child{ margin-top:0; }
	#disease li a{ padding:15px; }
	#disease h3{ margin-bottom: 70px; }

	/* footer
	****************************************************/
	footer .sec1{ padding: 0; }
	footer .sec1 .fl{ padding: 30px 20px; }
	footer .sec2{ margin-top: 80px; }
	footer .sec2 li{ margin-top: .5em; }
	address{ font-size: 10px; text-align: center; }

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

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

	/* footerSp
	****************************************************/
	#footerSp{ width:100%; border-collapse:collapse; position:fixed; z-index:9999; bottom:0px; left:0px; }
	#footerSp tr td:nth-of-type(1){ width: 50%; background-color:#4188CC; border-right: 1px solid #fff; }
	#footerSp tr td:nth-of-type(2){ width: 50%; background-color:#4188CC; border-left: 1px solid #fff; }
	#footerSp a{ display: block; text-align:center; padding: 10px 30px; color: #fff; }
}