main {
    width: 1000px;
    margin: 30px auto 60px;
    display: block;
}
main h2 {
    font-weight: normal;
    /* font-size: 1.4rem; */
    font-size: 3rem;
    width: 100%;
    height: 140px;
    letter-spacing: 4px;
    background-image: url(../img/column/faq/h2_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.sp {
	display: none;
}
.tab_head {
	display: flex;
	margin-bottom: 25px;
}
.tab_head li {
	margin-right: 10px;
}
.tab_head a {
	color: #000;
	background-color: #fafafa;
	border: solid 1px #e4e4e4;
	font-size: 14px;
	line-height: 1.4;
	width: 190px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.tab_head a.active {
	color: #fff;
	background-color: #ff9f00;
}
.tab_head a.active::before {
    content: "";
    border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: #ff9f00 transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}
.tab_body {
	display: none;
}
.tab_body.active {
	display: block;
}
.link_box {
	display: flex;
	background-color: #fff4cc;
	padding: 0 15px;
	margin-bottom: 30px;
}
.link_box li a {
	font-size: 14px;
	margin-right: 20px;
	padding: 15px 0;
	display: flex;
	opacity: inherit;
}
.link_box li a::before {
	content: "";
	background-image: url(../img/column/faq/icon.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	height: 13px;
	width: 9px;
	margin-right: 10px;
}
.tab_body h3 {
	font-size: 24px;
	padding: 20px;
	color: #55a93a;
	background-color: #fafafa;
	border-bottom: none;
	width: inherit;
}
.tab_body h4 {
	font-size: 20px;
	padding-top: 30px;
    padding-bottom: 20px;
} 
.tab_body dl {
	border: solid 1px #e4e4e4;
	margin-bottom: 10px;
}
.tab_body dt.ac-head {
	font-size: 16px;
	padding: 20px 30px 20px 20px;
	font-weight: bold;
	display: flex;
    align-items: center;
	cursor: pointer;
	position: relative;
}
.tab_body dt.ac-head::before {
	content: "\f196";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    font-size: 30px;
    color: #55a93a;
	font-weight: normal;
}
.tab_body dt.ac-head:hover::before {
	cursor: pointer;
}
.tab_body dt.ac-head.open::before {
	display: none;
}
.tab_body dt.ac-head.open::after {
	content: "\f147";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    font-size: 30px;
    color: #55a93a;
	font-weight: normal;
}
.tab_body dt.ac-head.open:hover::after {
	cursor: pointer;
}
.tab_body dd.ac-body {
	font-size: 16px;
	padding: 20px;
	line-height: 1.6;
	background-color: #fafafa;
	display: flex;
	align-items: baseline;
	display: none;
}
.tab_body dd.ac-body a {
	display: contents;
	color: #1c8cff;
	text-decoration: underline;
}
.tab_body dd.ac-body a:hover {
	color: #ff1212;
}
.tab_body dd.ac-body span.c_ef811f {
    font-size: 16px;
    display: contents;
    color: #ef811f;
}
.tab_body dd.ac-body.open {
	display: flex;
}
.accordion_box span {
	font-size: 22px;
	margin-right: 20px;
}
.accordion_box span.c_1c8cff {
	color: #1c8cff; 
}
.accordion_box span.c_ff1212 {
	color: #ff1212; 
}
.btn {
	margin-top: 20px;
}
.btn a {
    font-size: 24px;
    display: flex;
    flex-direction: column;
	align-items: center;
   justify-content: center;
    width: 360px;
    height: 85px;
    margin: 0 auto;
    color: #fff;
    background-color: #55a93a;
	line-height: 1.2;
}
.btn a span {
	font-size: 16px;
}
.sp_410 {
	display: none;
}
.l_banner {
	text-align: center;
    border-top: inherit;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0;
	margin-bottom: 60px;
}
.l_banner a {
	width: 1000px;
    margin: 0 auto;
    display: block;
}
.l_banner img {
    border: 1px solid #eaeaea;
	width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.l_banner a {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	main {
		width: 100%;
		margin-top: 3%;
		margin-bottom: 60px;
	}
	main h2 {
		-webkit-background-size: cover;
		background-image: url(../img/column/faq/h2_bg.png);
		background-size: auto 100%;
		background-position: top right;
		font-size: 4vw;
		padding-left: 3%;
		font-weight: bold;
		height: 70px;
		text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
	}
	.sp {
		display: block;
	}
	.qa_content {
		padding: 0 3%;
	}
	.date {
		font-size: 2vw;
	}
	.tab_head {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 3%;
	}
	.link_box {
		padding: 0 3%;
		margin-bottom: 3%;
	}
	.tab_head li {
		margin-right: 3vw;
		width: 31%;
	}
	.tab_head li.mr_0 {
		margin-right: 0;
	}
	.tab_head li.mt_03 {
		margin-top: 3%;
	}
	.tab_head a {
		font-size: 2vw;
		width: 100%;
		max-width: 100%;
    	height: 12vw;
	}
	.tab_head a.active::before {
		border-width: 2vw 2vw 0 2vw;
		bottom: -2vw;
		margin-left: -2vw;
	}
	.link_box li a {
		font-size: 2vw;
		padding: 3vw 0;
    	margin-right: 1vw;
		display: flex;
		align-items: center;
	}
	.link_box li a::before {
		height: 2vw;
		width: 1.5vw;
		margin-right: 1.5vw;
	}
	.tab_body h3 {
		font-size: 3.7vw;
    	padding: 3%;
	}
	.tab_body h4 {
		font-size: 3.5vw;
		padding-top: 2vw;
    	padding-bottom: 3vw;
	}
	.tab_body dl {
		margin-bottom: 2vw;
	}
	.tab_body dt.ac-head {
		font-size: 3.2vw;
		line-height: 1.4;
		padding: 2vw 8vw 2vw 2vw;
	}
	.tab_body dt.ac-head::before {
		right: 3%;
		margin-top: -2.5vw;
		font-size: 4vw;

	}
	.tab_body dt.ac-head.open::after {
		right: 3%;
		margin-top: -2.5vw;
		font-size: 4vw;
	}
	.accordion_box span {
		font-size: 4vw;
    	margin-right: 3vw;
	}
	.tab_body dd.ac-body {
		font-size: 3.2vw;
    	padding: 2vw;
	}
	.btn {
		margin-top: 5%;
	}
	.btn a {
		font-size: 2.5vw;
		width: 50vw;
		height: 10vw;
	}
	.btn a span {
		font-size: 2vw;
	}
	.l_banner {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	.l_banner img.sp {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 420px) {
	.tab_head a {
		height: 15vw;
	}
	.sp_410 {
		display: block;
	}
}
