@charset "utf-8";


/* ---------------------------------------------------------------------------------------- 

	side

---------------------------------------------------------------------------------------- */

.top-key {
	position: relative;
	height: 500px;
	background-color: #1a1311;
}

.top-key__box {
	position: absolute;
	top: 50%;
	left:  50%;
	z-index: 1;
	transform: translate(-50%,  calc(-50% - 52px));
	text-align: center;
}

.top-key__logo {
	display: none;
	margin: 0 auto 20px;
}

.top-key__text {
	margin: 0;
	font-family: "Hannari", serif;
	font-size: 22px;
	line-height: 1.4;
	opacity: 0;
	transition: 2000ms;
}

.top-key__text.is-fadein {
	opacity: 1
}

.top-key__bg {
	display: none;
}

.top-key__bg img {
	display: block;
	max-width: none;
	width: 100%;
	height: 500px;
	object-fit: cover;
}


/* ---------------------------------------------------------------------------------------- 

	top

---------------------------------------------------------------------------------------- */


.top .container {
	display: none;
}

.top .container .wrapper {
	overflow: hidden;
}

.serviceThumWrap {
	margin-left: -15px;
}

.serviceThum {
	float: left;
	width: 240px;
	margin: 0 0 20px 15px;
	background: #fff;
	text-align: center;
}

.serviceThum a {
	text-decoration: none;
}

.serviceThum h2 {
	margin: 0;
	padding: 10px 0;
	background: transparent none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	color: #31A5E8;
	line-height: 1.2;
	font-weight: bold;
}

.serviceThum .text {
	padding: 0 4px 10px;
	font-size: 15px;
}

.serviceThum .text a {
	color: #000;
}

.serviceThum .text a:hover {
	color: #666;
}

.serviceThum .text p {
	margin: 0;
}


/* top upper
--------------------------------------------- */

.top .upperTop {
	position: relative;
	margin-bottom: 0;
}

.slide ul {
	margin: 0;
}

.slide li {
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
}

.leftNav {
	top: 50% !important;
	width: 50px !important;
	height: 50px !important;
	margin-top: -25px;
	margin-right: 442px !important;
	background: url(../images/common/bu_prev.png) no-repeat 0 0;
}

.rightNav {
	top: 50% !important;
	width: 50px !important;
	height: 50px !important;
	margin-top: -25px;
	margin-left: 442px !important;
	background: url(../images/common/bu_next.png) no-repeat 0 0;
}

.slideNav {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../images/common/slidenav_bg.png) repeat;
	opacity: 0;
	transition: 2000ms;
}

.slideNav.is-fadein {
	opacity: 1
}

.slideNavWrap {
	width: 1025px;
	margin: 0 auto;
}

.slideNav ul {
	margin: 0;
	position: relative;
}

.slideNav li {
	float: left;
	padding: 0;
	background: none;
}

.menuBox {
	box-sizing: border-box;
	z-index: 100;
	overflow: hidden;
	position: absolute;
	top: -395px;
	left: 0;
	width: 1025px;
	height: 395px;
	padding: 6px 24px 24px;
	background: #0A7FCD;
	font-size: 100%;
	color: #fff;
}

.menuBox .menuBoxBus01 {
	width: 280px;
}

.menuBox .menuBoxBus02 {
	width: 410px;
}

.menuBox .menuBoxBus03 {
	width: 285px;
}

.menuBoxKind01,
.menuBoxKind02,
.menuBoxKind03,
.menuBoxMedical01,
.menuBoxMedical02,
.menuBoxMedical03,
.menuBoxAdop01,
.menuBoxAdop02 {
	width: 325px;
}

.menuBoxMedical01 {
	width: 375px;
}

.menuBoxMedical02,
.menuBoxMedical03 {
	width: 300px;
}


.menuBox h3 {
	margin: 20px 0 14px;
	padding: 0;
	border: none;
	background: none;
	font-size: 100%;
}

.menuBox h3 span {
	display: inline-block;
	border-bottom: 2px solid #fff;
	padding: 0 0 8px;
	font-weight: bold;
	color: #fff;
}

.menuBox ul {
	margin: 0;
}

.menuBox li {
	float: none;
	margin: 0 0 2px;
	padding: 0;
	background: none;
}

.menuBox a {
	display: block;
	padding: 0 0 0 14px;
	background: url(../images/common/arrow8-green.png) no-repeat 0 6px;
	text-decoration: none;
	color: #fff;
}

.topicsMarquee {
	background: #27A4EB url(../images/common/topicsarquee_bg.jpg) no-repeat center top;
}

ul.marquee {
	position: relative;
	overflow: hidden;
	display: block;
	width: 965px;
	height: 44px;
	margin: 0 auto;
	line-height: 1;
}

ul.marquee li {
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
}

.topicsMarquee .data {
	padding-right: 20px;
}


/* top opt
--------------------------------------------- */

.topOptHead {
	position: relative;
}

.topOptHead h3 {
	margin: 0;
	padding: 40px 0 30px;
	font-size: 36px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.topOptHead__btn {
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0;
	transform: translateY(-50%);
}

.topOptHead__btn a {
	display: inline-block;
	padding: 4px 0 4px 30px;
	background: url(../images/common/arrow24-green.png) no-repeat left center;
	text-decoration: none;
	color: #333;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

.topicsDigestWrap {
	overflow: hidden;
	margin: 0 -8px;
}

.topicsDigest .topicsDigestBox {
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	width: 50%;
	margin-bottom: 16px;
}

.topicsDigest .topicsDigestBox:nth-child(odd) {
	clear: both;
}

.topicsDigestBox_inner {
	margin: 0 8px;
	border: 1px solid #dedede;
	padding: 16px;
}

.topicsDigestBox .photo {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.topicsDigestBox .photo img {
	width: 100px;
	height: auto;
}

.topicsDigestBox .text dt {
	color: #31A5E8;
}

.topicsDigestBox .text a {
	color: #333;
	text-decoration: none;
}

.topicsDigestBox .text a:hover {
	color: #999;
}

.buFoot {
	margin: 16px 0 0;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

.buFoot p {
	margin: 0;
}

.buFoot a {
	padding: 4px 0 4px 30px;
	background: url(../images/common/arrow24-green.png) no-repeat left center;
	text-decoration: none;
	color: #333;
}

.buFoot a:hover {
	color: #999;
}

.optBanner ul {
	overflow: hidden;
	margin: 0 0 15px -15px;
}

.optBanner li {
	display: inline;
	float: left;
	width: 240px;
	margin: 0 0 15px 15px;
	padding: 0;
	background: none;
}

.optBanner li:nth-child(4n+1) {
	clear: both;
}

.opt1 {
	margin: 0 -40px;
	padding: 0 40px 45px;
	background: #C5E8FB; /* #eee */
}

.opt2 {
	margin: 0 -40px;
	padding: 0 40px 40px;
	background: #C5E8FB;
}

.troubleBoxWrap {
	overflow: hidden;
	margin-left: -15px;
}

.troubleBox {
	float: left;
	width: 495px;
	margin: 0 0 15px 15px;
	background: #fff;
}

.troubleBox:nth-child(odd) {
	clear: both;
}

.troubleBox h4 {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #ddd;
	text-align: center;
	color: #2C2C2C;
	font-size: 20px;
	line-height: 60px;
}

.troubleBox .body {
	padding: 20px;
}

.troubleBox .body ul {
	margin: 0 0 -10px;
}

.troubleBox .body li {
	margin: 0 0 10px;
	padding: 0;
	background: none;
}

.troubleBox .body li a {
	padding: 4px 0 4px 30px;
	background: url(../images/common/arrow24-green.png) no-repeat left center;
	text-decoration: none;
	color: #333;
}

.troubleBox .body li a:hover {
	color: #999;
}

.troubleBox .bu {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

.troubleBox .bu p {
	margin: 0;
	line-height: 50px;
}

.troubleBox .bu a {
	padding: 4px 0 4px 30px;
	background: url(../images/common/arrow20-green.png) no-repeat 0 0;
	text-decoration: none;
	color: #333;
}

.troubleBox .bu a:hover {
	color: #999;
}


.topColumnCategory {
	box-sizing: border-box;
	width: 1005px;
	margin: 0 auto 20px;
	background: #fcfcfc;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.topColumnCategory dl {
	overflow: hidden;
}

.topColumnCategory dt,
.topColumnCategory dd {
	display: inline-block;
	line-height: 28px;
}

.topColumnCategory dt {
	padding: 0 14px 0 10px;
	background: url(../images/common/columncategory.jpg) no-repeat right center;
	font-weight: bold;
}

.topColumnCategory dd {
	padding-left: 10px;
}

.topColumnCategory ul {
	margin: 0;
}

.topColumnCategory li {
	display: inline-block;
	padding: 0;
	background: none;
	line-height: 28px;
}

.topColumnCategory li a {
	padding: 0 14px;
	background: url(../images/common/arrow8-green.png) no-repeat left center;
	text-decoration: none;
	color: #333;
}

.topColumnCategory li a:hover {
	color: #999;
}

.topColumnList a {
	display: block;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

.topColumnList a:hover {
	color: #999;
}

.dataBody .columnThumb .none {
	display: block;
}

.columnThumb .body {
	position: relative;
	margin: 0 0 14px;
}

.columnThumb .cate {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 120px;
	background: #0A8AD3;
	text-align: center;
	color: #fff;
	line-height: 28px;
}

.topColumnList h3 {
	margin: 0 0 10px;
	padding: 0 16px;
	background: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	color: #39AEEB;
	font-size: 18px;
}

.topColumnList h3 + div {
	padding: 0 16px;
}

.topYoutubeList ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
	padding: 0;
	list-style: none;
}

.topYoutubeList li {
	box-sizing: border-box;
	width: 50%;
	padding: 0 7px;
	background-image: none;
}

.topYoutubeList li:nth-child(n + 5) {
	display: none;
}

.topYoutubeList li a {
	display: block;
	text-decoration: none;
}

.topYoutubeList .columnThumb {
	float: none;
	width: 100%;
	margin: 0 0 24px;
}

.topYoutubeList .columnThumb img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 24px;
	vertical-align: top;
}

.topYoutubeList h3 {
	margin: 0 0 24px;
	padding: 0 16px;
	background: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	color: #39AEEB;
	font-size: 18px;
}

.primaryBg {
	padding: 40px 0;
	background-color: #1981ca;
}

.primaryBox {
	box-sizing: border-box;
	width: 1085px;
	margin: 0 auto;
	padding: 0 40px 110px;
	background: #fff url(../images/common/footer_bg.png) repeat-x center bottom;
}

.top .top-right {
	padding: 0 0 40px;
}

.top .opt1 {
	padding: 0 0 20px;
}

.top .opt3 {
	padding-top: 60px;
}

.top .footer {
	padding-top: 0;
	background: none;
}