@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
.lead {
	text-align: center;
}
.lead .inlineblockTB {
	display: inline-block;
}
.lead.bdr {
	margin-bottom: 60px;
	padding-bottom: 50px;
	border-bottom: #ebebeb solid 1px;
}
/* SP */
@media only screen and (max-width:767px) {
	.lead {
		text-align: left;
	}
	.lead .inlineblockTB {
		display: inline;
	}
	.lead.bdr {
		margin-bottom: 30px;
		padding-bottom: 25px;
	}
}

.posr {
	position: relative;
}

/* commonBox */
.commonBox {
	zoom: 1;
	position: relative;
	padding: 30px 29px;
	border: #cfd3dc solid 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.commonBox:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
/* SP */
@media only screen and (max-width:767px) {
	.commonBox {
		padding: 15px 14px;
	}
}

/* section-obiB */
.section.obiB {
	position: relative;
	padding: 20px 45px 32px;
	background: url(../imgs/bg-ob01.gif) repeat-y left top;
	background-size: 100% auto;
}
.section.obiB:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 30px;
	background: url(../imgs/bg-ob02.gif) no-repeat left bottom;
	background-size: 100% auto;
}
/* SP */
@media only screen and (max-width:767px) {
	.section.obiB {
		padding: 10px 20px 16px 25px;
	}
}

/* commonSttl */
.commonSttl {
	position: relative;
	padding-bottom: 20px;
}
.commonSttl .blue,
.commonSttl .num {
	display: inline-block;
	color: #00a0e7;
	font-weight: bold;
}
.commonSttl .blue {
	font-size: 111.2%;
}
.commonSttl .num {
	margin: 0 10px 0 0;
	font-size: 133.4%;
}
.commonSttl .catch {
	display: inline-block;
	font-size: 144.5%;
	font-weight: bold;
}
@media only screen and (max-width:979px) {
	.commonSttl {
		overflow: hidden;
		display: table;
		width: 100%;
	}
	.commonSttl .txt {
		display: table-cell;
		vertical-align: bottom;
	}
	.commonSttl .txt:after {
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		content: " ";
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
}
/* SP */
@media only screen and (max-width:767px) {
	.commonSttl {
		padding-bottom: 10px;
	}
	.commonSttl .blue,
	.commonSttl .num {
		line-height: 1;
	}
	.commonSttl .blue {
		font-size: 107.2%;
	}
	.commonSttl .num {
		margin: 0 10px 0 0;
		font-size: 178.6%;
	}
	.commonSttl .catch {
		margin-top: 0;
		font-size: 178.6%;
		line-height: 1.3;
	}
}

/* commonMttl */
.commonMttl {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	padding: 2px 0 10px 17px;
	font-size: 122.3%;
	border-bottom: #dfdfdf dashed 1px;
	line-height: 1;
}
.commonMttl:before {
	position: absolute;
	top: -6px;
	left: 0;
	display: block;
	content: '';
	height: 100%;
	width: 5px;
	background: #00a0e7;
}
/* SP */
@media only screen and (max-width:767px) {
	.commonMttl {
		margin-bottom: 15px;
		padding: 3px 0 10px 15px;
		font-size: 128.6%;
		line-height: 1.12;
	}
}

.backBtn {
	margin-top: 50px;
	text-align: center;;
}
/* SP */
@media only screen and (max-width:767px) {
	.backBtn {
		margin-top: 25px;
	}
}

/* indexMenu */
#indexMenu {
	margin: -20px 0 0 -40px;
	padding-top: 40px;
	zoom: 1;
}
#indexMenu:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
#indexMenu li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 20px 0 0 40px;
	line-height: 1.63;
}

#indexMenu li a {
	zoom: 1;
	display: block;
	position: relative;
	padding: 9px;
	border: #e5e5e5 solid 1px;
	color: #000000;
	text-decoration: none;
}
#indexMenu li a:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
#indexMenu li a:before {
	content: '';
	position: absolute;
	right: 1px;
	bottom: 1px;
	border: #00a0e7 solid 6px;
	border-top-color: transparent;
	border-left-color: transparent;
}
#indexMenu li a:hover {
	border-color: #00a0e7;
}
#indexMenu li .image {
	float: left;
	width: 160px;
}
#indexMenu li .image img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#indexMenu li .text {
	margin-left: 180px;
}
#indexMenu li .text .ttl {
	margin-bottom: 5px;
	color: #00a0e7;
	font-size: 122.3%;
	font-weight: bold;
}
/* SP */
@media only screen and (max-width:767px) {
	#indexMenu {
		margin: 0;
		padding-top: 25px;
	}
	#indexMenu li {
		float: none;
		width: 100%;
		padding: 20px 0 0 0;
	}
	#indexMenu li:first-child {
		padding: 0;
	}
	#indexMenu li a {
		padding: 4px;
	}
	#indexMenu li a .image {
		width: 85px;
	}
	#indexMenu li a .text {
		margin-left: 95px;
		padding: 0 10px 0 0;
	}
	#indexMenu li a .text .ttl {
		font-size: 114.3%;
	}
	#indexMenu li a .text p {
		line-height: 1.5;
		font-size: 85.8%;
	}
}