.ac_con {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  border-top: none;
	border-bottom: 1px solid #E8E8E8;
  outline: 0;
  cursor: pointer;
}
.ac_con:first-of-type {border-top:1px solid #FFF;}
.ac-title{
/*
	border-top: 1px solid #E8E8E8;
*/
}
.ac_con .ac-title { /* Q文章 */
	box-sizing: border-box;
	display: block;
	position: relative;
	width:95%;
	margin: 0;
	padding: 12px 7% 12px 4%;
	/*font-size: 20px;*/
	font-weight: normal;
	color: #000;
	background: #fff;
	cursor: pointer;
}
.faq_txt{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width:90%;
}

.q_list{ /* A文章 wrapper */
/*	padding: 12px 7% 12px 4.3%;*/
	padding: 12px 7% 40px 4.3%;
	top:0px;
	height: auto;
	/*font-size: 20px;*/
}
@media screen and (max-width:599px){
	.ac_con .ac-title {width:98%;font-size:max(3.5vw, 16px);padding-left:0;} /* Q文章 */
	.faq_txt{ width: 85%;}
	.q_list {font-size:max(3.5vw, 16px);padding-left:0;} 
}
.faq_a_txt{
	box-sizing: border-box;
	width:90%;
	display: inline-block;
}


/*トグルを開いたところの背景色と文字色　　質問内容*/
.js-ac-title.isActive{
  background: #002063;
  color: #fff;
}
/*トグルを開いたところの背景色と文字色　　カテゴリー*/
/*.js-ac-title_V.isActive{
  background:#1E5A73;
  color: #fff;
}*/
.ac_con .ac-title:hover,
.ac_con .ac-title:active,
.ac_con .content-entry.open .ac-title {
/*  background-color: #C4CBD2;
  color: white;*/
}

.ac_con .ac-title:hover i:before,
.ac_con .ac-title:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

.js-ac-title_V{background-color: #E3EFF8}
/*V字*/
.ac-title_V{
  position: relative;
}

.ac-title_V:after {
  content: "";
  position: absolute;
  right: 49px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	
}

.ac-title_V.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.ac_con .ac-title_V {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  background: #fff;/*background-color: #002063;*/
  cursor: pointer;
}



.ac_con .ac-title_V:hover,
.ac_con .ac-title_V:active,
.ac_con .content-entry.open .ac-title_V {
  background-color: #C4CBD2;
  color: white;
}

.ac_con .ac-title_V:hover i:before,
.ac_con .ac-title_V:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

/*プラスマイナス*/
.ac_con .ac-title:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	left:95%;
	margin:auto;
	width: 20px;
	height: 2px;
	background-color: #40180A;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.ac_con .ac-title:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 95%;
	margin: auto;
	width: 20px;
	height: 2px; 
	background-color: #40180A;
	transition: .3s;
}
.ac_con .ac-title.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.ac_con .ac-title.on:after{
	background-color: transparent;
	color: #fff;
}



.ac-content {
  display: none;
/*  padding-left: 2.3125em;*/
	background-color: #fff;
/*	width: 95%;*/
}


.ac_con {
  width: 100%;
  /*margin: 1.875em auto;*/
}

.q_box{
	width: 100%;
	text-align: left;
	/*border-bottom: 1px solid #E8E8E8;*/
}

.boxContainer{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.Q_radi {
 border: 5px solid #2C6B8E;
 background-color: #2C6B8E;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.A_radi {
 border: 5px solid #9C2222;
 background-color: #9C2222;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.no_radi{
border: 5px solid #fff;
 background-color: #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;	
}
.height_1{
	height: 3px;
}
.contents_t{
  margin: 0;
	height: 120px;
/*  padding: 2em 0em 0.1em 1.5em;*/
	/*vertical-align: middle;*/ /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
 /*text-align: center;*/
	background-color: #e3e3e3;
}
.contents_t_font{
  font-size: 28px;
}
.contents_faq_font{
  font-size: 24px;
}
.h_space1{
	height: 50px;
}
.h_space2{
	height: 100px;
}

.faq_list_t{
		list-style: none;
	margin-left: -60px;
	width: 95%;
	margin-bottom: 30px;
}
.faq_list_t li{display: inline; margin-left:30px;}
.subcont-_link{
	cursor: pointer;cursor: hand;color: #0273ab;
}

.faq_cont{
	background-color: #fff;
	/*padding: 4px 8px;
*/
	width: 100vw; 
	animation-name: fade;
	animation-duration: 1s;
} 
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.faq_list_t li:hover{
	text-decoration: underline;
}


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


----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {/* 700px以下*/

/*
	.q_list {
		padding: 10px 40px 40px 10px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/

	.faq_cont {
		width: 96vw;
		margin-top: 25px;
	}	
	.faq_img{
		width:80%;
	}

}

@media screen and (max-width: 420px){
/*
	.q_list {
		padding: 10px 40px 40px 3px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}	
*/
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 3.5vw;/* 14px*/
	}
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}



@media screen and (max-width: 390px){
/*
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 13px;
	}
*/
	.faq_cont {
		width: 95vw;
		margin-top:10px;
	}	
	.ac_con .ac-title:before {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .2s;
	    transform: rotate(
	90deg);
	    -webkit-transform: rotate(
	90deg);
	}
	.ac_con .ac-title:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .3s;
	}
/*
	.q_img {
	    margin-bottom: -4px;
	    width: 20px;
	}
*/
/*
	.q_list {
		padding: 10px 40px 40px 4px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/
/*
	.a_img {
	    margin-bottom: 8px;
	    margin-left: -3px;
	    width: 20px;
	}
*/
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}


@media screen and (max-width:360px) {/* 360px以下*/
/*
	.q_list {
	    padding: 10px 40px 40px 3px;
	    top: 0px;
	    height: auto;
	    font-size: 4.2vw;
	}
*/
}
.active_subitem{
	background-color: #002063;
	color: #fff !important;	
} /*最後に記述*/
.ac_con {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  border-top: none;
	border-bottom: 1px solid #E8E8E8;
  outline: 0;
  cursor: pointer;
}
.ac_con:first-of-type {border-top:1px solid #FFF;}
.ac-title{
/*
	border-top: 1px solid #E8E8E8;
*/
}
.ac_con .ac-title { /* Q文章 */
	box-sizing: border-box;
	display: block;
	position: relative;
	width:95%;
	margin: 0;
	padding: 12px 7% 12px 4%;
	/*font-size: 20px;*/
	font-weight: normal;
	color: #000;
	background: #fff;
	cursor: pointer;
}
.faq_txt{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width:90%;
}

.q_list{ /* A文章 wrapper */
/*	padding: 12px 7% 12px 4.3%;*/
	padding: 12px 7% 40px 4.3%;
	top:0px;
	height: auto;
/*	font-size: 20px;*/
}
@media screen and (max-width:599px){
	.ac_con .ac-title {width:98%;font-size:max(3.5vw, 16px);padding-left:0;} /* Q文章 */
	.faq_txt{ width: 85%;}
	.q_list {font-size:max(3.5vw, 16px);padding-left:0;} 
}
.faq_a_txt{
	box-sizing: border-box;
	width:90%;
	display: inline-block;
}


/*トグルを開いたところの背景色と文字色　　質問内容*/
.js-ac-title.isActive{
  background: #002063;
  color: #fff;
}
/*トグルを開いたところの背景色と文字色　　カテゴリー*/
/*.js-ac-title_V.isActive{
  background:#1E5A73;
  color: #fff;
}*/
.ac_con .ac-title:hover,
.ac_con .ac-title:active,
.ac_con .content-entry.open .ac-title {
/*  background-color: #C4CBD2;
  color: white;*/
}

.ac_con .ac-title:hover i:before,
.ac_con .ac-title:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

.js-ac-title_V{background-color: #E3EFF8}
/*V字*/
.ac-title_V{
  position: relative;
}

.ac-title_V:after {
  content: "";
  position: absolute;
  right: 49px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	
}

.ac-title_V.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.ac_con .ac-title_V {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  background: #fff;/*background-color: #002063;*/
  cursor: pointer;
}



.ac_con .ac-title_V:hover,
.ac_con .ac-title_V:active,
.ac_con .content-entry.open .ac-title_V {
  background-color: #C4CBD2;
  color: white;
}

.ac_con .ac-title_V:hover i:before,
.ac_con .ac-title_V:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

/*プラスマイナス*/
.ac_con .ac-title:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	left:95%;
	margin:auto;
	width: 20px;
	height: 2px;
	background-color: #40180A;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.ac_con .ac-title:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 95%;
	margin: auto;
	width: 20px;
	height: 2px; 
	background-color: #40180A;
	transition: .3s;
}
.ac_con .ac-title.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.ac_con .ac-title.on:after{
	background-color: transparent;
	color: #fff;
}



.ac-content {
  display: none;
/*  padding-left: 2.3125em;*/
	background-color: #fff;
/*	width: 95%;*/
}


.ac_con {
  width: 100%;
  /*margin: 1.875em auto;*/
}

.q_box{
	width: 100%;
	text-align: left;
	/*border-bottom: 1px solid #E8E8E8;*/
}

.boxContainer{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.Q_radi {
 border: 5px solid #2C6B8E;
 background-color: #2C6B8E;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.A_radi {
 border: 5px solid #9C2222;
 background-color: #9C2222;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.no_radi{
border: 5px solid #fff;
 background-color: #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;	
}
.height_1{
	height: 3px;
}
.contents_t{
  margin: 0;
	height: 120px;
/*  padding: 2em 0em 0.1em 1.5em;*/
	/*vertical-align: middle;*/ /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
 /*text-align: center;*/
	background-color: #e3e3e3;
}
.contents_t_font{
  font-size: 28px;
}
.contents_faq_font{
  font-size: 24px;
}
.h_space1{
	height: 50px;
}
.h_space2{
	height: 100px;
}

.faq_list_t{
		list-style: none;
	margin-left: -60px;
	width: 95%;
	margin-bottom: 30px;
}
.faq_list_t li{display: inline; margin-left:30px;}
.subcont-_link{
	cursor: pointer;cursor: hand;color: #0273ab;
}

.faq_cont{
	
	background-color: #fff;
/*	padding: 4px 8px;
	*/
	width: 100vw; 
	animation-name: fade;
	animation-duration: 1s;
} 
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.faq_list_t li:hover{
	text-decoration: underline;
}


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


----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {/* 700px以下*/

/*
	.q_list {
		padding: 10px 40px 40px 10px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/

	.faq_cont {
		width: 96vw;
		margin-top: 25px;
	}	
	.faq_img{
		width:80%;
	}

}

@media screen and (max-width: 420px){
/*
	.q_list {
		padding: 10px 40px 40px 3px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}	
*/
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 3.5vw;/* 14px*/
	}
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}



@media screen and (max-width: 390px){
/*
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 13px;
	}
*/
	.faq_cont {
		width: 95vw;
		margin-top:10px;
	}	
	.ac_con .ac-title:before {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .2s;
	    transform: rotate(
	90deg);
	    -webkit-transform: rotate(
	90deg);
	}
	.ac_con .ac-title:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .3s;
	}
/*
	.q_img {
	    margin-bottom: -4px;
	    width: 20px;
	}
*/
/*
	.q_list {
		padding: 10px 40px 40px 4px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/
/*
	.a_img {
	    margin-bottom: 8px;
	    margin-left: -3px;
	    width: 20px;
	}
*/
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}


@media screen and (max-width:360px) {/* 360px以下*/
/*
	.q_list {
	    padding: 10px 40px 40px 3px;
	    top: 0px;
	    height: auto;
	    font-size: 4.2vw;
	}
*/
}
.active_subitem{
	background-color: #002063;
	color: #fff !important;	
} /*最後に記述*/
.ac_con {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  border-top: none;
	border-bottom: 1px solid #E8E8E8;
  outline: 0;
  cursor: pointer;
}
.ac_con:first-of-type {border-top:1px solid #FFF;}
.ac-title{
/*
	border-top: 1px solid #E8E8E8;
*/
}
.ac_con .ac-title { /* Q文章 */
	box-sizing: border-box;
	display: block;
	position: relative;
	width:95%;
	margin: 0;
	padding: 12px 7% 12px 4%;
/*	font-size: 20px;*/
	font-weight: normal;
	color: #000;
	background: #fff;
	cursor: pointer;
}
.faq_txt{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width:90%;
}

.q_list{ /* A文章 wrapper */
/*	padding: 12px 7% 12px 4.3%;*/
	padding: 12px 7% 40px 4.3%;
	top:0px;
	height: auto;
/*	font-size: 20px;*/
}
@media screen and (max-width:599px){
	.ac_con .ac-title {width:98%;font-size:max(3.5vw, 16px);padding-left:0;} /* Q文章 */
	.faq_txt{ width: 85%;}
	.q_list {font-size:max(3.5vw, 16px);padding-left:0;} 
}
.faq_a_txt{
	box-sizing: border-box;
	width:90%;
	display: inline-block;
}


/*トグルを開いたところの背景色と文字色　　質問内容*/
.js-ac-title.isActive{
  background: #002063;
  color: #fff;
}
/*トグルを開いたところの背景色と文字色　　カテゴリー*/
/*.js-ac-title_V.isActive{
  background:#1E5A73;
  color: #fff;
}*/
.ac_con .ac-title:hover,
.ac_con .ac-title:active,
.ac_con .content-entry.open .ac-title {
/*  background-color: #C4CBD2;
  color: white;*/
}

.ac_con .ac-title:hover i:before,
.ac_con .ac-title:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

.js-ac-title_V{background-color: #E3EFF8}
/*V字*/
.ac-title_V{
  position: relative;
}

.ac-title_V:after {
  content: "";
  position: absolute;
  right: 49px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	
}

.ac-title_V.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.ac_con .ac-title_V {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  background: #fff;/*background-color: #002063;*/
  cursor: pointer;
}



.ac_con .ac-title_V:hover,
.ac_con .ac-title_V:active,
.ac_con .content-entry.open .ac-title_V {
  background-color: #C4CBD2;
  color: white;
}

.ac_con .ac-title_V:hover i:before,
.ac_con .ac-title_V:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

/*プラスマイナス*/
.ac_con .ac-title:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	left:95%;
	margin:auto;
	width: 20px;
	height: 2px;
	background-color: #40180A;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.ac_con .ac-title:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 95%;
	margin: auto;
	width: 20px;
	height: 2px; 
	background-color: #40180A;
	transition: .3s;
}
.ac_con .ac-title.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.ac_con .ac-title.on:after{
	background-color: transparent;
	color: #fff;
}



.ac-content {
  display: none;
/*  padding-left: 2.3125em;*/
	background-color: #fff;
/*	width: 95%;*/
}


.ac_con {
  width: 100%;
  /*margin: 1.875em auto;*/
}

.q_box{
	width: 100%;
	text-align: left;
	/*border-bottom: 1px solid #E8E8E8;*/
}

.boxContainer{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.Q_radi {
 border: 5px solid #2C6B8E;
 background-color: #2C6B8E;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.A_radi {
 border: 5px solid #9C2222;
 background-color: #9C2222;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.no_radi{
border: 5px solid #fff;
 background-color: #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;	
}
.height_1{
	height: 3px;
}
.contents_t{
  margin: 0;
	height: 120px;
/*  padding: 2em 0em 0.1em 1.5em;*/
	/*vertical-align: middle;*/ /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
 /*text-align: center;*/
	background-color: #e3e3e3;
}
.contents_t_font{
  font-size: 28px;
}
.contents_faq_font{
  font-size: 24px;
}
.h_space1{
	height: 50px;
}
.h_space2{
	height: 100px;
}

.faq_list_t{
		list-style: none;
	margin-left: -60px;
	width: 95%;
	margin-bottom: 30px;
}
.faq_list_t li{display: inline; margin-left:30px;}
.subcont-_link{
	cursor: pointer;cursor: hand;color: #0273ab;
}

.faq_cont{
	
	background-color: #fff;
/*	padding: 4px 8px;*/
	
	width: 100vw; 
	animation-name: fade;
	animation-duration: 1s;
} 
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.faq_list_t li:hover{
	text-decoration: underline;
}


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


----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {/* 700px以下*/

/*
	.q_list {
		padding: 10px 40px 40px 10px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/

	.faq_cont {
		width: 96vw;
		margin-top: 25px;
	}	
	.faq_img{
		width:80%;
	}

}

@media screen and (max-width: 420px){
/*
	.q_list {
		padding: 10px 40px 40px 3px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}	
*/
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 3.5vw;/* 14px*/
	}
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}



@media screen and (max-width: 390px){
/*
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 13px;
	}
*/
	.faq_cont {
		width: 95vw;
		margin-top:10px;
	}	
	.ac_con .ac-title:before {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .2s;
	    transform: rotate(
	90deg);
	    -webkit-transform: rotate(
	90deg);
	}
	.ac_con .ac-title:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .3s;
	}
/*
	.q_img {
	    margin-bottom: -4px;
	    width: 20px;
	}
*/
/*
	.q_list {
		padding: 10px 40px 40px 4px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/
/*
	.a_img {
	    margin-bottom: 8px;
	    margin-left: -3px;
	    width: 20px;
	}
*/
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}


@media screen and (max-width:360px) {/* 360px以下*/
/*
	.q_list {
	    padding: 10px 40px 40px 3px;
	    top: 0px;
	    height: auto;
	    font-size: 4.2vw;
	}
*/
}
.active_subitem{
	background-color: #002063;
	color: #fff !important;	
} /*最後に記述*/
.ac_con {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  border-top: none;
	border-bottom: 1px solid #E8E8E8;
  outline: 0;
  cursor: pointer;
}
.ac_con:first-of-type {border-top:1px solid #FFF;}
.ac-title{
/*
	border-top: 1px solid #E8E8E8;
*/
}
.ac_con .ac-title { /* Q文章 */
	box-sizing: border-box;
	display: block;
	position: relative;
	width:95%;
	margin: 0;
	padding: 12px 7% 12px 4%;
/*	font-size: 20px;*/
	font-weight: normal;
	color: #000;
	background: #fff;
	cursor: pointer;
}
.faq_txt{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width:90%;
}

.q_list{ /* A文章 wrapper */
/*	padding: 12px 7% 12px 4.3%;*/
	padding: 12px 7% 40px 4.3%;
	top:0px;
	height: auto;
/*	font-size: 20px;*/
}
@media screen and (max-width:599px){
	.ac_con .ac-title {width:98%;font-size:max(3.5vw, 16px);padding-left:0;} /* Q文章 */
	.faq_txt{ width: 85%;}
	.q_list {font-size:max(3.5vw, 16px);padding-left:0;} 
}
.faq_a_txt{
	box-sizing: border-box;
	width:90%;
	display: inline-block;
}


/*トグルを開いたところの背景色と文字色　　質問内容*/
.js-ac-title.isActive{
  background: #002063;
  color: #fff;
}
/*トグルを開いたところの背景色と文字色　　カテゴリー*/
/*.js-ac-title_V.isActive{
  background:#1E5A73;
  color: #fff;
}*/
.ac_con .ac-title:hover,
.ac_con .ac-title:active,
.ac_con .content-entry.open .ac-title {
/*  background-color: #C4CBD2;
  color: white;*/
}

.ac_con .ac-title:hover i:before,
.ac_con .ac-title:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

.js-ac-title_V{background-color: #E3EFF8}
/*V字*/
.ac-title_V{
  position: relative;
}

.ac-title_V:after {
  content: "";
  position: absolute;
  right: 49px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	
}

.ac-title_V.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.ac_con .ac-title_V {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  background: #fff;/*background-color: #002063;*/
  cursor: pointer;
}



.ac_con .ac-title_V:hover,
.ac_con .ac-title_V:active,
.ac_con .content-entry.open .ac-title_V {
  background-color: #C4CBD2;
  color: white;
}

.ac_con .ac-title_V:hover i:before,
.ac_con .ac-title_V:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

/*プラスマイナス*/
.ac_con .ac-title:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	left:95%;
	margin:auto;
	width: 20px;
	height: 2px;
	background-color: #40180A;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.ac_con .ac-title:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 95%;
	margin: auto;
	width: 20px;
	height: 2px; 
	background-color: #40180A;
	transition: .3s;
}
.ac_con .ac-title.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.ac_con .ac-title.on:after{
	background-color: transparent;
	color: #fff;
}



.ac-content {
  display: none;
/*  padding-left: 2.3125em;*/
	background-color: #fff;
/*	width: 95%;*/
}


.ac_con {
  width: 100%;
  /*margin: 1.875em auto;*/
}

.q_box{
	width: 100%;
	text-align: left;
	/*border-bottom: 1px solid #E8E8E8;*/
}

.boxContainer{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.Q_radi {
 border: 5px solid #2C6B8E;
 background-color: #2C6B8E;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.A_radi {
 border: 5px solid #9C2222;
 background-color: #9C2222;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.no_radi{
border: 5px solid #fff;
 background-color: #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;	
}
.height_1{
	height: 3px;
}
.contents_t{
  margin: 0;
	height: 120px;
/*  padding: 2em 0em 0.1em 1.5em;*/
	/*vertical-align: middle;*/ /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
 /*text-align: center;*/
	background-color: #e3e3e3;
}
.contents_t_font{
  font-size: 28px;
}
.contents_faq_font{
  font-size: 24px;
}
.h_space1{
	height: 50px;
}
.h_space2{
	height: 100px;
}

.faq_list_t{
		list-style: none;
	margin-left: -60px;
	width: 95%;
	margin-bottom: 30px;
}
.faq_list_t li{display: inline; margin-left:30px;}
.subcont-_link{
	cursor: pointer;cursor: hand;color: #0273ab;
}

.faq_cont{
	
	background-color: #fff;
/*	padding: 4px 8px;*/
	width: 100vw; 
	animation-name: fade;
	animation-duration: 1s;
} 
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.faq_list_t li:hover{
	text-decoration: underline;
}


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


----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {/* 700px以下*/

/*
	.q_list {
		padding: 10px 40px 40px 10px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/

	.faq_cont {
		width: 96vw;
		margin-top: 25px;
	}	
	.faq_img{
		width:80%;
	}

}

@media screen and (max-width: 420px){
/*
	.q_list {
		padding: 10px 40px 40px 3px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}	
*/
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 3.5vw;/* 14px*/
	}
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}



@media screen and (max-width: 390px){
/*
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 13px;
	}
*/
	.faq_cont {
		width: 95vw;
		margin-top:10px;
	}	
	.ac_con .ac-title:before {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .2s;
	    transform: rotate(
	90deg);
	    -webkit-transform: rotate(
	90deg);
	}
	.ac_con .ac-title:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .3s;
	}
/*
	.q_img {
	    margin-bottom: -4px;
	    width: 20px;
	}
*/
/*
	.q_list {
		padding: 10px 40px 40px 4px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/
/*
	.a_img {
	    margin-bottom: 8px;
	    margin-left: -3px;
	    width: 20px;
	}
*/
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}


@media screen and (max-width:360px) {/* 360px以下*/
/*
	.q_list {
	    padding: 10px 40px 40px 3px;
	    top: 0px;
	    height: auto;
	    font-size: 4.2vw;
	}
*/
}
.active_subitem{
	background-color: #002063;
	color: #fff !important;	
} /*最後に記述*/
.ac_con {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  border-top: none;
	border-bottom: 1px solid #E8E8E8;
  outline: 0;
  cursor: pointer;
}
.ac_con:first-of-type {border-top:1px solid #FFF;}
.ac-title{
/*
	border-top: 1px solid #E8E8E8;
*/
}
.ac_con .ac-title { /* Q文章 */
	box-sizing: border-box;
	display: block;
	position: relative;
	width:95%;
	margin: 0;
	padding: 12px 7% 12px 4%;
/*	font-size: 20px;*/
	font-weight: normal;
	color: #000;
	background: #fff;
	cursor: pointer;
}
.faq_txt{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width:90%;
}

.q_list{ /* A文章 wrapper */
/*	padding: 12px 7% 12px 4.3%;*/
	padding: 12px 7% 40px 4.3%;
	top:0px;
	height: auto;
/*	font-size: 20px;*/
}
@media screen and (max-width:599px){
	.ac_con .ac-title {width:98%;font-size:max(3.5vw, 16px);padding-left:0;} /* Q文章 */
	.faq_txt{ width: 85%;}
	.q_list {font-size:max(3.5vw, 16px);padding-left:0;} 
}
.faq_a_txt{
	box-sizing: border-box;
	width:90%;
	display: inline-block;
}


/*トグルを開いたところの背景色と文字色　　質問内容*/
.js-ac-title.isActive{
  background: #002063;
  color: #fff;
}
/*トグルを開いたところの背景色と文字色　　カテゴリー*/
/*.js-ac-title_V.isActive{
  background:#1E5A73;
  color: #fff;
}*/
.ac_con .ac-title:hover,
.ac_con .ac-title:active,
.ac_con .content-entry.open .ac-title {
/*  background-color: #C4CBD2;
  color: white;*/
}

.ac_con .ac-title:hover i:before,
.ac_con .ac-title:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

.js-ac-title_V{background-color: #E3EFF8}
/*V字*/
.ac-title_V{
  position: relative;
}

.ac-title_V:after {
  content: "";
  position: absolute;
  right: 49px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	
}

.ac-title_V.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.ac_con .ac-title_V {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  background: #fff;/*background-color: #002063;*/
  cursor: pointer;
}



.ac_con .ac-title_V:hover,
.ac_con .ac-title_V:active,
.ac_con .content-entry.open .ac-title_V {
  background-color: #C4CBD2;
  color: white;
}

.ac_con .ac-title_V:hover i:before,
.ac_con .ac-title_V:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

/*プラスマイナス*/
.ac_con .ac-title:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	left:95%;
	margin:auto;
	width: 20px;
	height: 2px;
	background-color: #40180A;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.ac_con .ac-title:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 95%;
	margin: auto;
	width: 20px;
	height: 2px; 
	background-color: #40180A;
	transition: .3s;
}
.ac_con .ac-title.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.ac_con .ac-title.on:after{
	background-color: transparent;
	color: #fff;
}



.ac-content {
  display: none;
/*  padding-left: 2.3125em;*/
	background-color: #fff;
/*	width: 95%;*/
}


.ac_con {
  width: 100%;
  /*margin: 1.875em auto;*/
}

.q_box{
	width: 100%;
	text-align: left;
	/*border-bottom: 1px solid #E8E8E8;*/
}

.boxContainer{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.Q_radi {
 border: 5px solid #2C6B8E;
 background-color: #2C6B8E;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.A_radi {
 border: 5px solid #9C2222;
 background-color: #9C2222;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.no_radi{
border: 5px solid #fff;
 background-color: #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;	
}
.height_1{
	height: 3px;
}
.contents_t{
  margin: 0;
	height: 120px;
/*  padding: 2em 0em 0.1em 1.5em;*/
	/*vertical-align: middle;*/ /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
 /*text-align: center;*/
	background-color: #e3e3e3;
}
.contents_t_font{
  font-size: 28px;
}
.contents_faq_font{
  font-size: 24px;
}
.h_space1{
	height: 50px;
}
.h_space2{
	height: 100px;
}

.faq_list_t{
		list-style: none;
	margin-left: -60px;
	width: 95%;
	margin-bottom: 30px;
}
.faq_list_t li{display: inline; margin-left:30px;}
.subcont-_link{
	cursor: pointer;cursor: hand;color: #0273ab;
}

.faq_cont{

	background-color: #fff;
	/*padding: 4px 8px;*/
	width: 100vw; 
	animation-name: fade;
	animation-duration: 1s;
} 
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.faq_list_t li:hover{
	text-decoration: underline;
}


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


----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {/* 700px以下*/

/*
	.q_list {
		padding: 10px 40px 40px 10px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/

	.faq_cont {
		width: 96vw;
		margin-top: 25px;
	}	
	.faq_img{
		width:80%;
	}

}

@media screen and (max-width: 420px){
/*
	.q_list {
		padding: 10px 40px 40px 3px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}	
*/
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 3.5vw;/* 14px*/
	}
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}



@media screen and (max-width: 390px){
/*
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 13px;
	}
*/
	.faq_cont {
		width: 95vw;
		margin-top:10px;
	}	
	.ac_con .ac-title:before {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .2s;
	    transform: rotate(
	90deg);
	    -webkit-transform: rotate(
	90deg);
	}
	.ac_con .ac-title:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .3s;
	}
/*
	.q_img {
	    margin-bottom: -4px;
	    width: 20px;
	}
*/
/*
	.q_list {
		padding: 10px 40px 40px 4px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/
/*
	.a_img {
	    margin-bottom: 8px;
	    margin-left: -3px;
	    width: 20px;
	}
*/
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}


@media screen and (max-width:360px) {/* 360px以下*/
/*
	.q_list {
	    padding: 10px 40px 40px 3px;
	    top: 0px;
	    height: auto;
	    font-size: 4.2vw;
	}
*/
}
.active_subitem{
	background-color: #002063;
	color: #fff !important;	
} /*最後に記述*/
.ac_con {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  border-top: none;
	border-bottom: 1px solid #E8E8E8;
  outline: 0;
  cursor: pointer;
}
.ac_con:first-of-type {border-top:1px solid #FFF;}
.ac-title{
/*
	border-top: 1px solid #E8E8E8;
*/
}
.ac_con .ac-title { /* Q文章 */
	box-sizing: border-box;
	display: block;
	position: relative;
	width:95%;
	margin: 0;
	padding: 12px 7% 12px 4%;
/*	font-size: 20px;*/
	font-weight: normal;
	color: #000;
	background: #fff;
	cursor: pointer;
}
.faq_txt{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width:90%;
}

.q_list{ /* A文章 wrapper */
/*	padding: 12px 7% 12px 4.3%;*/
	padding: 12px 7% 40px 4.3%;
	top:0px;
	height: auto;
/*	font-size: 20px;*/
}
@media screen and (max-width:599px){
	.ac_con .ac-title {width:98%;font-size:max(3.5vw, 16px);padding-left:0;} /* Q文章 */
	.faq_txt{ width: 85%;}
	.q_list {font-size:max(3.5vw, 16px);padding-left:0;} 
}
.faq_a_txt{
	box-sizing: border-box;
	width:90%;
	display: inline-block;
}


/*トグルを開いたところの背景色と文字色　　質問内容*/
.js-ac-title.isActive{
  background: #002063;
  color: #fff;
}
/*トグルを開いたところの背景色と文字色　　カテゴリー*/
/*.js-ac-title_V.isActive{
  background:#1E5A73;
  color: #fff;
}*/
.ac_con .ac-title:hover,
.ac_con .ac-title:active,
.ac_con .content-entry.open .ac-title {
/*  background-color: #C4CBD2;
  color: white;*/
}

.ac_con .ac-title:hover i:before,
.ac_con .ac-title:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

.js-ac-title_V{background-color: #E3EFF8}
/*V字*/
.ac-title_V{
  position: relative;
}

.ac-title_V:after {
  content: "";
  position: absolute;
  right: 49px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	
}

.ac-title_V.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.ac_con .ac-title_V {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  background: #fff;/*background-color: #002063;*/
  cursor: pointer;
}



.ac_con .ac-title_V:hover,
.ac_con .ac-title_V:active,
.ac_con .content-entry.open .ac-title_V {
  background-color: #C4CBD2;
  color: white;
}

.ac_con .ac-title_V:hover i:before,
.ac_con .ac-title_V:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

/*プラスマイナス*/
.ac_con .ac-title:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	left:95%;
	margin:auto;
	width: 20px;
	height: 2px;
	background-color: #40180A;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.ac_con .ac-title:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 95%;
	margin: auto;
	width: 20px;
	height: 2px; 
	background-color: #40180A;
	transition: .3s;
}
.ac_con .ac-title.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.ac_con .ac-title.on:after{
	background-color: transparent;
	color: #fff;
}



.ac-content {
  display: none;
/*  padding-left: 2.3125em;*/
	background-color: #fff;
/*	width: 95%;*/
}


.ac_con {
  width: 100%;
  /*margin: 1.875em auto;*/
}

.q_box{
	width: 100%;
	text-align: left;
	/*border-bottom: 1px solid #E8E8E8;*/
}

.boxContainer{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.Q_radi {
 border: 5px solid #2C6B8E;
 background-color: #2C6B8E;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.A_radi {
 border: 5px solid #9C2222;
 background-color: #9C2222;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.no_radi{
border: 5px solid #fff;
 background-color: #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;	
}
.height_1{
	height: 3px;
}
.contents_t{
  margin: 0;
	height: 120px;
/*  padding: 2em 0em 0.1em 1.5em;*/
	/*vertical-align: middle;*/ /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
 /*text-align: center;*/
	background-color: #e3e3e3;
}
.contents_t_font{
  font-size: 28px;
}
.contents_faq_font{
  font-size: 24px;
}
.h_space1{
	height: 50px;
}
.h_space2{
	height: 100px;
}

.faq_list_t{
		list-style: none;
	margin-left: -60px;
	width: 95%;
	margin-bottom: 30px;
}
.faq_list_t li{display: inline; margin-left:30px;}
.subcont-_link{
	cursor: pointer;cursor: hand;color: #0273ab;
}

.faq_cont{

	background-color: #fff;
/*	padding: 4px 8px;*/

	width: 100vw; 
	animation-name: fade;
	animation-duration: 1s;
} 
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.faq_list_t li:hover{
	text-decoration: underline;
}


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


----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {/* 700px以下*/

/*
	.q_list {
		padding: 10px 40px 40px 10px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/

	.faq_cont {
		width: 96vw;
		margin-top: 25px;
	}	
	.faq_img{
		width:80%;
	}

}

@media screen and (max-width: 420px){
/*
	.q_list {
		padding: 10px 40px 40px 3px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}	
*/
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 3.5vw;/* 14px*/
	}
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}



@media screen and (max-width: 390px){
/*
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 13px;
	}
*/
	.faq_cont {
		width: 95vw;
		margin-top:10px;
	}	
	.ac_con .ac-title:before {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .2s;
	    transform: rotate(
	90deg);
	    -webkit-transform: rotate(
	90deg);
	}
	.ac_con .ac-title:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .3s;
	}
/*
	.q_img {
	    margin-bottom: -4px;
	    width: 20px;
	}
*/
/*
	.q_list {
		padding: 10px 40px 40px 4px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/
/*
	.a_img {
	    margin-bottom: 8px;
	    margin-left: -3px;
	    width: 20px;
	}
*/
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}


@media screen and (max-width:360px) {/* 360px以下*/
/*
	.q_list {
	    padding: 10px 40px 40px 3px;
	    top: 0px;
	    height: auto;
	    font-size: 4.2vw;
	}
*/
}
.active_subitem{
	background-color: #002063;
	color: #fff !important;	
} /*最後に記述*/
/* CSS Document */

.faqs_list_t{
	list-style: none;
	box-sizing: border-box;
	width: 95%;
	max-width:730px;
	margin:0 auto 30px;
	padding-left:0;
	display: flex;
	flex-wrap: wrap;
}
.faqs_list_t li{
	display: inline; 
	box-sizing: border-box;
	width: 23%;
	font-weight: bold;
	letter-spacing:1.5px;
	margin: 8px 8px;
}/* 4列 */

.faqs_list_t li:hover{
	/*text-decoration: underline;*/
}
ul {list-style: none;}
ul.faqs_list_t{position: relative;}
ul.faqs_list_t > li ul{
    display: none;    
    position: absolute;  
    top:25px;
    left:50px;
	padding: 30px 0px 30px 0px;
	background-color: #fff;
    width: 430px; box-shadow:5px 5px 15px 0px #506675;	border-radius: 4px;
}
ul.faqs_list_t > li > ul > li{
    width:150px;
	border: 1px solid #000;
	/*padding:10px;*/
    float: left;
	display: block;
}
ul.faqs_list_t > li > ul > li a{
    width:100%;
	height: 100%;
	padding:10px 0;
	margin-left: 0px;	
	display: block;
}
ul.faqs_list_t > li > ul  :hover{
	background-color: #061D78;
	color: #fff ;
	display: block;
}
ul.faqs_list_t > li:hover ul{
    display: block;
}

li.subcont-_link > ul.subcont-_silk{
    display: none;    
    position: absolute;  
    top:25px;
    left:250px;
	padding: 30px 0px 30px 0px;
	background-color: #fff;
    width: 430px; box-shadow:5px 5px 15px 0px #506675;	border-radius: 4px;
}
ul.faqs_list_t > li.subcont-_link > ul.subcont-_silk > li{
    width:150px;
	border: 1px solid #000;
	/*padding:10px;*/
    float: left;
	display: block;
}

@media screen and (max-width:900px){
	.faqs_list_t {padding-left:5%;padding-right: 5%;}
	.faqs_list_t li{ margin: 8px 3px;padding:8px 12px; } /* 4列 */
}
@media screen and (max-width:600px){
	.faqs_list_t {padding-left:0;padding-right: 0;}
	.faqs_list_t li{ width: 30%; margin: 5px 5px; } /* 3列 */
}
@media screen and (max-width:420px){
	.faqs_list_t li{ padding:5px 8px; }
}


.q_img{margin-bottom: -5px;margin-right:.5em;}
.a_img{margin-bottom: -1px;margin-left: -3px;margin-right:.5em;vertical-align: top;}

.q_img2{margin-bottom: -4px;margin-right:.7em; width: 17px; margin-left: 4px;}
.a_img2{margin-bottom: -1px;margin-left: 2.5px;margin-right:.47em;vertical-align: top; width: 17px; padding-top: 5px;}


@media screen and (max-width:599px){
	.q_img {
	    margin-bottom: -4px;
	    width: 22px;
		margin-right: .3em;
		vertical-align: 3px;
	}
	.a_img {
		margin-left: -3px;
		margin-right: .1em;
	    width: 22px;
	}

	.q_img2 {
	    margin-bottom: -6px;
	    width: 16.5px;
		margin-right: .45em;
		vertical-align: 3px;
		margin-top: 4px;
	}
	.a_img2 {
		margin-left: 5px;
		margin-right: .1em;
	    width: 16.5px;
	}


}

.ac_con {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  border-top: none;
	border-bottom: 1px solid #E8E8E8;
  outline: 0;
  cursor: pointer;
}
.ac_con:first-of-type {border-top:1px solid #FFF;}
.ac-title{
/*
	border-top: 1px solid #E8E8E8;
*/
}
.ac_con .ac-title { /* Q文章 */
	box-sizing: border-box;
	display: block;
	position: relative;
	width:95%;
	margin: 0;
	padding: 12px 7% 12px 4%;
	/*font-size: 20px;*/
	font-weight: normal;
	color: #000;
	background: #fff;
	cursor: pointer;
}
.faq_txt{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width:90%;
}

.q_list{ /* A文章 wrapper */
/*	padding: 12px 7% 12px 4.3%;*/
	padding: 12px 7% 40px 4.3%;
	top:0px;
	height: auto;
/*	font-size: 20px;*/
}
@media screen and (max-width:599px){
	.ac_con .ac-title {width:98%;font-size:max(3.5vw, 16px);padding-left:0;} /* Q文章 */
	.faq_txt{ width: 85%;}
	.q_list {font-size:max(3.5vw, 16px);padding-left:0;line-height: 1.4em;
    text-align: justify;} 
}
.faq_a_txt {
    box-sizing: border-box;
    width: 87%;
    display: inline-block;
    margin-left: 5px;
}

/*トグルを開いたところの背景色と文字色　　質問内容*/
.js-ac-title.isActive{
  background: #002063;
  color: #fff;
}
/*トグルを開いたところの背景色と文字色　　カテゴリー*/
/*.js-ac-title_V.isActive{
  background:#1E5A73;
  color: #fff;
}*/
.ac_con .ac-title:hover,
.ac_con .ac-title:active,
.ac_con .content-entry.open .ac-title {
/*  background-color: #C4CBD2;
  color: white;*/
}

.ac_con .ac-title:hover i:before,
.ac_con .ac-title:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

.js-ac-title_V{background-color: #E3EFF8}
/*V字*/
.ac-title_V{
  position: relative;
}

.ac-title_V:after {
  content: "";
  position: absolute;
  right: 49px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	
}

.ac-title_V.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.ac_con .ac-title_V {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  background: #fff;/*background-color: #002063;*/
  cursor: pointer;
}



.ac_con .ac-title_V:hover,
.ac_con .ac-title_V:active,
.ac_con .content-entry.open .ac-title_V {
  background-color: #C4CBD2;
  color: white;
}

.ac_con .ac-title_V:hover i:before,
.ac_con .ac-title_V:hover i:active,
.ac_con .content-entry.open i {
  color: white;
}

/*プラスマイナス*/
.ac_con .ac-title:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	left:95%;
	margin:auto;
	width: 17px;
	height: 2px;
	background-color: #40180A;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.ac_con .ac-title:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 95%;
	margin: auto;
	width: 17px;
	height: 2px; 
	background-color: #40180A;
	transition: .3s;
}
.ac_con .ac-title.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.ac_con .ac-title.on:after{
	background-color: transparent;
	color: #fff;
}



.ac-content {
  display: none;
/*  padding-left: 2.3125em;*/
	background-color: #fff;
/*	width: 95%;*/
}


.ac_con {
  width: 100%;
  /*margin: 1.875em auto;*/
}

.q_box{
	width: 100%;
	text-align: left;
	/*border-bottom: 1px solid #E8E8E8;*/
}

.boxContainer{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.Q_radi {
 border: 5px solid #2C6B8E;
 background-color: #2C6B8E;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.A_radi {
 border: 5px solid #9C2222;
 background-color: #9C2222;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;
}
.no_radi{
border: 5px solid #fff;
 background-color: #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
line-height:15px;	
 border-radius: 5px;
 margin-right: 10px;
 width: 15px;
 height: 15px;
 padding: 2px;
 display: inline-block;	
}
.height_1{
	height: 3px;
}
.contents_t{
  margin: 0;
	height: 120px;
/*  padding: 2em 0em 0.1em 1.5em;*/
	/*vertical-align: middle;*/ /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
 /*text-align: center;*/
	background-color: #e3e3e3;
}
.contents_t_font{
  font-size: 28px;
}
.contents_faq_font{
  font-size: 24px;
}
.h_space1{
	height: 50px;
}
.h_space2{
	height: 100px;
}

.faq_list_t{
		list-style: none;
	margin-left: -60px;
	width: 95%;
	margin-bottom: 30px;
}
.faq_list_t li{display: inline; margin-left:30px;}
.subcont-_link{
	cursor: pointer;cursor: hand;color: #0273ab;
}

.faq_cont{

	background-color: #fff;
	/*padding: 4px 8px;*/
	width: 100%; 
	animation-name: fade;
	animation-duration: 1s;
} 
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.faq_list_t li:hover{
	text-decoration: underline;
}


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


----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {/* 700px以下*/

/*
	.q_list {
		padding: 10px 40px 40px 10px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/

	.faq_cont {
		width: 96vw;
		margin-top: 25px;
	}	
	.faq_img{
		width:80%;
	}

}

@media screen and (max-width: 420px){
/*
	.q_list {
		padding: 10px 40px 40px 3px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}	
*/
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 3.5vw;/* 14px*/
	}
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}



@media screen and (max-width: 390px){
/*
	.p_subitem1, .p_subitem2, .p_subitem3, .p_subitem4, .p_subitem5, .p_subitem6, .p_subitem7, .p_subitem8 {
	    width: 100%;
	    padding: 10px 10px;
	    border-radius: 25px;
	    background-color: #EBEBEB;
	    color: #5A5563 !important;
	    font-size: 13px;
	}
*/
	.faq_cont {
		width: 95vw;
		margin-top:10px;
	}	
	.ac_con .ac-title:before {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .2s;
	    transform: rotate(
	90deg);
	    -webkit-transform: rotate(
	90deg);
	}
	.ac_con .ac-title:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 95%;
	    margin: auto;
	    width: 15px;
	    height: 2px;
	    background-color: #40180A;
	    transition: .3s;
	}
/*
	.q_img {
	    margin-bottom: -4px;
	    width: 20px;
	}
*/
/*
	.q_list {
		padding: 10px 40px 40px 4px;
		top: 0px;
		height: auto;
		font-size: 4.2vw;
	}
*/
/*
	.a_img {
	    margin-bottom: 8px;
	    margin-left: -3px;
	    width: 20px;
	}
*/
	/*プラスマイナス*/
	.ac_con .ac-title:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:95%;
		margin:auto;
		width: 15px;
		height: 2px;
		background-color: #40180A;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.ac_con .ac-title:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 95%;
		margin: auto;
		width: 15px;
		height: 2px; 
		background-color: #40180A;
		transition: .3s;
	}
	
}


@media screen and (max-width:360px) {/* 360px以下*/
	.q_list {font-size:4.1vw;padding-left:0;line-height: 1.4em;
    text-align: justify;} 
	
}
.active_subitem{
	background-color: #002063;
	color: #fff !important;	
} /*最後に記述*/

@media screen and (max-width:320px){
	.ac_con .ac-title {width:98%;font-size:4.1vw;padding-left:0;}
	.faq_txt {width: 87%;}
	.q_img2 {
		margin-bottom: -6px;
		width: 14.5px;
		margin-right: 0.45em;
		vertical-align: 3px;
		margin-top: 3px;
	}
	.a_img2 {
		margin-left: 5px;
		margin-right: 0.1em;
		width: 14.5px;
	}
	
}