/* ================================
  regular_enq
================================ */
#wrap {
	background: #f6f7fa;
	overflow: hidden;
}



#topWrap {
	padding-top: 80px;
	overflow: hidden;
}
#topWrap  .headBox {
	background: #edeff5;
	padding: 20px 0 20px;
}


#topWrap  .headBox .headWarp {
	max-width: 1200px;
	display: flex;
	justify-content:space-between;
	margin: auto;
	align-items: center;
}

#topWrap  .headBox .headWarp .headBox{
	width: 50%;
}
#topWrap  .headBox .headWarp .topimg{
	display: block;
	width: 50%;
	max-width: 580px;
	height: auto;
	
}
#topWrap .headBox .headWarp .headBox h1 {
    font-size: clamp(28px, 4vw, 56px);
    color: #0d276a;
    padding: 0;
    font-weight: 600;
    position: relative;
    z-index: 2;
    line-height: 1.4;
	margin-bottom: -5px;
}
#topWrap .headBox .headWarp .headBox .deco {
	font-size: clamp(26px, 3vw, 42px);
    color: #cad1e7;
	font-family: Century Gothic, sans-serif;
}

#topWrap .headBox .headWarp .headBox .bread {
	font-size: clamp(14px, 2vw, 24px);
    color: #0d276a;
	display: flex;
	align-items: center;
}
#topWrap .headBox .headWarp .headBox .bread::after {
	content: "";
	height: 1px; 
	width: 40px;
	background:  #0d276a;
	margin-left: 10px;
}
@media screen and (max-width: 1280px) {
#topWrap  .headBox .headWarp {
	margin: 0 5%;
}
}


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

#topWrap {
	padding-top: 60px;
	overflow: hidden;
}
	
#topWrap  .headBox {
	background: #edeff5;
	padding: 20px 0 30px;
}	
	
#topWrap  .headBox .headWarp {
	display: flex;
    flex-direction: column;
	align-items: center;
}
#topWrap  .headBox .headWarp .headBox{
	width: 100%;
}
#topWrap  .headBox .headWarp .topimg{
	width: 100%;
	
}
	#topWrap .headBox .headWarp .headBox h1 br {
		display: none;
	}
}
/*共通パーツ*/



#surveyresults h2{
	background: #152d5b url(../img/img_common/texture_r2_bg.jpg) no-repeat;
    background-position: right;
    background-size: contain;
	padding: 0;
}
#surveyresults h2 .bgimg{
	background:url(../img/img_regular_enq/con_title_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
	max-width:1480px;
	margin: auto;
}
#surveyresults h2 .bgimg img{
	display: block;
	max-width: 960px;
	width: 100%;
	margin: auto;
}




.secBoxsr .inBox{
	max-width: 1200px;
	margin: auto ;
	position: relative;
	z-index:2;
}
.secBoxsr .headWarp{
	margin: 6rem 0;
}
.secBoxsr .headWarp h3 {
    font-size: clamp(20px, 3.5vw, 40px);
    color: #013384;
    padding: 0;
    font-weight: 600;
    position: relative;
    z-index: 2;
    line-height: 1.5;
	text-align: center;
}

.secBoxsr .headWarp .deco {
    color: #e1e4ed;
    font-size: clamp(46px, 8vw, 100px);
    font-weight: normal;
    font-family: Century Gothic, sans-serif;
    white-space: nowrap;
    margin-bottom: -1.5rem;
    display: block;
    text-align: center;
}

.secBoxsr .headWarp.answerdeco{
	margin: 6rem 0 2rem;
}
.secBoxsr .answerBox {
	margin-bottom: 2rem;
}
.secBoxsr .answerBox:nth-child(3){
	margin-left:-40px;
	margin-right:40px;
}
.secBoxsr .answerBox:nth-child(4){
	margin-left:40px;
	margin-right:-40px;
}
.secBoxsr .answerBox:nth-child(5){
	margin-left:-40px;
	margin-right:40px;
}
.secBoxsr .answerBox .fBox{
	background: #ffffff url(../img/img_regular_enq/answerbox_bg.png) no-repeat;
    background-position: right bottom;
	padding: 40px 60px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.secBoxsr .answerBox .fBox dl{
	margin: 0 15px;
}
.secBoxsr .answerBox .fBox dl dt{
	font-size: clamp(18px, 3.5vw, 30px);
	font-weight: bold;
	margin-bottom: 20px;
    display: flex;
	align-items: center;
}
.secBoxsr .answerBox .fBox dl dt::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ccaa82;
    margin-right: 15px;
}
.secBoxsr .answerBox .fBox figure{
	width: 40%;
	max-width: 360px;
	height: auto;
}
.secBoxsr .answerBox .fBox figure figcaption{
	font-size: 14px!important;
	text-align: center;
}
.secBoxsr .answerBox .fBox dl dd ul {
	flex: 1;
	padding: 0 0 0 1.2em;
	list-style: none;

}
.secBoxsr .answerBox .fBox dl dd li{
	font-size: clamp(14px, 2.5vw, 16px);
	position:relative;
}
.secBoxsr .answerBox .fBox dl dd li:last-child{
	margin-bottom: 0;
}
.secBoxsr .answerBox .fBox dl dd li::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #898e9c;
    margin-right: 15px;
	position: absolute;
	left:-20px;
	top:12px;
}

@media screen and (max-width: 1280px) {
.secBoxsr .inBox{
	margin:0 5%;
}
}

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

.secBoxsr .headWarp{
	margin: 4rem 0;
}
.secBoxsr .headWarp.answerdeco {
  margin: 4rem 0 2rem;
}
.secBoxsr .answerBox:nth-child(3){
	margin-left:0px;
	margin-right:30px;
}
.secBoxsr .answerBox:nth-child(4){
	margin-left:30px;
	margin-right:0px;
}
.secBoxsr .answerBox:nth-child(5){
	margin-left:0px;
	margin-right:30px;
}
}

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

#surveyresults h2 .bgimg{
	background:url(../img/img_regular_enq/con_title_bg_mb.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.secBoxsr .headWarp{
	margin: 4rem 0;
}
.secBoxsr .answerBox .fBox {
  padding: 20px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.secBoxsr .answerBox .fBox dl dt {
  margin-bottom: 15px;
}
.secBoxsr .answerBox .fBox dl dd li::before {
	top:10px;
}
}
@media screen and (max-width: 660px) {
.secBoxsr .headWarp {
  margin: 1rem 0;
}
.secBoxsr .headWarp h3 {
	text-align: left;
}
.secBoxsr .answerBox {
  margin-bottom: 1rem;
}
.secBoxsr .headWarp .deco {
    margin-bottom: -0.5rem;
    text-align: left;
}
  .secBoxsr .headWarp.answerdeco {
    margin: 2rem 0 1rem;
  }
.secBoxsr .headWarp h3 br{
	display: none;
}
	.secBoxsr .answerBox .fBox{
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.secBoxsr .answerBox .fBox dl {
  margin: 0;
}
.secBoxsr .answerBox .fBox figure {
	width: 90%;
	max-width: 360px;
	height: auto;
	margin: 20px auto 0;
}
.secBoxsr .answerBox:nth-child(3){
	margin-left:0;
	margin-right:0;
}
.secBoxsr .answerBox:nth-child(4){
	margin-left:0;
	margin-right:0;
}
.secBoxsr .answerBox:nth-child(5){
	margin-left:0;
	margin-right:0;
}

}



/*enqBox*/
.liteBox {
	background: #152d5b url(../img/img_common/texture_r3_bg.jpg) no-repeat;
    background-position: right;
    background-size: contain;
	padding: 240px 0 120px;
	position: relative;
	z-index:1;
	margin-top:-160px;
	margin-bottom: 100px;
}
.liteBox::after{
	content:"";
	display: block;
	height: 100%;
	width: 10%;
	position:absolute;
	right: 0;
	top:0;
	background: #f6f7fa;
}
.liteBox h3 {
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	
}
.liteBox h3 span {
	margin: 0 10px;
	font-size: clamp(20px, 3.5vw, 30px);
	font-weight: normal;
}
.liteBox h3::before,
.liteBox h3::after{
	content:"";
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
}
.liteBox .enqBox {
	max-width: 960px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin :auto;
	position:relative;
	z-index: 5;
	flex-wrap: wrap;
	gap: 15px 0;
}


.liteBox .enqBox a{
 	width: 18%;
	height:auto;
	position: relative;
	display: block;
	background: #fff;
}
.liteBox .enqBox a:hover img{
	opacity: 0.4;
}

.liteBox .enqBox a .exIcon {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 6px;
    font-size: 20px;
    color: #fff;
    background-color: #ccaa82;
    margin-right: 0px;
}
@media screen and (max-width: 1600px) {
	
	.liteBox::after{
	width: 5%;
}
}
@media screen and (max-width: 1280px) {
	.liteBox{
		padding-right: 5%;
	}
.liteBox .enqBox {
	max-width: 860px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin :auto;
}
}
@media screen and (max-width: 960px) {
	.liteBox {
	padding: 160px 0 60px;
	position: relative;
	margin-top:-160px;
	margin-bottom: 60px;
}
	.liteBox .enqBox {
	margin: 0 8%;
	}
}

@media screen and (max-width: 660px) {
.liteBox {
	background: #152d5b url(../img/img_common/texture_r3_bg_mb.jpg) no-repeat;
    background-position: right;
    background-size: contain;
	padding: 140px 0 40px;
	position: relative;
	margin-top:-120px;
	margin-bottom: 60px;
}
.liteBox h3::before,
.liteBox h3::after{
	width: 20px;
	height: 1px;
}
.liteBox .enqBox a{
 	width: 32%;
	height:auto;
	position: relative;
	display: block;
	background: #fff;
}
	.liteBox::after{
	content: none;
}
	.liteBox .enqBox {
	margin: 0 5%;
	}

.liteBox .enqBox a.mb2width{
	margin-right: 34%;
}
.liteBox .enqBox a .exIcon {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 6px;
    font-size: 16px;
    color: #fff;
    background-color: #ccaa82;
    margin-right: 0px;
}
}