@charset "utf-8";

/* ----------------------------------------

content

---------------------------------------- */

.pageTitle{
	background: rgba(255,255,255,0.8);
	width: 100%;
	padding:60px 20px;
	border-bottom: none;
	margin-left: -100px;
}
.pageTitle > span{
	font-weight: bold;
	border-bottom: 3px solid #0f234a;
	color: #0f234a;
	letter-spacing: 0.1rem;
	text-align: center;
	padding: 0 5px 10px 20px;
}
@media screen and (max-width: 767px){
	.pageTitle{
		margin-left: 0;
		padding:30px 20px;
	}
}
.lowerPage.about #content #page_mv {
    background: url(/files/img/select/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.lowerPage.about #content #page_mv > .inner{
	max-width: inherit;
}
.sec_01 .txt{
    text-align: center;
    color: #0f234a;
		margin-bottom: 50px;
		font-size: 214%;
}
.sec_01 .link_box{
    width: 62.5%;
		margin: auto;
    display: flex;
		justify-content: space-between;
}
.sec_01 .link_box li{
	max-width: 300px;
	width: 40%;
	height: 200px;
	background: #0F234A;
}
.sec_01 .link_box li a{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	color:#fff;
	padding: 1em;
}
.sec_01 .link_box li a span{
	position: relative;
	font-size: 200%;
	text-align: center;
	top: -0.7em
}
.sec_01 .link_box li a span::after{
	content: '';
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	transform: translateX(-50%);
	background: url(/files/img/select/arw_r.svg) no-repeat;
	background-size: 100%;
	width:30px;
	height:30px;
}
.comparisonList {
    margin: 95px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 282px;
    color: #0F234A;
    background: #B9CFE5;
    font-size: 251%;
    line-height: 1;
    padding: 40px 10px;
    box-sizing: border-box;
}

.zoomImg.cboxElement.comparisonList {
    max-width: 512px;

}

@media screen and (max-width: 1024px){
	.comparisonList {
      font-size: 200%;
      padding: 25px 10px;
  }
	.sec_01 .link_box{
    width: 80%;
	}
}
@media screen and (max-width: 767px){
	.sec_01 .txt{
		font-size: 140%;
		text-align: left;
	}
	.sec_01 .link_box{
    width: 90%;
	}
	.sec_01 .link_box li{
		height: auto;
		width: 47%;
		background: #0F234A;
	}
	.sec_01 .link_box li a{
		padding: 2.5em 0.5em 3em;
	}
	.sec_01 .link_box li a span{
		font-size: 130%;
	}
	.sec_01 .link_box li a span::after{
		width:20px;
		height:20px;
	}
	.comparisonList {
      font-size: 130%;
      padding: 20px 10px;
      margin-top: 40px;
  }
}
/*
.sec_tit {
    margin-bottom: 30px;
    margin-top: 20px;
}
*/
.sec_02 .sec_read {
 	margin-top: 30px;
}
.acordionList {
    margin-top: 0;
    padding-bottom: 55px;
}
.answer a{
	text-decoration: underline;
	color: #1A50B9;
}
.answer a:hover{
	text-decoration: none;
}
@media screen and (max-width:1400px){

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

@media screen and (max-width:1024px){
    .acordionList {
        margin-top: 0;
        padding-bottom: 20px;
    }
    footer {
        margin-top: 0;
    }
}

@media screen and (max-width:767px){
    .sec_tit {
        font-size: 180%;
    }
    .sec_01 .image {
        width: 90%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .sec_01 .text {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 130%;
        margin-top: 20px;
    }
    .pageTitle > span {
		padding-left: 0px;
		line-height: 2;
	}
}