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

.content-title{
	max-width:500px;
	width:100%;
	margin:40px auto;
	text-align:center;
	font-size:2.5rem;
	font-weight:normal;
	color: #552D40;
	letter-spacing: 0.2em;
}
.faq-accodion__wrapper {
	width:100%;
	max-width: 640px;
	margin:auto;
	padding-bottom: 60px;
}
.faq-subtitle__wrapper {
	margin: 0 10px;
}
.faq-subtitle__wrapper h2 {
	color: #fff;
	padding: 5px 15px;
	height:auto;
}
.faq-subtitle {
	background:#E1A7BC;
	height: 40px;
	text-indent: 10px;
	line-height: 40px;
}
dl.faq-accordion {
	width:auto;
	margin:0 auto 30px;
	padding:0 10px;
}
dl.faq-accordion dt {
    background:#F7DEE5;
    background:url(../img/faq/open.png) 97% center no-repeat,#F7DEE5;
    border-bottom:1px solid #EEE;
		padding: 15px 25px;
		line-height: 1.4em;
		color:#333;
		font-weight:bold;
		cursor:pointer;
		font-weight: normal;
		font-size: 90%;
}
dl.faq-accordion dt.open {
    background:#F7DEE5;
    background:url(../img/faq/close.png) 97% center no-repeat,#F7DEE5;
}
dl.faq-accordion dd {
	background:#FFF;
	padding:10px;
	line-height:1.5;
	display:none;
	padding: 25px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	font-size: 90%;
}
dl.faq-accordion dd p a {
    color: #E13D56;
    text-decoration: underline;
}

@media(max-width:480px) {

.faq-subtitle__wrapper h3{
	font-size:1.5rem;
	padding:15px 0;
	line-height: 1;
}


}


.faqInfo-areaBtn__wrapper {
	margin-bottom: 60px;
}
.faqInfo-areaBtn{
	max-width: 640px;
	width:96%;
	margin:auto;
	display: -webkit-flex;
   display: flex;
	position: relative;
   flex-wrap: wrap;
	-webkit-justify-content: space-between;
    justify-content:space-between;
	align-content:space-around;
}




.faqInfo-areaBtn li{
	background-color:#f7dee5;
	padding:3rem;
	margin:1.6rem;
	text-align:center;
	font-size:2rem;
	width:35%;

	
}


@media(max-width:640px) {
	
	.faqInfo-areaBtn li{
		background-color:#f7dee5;
		padding:1.6rem;
		margin-top:0.6rem;
		text-align:center;
		font-size:1.6rem;
		width:100%;


	}


}
/*

.faqInfo-areaBtn li:not(:last-child) {
	margin-right: 10px;
} */

.faqInfo-areaBtn > li > a{
	display:block;
	  flex: 1;
}

.faqInfo-areaBtn > li > a > span{
	display:block;
}



