@charset "utf-8";

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

	*{ margin:0; padding:0; word-break:break-all; box-sizing:border-box; }
	body{ font-size:19px; line-height:180%; color:#4d4d4d; font-family:'ヒラギノ丸ゴ','メイリオ','Yu Gothic','MS UI Gothic',sans-serif; }
	img{ border:none; font-size:0; vertical-align:top; }
	ul{ list-style-type:none; }
	a{ text-decoration:none; color:#4d4d4d; }
	a:hover{ text-decoration:underline; }
	a:hover img{ opacity: 0.8; }
	h1{ font-size:14px; font-weight:normal; }
	address{ font-style:normal; }

	/* Flexbox
****************************************************/
.d-flex { display: flex; }
.d-inline-flex { display: inline-flex; }
.flex-wrap { flex-wrap: wrap; }
.flex1 { flex: 1; }
.align-items-center { align-items: center; }
@media screen and (min-width: 600px) {
	.d-md-flex { display: flex; }
	.d-md-inline-flex { display: inline-flex; }
	.flex-md-row { flex-direction: row; }
	.flex-md-row-reverse { flex-direction: row-reverse; }
	.flex-md-column { flex-direction: column; }
	.flex-md-column-reverse { flex-direction: column-reverse; }
	.justify-content-md-start { justify-content: flex-start; }
	.justify-content-md-end { justify-content: flex-end; }
	.justify-content-md-center { justify-content: center; }
	.justify-content-md-between { justify-content: space-between; }
	.justify-content-md-around { justify-content:space-around; }
	.justify-content-md-evenly { justify-content: space-evenly; }
	.align-items-md-start { align-items: flex-start; }
	.align-items-md-end { align-items: flex-end; }
	.align-items-md-center { align-items: center; }
	.align-items-md-baseline { align-items: baseline; }
	.align-items-md-stretch { align-items: stretch; }
	.align-self-md-start { align-self: flex-start; }
	.align-self-md-end { align-self: flex-end; }
	.align-self-md-center { align-self: center; }
	.align-self-md-baseline { align-self: baseline; }
	.align-self-md-stretch { align-self: stretch; }
	.flex-md-grow-0 { flex-grow: 0; }
	.flex-md-shrink-0 { flex-shrink: 0; }
	.flex-md-grow-1 { flex-grow: 1; }
	.flex-md-shrink-1 { flex-shrink: 1; }
	.flex-md-nowrap { flex-wrap: nowrap; }
	.flex-md-wrap { flex-wrap:wrap; }
	.flex-md-wrap-reverse { flex-wrap: wrap-reverse; }
	.order-md-1 { order: 1; }
	.order-md-2 { order: 2; }
	.order-md-3 { order: 3; }
	.order-md-4 { order: 4; }
	.order-md-5 { order: 5; }
	.align-content-md-start { align-content: flex-start; }
	.align-content-md-end { align-content: flex-end; }
	.align-content-md-center { align-content: center; }
	.align-content-md-around { align-content: space-around; }
	.align-content-md-stretch { align-content: stretch; }
	.flex-md-item-text { width: 65%; }
	.flex-md-item-half { width: 47%; }
	.flex-md-item-onethird { width: 33%; }
	.flex-md-item-quarter { width: 22%; }
}

/* margin
****************************************************/
	/* margin-top */
	.mt05{ margin-top:5px; }
	.mt10, .mt10ul li{ margin-top:10px; }
	.mt20, .mt20ul li{ margin-top:20px; }
	.mt30, .mt30ul li{ margin-top:30px; }
	.mt50{ margin-top:50px; }
	.mt75{ margin-top:75px; }
	.mt100{ margin-top:100px; }
	.mt150{ margin-top:150px; }
	.mt-50{ margin-top:-50px; }
	/* margin-right */
	.mr05 { margin-right: 5px; }

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

	.tar{ text-align:right; }
	.tac{ text-align:center; }
	.ti1{ text-indent:1em; }
	.ti2, .ti2ul li{ 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:#fa8ca5; }
	.col_2, .col2ul li:before, .col2icon:before{ color:#2eb6a8; }
	.col_3, .col3ul li:before, .col3icon:before{ color:#ffe250; }
	.col_4, .col4ul li:before, .col4icon:before{ color:#ffd2d5; }
	.col_5, .col5ul li:before, .col5icon:before{ color:#fffac8; }
	.col_6, .col6ul li:before, .col6icon:before{ color:#b2b2b2; }
	.col_7, .col7ul li:before, .col7icon:before{ color:#4d4d4d; }
	.col_8, .col8ul li:before, .col8icon:before{ color:#aee7dc; }

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

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

	/* image */
	.bg1img{ background:url(images/bg2.jpg); }

/* 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; }
	.fs13{ font-size:13px; }
	.fs14{ font-size:14px; }
	.fs15{ font-size:15px; }
	.fs16{ font-size:16px; }
	.fs20{ font-size:20px; }
	.fs24{ font-size:24px; }
	.fs36{ font-size: 36px; }

/* font-weiht
****************************************************/
	.fwb { font-weight: bold; }
	.fwn { font-weight: normal; }

/* line-height
****************************************************/
.lh150per { line-height: 150%; }

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

	/* template */
	.btn1tmp{ display:block; font-size:20px; text-align:center; }
	.btn1, .btn1a{ background-color:#fa8ca5; color:#fff; padding:10px 25px 5px; font-size:23px; font-weight:bold; }
	.btn1.--white { background-color: #fff; color: #fa8ca5; border: 3px solid #fa8ca5; }
	.btn2 { display: block; max-width: 300px; width: 100%; margin-inline: auto; padding-block: 0.5em; font-size: 20px; border: 2px solid #000; text-align: center; transition: 0.8s; }
	@media (hover: hover) {
		.btn2:hover { text-decoration: none; }
	}

/* list-style
****************************************************/

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

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

	.bor1{ background:url(images/bor1bg.gif) repeat-x bottom; padding-bottom:10px; }
	.bor2{ background:url(images/bor1bg.gif) repeat-x top; padding-top:10px; }

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

	.br05{ 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{ 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; }

/* headline
****************************************************/

	.hl1, .hl2, .hl3{ background-repeat:no-repeat; background-position:center center; font-size:30px; line-height:100%; padding:36px 0; text-align:center; }
	.hl1{ background-image:url(images/hl1bg.png); }
	.hl2{ background-image:url(images/hl2bg.png); }
	.hl3{ background-image:url(images/hl3bg.png); }
	.hl4, .hl5{ background-repeat:no-repeat; background-position:left bottom; line-height:100%; border-bottom:1px solid; padding:10px 0 10px 50px; }
	.hl4{ background-image:url(images/hl4bg.png); border-color:#fcc5d2; }
	.hl5{ background-image:url(images/hl5bg.png); border-color:#aee7dc; }
	.hl6{ background:url(images/hl4bg.png) no-repeat left center; padding:5px 0 10px 50px; }

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

	.pp1ttl{ background:url(images/pc1300sv.png) repeat-x center center; font-weight:bold; text-align:center; }

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

	header .fr{ line-height:120%; }

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

	/* notice */
	#notice{ height:350px; overflow:auto; margin-top:30px; padding-right:30px; background-color:#fff; }
	#notice li{ margin-top:30px; }
	#notice li:nth-child(1){ margin-top:0; }
	#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:#2eb6a8;
		-webkit-box-shadow: inset 0 0 6px rgba(210,185,123,1);
		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 .sec2{ background:url(images/index2bg.png) no-repeat center center; }
	#index .sec2 .fr h3{
		background-color:#fffac8;
		text-align:center;
		font-weight:normal;
		font-size:19px;
		border-top-left-radius:10px;
		border-top-right-radius:10px;
	}
	#index .sec2 .box1{ background-image:url(images/index2no2.png); }
	#index .sec2 .box2{ background-image:url(images/index2no3.png); }
	/* greeting */
	#greeting .sec2{ border:1px solid #fa8ca5; }
	/* medical */
	#medical .sec1 .box1{ background-image:url(images/medical1no3.png); }
	#medical .sec1 .box2{ background-image:url(images/medical1no4.png); }

	/* index , medical */
	.time__note .time__note__title { background: #fa8ca5; padding: 10px 0; color: #fff; text-align: center; }

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

	/* common */
	#symptom dd a, #symptom2 li a{ text-decoration:none; color:#000000 }
	#symptom dd a:before{ content:"▶"; font-size:14px; margin-right:5px; color:#c63527; }
	#symptom2 li a:before, #symptom3 .back:before{ content:"▶"; font-size:14px; margin-right:5px; color:#4d4d4d; }
	#symptom dd a:hover:before, #symptom2 li a:hover:before, #symptom3 .back:hover:before{ color:#fa8ca5; text-decoration:none; }
	#symptom2 .wrap, #symptom3 .wrap{ background-color:#fff; }
	/* symptom */
	#symptom{ font-size:16px; }
	#symptom dl, #symptom dt, #symptom2 ul, #symptom3 .outline, #disease dt{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
	#symptom dl{ border:1px solid; padding:10px; }
	#symptom dt{ text-align:center; font-weight:bold; padding:5px 0; background-repeat:no-repeat; background-position:center center; background-image:url(images/hl7bg.png); }
	#symptom li:nth-child(odd) dl{ border-color:#ffd2d5; }
	#symptom li:nth-child(odd) dt{ background-color:#ffd2d5; }
	#symptom li:nth-child(odd) dd a:before{ color:#ffd2d5; }
	#symptom li:nth-child(even) dl{ border-color:#ffe250; }
	#symptom li:nth-child(even) dt{ background-color:#ffe250; }
	#symptom li:nth-child(even) dd a:before{ color:#ffe250; }
	#symptom dd{ padding:15px; line-height:150%; }
	#symptom dd a{ display:block; margin-top:1em; text-align:right; }
	/* symptom2 */
	#symptom2 dt{ background:url(images/hl8bg.png) no-repeat center center; text-align:center; padding:10px; font-weight:bold; }
	#symptom2 dd{ margin-top:30px; }
	#symptom2 ul{ border:5px solid #ffe250; }
	/* symptom3 */
	#symptom3 h3{ background:url(images/hl9bg.png) no-repeat center center; text-align:center; padding:10px; font-weight:bold; }
	#symptom3 h4:before{ content:"● "; color:#2eb6a8; }
	#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; border:5px solid #cef1ea; }

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

	#disease h3{ background:url(images/hl9bg.png) no-repeat center center; text-align:center; padding:10px; font-weight:bold; }
	#disease dt{ background:url(images/hl10bg.png) no-repeat left center #d6f3ed; padding:10px 20px 10px 70px; margin-top:40px; font-weight:bold; }
	#disease dd{ padding:20px; }
	#disease li a{
		background-repeat:no-repeat;
		background-position:center center;
		display:block;
		font-size:20px;
		height:250px;
		font-weight:bold;
		text-align:center;
	}
	#disease a:hover{ text-decoration:none; }
	#disease li:nth-child(odd) a{ background-image:url(images/menobyoki1no1.png); }
	#disease li:nth-child(even) a{ background-image:url(images/menobyoki1no2.png); }

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

	#about dt{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
	#about dt{ background:url(images/hl10bg.png) no-repeat left center #d6f3ed; padding:10px 20px 10px 70px; margin-top:40px; font-weight:bold; }
	#about dd{ margin:15px; }

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

	#sitemap li{ margin-top:15px; }
	#sitemap .parent li:before{ content:"●"; color:#2eb6a8; margin-right:.5em; }
	#sitemap .child li:before{ content:"・"; color:#aee7dc;  margin-right:.5em; }
	#sitemap .child a{ text-decoration:underline; }
	#sitemap .child a:hover{ text-decoration:none; }

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

	footer .sec1 .fl, footer .sec1 .fr{ background-color:#fff; }
	footer .sec1 .fr ul{ line-height:150%; }
	address{ font-size:12px; text-align:center; padding:5px 0; color:#fff; background-color:#fa8ca5; }

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

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

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

	/* Default */
	table{ width:100%; border-collapse:collapse; }
	th{ font-weight:normal; text-align:left; }
	table .vam{ vertical-align:middle!important; }
	/* table_1 */
	.tbl1 th, .tbl1 td{ padding:10px 20px; vertical-align:top; border:1px solid #d1d7c6; }
	.tbl1 th{ background-color:#f0fddb; }

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

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

/* google cal
****************************************************/
.cal_wrapper {
 max-width: 1000px;
 min-width: 300px;
 margin: 30px auto;
}

.googlecal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;

}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 768px) {
  /* 画面幅が768px以上の場合の縦横比の指定 */
  .googlecal {
		padding-bottom: 75%;
  }
}

/* banner-area
****************************************************/

.banner-area {
	padding: 15px 0;
	background-color: #fffbd2;
}



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

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

	.w33p, .w33p_ul li{ width:33%; }
		.w50p, .w50p_ul li{ width:50%; }
		.w480{ width:480px; }
		.w740{ width:740px; }

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

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

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

		.pl10{ padding-left:10px; }

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

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

		header{ margin-bottom:15px; }
		header .fl{ margin-top:20px; }
		header .fr{}

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

		.slide{ background:url(images/pc2000mv.jpg) no-repeat center top; height:780px; }

		#slideshow{
			position:relative;
		 width:100%;
			height:540px;
			margin:0 auto;
		}
		#slideshow li{
			position:absolute;
			height:540px;
			margin:0;
			padding:0;
			background-position:center top;
			background-repeat:no-repeat;
			z-index:1;
		}
		#slideshow p{
			position:absolute;
			z-index:2;
			left:15%;
			bottom:20px;
		}

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

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

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

		.pp1ttl{ font-size:20px; line-height:40px; padding:100px 0 105px 50px; }

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

		/* common */
		.section{ padding:70px 0; }
		/* index */
		#index .sec1 .fl{ width:750px; }
		#index .sec2{ height:1154px; }
		#index .sec2 .box1, #index .sec2 .box2{ background-repeat:no-repeat; background-position:left center; background-color:#fff; padding:20px 20px 20px 360px; }
		#index .sec2 .box3{ padding:20px; }
		#index .sec2 .fl h2{ line-height:150%; font-size:24px; }
		#index .sec3 li{ margin-right:40px; margin-top:40px; }
		#index .sec3 li:nth-child(4n){ margin-right:0; }
		#index .sec4{ background:url(images/index4bg.png) no-repeat center center; height:720px; }
		#index .sec4 .wrap{ padding-left:350px; }
		#index .sec4_2{ background:url(images/index4bg4.png) no-repeat center center; height:720px; }
		#index .sec4_2 .wrap{ padding-left:10px; }
		#index .sec6{ background:url(images/index6bg.png) no-repeat center center; height:436px; }
		#index .sec6 li{ margin:68px 20px 0; }
		/* greeting */
		#greeting .sec1{ width:1160px; }
		#greeting .sec1 .fl{ width:530px; margin:50px 0 0 80px; }
		#greeting .sec2{ padding:20px 40px; }
		#greeting .sec2 { background:url(images/greeting2no1.png) no-repeat right 40px top 50px; }
		#greeting .sec2 .box1 li{ padding-left:150px; overflow:hidden; }
		#greeting .sec2 .box1 li span{ display:block; float:left; width:170px; margin-left:-150px; }
		#greeting .sec2 .box1 .prf{ display:block; float:left; width:350px; margin-left:0px; }
		/* medical */
		#medical .sec1 .box1, #medical .sec1 .box2{ background-repeat:no-repeat; background-position:left center; background-color:#d3f4f5; padding:20px 20px 20px 360px; }
		#medical .sec2{ background:url(images/medical2bg.png) repeat-y center top; padding-top:10px; }
		/* guide */
		#guide{ padding:40px 0 90px; }
		#guide .sec1{ background:url(images/guide1bg.png) repeat-y center top; padding:10px 0 60px; }

		#guide .sec2 .fl{ margin-right:50px; }
		#guide .sec2 .box1{ width:300px; height:650px; margin-top:50px; }
		#guide .sec2 .box1 h3{ height:60px; color:#2eb6a8; line-height:120%; text-align:center; }

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

		#symptom2 .wrap, #symptom3 .wrap{ padding:40px; }
		/* symptom */
		#symptom .wrap{ width:1050px; padding-bottom:40px; }
		#symptom li{ width:300px; margin:40px 25px 0px; }
		#symptom dt{ font-size:20px; }
		#symptom dd{ height:130px; }
		/* symptom2 */
		#symptom2 dt, #symptom3 h3{ font-size:26px; }
		#symptom2 dd{ padding:10px; }
		#symptom2 ul{ margin-top:40px; padding:20px 0 40px 100px; overflow:hidden; }
		#symptom2 li{ float:left; width:31%; margin-left:1%; margin-top:20px; }
		/* symptom3 */
		#symptom3 h4{ font-size:20px; margin-top:40px; }
		#symptom3 .des{ margin-top:1em; }
		#symptom3 .back{ margin:0 1em; }
		#symptom3 .outline{ padding:0 30px 30px; }

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

		/* disease */
		#disease h3{ font-size:28px; }
		#disease dl{ padding:40px; }
		#disease ul{ text-align:center; margin-bottom:40px; }
		#disease li{ display:inline-block; margin-top:40px; }
		#disease li{ margin-right:125px; }
		#disease li:nth-child(3n){ margin-right:0; }
		#disease li a{ width:250px; padding-top:115px; line-height:20px; }

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

		#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 .btn1{ display:block; text-align:center; line-height:120%; }
		footer .sec1{ background:url(images/footer1bg.png) no-repeat top center; height:642px; }
		footer .sec1 .fl, footer .sec1 .fr{ width:480px; height:550px; margin-top:60px; }
		footer .sec1 .fl li:first-child{ margin-right:20px; }
		footer .sec1 .fl{ padding:20px; }
		footer .sec1 .fr{ padding:30px; }
		footer .sec2{ font-size:14px; padding:15px; text-align:center; }
		footer .sec2 li{ margin:0 10px; }

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

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

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

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

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

		.tbl1 th{ width:35%; }
}





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

	600px under

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

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

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

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

		.mt75, .mt100{ margin-top:50px; }
		.sp_mt10 { margin-top:10px; }
	.mb10{ margin-bottom:10px; }

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

		.p20no40{ padding:10px 20px; }

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

		ol{ margin-left:30px; }

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

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

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

		header{ text-align:center; }
		header .fr p{ margin-top:20px; }

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

		.slide{
			background:url(images/sp800mv.jpg) no-repeat center top;
			-moz-background-size:100% auto;
			background-size:100% auto;
			padding-top:80%;
			margin-top:20px;
		}
		#slideshow{
			position:relative;
			width:100%;
			padding-top:80%;
			margin-top:10px;
		}
		#slideshow li{
			position:absolute;
			width:100%;
			-moz-background-size:100% auto;
			background-size:100% auto;
			height:0;
			margin-top:-80%;
			padding-top:80%;
			background-position:center top;
			background-repeat:no-repeat;
		}
		#slideshow p{
			position:absolute;
			z-index:2;
			bottom:10px;
		}

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

		nav{ text-align:center; letter-spacing: -0.4em; }
		nav .wrap{ padding:0 0 0 0; }
		nav li{
			display:inline-table;
			background-color:#ffe8ea;
			width:31%;
			margin:5px 1% 0 1%;
			vertical-align:top;
			letter-spacing:normal;
			line-height:20px;
			font-size:12px;
			font-weight:bold;
			border-radius:10px;
			-webkit-border-radius:10px; /* Safari,Google Chrome */
			-moz-border-radius:10px;	/* Firefox */
		}
		nav li a{
			height:50px;
			display:table-cell;
			vertical-align:middle;
			color:#4d4d4d;
			text-align:center;

			border:3px solid #ffd2d5;
		/** border:3px solid #ffd2d5; **/
			border-radius:10px;
			-webkit-border-radius:10px; /* Safari,Google Chrome */
			-moz-border-radius:10px;	/* Firefox */
		}
		nav li a:hover{ background:url(images/nav_on.png) no-repeat center; background-position-y: 80%; text-decoration:none; }

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

		.pp1ttl{ margin-top:20px; padding:15px 0; background-size:cover; }
		.pp1ttl h2{ color:#4d4d4d; }

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

		/* common */
		.section{ padding-top:30px; padding-bottom:30px; }
		.sec1com{ background-color:#fff9da; }
		/* notice */
		#notice{ margin-top:10px; padding-right:0px;}
		/* index */
		#index .sec2{
			-moz-background-size:auto 100%;
			background-size:auto 100%;
			margin-top:20px;
			padding:20px 0 20px;
		}
		#index .sec2 .fr{ margin-top:30px; }
		#index .sec2 .fr h3{ padding:5px 10px; }
		#index .sec2 .box1, #index .sec2 .box2{
			background-repeat:no-repeat;
			background-position:top lef;
			background-color:#fff;
			-moz-background-size:100% auto;
			background-size:100% auto;
			padding:32% 10px 10px 10px;
		}

		#index .sec2 .box3{ padding:20px 10px; }
		#index .sec2 .fl h2{ line-height:150%; font-size:20px;}
		#index .sec3 li{ text-align:center; margin:20px; }
		#index .sec4{
			background:url(images/index4no1.png) no-repeat center bottom #ffe8ea;
			-moz-background-size:60% auto;
			background-size:60% auto;
			padding-bottom:93%;
		}
		#index .sec4_2{
			background:url(images/index4no1_2.png) no-repeat center bottom #ffe8ea;
			-moz-background-size:60% auto;
			background-size:60% auto;
			padding-bottom:93%;
		}
		#index .sec4 .tar{ margin:20px; }
		#index .sec4_2 .tar{ margin:20px; }
		#index .sec6{
			background:url(images/index6bg.png) no-repeat center center;
			-moz-background-size:auto 100%;
			background-size:auto 100%;
			padding:40px 0;
		}
		/* greeting */
		#greeting .sec1 .fl{ margin-top:30px; }
		#greeting .sec2 .box1 .prf{ margin-left:20px; }
		#greeting .sec2 li{ margin-top:10px; }
		#greeting .sec2{ padding:15px 10px; }


		/* medical */
		/** #medical .sec1 .box1, #medical .sec1 .box2{ background-repeat:no-repeat; background-position:top left; background-color:#d3f4f5; padding:120px 10px 10px 10px; }  **/
		#medical .sec1 .box1, #medical .sec1 .box2{
			background-repeat:no-repeat;
			background-position:top lef;
			background-color:#d3f4f5;
			-moz-background-size:100% auto;
			background-size:100% auto;
			padding:32% 10px 10px 10px;
		}
		/* guide */

		#guide .sec2{ padding-bottom:100px; }
		#guide .sec2 .box1{ margin-top:100px; }
		#guide .sec2 .box1 h3{ color:#2eb6a8; text-align:center; }

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

		#symptom2 .wrap, #symptom3 .wrap{ padding:20px; }
		/* symptom */
		#symptom ul{ margin-bottom:20px; }
		#symptom li{ margin-top:30px; }
		#symptom dd{}
		/* symptom2 */
#symptom2 dt{
background: url('images/hl8bg.png') center center no-repeat;
background-size: contain;
text-align:center;
font-weight:bold;
}
	#symptom2 dd{ margin-top:1em; }
		#symptom2 ul{ margin-top:30px; padding:10px 0 20px 15px; }
		#symptom2 li{ margin-top:10px; }
		/* symptom3 */
	#symptom3 h3{ background:url(images/hl9bg.png) no-repeat center center; text-align:center; font-weight:bold; background-size: contain; }
		#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 h3{ background:url(images/hl9bg.png) no-repeat center center; text-align:center; font-weight:bold; background-size: contain; }
		#disease dl{ padding:20px; }
		#disease ul{ margin-top:30px; padding:0 0 20px; }
		#disease li{ margin-top:20px; }
		#disease li a{ padding-top:115px; line-height:20px; }

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

		footer .sec1{
			background:url(images/footer1bg.png) no-repeat top center;
			-moz-background-size:auto 100%;
			background-size:auto 100%;
			padding-bottom:30px;
		}
		footer .sec1 .fl, footer .sec1 .fr{ padding:15px; margin-top:50px; }
		footer .sec2{ padding: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; }

}