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

流れ

------------------------------------------*/
.faq-anc {
	padding-left: 40px;
	margin-bottom: 10px;
	position: relative;
}
.faq-anc::before {
	content: "Q";
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	background-color: #238001;
	position: absolute;
	top: 0;
	left: 0;
}
.faq-anc a {
	color: #238001;
	text-decoration: underline;
}

.fuki-box .wrap {
    width: 150px;
    color: #fff;
    background-color: #fff;
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 7px 10px;
}
.fuki-box.fuki_a .wrap {
    background-color: #1a800d;
    border-left: solid 1px #1a800d;
}
.fuki-box .wrap:before {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    right: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 10px solid #1a800d;
    z-index: 2;
    transform: translateX(50%) rotate(90deg);
}
/*PC*/
@media screen and (min-width: 801px) {
	.support-box .column-box .img-box {
		width: 220px;
	}

	.support-box .column-box .txt-box {
		width: calc(100% - 240px);
		font-size: 1.4rem;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 800px) {
	.support-box .tit {
		font-size: 1.6rem;
	}

	.support-box .column-box .txt-box {
		font-size: 1.3rem;
	}
}/*END*/

