@charset "utf-8";
/* CSS Document */
#keyVisualArea{
	background-image: url("../img/keyVisual.jpg");
}
footer{
	margin-top: 0;
}

h4{
    padding: 4px 15px;
    color: #16378A;
    border-left: solid 14px #16378A;
    border-bottom: solid 3px #16378A;
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
}

.txt-bold{
    font-weight: bold;
}

.ankerBtn{
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 70px 0 65px;
}
.ankerBtn > li{
	height: 60px;
	margin-top: 15px;
}
.ankerBtn li + li{
	margin-left: inherit;
}

.ankerBtn li a{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
}

.anker-sec .lead-txt{
	font-weight: 400;
	margin-bottom: 40px;
}

.txtBox{
	text-align: left;
}
.lead-box div{
    width: 70%;
}
.lead-box div + div{
    width: 26%;
}

.lead-box div + div > figure{
    margin-bottom: 20px;
}

.flexBox{
	align-items: flex-start;
	margin-bottom: 40px;
}
.flexBox + .flexBox{
	margin-bottom: 0;
}
.flexBox figure figcaption{
	display: block;
	font-size: 1.2rem;
	padding-top: 10px;
}

.flexBox01 .imgBox{
	max-width: 450px;
	width: 48%;
}
.flexBox01 .imgBox p{
	text-align: left;
	margin-bottom: 10px;
}
.flexBox01 .imgBox p span{
	font-weight: bold;
}
.flexBox01 .txtBox{
	text-align: left;
	width: 48%;
}
.flexBox01 figure figcaption{
	font-size: 1.2rem;
	text-align: left;
	margin-top: 5px;
}

.flexBox02 .imgBox{
	width: 40%;
}
.flexBox02 .imgBox p{
	text-align: left;
	margin-bottom: 10px;
}
.flexBox02 .imgBox p span{
	font-weight: bold;
}
.flexBox02 .txtBox{
	text-align: left;
	width: 60%;
}
.flexBox02 figure figcaption{
	font-size: 1.2rem;
	text-align: left;
	margin-top: 5px;
}

.inner-box{
    max-width: 750px;
    margin: 0 auto;
}

.topics-box{
    width: 50%;
    text-align: left;
    border: 2px solid #1E76B2;
    padding: 20px;
    color: #1E76B2;
}

.topics-box h4{
    font-size: 2.4rem;
    font-weight: bold;
    color: #1E76B2;
    letter-spacing: 3px;
}
.topics-box p > span{
    font-size: 1.5rem;
    font-weight: bold;
    border-top: 2px solid #1E76B2;
    border-bottom: 2px solid #1E76B2;
    padding: 6px 0;
    display: block;
    margin: 15px 0;
    color: #1E76B2;
}

.voiceBox{
	text-align: left;
	position: relative;
	padding: 35px 25px;
	background: #fff;
	border: solid 1px #464646;
}
.voiceBox .label{
	position: absolute;
	top: -17px;
	left: -20px;
	background: #464646;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 34px;
	padding: 0 10px;
}
.voiceBox .label::before{
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background: #000;
	position: absolute;
	z-index: 2;
	bottom: -10px;
	left: 54%;
	transform: rotate(340deg);
}
.voiceBox .name{
	font-size: 1.8rem;
	font-weight: 500;
	border-bottom: solid 1px #707070;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.voiceBox .name span{
	font-size: 1.6rem;
	display: inline-block;
	margin-right: 10px;
}

.flexBox01 .txtBox figure{
	width: 100%;
	margin-top: 26px;
}
.flexBox01 figure figcaption{
	font-size: 1.5rem;
}
.attention{
	margin-top: 15px;
	font-size: 1.2rem;
	text-indent: -2.4em;
	padding-left: 2.4em;
	line-height: 1.2;
}
.attention2{
    text-align: left;
	margin-top: 15px;
	font-size: 1.2rem;
	line-height: 1.2;
}

#anker-sec05 .content{
    text-align: left;
    margin-top: 40px;
}
#anker-sec05 .content h5{
    font-size: 1.8rem;
    margin-bottom: 10px;
}
#anker-sec05 .content p{
    margin-bottom: 10px;
    padding: 0 0 0 1em;
    /*text-indent: -1em;*/
}
#anker-sec05 .content p a{
    text-decoration: underline;
}
#anker-sec05 .content p a:hover{
    text-decoration: none;
}


div.vid_contents {
    width: 100%;/*背景色を横幅いっぱいに広げる*/
    text-align: center;
    margin: auto;
}
video.vid_main {
    width: 100%;
    max-width: 750px;
}

@media screen and (max-width: 1000px){
	.ankerBtn{
	}
	.ankerBtn > li:nth-child(1),.ankerBtn > li:nth-child(4),
	.ankerBtn > li:nth-child(2),.ankerBtn > li:nth-child(5){
		width: auto;
	}
}
@media screen and (max-width: 768px){
.lead-box div{
    width: 100%;
}
.lead-box div + div{
    width: 100%;
}

.lead-box div + div > figure{
    margin-bottom: 20px;
}

	.flexBox{
		display: block;
	}
	.flexBox01 .imgBox,
	.flexBox01 .txtBox,
    .flexBox02 .imgBox,
    .flexBox02 .txtBox{
		width: 100%;
		max-width: 100%;
	}
	
	.flexBox01 .imgBox,
    .flexBox02 .txtBox{
		margin-top: 30px;
	}
    
    .inner-box .flexBox{
        margin-bottom: 30px;
    }
	
	.flexBox01 .imgBox + .imgBox{
		margin-top: 30px;
	}
	
	.flexBox01 figure{
		margin: 20px auto 0;
		width: 100%;
	}
	
	.lead-box figure{
		margin-top: 15px;
	}
	
	.topics-box{
		width:100%;
		margin-top:20px;
	}
	
}
@media screen and (max-width: 767px){
	.ankerBtn{
		margin: 40px 0;
	}
	.ankerBtn > li{
		height: auto;
		margin-top: 0;
		margin-right: 0;
	}
	.ankerBtn > li:nth-child(3n) {
		margin-right: 0;
	}
	.voiceBox{
		padding: 25px 15px 15px;
	}
	.voiceBox .label{
		font-size: 1.6rem;
		left: -12px;
	}
}

