@charset "UTF-8";
/* CSS Document */

.bokinBox {
	padding-top: 10px;
	margin-bottom: 40px;
}
.bokinBox .inner {
	padding: 0 100px;
	overflow: hidden;
}
.bokinBox01 .inner .h2Area h2,
.bokinBox03 .inner .h2Area h2,
.bokinBox04 .inner .h2Area h2 {
    padding-bottom: 15px;
	margin-bottom: 40px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
	text-align: center;
    position: relative;
}
.bokinBox01 .inner .h2Area h2,
.bokinBox03 .inner .h2Area h2 {
	margin-bottom: 40px;
}
.bokinBox04 .inner .h2Area h2 {
	margin-bottom: 30px;
}
.bokinBox01 .inner .h2Area h2:after,
.bokinBox03 .inner .h2Area h2:after,
.bokinBox04 .inner .h2Area h2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bokinBox01 .inner .h2Area h2:after,
.bokinBox03 .inner .h2Area h2:after {
    background-color: #000;
}
.bokinBox04 .inner .h2Area h2:after {
    background-color: #5FB1E6;
}
.bokinBox01 .inner .txtArea p {
    padding: 0 0 30px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
	text-align: center;
}
.bokinBox01 .inner .txtArea p span {
	color: #FF7F00;
    font-weight: bold;
}
.bokinBox02 {
	background-color: #F2F7F9;
}
.bokinBox02 .inner {
    padding: 0 100px;
}
.bokinBox02 .inner .left {
	width: 25%;
	float: left;
}
.bokinBox02 .inner .left .ttl p {
	padding: 10px 5px 30px;
	font-size: 16px;
}
.bokinBox02 .inner .right {
	width: 75%;
	float: right;
	padding-left: 30px;
}
.bokinBox02 .inner .right .h2Area h2 {
	padding: 10px 25px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	border-left: 10px solid #5FB1E6;
}
.bokinBox03 .inner table {
	 width: 100%;
	margin-bottom: 30px;
}
.bokinBox03 .inner table:last-child {
	margin-bottom: 0px;
}
.bokinBox03 .inner table tr th {
	width: 33%;
	padding: 15px 20px;
	background-color: #F2F7F9;
	border: 1px solid #D2D2D2;
	text-align: left;
	vertical-align: middle;
}
.bokinBox03 .inner table tr td {
	width: 33%;
	padding: 15px 10px;
	border: 1px solid #D2D2D2;
	text-align: right;
	vertical-align: middle;
}
.bokinBox04 .inner {
	width: 1200px;
}
.bokinBox04 .inner .borderBox {
	padding: 40px 220px;
	border: 1px solid #BDDEF9;
}
.bokinBox04 .inner .borderBox .txtArea p {
	padding-bottom: 20px;
}
.bokinBox04 .inner .borderBox .txtArea ul li {
	position: relative;
	padding-left: 20px;
	line-height: 1.8;
}
.bokinBox04 .inner .borderBox .txtArea ul li:before {
	content: '◆';
	position: absolute;
    top: 0;
    left: 0;
}
.bokinBox05 {
	padding-top: 40px;
	margin-bottom: 130px;
}
.bokinBox05 .inner {
	padding: 0 100px;
}
.bokinBox05 .inner .txtArea {
	padding: 30px 230px;
	color: #FFF;
	background-color: #008C46;
}
.bokinBox05 .inner .txtArea p a {
	color: #FFF;
}
.bokinBox05 .inner .txtArea p a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 736px) {
	.bokinBox {
		padding: 0;
	}
	.bokinBox .inner {
		width: 100%;
		padding: 0 2vw;
	}
	.bokinBox01 .inner .h2Area h2,
	.bokinBox03 .inner .h2Area h2,
	.bokinBox04 .inner .h2Area h2 {
			font-size: 20px;
	}
	.bokinBox01 .inner .h2Area h2, .bokinBox03 .inner .h2Area h2 {
		margin-bottom: 30px;
	}
	.bokinBox01 .inner .txtArea p {
		font-size: 16px;
	}
	.bokinBox02 .inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.bokinBox02 .inner .left {
		width: 100%;
		float: none;
	}
	.bokinBox02 .inner .left {
		text-align: center;
	}
	.bokinBox02 .inner .right {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.bokinBox02 .inner .right .h2Area h2 {
		padding: 8px 15px;
		font-size: 18px;
		line-height: 1.2;
	}
	.bokinBox02 .inner .left .ttl p {
		padding-bottom: 15px;
	}
	.bokinBox02 .inner .right .txtArea p {
		font-size: 14px;
		padding: 0 3vw;
	}
	.bokinBox03 .inner table {
		font-size: 14px;
	}
	.bokinBox03 .inner table tr th {
		padding: 2vw 3vw;
	}
	.bokinBox03 .inner table tr td {
		padding: 2vw 2vw;
	}
	.bokinBox04 .inner .borderBox {
		padding: 30px 5vw;
	}
	.bokinBox05 {
		padding-top: 20px;
		margin-bottom: 30px;
	}
	.bokinBox05 .inner {
		padding: 0 2vw;
	}
	.bokinBox05 .inner .txtArea {
		padding: 30px 8vw;
	}
	.bokinBox05 .inner .txtArea p {
		word-break: break-all;
	}
}
	
