@charset "UTF-8";
@import "common.sp.css";

/* ---------------------------------------------------------
	CSS Document slider
--------------------------------------------------------- */

#slider {
	height: 320px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 0;
	line-height: 320px;
	color: #fff;
	position: relative;
}

#slider .slides li {
	display: block;
	float: left;
	width: 100%;
	height: 320px;
	margin-right: -100%;
	background: #ddd;
	position: relative;
	z-index: 1;
	opacity: 0;
}

#slider .slides img {
	max-width: 200%;
	height: 320px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}

#slider h2 {
	width: 100%;
	font-family: Lora, serif;
	font-weight: normal;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 20px 50px;
	text-align: left;
}

#about h2 {
	height: 56px;
	margin-bottom: 30px;
	text-align: center;
	font-family: Lora, serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 1;
	position: relative;
}

#about h2:after {
	content: '';
	width: 70px;
	height: 1px;
	margin-left: -35px;
	background: #262626;
	position: absolute;
	left: 50%;
	bottom: 0;
}

#about dt {
	height: 36px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 25px;
	line-height: 1.2;
	color: #2c428b;
}

#about dd p {
	margin-bottom: 20px;
}

#about .btn {
	text-align: center;
}

#about .btn a {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 46px;
	padding-right: 10px;
	background: #2c428b;
	text-decoration: none;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
}

#about .btn a:before {
	display: inline-block;
	vertical-align: 1px;
	content: '';
	width: 9px;
	height: 9px;
	margin-right: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ---------------------------------------------------------
	CSS Document service
--------------------------------------------------------- */

#service {
	margin-bottom: 40px;
	padding: 45px 20px 60px;
	background: #e6eef9;
}

#service h2 {
	margin-bottom: 25px;
	font-family: Lora, serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 1;
}

#service .section_01,
#service .find {
	margin-top: 20px;
	background: #fff;
}

#service dl {
	padding: 20px;
	text-align: left;
}

#service dt {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1;
	color: #2c428b;
}

#service .section_02 dt {
	background: url(../top/service_icon.png) no-repeat right;
	background-size: 14px auto;
}

#service dt a {
	text-decoration: none;
	color: #2c428b;
}

/* ---------------------------------------------------------
	CSS Document blog
--------------------------------------------------------- */

.blog {
	margin-bottom: 50px;
}

.blog h2 {
	padding: 15px 20px;
	border-bottom: solid 4px #61bcbd;
	background: #eff8f8;
	font-weight: normal;
	line-height: 1.3;
}

.blog h2 span:first-of-type {
	display: block;
	font-size: 15px;
	color: #61bcbd;
}

.blog h2 span:last-of-type {
	display: block;
	margin-top: 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 24px;
}

.blog .btn {
	margin-top: 20px;
	text-align: center;
}

.blog .btn a {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 36px;
	-webkit-border-radius: 36px;
	border-radius: 36px;
	box-shadow: 0 0 0 2px #2c428b inset;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	color: #2c428b;
}

/* ---------------------------------------------------------
	CSS Document blog > result
--------------------------------------------------------- */

#result dl {
	padding: 25px 20px;
	border-bottom: solid 1px #d6d6d6;
	text-align: left;
	font-size: 0;
}

#result dt {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	margin-bottom: 5px;
	font-size: 13px;
}

#result dt a {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	padding: 0 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #e9ecf3;
	text-decoration: none;
	line-height: 18px;
	color: #262626;
}

#result dd {
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	font-size: 15px;
	line-height: 1.6;
	color: #2c428b;
}

/* ---------------------------------------------------------
	CSS Document blog > exam
--------------------------------------------------------- */

#exam h2 {
	border-bottom: solid 4px #9dca63;
	background: #f5faef;
}

#exam h2 span:first-of-type {
	color: #9dca63;
}

#exam dl {
	padding: 25px 20px;
	border-bottom: solid 1px #d6d6d6;
	text-align: left;
	font-size: 0;
}

#exam dt {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin-right: 10px;
	position: relative;
}

#exam dd {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 1.5;
}

#exam dd a {
	text-decoration: none;
	color: #2c428b;
}

/* ---------------------------------------------------------
	CSS Document facebook
--------------------------------------------------------- */

#facebook {
	height: 360px;
	overflow: hidden;
	margin: 0 20px;
	background: #ddd;
}

#facebook iframe {
	vertical-align: top;
	width: 100% !important;
	overflow: hidden;
	border: 0;
}
