/*spのdetail関連を非表示ココカラ*/
#sp_head_close {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/
section.mv {
	background-image: url("../../common/images/faq/mainvis_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	position: relative;
	width: 100%;
}
.float_link,
section.contact_area {
	display: none;
}
.float_link.yellow {
	display: block;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/faq/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
    top: 72px;
    margin: 0 auto;
    height: 60px;
    width: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv_ttl h1 {
    font-size: 12px;
    color: #013e98;
    margin-bottom: -14px;
	position: relative;
}

section.faq_area {
	position: relative;
	width: 100%;
	background: #f4f5dd;
	background: linear-gradient(45deg,#f4f5dd 20%, #dbf4ff 80%);
	background: -webkit-linear-gradient(45deg,#f4f5dd 20%, #dbf4ff 80%);
	background: -moz-linear-gradient(45deg,#f4f5dd 20%, #dbf4ff 80%);
	/*background-color: #e3ebf7;*/
}

.faq_inner {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 100px;
}
ul.faq_select_btn {
	width: 100%;
	font-size: 18px;
	color: #013e98;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-between;
	margin-bottom: 30px;
}

ul.faq_select_btn li {
	width: 200px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
ul.faq_select_btn li label {
	width: 100%;
	height: 100%;
	border: solid 2px #013e98;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
ul.faq_select_btn li:first-child label {
	color: #e41616;
	border: solid 2px #e41616;
}
ul.faq_select_btn li:last-child label {
	color: #ff961b;
	border: solid 2px #ff961b;
}

/*ul.faq_select_btn li label {
	padding: 12px 67px;

}*/
.faq_contents {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 100px;
	background-color: #fff;
}

.faq_contents_ttl_wrap {
	width: 100%;
	font-size: 24px;
	color: #013e98;
	height: 133px;
	justify-content: center;
	align-items: center;
	display: flex;
}


.tab_item:hover {
  cursor: pointer;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
input[type="radio"]:checked + label {
	background-color: #013e98;	
	color: #ffffff; /* マウス選択時のフォント色を指定する */
}

li:first-child input[type="radio"]:checked + label {
	background-color: #e41616;	
	color: #ffffff; /* マウス選択時のフォント色を指定する */
}

li:last-child input[type="radio"]:checked + label {
	background-color: #ff961b;	
	color: #ffffff; /* マウス選択時のフォント色を指定する */
}

.faq_contents_ttl, .faq_contents_short {
	display: none;
}
.faq_contents_short.faq_cat01 { /*最初に表示させておく*/
	display: block;
}

#accordions-1550,
#accordions-1552,
#accordions-1553,
#accordions-1554,
#accordions-1556,
#accordions-1557,
#accordions-1558,
#accordions-1559
 {
	margin: 0 auto;
}
.accordions-head-title:before {
	content: url(../../common/images/faq/q_icon.svg);
	height: 21px;
	margin-left: 20px;
	margin-right: 13px;
  vertical-align: middle;
}
.accordion-content:before {
	content: url(../../common/images/faq/a_icon_y.svg);
  	display: inline-block;
    position: absolute;
    left: 10px;
}
.accordion-content p {
	line-height: 26px;
}
#cat_ttl01 {
	display: block;
}
#cat_ttl02 {
}
#cat_ttl03 {
}
#cat_ttl04 {
}
#cat_ttl05 {
}
#cat_ttl06 {
}
#cat_ttl07 {
}
#cat_ttl08 {
}
.accordions-head {
	border-top: solid 1px lightgray!important;
	border-bottom: none!important;
	border-left: none!important;
	border-right: none!important;
}
.faq_contents_short .accordion-content {
	margin: 10px 0 10px 40px!important;
}
.accordions-head:first-child {
	border-top: none!important;
}
.accordion-content > p > img {
	width: 100%;
	height: auto;
}

img.alignnone {
	width: 100%;
	height: auto;
}


@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.accordion-content > p > a > img {
		width: 100%;
		height: auto;
	}
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.accordion-content > p > a > img {
		width: 50%;
		height: auto;
	}
}
.into_inner {
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding-top: 40px;
}

.into_contact {
	width: 100%;
	box-sizing: border-box;
	border: solid 6px #000;
	border-image: linear-gradient(to bottom,  #d2f2ff 1%,#d9e1ed 100%) 1;
	position: relative;

}
.into_contact_inner {
	width: 100%;
	background: #fff;
	padding: -5px;
	position: relative;

}
.into_contact_inner > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-top: 26px;
}
.into_contact_ttl {
	color: #013e98;
	font-size: 20px;
}


.into_contact_uline{
	position: relative;
	height: 4px;
	background: linear-gradient(to left,  #d2f2ff 1%,#d9e1ed 100%);
	width: 45px;
	margin: 15px 0;
}
.into_contact_desc {
	width: 90%;
	color: #56595b;
	font-size: 16px;
	margin-bottom: 20px;
}


.tel_btn {

}

.into_notice {
	color: #56595b;
	font-size: 16px;
	width: 90%;
	margin: 20px 0;
}

@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.into_check ul {
		width: 90%;
	}
	.arrow_box {
		display: none;
	}

}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.into_check ul {
		width: 60%;
	}
}









