@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:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
	img{ border:none; font-size:0; vertical-align:top; }
	ul{ list-style-type:none; }
	a{ text-decoration:none; color:#000; }
	a:hover{ text-decoration:underline; }
	a:hover img{ opacity: 0.5; transition:all 0.3s ease; }
	h1{ font-size:14px; 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; }
	.mt75{ margin-top:75px; }
	.mt100{ margin-top:100px; }
	.mt150{ margin-top:150px; }
	.mt-50{ margin-top:-50px; }
	.mla { margin-left: auto; }
	.mra { margin-right: auto; }

/* text-align
****************************************************/

	.tar{ text-align:right; }
	.tac{ text-align:center; }
	.ti1{ text-indent:1em; }
	.ti2{ text-indent:-1em; padding-left:1em; }
	.ti3, .ti3ul li{ text-indent:-1.4em; padding-left:1.4em; }

/* color
****************************************************/

	.col_red{ color:red; }
	.col_white{ color:white; }
	.col_1, .col1ul li:before, .col1icon:before{ color:#1f2774; }
	.col_2, .col2ul li:before, .col2icon:before{ color:#1d64cc; }
	.col_3, .col3ul li:before, .col3icon:before{ color:#d2faff; }
	.col_4, .col4ul li:before, .col4icon:before{ color:#f46288; }
	.col_5, .col5ul li:before, .col5icon:before{ color:#000000; }
	.col_6, .col6ul li:before, .col6icon:before{ color:#ffffff; }

/* background
****************************************************/

	/* color */
	.bg1col{ background-color:#d2faff; }

/* icon
****************************************************/

	.icon_1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶ "; }
	.icon_2:before, .icon2ul li:before, .icon2dl dt:before{ content:"● "; }
	.icon_3:before, .icon3ul li:before, .icon3dl dt:before{ content:"◆ "; }
	.icon_4:before, .icon4ul li:before, .icon4dl dt:before{ content:"■ "; }
	.icon_5:before, .icon5ul li:before, .icon5dl dt:before{ content:"▲ "; }

/* 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; }

/* border-radius
****************************************************/

	.br05{ border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
	.br10, .br10ul li, #disease li a{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
	.br15{ border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; }
	.br25, .br25ul li, .br25a a{ 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; }

/* btn
****************************************************/

	/* template */
	.btn1tmp{ display:block; font-size:20px; text-align:center; }

/* border
****************************************************/

	.bor1{ border:1px solid #b2b2b2; }

/* head line
****************************************************/

	.hl1, .hl2, .hl3, .hl4{ background-repeat:no-repeat; background-position:center center; text-align:center; }
	.hl1{ background-image:url(images/hl1bg.png); color:#fff; }
	.hl2{ background-image:url(images/hl2bg.png); }
	.hl3{ background-image:url(images/hl3bg.png); }
	.hl4{ background-image:url(images/hl4bg.png); }

/* page title
****************************************************/

	.pp1ttl{ background:url(images/sv1300.png) no-repeat center top; text-align:center; color:#fff; }

/* content
****************************************************/

	/* section */

	/* notice */
	#notice{ height:260px; overflow:auto; }
	#notice li{ padding-right:25px; }
	#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:#f46288;
		-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;
	}
	/* index */
	#index .sec1 .fl{ border:1px solid #b2b2b2; padding:20px 20px 10px; }
	#index .sec2{ background:url(images/index2bg.jpg) no-repeat center center; -moz-background-size:cover; background-size:cover; }
	#index .sec3 .box1{ background-color:#fff; }
	#index .about-corona { padding: 30px ; border: 2px solid #1d64cc; }
	/* greeting */
	#greeting .sec2 .fl, #greeting .sec2 .fr{ border:1px solid #1d64cc; }
	#greeting .sec2 h3{ background-color:#d2faff; border-bottom:1px solid #1d64cc; color:#1d64cc; text-align:center; padding:10px 0; }
	#greeting .sec2 ul{ padding:30px 25px; }
	/* medical */
	#medical .sec2 .fl, #medical .sec2 .fr{ border:1px solid #1d64cc; padding:20px 30px; }
	#medical .sec2 h3{ border-left:6px solid #1d64cc; padding-left:20px; margin-bottom:10px; }
	/* guide */
	#guide .sec1 .box1{ background-color:#d2faff; padding:20px 25px; }
	#guide .sec1 .box1 h3{ border-bottom:1px solid #1d64cc; color:#1d64cc; text-align:center; padding-bottom:5px; margin-bottom:15px; }
	#guide .sec2 h3{ border-bottom:1px solid #1d64cc; color:#1d64cc; text-align:center; }

/* symptom
****************************************************/

	/* common */
	#symptom dd a, #symptom2 li a{ text-decoration:none; color:#000000 }
	#symptom2 li a:before, #symptom3 .back:before{ content:"▶"; font-size:14px; margin-right:5px; color:#000000; }
	#symptom2 li a:hover:before, #symptom3 .back:hover:before{ color:#f46288; text-decoration:none; }
	/* symptom */
	#symptom{ font-size:16px; }
	#symptom dl{ border:1px solid #1d64cc; }
	#symptom dt{ border-bottom:3px solid #1d64cc; background-color:#d2faff; font-weight:bold; text-align:center; padding:5px 0; }
	#symptom dd a:before{ content:"▶"; font-size:14px; margin-right:5px; color:#f46288; }
	#symptom dd a:hover:before{ color:#000000; }
	#symptom dd{ padding:15px; line-height:150%; }
	#symptom dd a{ display:block; margin-top:1em; text-align:right; }
	/* symptom2 */
	#symptom2 dt, #symptom3 h3{ border-bottom:3px solid #1d64cc; color:#1d64cc; font-weight:bold; padding:10px 0; text-align:center; }
	#symptom2 dd{ margin-top:30px; }
	#symptom2 ul, #symptom3 .outline{ border:1px solid #1d64cc; }
	/* symptom3 */
	#symptom3 h4{ border-bottom:3px solid #1f2774; padding-bottom:15px; margin-bottom:20px; }
	#symptom3 dt{ font-weight:bold; margin-top:1em; }
	#symptom3 dt:before{ content:"【"; margin-right:5px; }
	#symptom3 dt:after{ content:"】"; margin-left:5px; }
	#symptom3 .back{ padding-top:1em; }
	#symptom3 .outline{ margin-top:50px; }

/* disease
****************************************************/

	#disease h3{ background-color:#d2faff; color:#1f2774; text-align:center; padding:10px 0; }
	#disease dl{}
	#disease dt{ border-left:6px solid #1d64cc; color:#1d64cc; margin-top:40px; padding:5px 15px; }
	#disease dd{ padding:20px; }
	#disease li a{
		border:2px solid #1d64cc;
		color:#1d64cc;
		display:block;
		font-size:20px;
		letter-spacing:.2em;
		background:url(images/disease1bg.png) no-repeat left center;
	}
	#disease li a:hover{ background-color:#d2faff; text-decoration:none; }

/* about
****************************************************/

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

/* sitemap
****************************************************/

	#sitemap li{ margin-top:15px; }
	#sitemap .parent li:before{ content:"▶"; color:#f46288; margin-right:.5em; }
	#sitemap .child li:before{ content:"";  margin-right:0; }
	#sitemap .child a{ text-decoration:underline; }
	#sitemap .child a:hover{ text-decoration:none; }

/* footer
****************************************************/

	footer .sec1{ background-color:#d2faff; }
	footer .sec1 .box1{ background-color:#fff; padding:30px; }
	footer .sec2{ font-size:14px; }
	footer .sec2 a{ color:#000; }
	address{ font-size:12px; text-align:center; }

/* 404
****************************************************/

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

/* pagetop
****************************************************/

	.pagetop {
		display:none;
		position:fixed;
		bottom:5px;
		right:10px;
		line-height:0;
	}
	.pagetop a{
		display:block;
		padding:5px;
		background-color:#1d64cc;
		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; }

/* access
****************************************************/

	#access .sec1 .box1{ background-color:#f46288; color:#fff; text-align:center; padding:5px 0; }
	#access .sec2 .box1::first-letter{ color:#6f004f; font-weight:bold; }
	#access .sec2 .box1{ text-indent:-2em; padding-left:2em; margin-top:20px; }


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

	600px over

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

	/* common
	****************************************************/

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

	/* width
	****************************************************/

		.w750{ width:750px; }
		.w800{ width:800px; }

	/* btn
	****************************************************/

		.btn1, .btn2{ display:inline-block; }
		.btn_db{ display:block; }

	/* margin
	****************************************************/

		.ml30{ margin-left:30px; }
		.mr20{ margin-right:20px; }
		.mr50{ margin-right:50px; }
		.mlr50{ margin-left:50px; margin-right:50px; }

	/* padding
	****************************************************/

		.pb50{ padding-bottom:50px; }
		.p20no40{ padding:20px 40px; }

	/* overflow:hidden;
	****************************************************/

		.oh, .oh_ul{ overflow:hidden; }
		.oh .fl, .oh_ul li{ float:left; }
		.oh .fr{ float:right; }
		.oh .cb{ clear:both; }

	/* column
	****************************************************/

		.clm{ letter-spacing:-0.4em; }
		.clm li{ display:inline-block; letter-spacing:normal; vertical-align:top; }

	/* list
	****************************************************/

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

	/* head line
	****************************************************/

	/* header
	****************************************************/

		header .wrap{ position:relative; }
		header h1, header .adr, header .tel{ position:absolute; }
		header h1{ left:0; top:5px; z-index:1; }
		header .adr{ right:0; top:5px; z-index:1; font-size:14px; }
		header .tel{ right:0; top:40px; z-index:1; }

/* slider
	****************************************************/

		#slideshow{
		   position:relative;
		   width:100%;
		   height:550px;
		}
		#slideshow li{
		   position:absolute;
		   height:550px;
		   margin:0;
		   padding:0;
		   background-position:center top;
		   background-repeat:no-repeat;
		}

	/* nav
	****************************************************/

		nav{ background-color:#d2faff; font-weight:bold; width:100%; font-size:18px; }
		nav ul{ overflow:hidden; }
		nav li{ float:left; width:170px; }
		nav li:first-child{ width:150px; }
		nav ul a{ display:block; text-align:center; line-height:60px; }
		nav ul a:hover, nav ul .on{ background:url(images/nav-bg.png) no-repeat center bottom; text-decoration:none; }
		.fixed{ position:fixed; top:0px; left:0px; z-index:9999; }
		.space{ margin-top:60px; }
		.none{ display:none; }

	/* page title
	****************************************************/

		.pp1ttl h2{ line-height:60px; padding:45px 0; }

	/* content
	****************************************************/

		/* common */
		.sec1sp{ padding:60px 0; }
		.sec2sp{ padding:100px 0; }
		.sec3sp{ padding:60px 0 120px; }
		/* index */
		#index .sec1 .fl{ width:650px; height:340px; }
		#index .sec2 li{ margin:50px 32.5px 0; }
		#index .sec3 .box1{ padding:25px 50px; }
		#index .sec3 .box1 li{ width:33%; margin:10px 0; }
		#index .sec3 .box2{ padding:10px 100px 0; }
		#index .sec3 .box2 .fl{ width:590px; }
		#index .sec3 .box2 .fl li{ margin-right:15px; }
		#index .sec4 .fl{ width:650px; }
		/* greeting */
		#greeting .sec1 .fl{ width:650px; }
		#greeting .sec2 .fl, #greeting .sec2 .fr{ width:480px; height:420px; margin-top:60px; }
		/* medical */
		#medical .sec1{ padding-left:100px; padding-right:100px; }
		#medical .sec1 .fl{ width:590px; }
		#medical .sec1 .fl li{ margin-right:15px; }
		#medical .sec2 .fl, #medical .sec2 .fr{ width:480px; margin-top:30px; }
		/* guide */
		#guide .sec1 .fl, #guide .sec1 .fr{ width:480px; margin-bottom:50px; }
		#guide .sec1 .box1{ height:350px; }
		#guide .sec1 .box1 h3{ margin-top:60px; }
		#guide .sec2 .fl, #guide .sec2 .fr{ width:300px; margin-top:50px; height:550px; }
		#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 .sec1 .wrap{ width:800px; }
		#access .sec2 .fl, #access .sec2 .fr{ width:480px; height:500px; }


	/* symptom
	****************************************************/

		#symptom2 .wrap, #symptom3 .wrap{ padding:40px; }
		/* symptom */
		#symptom .wrap{ width:1050px; }
		#symptom li{ width:300px; margin:25px; }
		#symptom dt{ font-size:20px; }
		#symptom dd{ height:140px; }
		/* symptom2 */
		#symptom2 dt, #symptom3 h3{ font-size:26px; }
		#symptom2 dt{ padding:10px 0; }
		#symptom2 dd{ padding:10px 100px; }
		#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 h3{ padding:10px 0; }
		#symptom3 .dis{ padding:30px 100px 0 100px; }
		#symptom3 h4{ font-size:20px; margin-top:20px; }
		#symptom3 .des{ margin-top:1em; }
		#symptom3 .back{ margin:0 1em; }
		#symptom3 .outline{ padding:0 30px 30px; }
		#symptom2 .adj, #symptom3 .adj{ margin-left:50px; margin-right:50px; }

	/* disease
	****************************************************/

		/* disease */
		#disease h3{ font-size:28px; }
		#disease dl{ padding:20px 0; }
		#disease li{ margin:25px 50px 25px 0; }
		#disease li:nth-child(3n){ margin-right:0; }
		#disease li a{ width:300px; padding:38px 0 38px 70px; line-height:20px; }

	/* sitemap
	****************************************************/

		#sitemap{ padding-left:100px; margin-bottom:50px; }
		#sitemap .child{ margin-left:1.5em; overflow:hidden; }
		#sitemap .child li{ float:left; width:33%; }

	/* bnr_list
	****************************************************/

		.bnr1list{ padding:20px 0; }
		.bnr1list li{ margin:0 15px; }

	/* footer
	****************************************************/

		footer .sec1{ line-height:120%; padding:60px 0; font-size:16px; }
		footer .sec1 .box1, footer .sec1 .box2{ width:480px; height:620px; }
		footer .sec2{ padding:15px 0; text-align:center; }
		footer .sec2 li{ margin:0 10px; }

	/* gmap
	****************************************************/

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

	/* anc_adj
	****************************************************/

		.anc_adj{ margin-top:-65px; padding-top:65px; }

	/* table
	****************************************************/

		.tbl1 th, .tbl1 td{ width:20%; }

}





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

	600px under

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

	/* common
	****************************************************/

		body{ font-size:16px; }
		.wrap, .wrap800, .section{ padding:15px; line-height:1.5em; }
		img{ max-width:100%; height:auto; }
		.pc{ display:none!important; }
		.sp_tac{ text-align:center; }

	/* padding
	****************************************************/

		.p20no40{ padding:10px 20px; }

	/* padding
	****************************************************/

		ol{ margin-left:30px; }

	/* btn
	****************************************************/

		.btn1, .btn2, .btn3, .btn4{ display:block; }

	/* header
	****************************************************/

		header h1, header .adr, header .tel{ text-align:center; }
		header .adr, header .tel{ margin-top:10px; }

	/* slideshow
	****************************************************/

		#slideshow{
			position:relative;
			width:100%;
			height:200px;
		}
		#slideshow li{
			position:absolute;
			width:100%;
			background-size:auto 200px;
			height:200px;
			margin:0;
			padding:0;
			background-position:center top;
			background-repeat:no-repeat;
		}

	/* nav
	****************************************************/

		nav{ text-align:center; }
		nav ul{ padding:0 0 0 0; letter-spacing: -0.4em; }
		nav li{
			display:inline-table;
			width:31%;
			margin:5px 1% 0 1%;
			vertical-align:top;
			letter-spacing:normal;
			line-height:20px;
			font-size:12px;
		}
		nav li a{
			height:50px;
			display:table-cell;
			vertical-align:middle;
			color:#fff;
			text-align:center;
			border:1px solid #1d64cc;
			background-color:#1d64cc;
			border-radius:10px;
			-webkit-border-radius:10px; /* Safari,Google Chrome */
			-moz-border-radius:10px;	/* Firefox */
		}
		nav li a:hover{ background-color:#fff; color:#1d64cc; text-decoration:none; }

	/* page title
	****************************************************/

		.pp1ttl{ margin-top:20px; padding:15px 0; background-size:cover; }

	/* content
	****************************************************/

		/* common */
		.sec1sp, .sec2sp{ padding-top:50px; padding-bottom:50px; }
		.sec3sp{ padding-top:50px; padding-bottom:100px; }
		/* index */
		#index .sec1 .fr{ margin-top:20px; }
		#index .sec2 li{ margin-top:20px; }
		#index .sec3 .box1{ padding:15px; }
		#index .sec3 .box2 .fl, #index .sec3 .box2 .fr{ margin-top:10px; }
		/* greeting */
		#greeting .sec1 .fr, #greeting .sec2 .fl, #greeting .sec2 .fr{ margin-top:50px; }

		/* medical */
	#medical .sec2 .fl, #medical .sec2 .fr{ margin-top:20px; }
		/* guide */
		#guide .sec1{ margin:-25px 0; }
		#guide .sec1 .oh{ padding-bottom:25px; }
		#guide .sec1 .fl, #guide .sec1 .fr{ margin:25px 0; }
		#guide .sec2 h3{ padding-bottom:10px; }
		#guide .sec2 .fr, #guide .sec2 .fl{ margin-top:50px; }
		/* access */
		#access .sec2{ margin-top:100px; }
		#access .sec2 .oh{ margin-top:0; }
		#access .sec2 .fl, #access .sec2 .fr{ padding:25px 0; }

	/* symptom
	****************************************************/

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

	/* disease
	****************************************************/

		/* disease */
		#disease dl{ padding:20px; }
		#disease ul{ margin-top:30px; padding:0 0 20px; }
		#disease li{ margin-top:20px; }
		#disease li a{ padding:20px 0 20px 70px; }

	/* footer
	****************************************************/

		footer .sec1 .box2{ margin-top:15px; }
		footer .sec2{ padding:15px; }
		footer .sec2 ul{ margin-bottom:15px; }

	/* pagetop
	****************************************************/

		.pagetop { bottom:0; }

	/* gmap
	****************************************************/

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

	/* table
	****************************************************/

		/* table_1 */
		.tbl1{ width:100%; }
		.tbl1{ border-top:1px solid #d1d7c6; }
		.tbl1 th, .tbl1 td{ display:block; border-bottom:none; width:100%; border-top:0!important; }
		.tbl1 th, .tbl1 td{ border-bottom:1px solid #d1d7c6; }

	/* list
	****************************************************/

		.list li span{ display:block }

}