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

/* index
--------------------------------------------------*/
/* layout */


/* sttl */
.mainTtl {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	background-color: #0068B2;
	line-height: 1;
	box-shadow:0px 4px 11px -6px #000;
	-moz-box-shadow:0px 4px 11px -6px #000;
	-webkit-box-shadow:0px 4px 11px -6px #000;
	z-index: 5;
}
.mainTtl span {
	position: relative;
	display: block;
	padding: 20px;
	color: #FFF;
}
.mainTtl span:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../imgs/icon-lens.png) no-repeat center center;
	background-size: cover;
}
.mainBox {
	padding: 20px;
}

.mainBox h3 {
	position: relative;
	padding: 3px 0 4px 20px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.mainBox h3:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 6px;
	height: 100%;
	background-color: #00A0E9;
	border-radius: 6px;
}

.mainBox h4 {
	position: relative;
	padding: 3px 0 4px 20px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #00A0E9;
	color: #FFF;
	text-align: center;
}
.mainBox p {
	font-size: 14px;
}
.mainBox .inBdr {
	padding: 15px 20px 20px;
	font-size: 14px;
	color: #000;
	border: #dadada solid 1px;
	letter-spacing: 0.05em;
}

.mainBox .arrow {
	margin: 0 auto;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #00A0E9;
}


/* SP */
@media only screen and (max-width:768px) {
	.mainTtl {
		padding: 15px;
		font-size: 18px;
	}
	.mainTtl span {
		position: relative;
		display: block;
	padding: 0;
	}
	.mainTtl span:after {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.mainBox h3 {
		padding: 3px 0 4px 17px;
		font-size: 16px;
	}
}

@media only screen and (max-width:768px) {}

.btn_entry a{
	width: 300px;
	margin: 20px auto 40px;
    display: block;
    padding: 18px 0 16px;
    color: #fff;
    font-size: 16px;
    background-color: #00A0E9;
    border-bottom: solid 2px #d6d6d6;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.05em;
}
.btn_entry a:hover {
	opacity: 0.7;
}