@charset "UTF-8";

/* ==========================================================
 【 共通Header css - レスポンシブ - 】

 レスポンシブの共通ヘッダーcssを記述

 ========================================================== */

/* ----------------------------------------
	Over Write Base Setting
---------------------------------------- */

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	body {
		min-width: 0;
	}
	.container {
		width: auto;
		padding-right: 4.6875%;
		padding-left: 4.6875%;
	}
}


/* ----------------------------------------
	header
---------------------------------------- */
.header {
	width: 100%;
	border-bottom: 3px solid #ddd;
	background: #fff;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.header {
		position: fixed;
		z-index: 999;
	}
}

/* container */
.header .container {
	padding-top: 15px;
	padding-bottom: 12px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.header .container {
		padding-top: 10px;
		padding-bottom: 8px;
	}
}

/* header_logo
---------------------------------------- */
.header_logo {
	float: left;
	width: 294px;
	padding: 16px 0;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.header_logo {
		width: 179px;
		padding: 4px 0;
	}
}

/* a */
.header_logo a {
	display: block;
}

/* header_menus
---------------------------------------- */
.header_menus {
	float: right;
	overflow: hidden;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.header_menus {
		display: none;
	}
}

/* header_fonts
---------------------------------------- */
.header_fonts {
	float: right;
	width: 100%;
	text-align: right;
	margin-bottom: 14px;
	overflow: hidden;
}

/* item_inner */
.header_fonts .item_inner {
	float: right;
}

/* common setting */
.header_fonts .item_text,
.header_fonts .item_fonts {
	float: left;
	overflow: hidden;
}

/* item_text */
.header_fonts .item_text {
	line-height: 24px;
	font-size: .82em;
}

/* item_fonts */
.header_fonts .item_fonts {
	margin-left: 2px;
	overflow: hidden;
}
.header_fonts .item_fonts .item_font {
	float: left;
	width: 24px;
	height: 0;
	padding-top: 24px;
	margin-left: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}

/* skin(current) */
.header_fonts .item_fonts .skin_item_current {
	background-position: 0 100%;
}

/* skin(image) */
.header_fonts .item_fonts .skin_item_small {
	background-image: url(../img/pc/header/btn_small_sprite.png);
}
.header_fonts .item_fonts .skin_item_medium {
	background-image: url(../img/pc/header/btn_medium_sprite.png);
}
.header_fonts .item_fonts .skin_item_large {
	background-image: url(../img/pc/header/btn_big_sprite.png);
}

/* header_menu_sp
---------------------------------------- */
.header_menu_sp {
	display: none;
	float: right;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.header_menu_sp {
		display: block;
		width: 29px;
		height: 0;
		padding-top: 39px;
		background: url(../img/sp/header/btn_menu.png) 0 50% no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		overflow: hidden;
	}
}

/* ----------------------------------------
	hnav
---------------------------------------- */
.hnav {
	float: right;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.hnav {
		display: none;
	}
}

/* gnav_lists
---------------------------------------- */
.hnav_lists {
	font-size: .82em;
	overflow: hidden;
}

/* item_list */
.hnav_lists .item_list {
	float: left;
	margin-left: 12px;
}
.hnav_lists .item_list:before {
	content: "/";
	display: inline-block;
	color: #cbcbcb;
	margin-right: 10px;
}
.hnav_lists .item_list:first-child:before {
	display: none;
}

/* a */
.hnav_lists .item_list a:hover {
	color: #80c6db;
	text-decoration: none;
}


/* ----------------------------------------
	gnav
---------------------------------------- */
.gnav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (mix-width: 739px) {
	.gnav {
		display: block!important;
	}
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav {
		position: fixed;
		top: 57px;
		left: 0;
		right: 0;
		bottom: 0;
		display: none;
		width: 100%;
		overflow-y: scroll;
	}
	.gnav_inner {
		padding: 1.5625%;
		background-color: #d7d7d7;
	}
}

/* container */
.gnav .container {
	padding-top: 0;
	padding-bottom: 16px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav .container {
		padding: 0;
	}
}

/* gnav_lists
---------------------------------------- */
.gnav_lists {
	line-height: 2.2;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_lists {
		background-color: #fff;
	}
}

/* item_list */
.gnav_lists .item_list {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.gnav_lists .item_list a {
	display: block;
}
.gnav_lists .item_list > a {
	border-right: 1px solid #c6c6c6;
}
.gnav_lists .item_list:first-child > a {
	border-left: 1px solid #c6c6c6;
}
.gnav_lists .item_list:hover > a {
	color: #80c6db;
	text-decoration: none;
}
.gnav_lists .item_list span {
/* 	display: block; */
}
.gnav_lists .item_list span:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../img/pc/header/icon_link_sprite.png) 0 0 no-repeat;
	margin-left: 3px;
}
.gnav_lists .item_list:hover span:after {
	background-position: 0 100%;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_lists .item_list {
		float: none;
		border-top: 1px solid #d7d7d7;
		text-align: left;
	}
	.gnav_lists .item_list a {
		padding: 1.5625% 7.258064516%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: url(../img/sp/header/arrow_menu_pink_l.png) 94.35483871% 50% no-repeat;
		-webkit-background-size: 18px 18px;
		background-size: 18px 18px;
	}
	.gnav_lists .item_list > a {
		border-right: 0;
		font-size: 1.07em;
	}
	.gnav_lists .item_list:hover > a {
		color: #000;
		text-decoration: none;
	}
	.gnav_lists .item_list:hover > a:after {
		background-position: 0 100%;
	}
	.gnav_lists .item_list:hover span:after {
	background-position: 0 0;
}
}

/* items */
.gnav_lists .item_01 {
	width: 260px;
}
.gnav_lists .item_02 {
	width: 230px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_lists .item_01,
	.gnav_lists .item_02 {
		position: relative;
		width: auto;
		padding: 3.225806451% 1.612903225% 1.612903225% 3.225806451%;
		border: 0;
	}
	.gnav_lists .item_02 {
		padding: 1.612903225% 1.612903225% 3.225806451% 3.225806451%;
	}
	.gnav_lists .item_01 a,
	.gnav_lists .item_02 a {
		position: relative;
		border: 1px solid #c6c6c6;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #f1f1f1 url(../img/sp/header/bg_menu_patient.png) 100% 0 no-repeat;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.gnav_lists .item_02 a {
		background-image: url(../img/sp/header/bg_menu_medicalexpert.png);
	}
	.gnav_lists .item_01 a:before,
	.gnav_lists .item_02 a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		border-left: 4px solid #e975ba;
		height: 40px;
		margin-top: -20px;
	}
	.gnav_lists .item_01 a:after,
	.gnav_lists .item_02 a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 16px;
		height: 16px;
		background: url(../img/sp/header/arrow_menu_pink_s.png) 100% 50% no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin-top: -8px;
	}
}

.gnav_lists .item_03 {
	width: 210px;
}
.gnav_lists .item_04 {
	width: 150px;
	letter-spacing: .05em;
}
.gnav_lists .item_05 {
	width: 150px;
	letter-spacing: .1em;
}
.gnav_lists .item_06 {
	display: none;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_lists .item_03 {
		width: auto;
	}
	.gnav_lists .item_04 {
		width: auto;
		letter-spacing: .05em;
	}
	.gnav_lists .item_05 {
		width: auto;
		letter-spacing: .1em;
	}
	.gnav_lists .item_06 {
		display: block;
		width: auto;
		color: #e975ba;
		letter-spacing: .1em;
	}
	.gnav_lists .item_list.skin_has_sublist > a {
		background-image: url(../img/sp/header/icon_plus.png);
	}
}

/* gnav_sublists
---------------------------------------- */
.gnav_sublists {
	position: absolute;
	width: 210px;
	border-top: 2px solid #008bb6;
	text-align: left;
	font-size: .94em;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 1px rgba( 155,155,155,0.3);
	-moz-box-shadow: 0 2px 1px rgba( 155,155,155,0.3);
	box-shadow: 0 2px 2px 1px rgba( 155,155,155,0.3);
}
@media screen and (min-width: 739px) {
	.gnav_sublists {
		height: 0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		opacity: 0;
		overflow: hidden;
	}
	.item_list.skin_has_sublist:hover .gnav_sublists {
		height: auto;
		opacity: 1.0;
	}
	.gnav_sublists .item_sublist {
		height: 0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		opacity: 0;
		overflow: hidden;
	}
	.item_list.skin_has_sublist:hover .gnav_sublists .item_sublist {
		height: 40px;
		line-height: 40px;
		opacity: 1.0;
	}
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_sublists {
		display: none;
		position: static;
		width: auto;
		border-top: 1px solid #d7d7d7;
		text-align: left;
		font-size: 1.0em;
		background-color: #fff;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
@media print {
	.gnav_sublists {
		display: none;
	}
}

/* item_sublist */
.gnav_sublists .item_sublist {
	border: 1px solid #bbb;
	border-top: 0;
}
.gnav_sublists .item_sublist a {
	padding: 2px 2px 2px 18px;
}
.gnav_sublists .item_sublist a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/pc/header/nav_arrow_sprite.png) 0 0 no-repeat;
	margin-right: 5px;
}
.gnav_sublists .item_sublist:hover a {
	color: #595757;
	text-decoration: none;
}
.gnav_sublists .item_sublist:hover a:before {
	background-position: 0 100%;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_sublists .item_sublist {
		border: 0;
		border-top: 2px solid #fff;
		background-color: #ededed;
	}
	.gnav_sublists .item_sublist:first-child {
		border: 0;
	}
	.gnav_sublists .item_sublist a {
		padding: 0.806451612% 7.258064516% 0.806451612% 14.516129032%;
		background-image: url(../img/sp/header/arrow_menu_blue.png);
	}
	.gnav_sublists .item_sublist a:before {
		display: none;
	}
}
