@charset "utf-8";
/*---------------------------------------------
 wrap
---------------------------------------------*/
#wrap{ position: relative; height: auto !important; height: 100%; min-height: 100%;}
@media screen and (min-width: 768px) {
	#wrap{ min-width: 1100px; }
}
/*---------------------------------------------
 header
---------------------------------------------*/
header {
	background-color: #fff;
	width: 100%;
}
#top header {
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
footer > .gline,
header > hr {
	background: #b97518;
	background: -moz-linear-gradient(left, #b97518 0%, #fec00b 100%);
	background: -webkit-linear-gradient(left, #b97518 0%,#fec00b 100%);
	background: linear-gradient(to right, #b97518 0%,#fec00b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b97518', endColorstr='#fec00b',GradientType=1 );
	border: none;
	width: 100%;
	height: 2px;
	margin: 0;
	position: relative;
	z-index: 101;
}
footer > .gline{
	z-index: inherit;
}
header .inner {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	position: relative;
	z-index: 101;
}
#top header .inner {
	background: none;
	justify-content: flex-end;
}
header .logo {
	height: 40px;
	position: relative;
	z-index: 110;
}
#top header .logo {
	display: none;
}
header .logo img {
	width: auto;
	height: 40px;
	vertical-align: top;
}
header .sizeSearch {
	display: flex;
	align-items: center;
}
header .sizeSearch .sizeBox {
	color: #8d002e;
	display: flex;
	align-items: center;
}
header .sizeSearch .sizeBox a {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: block;
	margin-left: 8px;
	padding: 1px;
	text-decoration: none !important;
}
header .sizeSearch .sizeBox a span {
	background-color: #8d002e;
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-right: 5px;
	width: 26px;
	height: 26px;
}
header .sizeSearch .sizeBox .large span {
	font-size: 20px;
}
header .sizeSearch .searchBox {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-left: 24px;
	padding: 1px;
	width: 216px;
}
header .sizeSearch .searchBox form {
	display: flex;
}
header .sizeSearch .searchBox form input[type=text] {
	border: none;
	width: 185px;
	height: 26px;
}
header .sizeSearch .searchBox form input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #8d002e url(/common/images/icn_search.png) no-repeat center center / 18px auto;
	border: none;
	border-radius: 0 5px 5px 0;
	display: block;
	width: 26px;
	height: 26px;
	margin-left: 1px;
}

/* ---- PC only  ----*/
@media screen and (min-width: 768px) {
#spGnav {
	display: none !important;
}
#gnav {
	background: #8d002e;
	width: 100%;
	min-width: 1100px;
	height: 50px;
	position: relative;
	z-index: 99;
}
#gnav > ul {
	display: flex;
	width: 1080px;
	margin: 0 auto;
}
#gnav > ul > li {
	width: calc(100% / 6);
	padding-left: 1px;
	position: relative;
}
.large #gnav > ul > li {
	flex-grow: 1;
	width: calc((100% - 200px) / 6);
}
.large #gnav > ul > li:nth-of-type(4) {
	flex-grow: 2;
}
#gnav > ul > li:last-child {
	padding-right: 1px;
}
#gnav > ul > li:last-child:after,
#gnav > ul > li:before {
	background-color: #fff;
	content: "";
	display: block;
	width: 1px;
	height: 34px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
}
#gnav > ul > li:before {
	left: 0;
}
#gnav > ul > li:last-child:after {
	right: 0;
}
#gnav > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	width: 100%;
	height: 50px;
	text-decoration: none !important;
	transition: background-color 0.3s ease;
}
#gnav > ul > li > a:hover{
	background: rgba(255, 255, 255, 0.2);
}
#hospital_search #gnav > ul > li:nth-child(6) > a,
#events #gnav > ul > li:nth-child(5) > a,
#specialist #gnav > ul > li:nth-child(4) > a,
#surgery #gnav > ul > li:nth-child(3) > a,
#disease #gnav > ul > li:nth-child(2) > a,
#function #gnav > ul > li:nth-child(1) > a,
#gnav > ul > li > a.cur, #gnav > ul > li > a:hover{
	background: rgba(255, 255, 255, 0.2);
}
#gnav .megaDrop {
	background-color: #fff;
	border: 4px solid #a7284a;
	display: none;
	position: absolute;
	width: 1080px;
	left: 50%;
	top: 100%;
	margin-left: -540px;
}
#gnav .megaDrop > .mega {
	display: none;
	padding: 32px;
}
#gnav .megaDrop > .mega > .cateTop {
	font-size: 112.5%;
	line-height: 1.2;
	margin-bottom: 24px;
}
#gnav .megaDrop > .mega > .cateTop a {
	color: #444;
	display: inline-block;
	position: relative;
	padding-right: 24px;
	text-decoration: none;
}
#gnav .megaDrop > .mega > .cateTop a:hover {
	text-decoration: underline;
}
#gnav .megaDrop .mega ul li {
	border-bottom: 1px solid #ccc;
	height: 56px;
}
#gnav .megaDrop .mega ul li a {
	display: flex;
	align-items: center;
	color: #444;
	height: 52px;
	padding: 0 22px 0 8px;
	position: relative;
	text-decoration: none;
	line-height: 1.5;
}
#gnav .megaDrop .mega ul li a:hover {
	text-decoration: underline;
}
#gnav .megaDrop > .mega > .cateTop a:after,
#gnav .megaDrop .mega ul li a:after {
	background: url(/common/images/icn_arrow_red.png) no-repeat 0 0 / 6px auto;
	content: "";
	display: block;
	width: 6px;
	height: 12px;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -6px;
}
#gnav .megaDrop > .mega > .cateTop a:after {
	right: 0;
}

}

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

.sizeSearch,
#gnav {
	display: none !important;
}

header .inner {
	padding: 8px;
}
#top header .inner {
	justify-content: flex-start;
}
header .logo {
	height: 32px;
}
#top header.opened .logo {
	display: block;
}
header .logo img {
	height: 32px;
}
header .menuBtn {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 110;
}
header .menuBtn:after,
header .menuBtn:before,
header .menuBtn span:after,
header .menuBtn span:before,
header .menuBtn span {
	background-color: #8d002e;
	content: "";
	display: block;
	width: 32px;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease;
}
header .menuBtn:after,
header .menuBtn:before {
	visibility: hidden;
}
header .menuBtn span:before {
	transform: translateY(-10px);
}
header .menuBtn span:after {
	transform: translateY(10px);
}
header .menuBtn.opened span:after,
header .menuBtn.opened span:before,
header .menuBtn.opened span {
	opacity: 0;
}
header .menuBtn.opened:before {
	transform: rotate(-45deg);
	visibility: visible;
}
header .menuBtn.opened:after {
	transform: rotate(45deg);
	visibility: visible;
}

#spGnav {
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 50px;
	z-index: 100;
}
#spGnav ul li {
	border-top: 1px solid #ddd;
}
#spGnav ul li a {
	display: block;
	padding: 8px 22px 8px 8px;
	position: relative;
	text-decoration: none;
}
#spGnav ul li a.opened{
	font-weight: bold;
}

#spGnav ul li ul li{
	padding: 0 8px;
}
#spGnav ul li ul li a {
	padding-left: 16px;
}
#spGnav ul li ul li ul li a {
	padding-left: 24px;
	color: #666;
}
#spGnav ul li a:after {
	background: url(/common/images/icn_arrow_red.png) no-repeat 0 0 / 6px auto;
	content: "";
	display: block;
	width: 6px;
	height: 12px;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
}
#spGnav ul li .toggleLink {
	padding-right: 26px;
	text-decoration: none !important;
}
#spGnav ul li .toggleLink:after {
	background: url(/common/images/icn_arrow_red_down.png) no-repeat 0 0 / 14px auto;
	width: 14px;
	height: 8px;
	margin-top: -4px;
}
#spGnav ul li .toggleLink.opened:after {
	background: url(/common/images/icn_arrow_red_up.png) no-repeat 0 0 / 14px auto;
}
#spGnav ul li .toggleList {
	display: none;
	background: #f7f7f7;
}

}

/*---------------------------------------------
 contents
---------------------------------------------*/
#contents { }

/* ---- PC only  ----*/
@media screen and (min-width: 768px) {
}

/* ---- SP only  ----*/
@media screen and (max-width: 767px) {
}

/*---------------------------------------------
 footer
---------------------------------------------*/
footer {
	background-color: #f9f9f9;
	width: 100%;
	padding-bottom: 16px;
}
footer .pageTop {
	opacity: 0;
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 60px;
	height: 60px;
	z-index: 120;
	transition: opacity 0.3s ease;
}
footer .pageTop.show {
	opacity: 1;
}
footer .pageTop a {
	display: block;
	width: 60px;
	height: 60px;
}
footer .footNav {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
footer .footNav > li > ul > li + li {
	margin-top: 10px;
}
footer .footNav a {
	background: url(/common/images/icn_arrow_red.png) no-repeat 0 center / 6px auto;
	color: #444;
	display: inline-block;
	padding-left: 16px;
	text-decoration: none;
}
footer .footNav a:hover {
	text-decoration: underline;
}
footer > .bdr {
	background-color: #f3f3f3;
	border: none;
	width: 100%;
	height: 1px;
	margin: 40px 0 24px;
}
footer .notes {
	border: 1px solid #8d002e;
    padding: 16px;
    margin-top: 40px;
    background: #fff;
    line-height: 1.5;
}
}
footer .notes li {
	padding-left: 1em;
	text-indent: -1em;
}
footer .footLinkWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}
footer .footLink {
	display: flex;
	justify-content: center;
	font-size: 75%;
}
footer .footLink li + li {
	margin-left: 40px;
}
footer .footLink li a {
	color: #444;
	text-decoration: none;
}
footer .footLink li a:hover {
	text-decoration: underline;
}
footer .copyright {
	font-size: 62.5%;
}

/* ---- PC only  ----*/
@media screen and (min-width: 768px) {
footer .pageTop a {
	transition: opacity 0.3s ease;
}
footer .pageTop a:hover {
	opacity: .7;
}
}

/* ---- SP only  ----*/
@media screen and (max-width: 767px) {
footer .pageTop {
	width: 48px;
	height: 48px;
	right: 16px;
	bottom: 16px;
}
footer .pageTop a {
	width: 48px;
	height: 48px;
}
footer .pageTop a img {
	width: 100%;
	height: auto;
}
footer .inner {
	padding: 0 8px;
}
footer .footNav {
	display: block;
	margin-top: 0;
}
footer .footNav > li + li {
	/*border-top: 1px solid #f3f3f3;*/
	margin: 0;
}
footer .footNav > li > ul {
	display: flex;
	flex-wrap: wrap;
}
footer .footNav > li > ul > li {
	width: 50%;
	border-bottom: 1px solid #f3f3f3;
}

footer .footNav > li > ul > li:nth-child(1),
footer .footNav > li > ul > li:nth-child(3){
	border-right: 1px solid #f3f3f3;
}
footer .footNav > li > ul > li + li {
	margin-top: 0;
}


footer .footNav a {
	background-position: 8px center;
	display: flex;
	align-items: center;
	padding-left: 22px;
	width: 100%;
	height: 48px;
	line-height: 1.25;
}
footer > .bdr {
	margin: 0 0 16px;
}
footer .notes {
	margin-top: 10px;
}
footer .footLinkWrapper {
	display: block;
	margin-top: 16px;
	padding: 0 8px;
}
footer .footLink {
	flex-wrap: wrap;
	font-size: 85.7%;
	margin-top: 16px;
}
footer .footLink li + li {
	margin-left: 16px;
}
footer .footLink li:nth-child(3) {
	margin-left: 0;
}
footer .footLink li:nth-child(n+3) {
	margin-top: 8px;
}
footer .copyright {
	font-size: 71.5%;
	margin-top: 16px;
	padding-top: 8px;
	width: 100%;
	text-align: center;
}

}
