@charset "UTF-8";


#kv{
	margin: 0 auto 60px;
	padding: 0 0 0 0;
	position:relative;
	height: 280px;
	min-width: auto;
	background: linear-gradient(270deg, #ff8c00 11%, #fdc84a 80%);
display: flex;
align-items:center;
justify-content:center;
}

#kv h2{
	margin: 0 auto;
	padding: 60px 0 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #fff;
}

#document{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0;
	position: relative;
	text-align:center;
	overflow: visible;
	z-index:10;
}

.mask_inner{
	margin: 0 auto 0;
	padding: 0 0 0;
	width: auto;
	position:relative;
	text-align:center;
}

.block1{
	margin: -90px auto 0;
	padding: 60px 0 80px;
	min-width: auto;
	position:relative;
	text-align:center;
	background-image: url(../images/news/bg.svg);
	background-repeat: nrepeat;
	background-position: top center;
	background-size: 375px auto;
}

.mask_style1 {
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
background: #fff;
mask-image: linear-gradient(#000, #000), url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201400.26%205779.95%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M1400.26%2C52.95S1164.15-22.61%2C877.22%2C6.79c-286.93%2C29.4-359.08%2C90.68-545.3%2C90.68S0%2C53.05%2C0%2C53.05V5779.95H1399.92l.34-5727Z%22%2F%3E%3C%2Fsvg%3E");
mask-repeat: no-repeat, repeat-x;
mask-position:0 0,center top;
mask-size:100% auto,375px auto;
mask-composite: intersect;
z-index:-1;
}


.tab-wrap {
	margin: 0 0px 0 ;
	padding: 0 0;
	position:relative;
	display: flex;
	align-items:center;
	justify-content:center;
	flex-wrap: wrap;
	width:auto;

}
.tab-wrap:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #555;
	display: block;
	order: -1;
}
.tab-wrap:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #555;
	display: block;
	order: -1;
}
.tab-label {
	margin: 0 0 0 ;
	padding: 10px 5px;
	position:relative;
	display:block;
	cursor: pointer;
	order: -1;
	z-index: 1;
	
	font-weight:bold;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	color: #222;
	white-space: nowrap;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  color:#f38624;
  border-bottom:4px solid #f38624;
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 30px 0 30px;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}



ul.faq_list{
	margin: 0 auto;
	padding: 0 30px;
	position:relative;
	text-align:center;
}

ul.faq_list li{
	margin: 0 auto 0;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	border-bottom:1px solid #999;
	box-sizing: border-box;
}

ul.faq_list li h4{
	margin: 0 0;
	padding: 12px 0px 12px 40px;
	position:relative;
font-family: "Noto Sans JP";
font-weight: 600;
font-size: 15px;
letter-spacing: 0.03em;
line-height: 29px;
text-align: left;
color: #222;
cursor: pointer;
}

ul.faq_list li h4::before {
content: "";
position: absolute;
top:13px;
left:0;
width: 28px;
height: 28px;
background-image: url("../images/faq/open.svg");
background-repeat: no-repeat;
background-position: center top;
background-size:28px 28px;
}

ul.faq_list li h4.open::before {
content: "";
position: absolute;
top:13px;
left:0;
width: 28px;
height: 28px;
background-image: url("../images/faq/close.svg");
background-repeat: no-repeat;
background-position: center top;
background-size:28px 28px;
}

ul.faq_list li p{
	margin: 0 0;
	padding: 0 0px 20px 40px;
	position:relative;
font-family: "Noto Sans JP";
font-weight: normal;
font-size: 14px;
line-height: 1.8;
text-align: left;
color: #222;
}