#faq {
	width: 100%;
	position: relative;
	
	background: url("../images/common/back01.png") center;
	background-size: 300px auto;
	padding: 40px 0 10px;
	z-index: 2;
}
#faq > .back {
	display: block;
	width: 1000px;
	height: 50px;
	background: url("../images/common/back01.png") center;
	background-size: 300px auto;
	clip-path: polygon(83% 0, 100% 100%, 0 100%, 38% 91%);
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -50px;
}
/* --------------------------------------------------- */
.faq-nav {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faq-nav li {
	width: 49.5%;
	margin-bottom: 1%;
}
.faq-nav li a {
	display: block;
	background-color: #E7D245;
	font-weight: 600;
	padding: 15px 35px 15px 20px;
	position: relative;
	border: #E7D245 2px solid;
	line-height: 150%;
}
.faq-nav li a .material-symbols-outlined {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 15px;
}
.faq-nav li a:hover {
	color: #333;
	border: #333 2px solid;
	background-color: transparent;
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 680px) {
	.faq-nav {
        width: 95%;
        margin: 0 auto 30px;
		display: block;
    }
    .faq-nav li {
        width: 100%;
		margin-bottom: 5px;
    }
    .faq-nav li a {
        padding: 10px 30px 10px 15px;
        border: #E7D245 2px solid;
    }
    .faq-nav li a .material-symbols-outlined {
		top: 12px;
		right: 7px;
    }
}
/* --------------------------------------------------- */
#flag1,
#flag2,
#flag3,
#flag4,
#flag5,
#flag6,
#flag7,
#flag8 {
	display: block;
	padding-top: 130px;
	margin-top: -130px;
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 680px) {
	#flag1,
    #flag2,
    #flag3,
    #flag4,
    #flag5,
    #flag6,
    #flag7,
    #flag8 {
        display: block;
        padding-top: 70px;
        margin-top: -70px;
    }
}
/* --------------------------------------------------- */
.area1 {
	max-width: 1200px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.area1 .accordion-area {
    list-style: none;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.area1 .accordion-area li{
    margin: 10px 0;
}
.area1 .accordion-area section {
	background: url("../images/common/back03.png") center;
	background-size: 300px;
}
.area1 .title {
    position: relative;
    cursor: pointer;
    font-size:1em;
    font-weight: normal;
    padding: 20px 50px 20px 40px;
    transition: all .5s ease;
	font-weight: 500;
	line-height: 180%;
}
.area1 .title::before,
.area1 .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}
.area1 .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
}
.area1 .title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}
.area1 .title.close::before{
	transform: rotate(45deg);
}
.area1 .title.close::after{
	transform: rotate(-45deg);
}
.area1 .title span {
	display: inline-block;
	position: absolute;
	color: #E7D245;
	left: 15px;
	top: 20px;
}
.area1 .box {
    display: none;
	margin:0 2% 2% 2%;
    padding: 20px 0 20px 30px;
	border-top: #333 1px dashed;
	position: relative;
	line-height: 180%;
}
.area1 .box span {
	display: inline-block;
	position: absolute;
	color: #E7D245;
	left: 0px;
	top: 20px;
}
p .faq_link{
	color: red;
	text-decoration: underline;
}
@media only screen and (max-width: 980px) {
	.area1 .box span {
		left: 5px;
	}
}
@media only screen and (max-width: 680px) {
	.area1 .accordion-area {
        margin: 10px 0 -50px auto;
    }
	.area1 {
        margin-bottom: 40px;
    }
	.area1 .title {
        padding: 10px 40px 10px 35px;
    }
	.area1 .title span {
		left: 10px;
		top: 10px;
	}
	.area1 .box {
        margin:0 2% 2% 2%;
        padding: 10px 10px 10px 30px;
    }
	.area1 .box span {
		left: 7px;
		top: 10px;
	}
}
/* --------------------------------------------------- */

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

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

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