
section.mv {
	position: relative;
	width: 2560px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("../../common/images/faq/mainvis_img.jpg");
	background-position: 0 0;
}
.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;
	top: 100px;
	margin: 0 auto;
	height: 88px;
	width: 284px;
}

.mv_ttl h1 {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 46px;
	text-align: center;
}

section.faq_area {
	position: relative;
	width: 2560px;
	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: 1000px;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 100px;
}
ul.faq_select_btn {
	width: 100%;
	height: 200px;
	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: 260px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
}
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: 100%;
	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);
  	display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: middle;
}
.accordion-content:before {
	content: url(../../common/images/faq/a_icon_y.svg);
  	display: inline-block;
    position: absolute;
    left: 30px;
}
.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;
}

.accordions-head:first-child {
	border-top: none!important;
}
.into_inner {
	width: 737px;
	position: relative;
	margin: 0 auto;
	height: 100%;
	padding-top: 60px;
}
.into_contact {
	width: 100%;
	background: linear-gradient(to bottom,  #d2f2ff 1%,#d9e1ed 100%);
	height: 298px;
	position: relative;

}
.into_contact_inner {
	width: 727px;
	background: #fff;
	padding: -5px;
	height: 288px;
	position: absolute;
	left: 5px;
	top: 5px;
}
.into_contact_inner > div {
	width: 638px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	height: 230px;
	position: relative;
	padding-top: 36px;
}
.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; 
}
.into_contact_desc {
	width: 650px;
	height: 46px;
	color: #56595b;
	font-size: 16px;
}


.tel_btn {

}

.into_notice {
	color: #56595b;
	font-size: 16px;
	width: 100%;
}














