@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div, p { max-height: 999999px; }
html, body {
	height: 100%;
}
body.open {
	overflow: hidden;
}
#wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}

a { text-decoration: none; }

html, body, #wrapper {
	min-width: 1000px;
}
#wrapper {
	padding-bottom: 190px;
}
a > img,
a.over {
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
a:hover > img,
a.over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#mainCont {
	width: 1000px;
	margin: 0 auto;
}
#mainCont:after {
	content: "";
	display: block;
	clear: both;
}
#leftCont {
	float: left;
	width: 680px;
}
#rightCont {
	width: 250px;
	float: right;
}
.home #rightCont {
	padding-bottom: 28px;
}
.sp {
	display: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
	html, body, #wrapper {
		width: 100%;
		min-width: initial;
	}
	#mainCont {
		width: 100%;
	}
	#leftCont {
		float: none;
		width: 100%;
	}
	#rightCont {
		width: 100%;
		float: none;
	}
}


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

	html, body, #wrapper {
		width: 100%;
		min-width: initial;
	}
	#mainCont {
		width: 100%;
	}
	#leftCont {
		float: none;
		width: 100%;
	}
	#rightCont {
		width: 100%;
		float: none;
	}
	.home #rightCont {
		padding-bottom: 0;
	}
	.pc {
		display: none;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#headCont {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#headCont h1 {
	width: 381px;
	margin: 0 auto;
}
#headCont h1 a {
	height: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-top: 100px;
	background: url(../images/logo_head.gif) no-repeat center center;
}


#forDoctor, #forFamily {
	height: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#forDoctor a,
#forFamily a {
	height: 0;
	width: 90px;
	display: block;
	overflow: hidden;
	padding-top: 90px;
	position: absolute;
	top: 50px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#forDoctor a {
	left: 294px;
	background: url(../images/head_icon_doctor.gif) no-repeat center top;
}
#forFamily a {
	right: 294px;
	background: url(../images/head_icon_family.gif) no-repeat center top;
}

#headSns {
	position: absolute;
	top: 79px;
	right: 29px;
}
#headSns:after {
	content: "";
	display: block;
	clear: both;
}
#headSns li {
	float: left;
	margin-left: 9px;
}
#headSns li a {
	display: block;
	width: 35px;
	height: 0;
	padding-top: 35px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
}
#sns_fb a { background-image: url(../images/head_icon_fb.png); }
#sns_tw a { background-image: url(../images/head_icon_tw.gif); }

#hdrInfoBtns {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#hdrInfoBtns ol {
	position: relative;
}
#hdrInfoBtns ol li {
	position: absolute;
	top: 49px;
}
#hdrInfoBtns ol li.care {
	left: 294px;
}
#hdrInfoBtns ol li.comm {
	right: 294px;
}
#hdrInfoBtns ol li a {
	display: block;
	width: 90px;
	height: 90px;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#hdrInfoBtns ol li.care a {
	background-image: url(../images/btn_hdr_care.png)
}
#hdrInfoBtns ol li.comm a {
	background-image: url(../images/btn_hdr_comm.png)
}
#hdrInfoBtns ol li a span {
	display: none;
}
nav ol.preHeadNav {
	display: none;
}
#headNav {
	width: 100%;
	height: 40px;
	text-align: center;
}
#headNav ul {
	display: inline-block;
	background: url(../images/border_nav.gif) no-repeat left center;
}
#headNav ul:after {
	content: "";
	display: block;
	clear: both;
}
#headNav li {
	float: left;
	height: 36px;
	padding-right: 1px;
	background: url(../images/border_nav.gif) no-repeat right center;
}
#headNav li:first-child {
	padding-left: 1px;
}
#headNav li > * {
	display: block;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
	border-color: #abe144;
	background-repeat: no-repeat;
	background-position: center center;
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
#headNav .current a,
#headNav a:hover {
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
#headNav01 > * {
	background-image: url(../images/head_nav01.gif);
	width: 90px;
}
#headNav02 > * {
	background-image: url(../images/head_nav02.gif);
	width: 111px;
}
#headNav03 > * {
	background-image: url(../images/head_nav03.gif);
	width: 297px;
}
#headNav04 > * {
	background-image: url(../images/head_nav04.gif);
	width: 165px;
}

#spMenu {
	display: none;
}


@media (min-width: 768px) {
	#headCont > nav {
		text-align: center;
	}
	#headCont > nav #headNav {
		width: auto;
		vertical-align: top;
		display: inline-block;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	#headCont {
		width: 100%;
		min-width: 100%;
	}
	.home #headCont div.inner {
		display: none;
	}
	#headCont h1 {
		height: 100px;
	}
	#headCont h1 a {
		padding-top: 100px;
		background-size: contain;
	}

	#headSns {
		position: absolute;
		top: 18px;
		left: 18px;
	}
	#headSns li {
		display: inline-block;
		margin-right: 4px;
		margin-left: 0;
		width: 30px;
	}
	#headSns li a {
		display: block;
		width: 30px;
		height: 30px;
		overflow: hidden;
		color: transparent;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 30px;
		padding: 0;
	}

	#hdrInfoBtns {
		display: none;
	}

	#headCont > nav {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		background: rgba(255,255,255,0);
	}
	nav ol.preHeadNav {
		width: 30%;
		display: block;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	nav ol.preHeadNav li {
		display: block;
		width: 50%;
		float: left;
		vertical-align: top;
	}
	nav ol.preHeadNav li a {
		display: block;
		width: 100%;
		padding-bottom: 80%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 69px;
	}
	nav ol.preHeadNav li a span {
		display: none;
	}
	nav ol.preHeadNav li.care a {
		background-color: #f8b62d;
		background-image: url(../images/label_pre_head_nav_care.png);
	}
	nav ol.preHeadNav li.comm a {
		background-color: #fb8316;
		background-image: url(../images/label_pre_head_nav_comm.png);
	}

	#headNav {
		height: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 40% 20px 0;
		font-size: 12px;
		font-weight: bold;
		line-height: 16px;
		background: #ffd539;
		overflow: auto;
	}
	.open #headCont > nav {
		left: 0;
		padding-left: 70%;
		background: rgba(255,255,255,0.7);
	}

	#headNav li {
		float: none;
		height: auto;
		padding-right: 0;
		background: none;
		border-bottom: 1px dotted #000000;
	}
	#headNav li:first-child {
		padding-left: 0;
	}
	#headNav01 > * ,
	#headNav02 > * ,
	#headNav03 > * ,
	#headNav04 > * ,
	#headNav05 > * ,
	#headNav06 > * ,
	#headNav07 > * ,
	#headNav08 > * ,
	#headNav09 > * {
		background: none;
		width: auto;
	}
	#headNav a,
	#headNav span {
		color: #000000;
		display: block;
		padding: 18px 0;
	}
	#headNav .current a, #headNav a:hover {
		border-bottom: none;
	}
	#headNav li > * {
		height: auto;
	}

	#spMenu {
		display: block;
		position: fixed;
		z-index: 200;
		top: 18px;
		left: 100%;
		width: 0;
		height: 45px;
		transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
	}
	#spMenu a {
		height: 0;
		width: 45px;
		display: block;
		overflow: hidden;
		padding-top: 45px;
		position: absolute;
		top: 0;
		left: -59px;
		background: url(../images/icon_sp_menu.gif) no-repeat left top;
		background-size: auto 100%;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		transition-property: transform, left;
		-moz-transition-property: transform, left;
		-webkit-transition-property: transform, left;
	}
	.open #spMenu {
		left: calc(70% - 55px);
		right: auto;
	}
	.open #spMenu a {
		left: auto;
		left: 0;
		transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		background-position: right top;
	}
}


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

	#headCont {
		width: 100%;
		padding: 9px 20px 5px;
		box-sizing: border-box;
	}

	#headCont h1 {
		width: 230px;
		height: 14px;
		margin: 0;
		padding: 9px 0 13px;
	}
	#headCont h1 a {
		padding-top: 14px;
		background-size: 100%;
		/*background-image: url(../images/icon_sp_head.gif);*/
	}
	.home #headCont h1 {
		/*display: none;*/
	}

	#headSns {
		/*display: none;*/
		position: absolute;
		top: 18px;
		left: 18px;
	}
	#headSns li {
		display: inline-block;
		margin-right: 2px;
		margin-left: 0;
		width: 30px;
	}
	#headSns li a {
		display: block;
		width: 30px;
		height: 30px;
		overflow: hidden;
		color: transparent;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 30px;
		padding: 0;
	}

	#hdrInfoBtns {
		display: none;
	}
	#headCont > nav {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		background: rgba(255,255,255,0);
	}
	nav ol.preHeadNav {
		display: table;
		width: 100%;
	}
	nav ol.preHeadNav li {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}
	nav ol.preHeadNav li a {
		display: block;
		width: 100%;
		padding-bottom: 80%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 69px;
	}
	nav ol.preHeadNav li a span {
		display: none;
	}
	nav ol.preHeadNav li.care a {
		background-color: #f8b62d;
		background-image: url(../images/label_pre_head_nav_care.png);
	}
	nav ol.preHeadNav li.comm a {
		background-color: #fb8316;
		background-image: url(../images/label_pre_head_nav_comm.png);
	}

	#headNav {
		height: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		font-size: 12px;
		font-weight: bold;
		line-height: 16px;
		background: #c1e47d;
		overflow: auto;
	}
	.open #headCont > nav {
		left: 0;
		padding-left: 75px;
		background: rgba(255,255,255,0.7);
	}

	#headNav li {
		float: none;
		height: auto;
		padding-right: 0;
		background: none;
		border-bottom: 1px dotted #000000;
	}
	#headNav li:first-child {
		padding-left: 0;
	}
	#headNav01 > * ,
	#headNav02 > * ,
	#headNav03 > * ,
	#headNav04 > * ,
	#headNav05 > * ,
	#headNav06 > * ,
	#headNav07 > * ,
	#headNav08 > * ,
	#headNav09 > * {
		background: none;
		width: auto;
	}

	#headNav a,
	#headNav span {
		color: #000000;
		display: block;
		padding: 18px 0;
	}
	#headNav .current a, #headNav a:hover {
		border-bottom: none;
	}
	#headNav li > * {
		height: auto;
	}

	#spMenu {
		display: block;
		position: fixed;
		z-index: 200;
		top: 2px;
		left: 100%;
		width: 0;
		height: 45px;
		transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
	}
	#spMenu a {
		height: 0;
		width: 45px;
		display: block;
		overflow: hidden;
		padding-top: 45px;
		position: absolute;
		top: 0;
		left: -45px;
		background: url(../images/icon_sp_menu.gif) no-repeat left top;
		background-size: auto 100%;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		transition-property: transform, left;
		-moz-transition-property: transform, left;
		-webkit-transition-property: transform, left;
	}
	.open #spMenu {
		left: 14px;
		right: auto;
	}
	.open #spMenu a {
		left: auto;
		left: 0;
		transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		background-position: right top;
	}

}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footCont {
	width: 100%;
	background: #c1e47d;
	height: 190px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#footNav {
	font-size: 0;
	text-align: center;
	color: #000000;
	padding: 31px 0 17px;
}
#footNav:before {
	content: "｜";
	font-size: 12px;
	vertical-align: middle;
}
#footNav li {
	display: inline-block;
	*display: inline;
	_display: inline;
	*zoom: 1;
	_zoom: 1;
	vertical-align: middle;
	font-size: 12px;
}
#footNav li:after {
	content: "｜";
}
#footNav li a {
	color: #000000;
}
#footNav li a:hover {
	text-decoration: underline;
}

#footSns {
	display: none;
}

#footLogo {
	padding-top: 62px;
	padding-bottom: 52px;
}
#footLogo a {
	display: block;
	width: 381px;
	height: 0;
	overflow: hidden;
	padding-top: 23px;
	margin: 0 auto;
	background: url(../images/logo_foot.gif) no-repeat center top;
}

#copyRight {
	margin-top: 11px;
	font-size: 12px;
	text-align: center;
}

#gotop {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#gotop a {
	width: 57px;
	height: 0;
	padding-top: 64px;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: 0;
	right: -7px;
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	background: url(../images/foot_icon_gotop.gif) no-repeat center center;
}
#gotop a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: alpha(opacity=60);
}


@media (min-width: 768px) and (max-width: 1200px) {

	#footNav {
		display: none;
	}
	#footSns {
		display: block;
		font-size: 0;
		text-align: center;
		padding: 23px 0 11px;
	}
	#footSns li {
		display: inline-block;
		vertical-align: middle;
	}
	#footSns li a {
		width: 41px;
		height: 41px;
		margin: 0 4px;
		display: block;
		overflow: hidden;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		background: no-repeat center center #000000;
		background-size: 100%;
	}
	#footSns li#foot_sns_line a {
		border-radius: 0;
		background-color: transparent;
	}
	#footSns #foot_sns_fb a {
		background-image: url(../images/foot_icon_fb.png);
	}
	#footSns #foot_sns_tw a {
		background-image: url(../images/foot_icon_tw.gif);
	}

	/*#footLogo a {
		width: 130px;
		padding-top: 130px;
		background-image: url(../images/sp_logo_foot.gif);
		background-size: 100% auto;
	}*/
}


@media screen and (max-width: 767px){
	#wrapper {
		padding-bottom: 110px;
	}
	#footCont {
		height: 110px;
	}
	#footNav {
		display: none;
	}

	#footSns {
		display: block;
		font-size: 0;
		text-align: center;
		padding: 23px 0 11px;
	}
	#footSns li {
		display: inline-block;
		vertical-align: middle;
	}
	#footSns li a {
		width: 41px;
		height: 41px;
		margin: 0 4px;
		display: block;
		overflow: hidden;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		background: no-repeat center center #000000;
		background-size: 100%;
	}
	#footSns li#foot_sns_line a {
		border-radius: 0;
		background-color: transparent;
	}
	#footSns #foot_sns_fb a {
		background-image: url(../images/foot_icon_fb.png);
	}
	#footSns #foot_sns_tw a {
		background-image: url(../images/foot_icon_tw.gif);
	}

	#footLogo {
		padding: 30px 0 20px;
	}
	#footLogo a {
		width: 238px;
		padding-top: 15px;
		background-size: 100% auto;
	}

	#copyRight {
		font-size: 10px;
		padding-bottom: 17px;
	}
	#copyRight span {
		display: none;
	}

	#gotop {
		display: none;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
clearfix
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
