@charset "utf-8";
/* CSS Document */
#title {
	display: block;
	margin: 0;
	width: 100%;
}
#title img {
	height: auto;
	width: 100%;
}

#catch {
	font-size: 30px;
	font-weight: 900;
	color: #FF8000;
	line-height: 1.5em;
	text-align: center;
	margin: 60px auto;
	width: 96%;
}

.subtit {
	display: block;
	margin: 40px auto 50px;
	width: 223px;
}

/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 96%;
    max-width: 980px;
    margin:0 auto;
}

.accordion-area li {
    margin: 10px 0;
}

/*アコーディオンタイトル*/
.title {
    cursor: pointer;
    transition: all .5s ease;
}

.title.faq01 {
	background-image: url(../images/faq/ti_faq01_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 0px;
	padding-top: 19.23%;
	height: 0;
	width: 100%;
}

.title.faq02 {
	background-image: url(../images/faq/ti_faq02_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 0px;
	padding-top: 19.23%;
	height: 0;
	width: 100%;
}

.title.faq03 {
	background-image: url(../images/faq/ti_faq03_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 0px;
	padding-top: 19.23%;
	height: 0;
	width: 100%;
}

.title.faq04 {
	background-image: url(../images/faq/ti_faq04_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 0px;
	padding-top: 19.23%;
	height: 0;
	width: 100%;
}

.title.faq05 {
	background-image: url(../images/faq/ti_faq05_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 0px;
	padding-top: 19.23%;
	height: 0;
	width: 100%;
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    background: #fff;
	margin: 30px auto;
    padding: 0;
	width: 90%;
}

.faq-area dt {
	font-size: 16px;
	font-weight: 600;
	color: #F60;
	padding-left: 1em;
	width: 100%;
	position: relative;
}
.faq-area dt::before {
	font-size: 18px;
	font-weight: 600;
	color: #F60;
	content:"Q.";
	margin-left: -1.5em;
	margin-right: 0.5em;
}

.faq-area dd {
	line-height: 1.8em;
	margin: 0.5em 0.5em 2em 1.5em;
}
.faq-area dd ol, .faq-area dd ul {
	margin-left: 1em;
}

@media only screen and (min-width: 769px) {
#title {
	background-image: url(../images/faq/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 440px;
	width: 1080px;
}

#catch {
	font-size: 43px;
	margin: 90px auto;
	width: 1080px;
}

.subtit {
	margin: 0 auto 75px;
}

.title.faq01 {
	background-image: url(../images/faq/ti_faq01.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 0px;
	padding-top: 0;
	height: 100px;
	width: 980px;
}

.title.faq02 {
	background-image: url(../images/faq/ti_faq02.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 0px;
	padding-top: 0;
	height: 100px;
	width: 980px;
}

.title.faq03 {
	background-image: url(../images/faq/ti_faq03.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 0px;
	padding-top: 0;
	height: 100px;
	width: 980px;
}

.title.faq04 {
	background-image: url(../images/faq/ti_faq04.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 0px;
	padding-top: 0;
	height: 100px;
	width: 980px;
}

.title.faq05 {
	background-image: url(../images/faq/ti_faq05.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 0px;
	padding-top: 0;
	height: 100px;
	width: 980px;
}

/*アコーディオンで現れるエリア*/
.box {
	margin: 50px auto;
}

.faq-area dt {
	font-size: 18px;
}
.faq-area dt::before {
	font-size: 20px;
}

.faq-area dd {
	font-size: 16px;
}
}