@charset "UTF-8";

/* 汎用 */
.submainv h2 {
	font-size:180%;
}
.h3_tit01 {
	color: #241473 !important;
	font-size: 160% !important;
	border-bottom: solid 3px #ccc !important;
	position: relative;
	margin-top: 30px;
}

.h3_tit01::after {
	content: "";
	width: 152px;
	height: 3px;
	background: #241473;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 1;
}

.h4_tit01 {
	margin-top: 60px;
	font-size: 134% !important;
	font-weight: bold;
	border-left: 5px solid #241473 !important;
	padding: 7px 20px !important;
	background: #ebe8f6 !important;
	margin-bottom: 20px;
}

h3:nth-of-type(1) {
	margin-top: 0;
}

.box01 {
	margin-bottom: 50px;
}

.target {
	background-image: url(img/target/mainv.png);
}

article p {
	margin-bottom: 1em;
}

article p span {
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
}

.yellow_back ul {
	line-height: 1.8;
}

.yellow_back a::before {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	margin: 0 6px 2px 0;
	
	border-top: 2px solid #1e9eef;
	border-right: 2px solid #1e9eef;
	transform: rotate(45deg);
}

.iframe{
    position:relative;
    width:50%;
    height:0;
    padding-top:37.5%;
	
	margin: auto;
}
.iframe iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

@media (max-width: 768px) {
	

.iframe{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.iframe iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

}
