@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1100px以上の場合に適用 

*******************************************************/

/* mv_index */
.mv_index {
	margin: 95px auto 0 auto;
	width: 100%;
	max-width: 2000px;
	position: relative;
	}

.mv_index img {
	display: block;
	width: 100%;
	height: auto;
	}

.mv_index .mv_copy {
	width: 625px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -174px;
	margin: auto;
	}



/* container_about */
.container_about {
	margin-top: 250px;
	text-align: center;
	}

.container_about .wrapper {
	margin-bottom: 120px;
	}

.container_about h1,
.container_about p {
	font-size: 1.6rem;
	line-height: 1.8;
	}

.container_about .btn {
	margin-top: 50px;
	}

.container_about img {
	display: block;
	width: 100%;
	height: auto;
	}



/* container_faq */
.container_faq {
	width: 100%;
	padding: 100px 0 120px 0;
	background-image: url("/img/index/bg_container_faq.jpg");
	}

.container_faq > div {
	width: 960px;
	margin: 0 auto;
	}

.container_faq .h2 {
	color: #FFF;
	text-align: center;
	}

.container_faq > div > ul {
	margin-bottom: 50px;
	}

.container_faq > div > ul > li {
	width: 100%;
	max-width: 960px;
	position: relative;
	border-bottom: 1px solid #FFF;
	padding: 20px;
	margin: 0 auto;
	font-size: 1.6rem;
	}

.container_faq > div > ul > li:first-child {
	border-top: 1px solid #FFF;
	}

.index_acco_Btn {
	border: 1px solid #FFF;
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	}

.index_acco_Btn:hover {
	cursor: pointer;
	}

.index_acco_Btn::after {
	content: '▼';
	font-size: 1rem;
	position: absolute;
	left: 10px;
	top: 7px;
	color: #FFF;
	transition: .3s;
	}

.open_index_acco::after {
	transform: rotate(60deg);
	}

.question {
	padding-left: 40px;
	position: relative;
	}

.question p {
	display: inline-block;
	vertical-align: middle;
	padding-right: 50px;
	font-weight: 600;
	color: #FFF;
	}

.answer {
	display: none;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 40px;
	margin-left: 25px;
	position: relative;
	}

.answer p {
	color: #FFF;
	}

.question p::before {
	content: 'Q';
	font-size: 1.8rem;
	font-weight: 600;
	background-color: #FFF;
	color: #5ecbd8;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 0;
	}

.answer p::before {
	content: 'A';
	font-size: 1.8rem;
	font-weight: 600;
	background-color: #FFF;
	color: #5ecbd8;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 0;
	}

.container_faq .btn {
	border: 2px solid #FFF;
	color: #FFF;
	line-height: 58px;
	}

.container_faq .btn::before {
	background-color: #FFFFFF;
	}

.container_faq .btn:hover {
	color: #5ecbd8;
	}




/******************************************************

タブレットの設定 769px〜1099pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1099px){

/* mv_index */
.mv_index .mv_copy {
	width: 60%;
	bottom: -35%;
	}



/* container_about */
.container_about {
	margin-top: 20%;
	}



/* container_faq */
.container_faq > div {
	width: 95%;
	}


}



/******************************************************

SPの設定 768px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 768px){

/* mv_index */
.mv_index {
	margin: 65px auto 0 auto;
	}



/* container_about */
.container_about .wrapper {
	margin-bottom: 60px;
	}

.container_about .btn {
	margin-top: 30px;
	}

.container_about h1,
.container_about p {
	text-align: left;
	}



/* container_faq */
.container_faq {
	padding: 50px 0 60px 0;
	}

.container_faq > div {
	width: calc(100% - 40px);
	}

.container_faq > div> ul {
	margin-bottom: 30px;
	}

.container_faq > div > ul > li {
	width: 100%;
	padding: 15px 5px;
	}

.question p {
	padding-right: 45px;
	}

.question {
	padding-left: 35px;
	}

.answer {
	padding-top: 15px;
	padding-left: 35px;
	margin-left: 0;
	}

.question p::before {
	height: 25px;
	width: 25px;
	line-height: 25px;
	}

.answer p::before {
	height: 25px;
	width: 25px;
	line-height: 25px;
	}

.container_faq .btn {
	line-height: 47px;
	}





}