@charset "utf-8";

.green, .white{
	opacity: 0;
	animation: sidebar .5s ease 3s 1 forwards;
}
@keyframes sidebar {
	100% {
	opacity: 1;
}
}

#btn_menu{
	opacity: 0;
	animation: btnmenu .5s ease 3s 1 forwards;
}
@keyframes btnmenu {
	100% {
	opacity: 1;
}
}

.g_calender{
	padding-top: 10%;
}
.g_calender h2{
	margin-bottom: 100px;
	text-align: center;
}
.gc_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gc_container h3{
    margin-bottom: 20px;
	text-align: center;
}
.sns_fb_ins{
	display: flex;
	margin-bottom: 80px;
}
#stagl{
	width: 40%;
	margin: 0 40px;
}
#stagl article,
.ins article{
	text-align: center;
}
#stagl h3+p{
	margin-bottom: 20px;
}
.ins h3{
	margin-bottom: 20px;
}
#stagl .fb-container{
	text-align: center;
}

.notes{
	padding: 20px 0;
}
.notes:last-child{
	padding:0;
}
.notes a:hover,
.icon_ins a:hover
{
	color: #EDE24B;
	transition: .4s;
}
.cov{
	position: relative;
}
.ov{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.ins{
	width: calc(100% - 80px - 40%);
	margin: 0 auto;
	padding: 0 20px;
}
.icon_ins{
	text-align: right;
	padding-right: 2rem;
}
.icon_ins span{
	position: relative;
}
.icon_ins .icon_off{
	width: 30px;
	margin-left: 1rem;
	transform: translateY(2px);
}
.icon_ins .icon_on{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	margin-left: 1rem;
	transform: translateY(-10px);
	z-index: -1;
	transition:z-index .4s;
}
.icon_ins a:hover .icon_on{
	z-index: 1;
}

#calendar {
	/*width:calc(100% - 340px - 80px) ;*/
	width: 80%;
	margin: 80px auto 0;
}
#calendar  iframe{
	width: 100%;
	height: 400px;
}



.fixed_tel p{
	opacity: 0;
	animation: tel 1s ease 4s 1 forwards;
}
@keyframes tel {
	100% {
	opacity: 1;
}
}

.hide600{
	display: none;
}

@media screen and (max-width: 1220px) {
.g_calender{
	padding-top: 20%;
}

.sns_fb_ins{
	display: block;
	
}
#stagl {
    width: 100%;
	max-width: 500px;
    margin: 0 auto 40px;
}
.ins {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}
.icon_ins {
    text-align: center;
    padding-right: 0;
}
}/*920*/
@media screen and (max-width: 768px) {
.gc_container{
	display: block;
}
.gc_container .stagl{
	width: 90%;
	margin: 0 auto 40px;
}
.gc_container .stagl iframe{
	margin: 0 auto;
	text-align: center;
}
#calendar iframe {
    margin:0;
    height: 400px;
	transform: translateY(4px);
}
}/*768*/

@media screen and (max-width: 600px) {
	.hide600{
		display: block;
	}
	.hide600_2{
		display: none;
	}
	#stagl {
		width: 80%;
	}
}/*600px*/


.logo_pic{
	position: relative;
	width: 70%;
	max-width: 900px;
	margin: 0 auto;
	padding: 10rem 0 0;
}

.logo {
	width: 20rem;
	position: absolute;
	top: 3rem;
	left: -5rem;
	z-index: 2;
}

.top_pic{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 3rem;
	z-index: 1;
	opacity: 0;
	transform: translateY(2rem);
	animation: toppic 2s ease 1s 1 forwards;
}

@keyframes toppic {
	100% {
	opacity: 1;
	transform: translateY(0);
}
}


.top_pic video{
	width: 100%;
	height: 100%;
}
.top_copy{
	position: absolute;
	top: 55%;
	left: -10%;
	z-index: 2;
}

.top_copy p{
	color: #fff;
	letter-spacing: 5px;
	line-height: 7rem;
	vertical-align: middle;
}

@keyframes typing {
    from { width: 0 }
    to { width:18rem }
}
@keyframes typing2 {
    from { width: 0 }
    to { width:30rem }
}
@keyframes typing3 {
    from { width: 0 }
    to { width:45rem }
}
@keyframes typing1080 {
    from { width: 0 }
    to { width:15rem }
}
@keyframes typing10802 {
    from { width: 0 }
    to { width:25rem }
}
@keyframes typing10803 {
    from { width: 0 }
    to { width:35rem }
}
@keyframes typing600 {
    from { width: 0 }
    to { width:10rem }
}
@keyframes typing6002 {
    from { width: 0 }
    to { width:21rem }
}
@keyframes typing6003 {
    from { width: 0 }
    to { width:28rem }
}

@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: white}
}


.typ, .typ2, .typ3{
	white-space: nowrap;
    overflow:hidden;
	font-size: 5rem;
	font-weight: bold;
}

.typ{
	width: 0;
    border-right: .1em solid rgba(0,0,0,0);
	animation: typing .7s steps(3, end) forwards,
	blink-caret 1s steps(3, end) forwards;
}
.typ2{
	width: 0;
    border-right: .1em solid rgba(0,0,0,0);
	animation: typing2 1s .7s steps(6, end) forwards,
	blink-caret 1s .7s steps(5, end);
}
.typ3{
	width: 0;
    border-right: .1em solid rgba(0,0,0,0);
	animation: typing3 1s 1.7s steps(7, end) forwards,
	blink-caret 1s 1.7s step-end infinite;
}




@media screen and (max-width: 1080px) {
	.logo_pic{
		width: 80%;
	}
	
	.logo {
		width: 16rem;
		top: 5rem;
		left: -2rem;
	}
	
	.top_copy{
		top: 60%;
		left: -5%;
	}
	
	.top_copy p{
		letter-spacing: 3px;
		line-height: 6rem;
		font-size: 4rem;
	}
	
	.typ{
		animation: typing1080 .7s steps(3, end) forwards,
		blink-caret 1s steps(3, end) forwards;
	}
	.typ2{
		animation: typing10802 1s .7s steps(5, end) forwards,
		blink-caret 1s .7s steps(6, end);
	}
	.typ3{
		animation: typing10803 1s 1.7s steps(7, end) forwards,
		blink-caret 1s 1.7s step-end infinite;
	}


	
}/*1080*/

@media screen and (max-width: 600px) {
	.g_calender h2 {
		margin-bottom: 60px;
	}
	.g_calender{
		padding-top: 25%;
	}
	.logo_pic{
		width: 80%;
		padding: 20rem 0 0;
	}
	
	.logo{
		width: 15rem;
		top: 15rem;
		left: auto;
		right: -1rem;
	}
	
	.top_pic video{
		width: 150%;
		height: auto;
		margin-left: -25%;
	}
	
	.top_copy{
		top: 85%;
		left: -5%;
	}
	
	.top_copy p{
		letter-spacing: 3px;
		line-height: 4rem;
		font-size: 3rem;
	}

	.typ{
		animation: typing600 .7s steps(3, end) forwards,
				   blink-caret 1s steps(3, end) forwards;
	}
	.typ2{
		animation: typing6002 1s .7s steps(5, end) forwards,
				   blink-caret 1s .7s steps(6, end);
	}
	.typ3{
		animation: typing6003 1s 1.7s steps(7, end) forwards,
				   blink-caret 1s 1.7s step-end infinite;
	}
	
}/*600px*/



.news_bar{
	background-color: #333;
	width: 80%;
	height: 4rem;
	margin: 2rem auto 0;
	padding: 0.5rem 1rem;
	border-radius: 3rem;
	
	background: #444444;
	box-shadow: 9.61px 9.61px 14px #3B3B3B, -9.61px -9.61px 14px #4D4D4D;
	opacity: 0;
	transform: translateX(2rem);
	animation: newsbar .5s ease 3s 1 forwards;
}
@keyframes newsbar {
	100% {
	opacity: 1;
	transform:translateY(0);
}
}



.news_bar_button{
	background-color: #5eba5e;
	width: 10%;
	min-width: 8rem;
	height: 3rem;
	border-radius: 4rem;
	padding: 0.5rem;
}
.news_bar_button p{
	text-align: center;
}
.news_bar_button a{
	color: #fff;
}
.news_bar_topic{
	width: calc(100% - 18rem);
	max-width: 70%;
	text-align: center;
	overflow: auto;
}

.news_bar_topic a{
	color: #fff;
	padding: 0.5rem 0;
}
.scroll {
	overflow:hidden;
	background-color: #444;
}
.news {
	font-size: 14px;
	display: inline-block;
	padding-top: 0.5rem;
	padding-left: 100%;
	white-space: nowrap;
	line-height: 2rem;
	animation: scrollAnime 18s linear infinite;
}
.news div {display: inline-block;
	margin-right: 10px;}

@keyframes scrollAnime{
    0% {transform: translateX(0)}
	100% {transform: translateX(-100%)}
}


.news_bar_more{
	background-color: #5eba5e;
	width: 10%;
	min-width: 8rem;
	height: 3rem;
	border-radius: 4rem;
	padding: 0.5rem;
}
.news_bar_more p{
	text-align: center;
}
.news_bar_more a{
	color: #fff;
}


@media screen and (max-width: 1080px) {
	
	.news_bar{
		margin-top: 5rem;
	}
	
}/*1080px*/

@media screen and (max-width: 600px) {
	
	.news_bar{
		width: 90%;
		height: 4rem;
		margin: 12rem auto 0;
		padding: 0.5rem 1rem;
		border-radius: 3rem;
	}
	.news_bar_topic{
		width: calc(100% - 9rem);
		max-width: none;
	}

	.news_bar_more{
		display: none;
	}
	.news_bar_more p{
		text-align: center;
	}
	.news_bar_more a{
		color: #fff;
	}
	
}/*1080px*/









/*サービス*/

#service{
	padding-top: 15%;
	background: url(../img/yajirusi.png) 0 0 no-repeat;
	background-position:top -10px left 12%;
	background-size: 15%;
}

#service h2{
	padding-top: 7rem;
	background: url(../img/baiku.png) 0 0 no-repeat;
	background-position: center top;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	letter-spacing: 3px;
}

.service_wapper{
	width: 60%;
	margin: 0 auto;
	margin-top: 3rem;
}

.service_item{
	width: 30%;
	margin: 0 auto;
	text-align: center;
}

.service_pic{
	transition: .2s;
}
.service_pic:hover{
	transform: scale(0.95);
}
.service_pic:hover + .link1::after{
	width: 100%;
}


.service_pic img{
	border-radius: 5rem;
}


.service_item h3{
	color: #fff;
	font-size: 2rem;
	padding-top: 1.5rem;
	letter-spacing: 3px;
	text-align: center;
}

.link1 {
	position: relative;
	margin: 0.7rem 0;
	padding: 0.1em 0.3em;
	display: inline-block;
	transition: .3s;
	color: #EDE24B;
}
.link1::after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	content: '';
	width: 0;
	height: 3px;
	background-color: #EDE24B;
	transition: .2s;
	transform: translateX(-50%);
}
.link1:hover::after {
	width: 100%;
}

.service_text{
	width: 90%;
	color: #fff;
	margin: 0 auto;
	padding-top: 1.5rem;
}

.service_text p{
	letter-spacing: 2px;
	line-height: 2.5rem;
	font-size: 1.6rem;
}


@media screen and (max-width: 1080px) {
	.service_wapper {
		width: 80%;
	}
}/*1080*/






/*リードコピー*/

#lead_copy{
	margin-top: 15rem;
	background: url(../img/jokou.png) 0 0 no-repeat;
	background-position: center right 0;
}

#lead_copy .copy_box{
	padding: 3rem 0;
	border: 1.5rem solid #f39700;
	border-right: none;
	margin-left: 15rem;
	border-radius: 2rem 0 0 2rem;
}

#lead_copy p{
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 4px;
	line-height: 3.5rem;
	font-weight: bold;
}


#lead_copy span{
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 4px;
	line-height: 3.5rem;
	
	background-color: #f39700;
}




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

	
	#service{
		background-size: 25%;
	}
	
	#service h2 {
		padding-top: 12rem;
		background-position: center top 5rem;
		font-size: 2.5rem;
	}
	.service_wapper {
		width: 100%;
		margin-top: 3rem;
		display: block;
	}
	
	.service_item{
		width: 60%;
		margin: 7rem auto 0;
	}
	
	#lead_copy{
		background-position: bottom 3rem right 0;
		background-size: 50%;
	}

	#lead_copy .copy_box{
		padding: 3rem 0 15rem;
		margin-left: 3rem;
	}
	
	#lead_copy p{
		font-size: 1.4rem;
	}


	#lead_copy span{
		font-size: 1.4rem;
	}


	
}/*600px*/


/*カード*/

#card{
	width: 80%;
	margin: 20rem auto 0;
}

#card_container{
	display: grid;
	grid-template-rows: 30rem 30rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	grid-template-areas:
		"areaA areaA areaB areaB"
		"areaC areaD areaD areaD"
		"areaE areaE areaF areaF"
}


#interview{
	grid-area: areaA;
	background: #5eba5e;
	border-radius: 2rem;
	overflow: hidden;
}
#information{
	grid-area: areaB;
	background: #5eba5e;
	border-radius: 2rem;
	overflow: hidden;
}
#history{
	grid-area: areaC;
	background: #5eba5e;
	border-radius: 2rem;
	overflow: hidden;
}
#access{
	grid-area: areaD;
	background: #5eba5e;
	border-radius: 2rem;
	overflow: hidden;
}
#news{
	grid-area: areaE;
	background: #5eba5e;
	border-radius: 2rem;
	overflow: hidden;
}
#blog{
	grid-area: areaF;
	background: #5eba5e;
	border-radius: 2rem;
	overflow: hidden;

}

@media screen and (max-width: 1080px) {
	#card_container{
		display: block;
	}
	#interview{
		margin-top: 2rem;
	}
	#information{
		margin-top: 2rem;
	}
	#history{
		margin-top: 2rem;
	}
	#access{
		margin-top: 2rem;
	}
	#news{
		margin-top: 2rem;
	}
	#blog{
		margin-top: 2rem;

	}

}/*1080px*/

.card_ani{
	transition: .2s;
}
.card_ani:hover{
	transform: scale(0.98);
}






/*インタビューまとめ*/

#interview{
	position: relative;
}

.itv_youtube{
	width: 75%;
	max-width: 300px;
	margin: 0 auto;
}
/*レスポンシブは↑のwidthで調整すること！*/

.itv_iframe{
	width: 80%;
	margin: 1rem auto;
	border-radius: 20px;
	z-index: 1;
	
	position: relative;
	padding-top: 45%;
	overflow:hidden; 
	-webkit-overflow-scrolling:touch;
}
.itv_iframe iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
	display:block;
}

.itv_band{
	width: 100%;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.itv_title{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.itv_title h2{
	color: #5eba5e;
	font-size: 2.5rem;
	padding-top: 1.5rem;
	letter-spacing: 5px;
	line-height: 4rem;
}
.itv_title p{
	color: #5eba5e;
	letter-spacing: 4px;
	line-height: 2rem;
}

.itv_btn{
	width: 30%;
	text-align: center;
	color: #fff;
	background-color: #5eba5e;
	border-top: solid 4px #fff;
	font-size: 2rem;
	padding: 1.5rem;
	letter-spacing: 3px;
}


@media screen and (max-width:1500px){
	.itv_youtube{
		width: 80%;
		max-width: 400px;
	}
}/*1500px*/


@media screen and (max-width:1100px){
	.itv_youtube{
		width: 100%;
		height: 50vw;
		max-width: inherit;
		padding-top: 1rem;
	}
}/*1100px*/

@media screen and (max-width:600px){
	.itv_youtube{
		height: 65vw;
	}
}/*600px*/







/*インフォメーションまとめ*/

#information{
	position: relative;
}


.info_band{
	width: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}

.info_title{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.info_title h2{
	color: #5eba5e;
	font-size: 2.5rem;
	padding-top: 1.5rem;
	letter-spacing: 5px;
	line-height: 4rem;
}
.info_title p{
	color: #5eba5e;
	letter-spacing: 4px;
	line-height: 2rem;
}

.info_main{
	margin: 10rem auto 0;
}

.info_table dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.info_table dt {
	width: 30%;
	text-align: right;
	font-size: 1.6rem;
	line-height: 4rem;
	color: #fff;
	letter-spacing: 2px;
	padding-right: 1rem;
	border-right: solid 10px #fff;
}
.info_table dd{
	width: 70%;
	font-size: 1.6rem;
	line-height: 4rem;
	color: #fff;
	letter-spacing: 2px;
	padding-left: 2rem;
}
.info_table dd span{
	font-size: 3rem;
	line-height: 4rem;
	color: #5eba5e;
	background-color: #ffee01;
	letter-spacing: 2px;
}


@media screen and (max-width:600px){
	
	#information{
		padding-bottom: 3rem;
	}
	
	.info_table dt {
		font-size: 1.4rem;
		line-height: 4rem;
		border-right: solid 5px #fff;
	}
	.info_table dd{
		font-size: 1.4rem;
		line-height: 4rem;
	}
	.info_table dd a{
		font-size: 1.6rem;
		line-height: 4rem;
	}
	
}/*600px*/




/*レキシまとめ*/


#history{
	position: relative;
}


.his_pic{
	text-align: center;
}

.his_img_wrapper{
	width: 15rem;
	padding-top: 0.5rem;
}

.his_band{
	width: 100%;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.his_title{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.his_title h2{
	color: #5eba5e;
	font-size: 2.5rem;
	padding-top: 1.5rem;
	letter-spacing: 5px;
	line-height: 4rem;
}
.his_title p{
	color: #5eba5e;
	letter-spacing: 4px;
	line-height: 2rem;
}

@media screen and (max-width: 1080px) {
	.his_img{
		height: 30rem;
	}

}/*1080px*/



/*アックセス*/



#access{
	position: relative;
}

.acs_iframe{
	width: 80%;
	margin: 8.5rem auto 0;
	border-radius: 20px;
	z-index: 1;
	
	position: relative;
	padding-top: 20rem;
	overflow:hidden; 
	-webkit-overflow-scrolling:touch;
}
.acs_iframe iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
	display:block;
}

.acs_band{
	width: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}

.acs_title{
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
.acs_title h2{
	color: #5eba5e;
	font-size: 2.5rem;
	padding-top: 1.5rem;
	letter-spacing: 5px;
	line-height: 4rem;
}
.acs_title p{
	color: #5eba5e;
	letter-spacing: 4px;
	line-height: 2rem;
}
.acs_title span{
	color: #5eba5e;
	letter-spacing: 4px;
	line-height: 2rem;
}

.acs_btn{
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #5eba5e;
	border-bottom: solid 4px #fff;
	padding-top: 2.5rem;
	letter-spacing: 3px;
}

@media screen and (max-width: 1080px) {
	#access{
		padding-top: 5rem;
		padding-bottom: 3rem;
	}
	
	.acs_title{
		width: 40%;
	}
	
	.acs_title h2{
		font-size: 2rem;
		padding-top: 1.5rem;
		letter-spacing: 2px;
		line-height: 4rem;
	}
	
	.acs_btn{
		width: 60%;
	}
	.acs_btn p{
		font-size: 1.2rem;
	}
	.acs_btn span{
		font-size: 1.2rem;
	}

	
}/*1080px*/





/*ニュースおしらせ*/


#news{
	position: relative;
}


.news_band{
	width: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}

.news_title{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.news_title h2{
	color: #5eba5e;
	font-size: 2.5rem;
	padding-top: 1.5rem;
	letter-spacing: 5px;
	line-height: 4rem;
}
.news_title p{
	color: #5eba5e;
	letter-spacing: 4px;
	line-height: 2rem;
}


.news_main{
	margin: 10rem auto 0;
}

.news_table dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.news_table dt {
	width: 40%;
	text-align: right;
	font-size: 1.6rem;
	line-height: 6rem;
	color: #fff;
	letter-spacing: 2px;
	padding-right: 1rem;
	border-right: solid 10px #fff;
}
.news_table dd{
	width: 60%;
	font-size: 1.6rem;
	line-height: 6rem;
	color: #fff;
	letter-spacing: 2px;
	padding-left: 2rem;
}
.news_table dd a{
	font-size: 1.6rem;
	line-height: 6rem;
	color: #fff;
	letter-spacing: 2px;
}



@media screen and (max-width: 1080px) {
	
	#news{
		padding-bottom: 2rem;
	}

	.news_table dt {
		width: 30%;
		font-size: 1.4rem;
		border-right: solid 5px #fff;
	}
	.news_table dd{
		width: 70%;
		font-size: 1.4rem;
	}
	.news_table dd a{
		font-size: 1.4rem;
	}


}/*1080*/




/*ブログ*/


#blog{
	position: relative;
}


.blog_band{
	width: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}

.blog_title{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.blog_title h2{
	color: #5eba5e;
	font-size: 2.5rem;
	padding-top: 1.5rem;
	letter-spacing: 5px;
	line-height: 4rem;
}
.blog_title p{
	color: #5eba5e;
	letter-spacing: 4px;
	line-height: 2rem;
}


.blog_main{
	margin: 10rem auto 0;
}

.blog_table dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.blog_table dt {
	width: 40%;
	text-align: right;
	font-size: 1.6rem;
	line-height: 6rem;
	color: #fff;
	letter-spacing: 2px;
	padding-right: 1rem;
	border-right: solid 10px #fff;
}
.blog_table dd{
	width: 60%;
	font-size: 1.6rem;
	line-height: 6rem;
	color: #fff;
	letter-spacing: 2px;
	padding-left: 2rem;
}
.blog_table dd a{
	font-size: 1.6rem;
	line-height: 6rem;
	color: #fff;
	letter-spacing: 2px;
}


@media screen and (max-width: 1080px) {
	
	#blog{
		padding-bottom: 2rem;
	}

	.blog_table dt {
		width: 30%;
		font-size: 1.4rem;
		border-right: solid 5px #fff;
	}
	.blog_table dd{
		width: 70%;
		font-size: 1.4rem;
	}
	.blog_table dd a{
		font-size: 1.4rem;
	}


}/*1080*/







/*よくある質問*/

#faq{
	width: 50%;
	margin: 10rem auto 0;
}

#faq h2{
	text-align: center;
	color: #fff;
	font-size: 3rem;
	letter-spacing: 3px;
	padding-top: 5rem;
	margin-bottom: 4rem;
	background: url(../img/faq.png) 0 0 no-repeat;
	background-position: center;
	background-size: contain;
}


.faq_list dl {
	position: relative;
	margin: 0;
	padding: 28px 80px 28px 30px;
	cursor: pointer;
}

.faq_list dl::before {
	position: absolute;
	top: 35px;
	right: 35px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	
}
.faq_list .open::before {
	transform: rotate(-45deg);
}
.faq_list dl dt{
	position: relative;
	margin: 0;
	padding: 0 0 0 50px;
	font-weight: bold;
	color: #fff;
	font-size: 2rem;
	line-height: 2.5rem;
	letter-spacing: 3px;
}
.faq_list dl dt::before {
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: 'Q.';
	color: #fff;
}
.faq_list dl dd::before {
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 2px;
	display: block;
	content: 'A.';
	font-weight: bold;
	color: #fff;
}
.faq_list dl dd {
	position: relative;
	display: none;
	height: auto;
	margin: 4rem 0 0 5rem;
	padding: 0 0 0 50px;
}
.faq_list dl dd p {
	margin: 30px 0 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 190%;
	letter-spacing: 2px;
}
.faq_list dl dd p:first-child{
	margin-top: 0;
}



@media screen and (max-width: 1270px) {
	#faq{
		width: 80%;
	}

}/*1270px*/

@media screen and (max-width: 840px) {
	
	#faq{
		width: 90%;
	}
	.faq_list dl {
		position: relative;
		padding: 15px 40px 15px 10px;
	}
	.faq_list dl::before {
		top: 20px;
		right: 20px;
		width: 7px;
		height: 7px;
	}
	.faq_list dl dt {
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.faq_list dl dt::before {
		font-size: 14px;
		top: 3px;
		left: 5px;
		content: 'Q.';
	}
	.faq_list dl dd::before {
		font-size: 14px;
		top: 5px;
		left: 5px;
		content: 'A.';
	}
	.faq_list dl dd {
		margin-top: 10px;
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.faq_list dl dd p {
		margin: 30px 0 0;
		font-size: 14px;
	}
	.faq_list dl dd p:first-child{
		margin-top: 0;
	}

}/*767px*/

















