@charset "utf-8";
/* CSS Document */
#keyVisualArea{
	background-image: url("../img/keyVisual.jpg");
}
footer{
	margin-top: 0;
}

.lead-txt{
}

.txt-bold{
    font-weight: bold;
}
.txt-bold.block{
    font-weight: bold;
    display: block;
}

.ankerBtn{
	flex-wrap: wrap;
	margin: 70px auto 65px;
}
.ankerBtn > li{
	height: 90px;
	margin-top: 20px;
    margin-left: 0 !important;
    width: 30%;
}
.ankerBtn li a{
	display: flex;
	flex-direction: column;
	align-items: stretch;
    padding-bottom: 30px;
}

.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.5rem;
	text-align: center;
	margin-top: 5px;
}
.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;
}

#anker-sec04 .figBox h4{
	text-align: left;
	font-weight: 500;
	margin-bottom: 15px;
}
#anker-sec04 .figBox .figttl{
	text-align: center;
	background: #6890BF;
	color: #fff;
	padding: 3px 10px 5px;
	margin-bottom: 15px;
}

.flexBox01 .txtBox figure{
	width: 100%;
	margin-top: 26px;
}
.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;
}


.topics-box{
    width: 100%;
    text-align: left;
    border: 2px solid #1E76B2;
    padding: 20px;
    color: #1E76B2;
    margin-top: 40px;
}

.topics-box h4{
    font-size: 2.0rem;
    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;
}
#anker-sec02 .topics-box .tableStyle{
	border-collapse		: separate;
	*border-collapse	: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	margin: 10px auto;
	width: 100%;
}

	#anker-sec02 .topics-box .tableStyle th,
	#anker-sec02 .topics-box .tableStyle td {
        border-top: 1px solid #5185c5;
        border-right: 1px solid #5185c5;
        border-bottom: 1px solid #5185c5;
        border-left: none;
        font-weight		: normal;
		padding			: 10px;
		background		: #fff;
		text-align		: left;
	}
	
	#anker-sec02 .topics-box .tableStyle tr th:first-child,
	#anker-sec02 .topics-box .tableStyle tr td:first-child{
		border-left: 1px solid #5185c5;
	}
	#anker-sec02 .topics-box .tableStyle tr th{
        text-align: center;
        font-weight: bold;
		border-left: none;
        background: #d1e6ff;
        width: calc(100% / 3);
	}
	#anker-sec02 .topics-box .tableStyle tr td{
		border-top: none;
        vertical-align: top;
	}

    #anker-sec02 .topics-box .tableStyle tr td.bd-t-n{
        border-top: none !important;
    }
    #anker-sec02 .topics-box .tableStyle tr td.bd-b-n{
        border-bottom: none !important;
        font-size: 14px;
    }

#anker-sec02 .flexBox01 .imgBox{
    display: flex;
}
#anker-sec02 .flexBox01 .imgBox ul li{
    font-size: 1.4rem;
    text-align: left;
    color: #2B2828;
}

.topics-box a{
    text-decoration: underline;
}
.topics-box a:hover{
    text-decoration: none;
}


#anker-sec08 .content{
    text-align: left;
    margin-top: 40px;
}
#anker-sec08 .content h4{
    font-size: 1.8rem;
    margin-bottom: 10px;
}
#anker-sec08 .content p{
    margin-bottom: 10px;
    padding: 0 0 0 1em;
    text-indent: -1em;
}
#anker-sec08 .content p a{
    text-decoration: underline;
}
#anker-sec08 .content p a:hover{
    text-decoration: none;
}

.yellow{
    display: inline-block;
    background: #f4da6a;
    padding: 0 8px;
}
.green{
    display: inline-block;
    background: #75d69b;
    padding: 0 8px;
}

@media screen and (max-width: 956px){
    .topics-box .scroll {
        overflow: auto;
        padding-bottom: 10px;
      }
    .topics-box .scroll > table {
        width: 950px !important;
        table-layout: fixed;
        word-break: break-all;
    }
}

@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{
		width: 100%;
		max-width: 100%;
	}
	
	.flexBox01 .imgBox{
		margin-top: 30px;
	}
	
	.flexBox01 .imgBox + .imgBox{
		margin-top: 30px;
	}
	
	.flexBox01 figure{
		margin: 20px auto 0;
		width: 100%;
	}
	
	.lead-box figure{
		margin-top: 15px;
	}
    
    #anker-sec02 .flexBox01 .imgBox{
        display: block;
    }
    #anker-sec02 .flexBox01 .imgBox ul {
      width: 100%;
      margin: 0 10px;
    }
}
@media screen and (max-width: 767px){
	.ankerBtn{
		margin: 40px 0;
	}
	.ankerBtn > li{
		width: auto;
		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;
	}
}

