@charset "UTF-8";

#main_title_area{
	position: relative;
	height: 300px;
}

@media screen and (max-width: 840px){
	#main_title_area{
		position: relative;
		height: 260px;
	}
}

/*.qa_con*/
.qa_con{
	padding: 80px 0;
	background: url(../img/index/bg01.jpg) repeat center top;
}
.qa_con p.catch{
	margin-bottom: 1.5em;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
.qa_con #tab-qa{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.qa_con #tab-qa li{
	width: calc(89% / 4);
	margin-bottom: 2%;
}
.qa_con #tab-qa li + li{
	margin-left: 2%;
}
.qa_con #tab-qa li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4.5em;
	font-size: 2rem;
	color: #1E3F7B;
	font-weight: bold;
	background: #fff;
	border: 2px solid #1E3F7B;
	border-radius: 5px;
}
.qa_con #tab-qa li a:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-top: 0.8em;
    border-left: 4px solid #1E3F7B;
    border-bottom: 4px solid #1E3F7B;
    border-radius: 2px;
    transform: rotate(-45deg);
}
.qa_con .tab-box2{
	padding-top: 100px;
}
.qa_con h2{
	position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 1.5em;
  font-size: 3.8rem;
  color: #1E3F7B;
  font-weight: bold;
  text-align: center;
}
.qa_con h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 1.8em;
  height: 3px;
  margin: auto;
  background: #1E3F7B;
}
.qa_con dl{
	padding: 0 36px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.qa_con dl + dl{
	margin-top: 20px;
}
.qa_con dl dt{
	position: relative;
	padding: 1.8em 70px 1.8em 76px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
	cursor: pointer;
}
.qa_con dl dt:before{
	content: "Q";
	position: absolute;
	top: 0.5em;
	left: 0;
	font-size: 4rem;
	color: #1E3F7B;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
}
.qa_con dl dt span{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	margin: auto;
	background: #000;
	border-radius: 50%;
}
.qa_con dl dt.acc_active span{
	background: #1E3F7B;
}
.qa_con dl dt span:before,
.qa_con dl dt span:after{
	position: absolute;
	content: "";
	width: 18px;
	height: 1px;
	background: #fff;
	transition: 0.5s;
}
.qa_con dl dt span:after{
	transform: rotate(90deg);
}
.qa_con dl dt.acc_active span:after{
	transform: rotate(0);
}
.qa_con dl dd{
	display: none;
	position: relative;
	padding: 2em 10px 3.5em 76px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.7;
	border-top: 1px solid #E0E0E0;
}
.qa_con dl dd:before{
	content: "A";
	position: absolute;
	top: 0.3em;
	left: 0;
	font-size: 4rem;
	color: #CE1223;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
}

@media screen and (max-width: 840px){
	.qa_con{
		padding: 10% 0;
	}
	.qa_con p.catch{
		font-size: 1.5rem;
	}
	.qa_con #tab-qa{
		margin-bottom: 10%;
	}
	.qa_con #tab-qa li{
		width: calc(98% / 2);
		margin-right: 2%;
	}
	.qa_con #tab-qa li + li{
		margin-left: 0;
	}
	.qa_con #tab-qa li:nth-child(2n){
		margin-right: 0;
	}
	.qa_con #tab-qa li a{
		font-size: 1.5rem;
	}
	.qa_con .tab-box2{
		padding-top: 80px;
		margin-top: -10px;
	}
	.qa_con h2{
		font-size: 2rem;
	}
	.qa_con h2:after{
		height: 2px;
	}
	.qa_con dl{
		padding: 0 5%;
		border-radius: 5px;
	}
	.qa_con dl + dl{
		margin-top: 5%;
	}
	.qa_con dl dt{
		padding: 1em 2.5em;
		font-size: 1.4rem;
	}
	.qa_con dl dt:before{
		top: 0.4em;
		font-size: 2.2rem;
	}
	.qa_con dl dt span{
		width: 1.5em;
		height: 1.5em;
	}
	.qa_con dl dt span:before,
	.qa_con dl dt span:after{
		width: 0.8em;
	}
	.qa_con dl dd{
		padding: 1.5em 2.5em 2em;
		font-size: 1.2rem;
	}
	.qa_con dl dd.acc_con{
		display: block;
	}
	.qa_con dl dd:before{
		top: 0.4em;
		font-size: 2.2rem;
	}
}













