@charset "utf-8";
/* CSS Document */
@import url("page.css");

#title h2 {
	background-image: url(../images/qa/title_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding-top: 35.94%;
	height: 0;
	width: 100%;
}

.area {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin: 30px auto 20px;
	width: 96%;
}
 
.tab_class {
	color: #FFF;
	width: 48%;
	height: 50px;
	background-color: #D4678D;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	margin: 1%;
	display: block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	order: -1;
}
 
input[name="tab_name"] {
  display: none;
}
 
input:checked + .tab_class {
  background-color: rgba(212,103,141,.6);
  color: #ffffff;
}
 
.content_class {
  display: none;
  width: 100%;
}
 
input:checked + .tab_class + .content_class {
  display: block;
  margin: 30px 0 0;
}

.qa-tit01 {
	background-image: url(../images/qa/ti_qa01_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

.qa-tit02 {
	background-image: url(../images/qa/ti_qa02_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

.qa-tit03 {
	background-image: url(../images/qa/ti_qa03_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

.qa-tit04 {
	background-image: url(../images/qa/ti_qa04_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

#qa {
	line-height: 1.8em;
	display: block;
	margin: 0;
	width: 96%;
}

#qa dt {
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin: 0 auto;
	padding-left: 1.5em;
	width: 96%;
	box-sizing: border-box;
}

#qa dt:before {
	content: "Q.";
	margin-left: -1.5em;
	padding-right: 0.5em;
	color: #C30;
}


#qa dd {
	display: block;
	margin: 10px auto 30px;
	padding-left: 3em;
	width: 96%;
	box-sizing: border-box;
}

#qa dd:before {
	content: "A.";
	color: #3366FF;
	font-weight: 600;
	margin-left: -1.5em;
	padding-right: 0.5em;
}

#btn-link {
	display: block;
	margin: 1em auto 0;
	width: 96%;
}

#btn-link a {
	background-color: #D4678D;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 5px;
	width: 100%;
	border-radius: 25px;
	box-sizing: border-box;
}

a.btn-line {
	color: #06C755;
	text-decoration: none;
}

a:hover.btn-line {
	opacity: 0.7;
}

@media only screen and (min-width: 769px) {
#title h2 {
	background-image: url(../images/qa/title.png);
	background-size: auto;
	padding-top: 0;
	height: 230px;
	width: 1015px;
}

.area {
	margin: 50px auto;
	width: 1000px;
}

.tab_class {
	width: 10em;
	cursor:pointer;
}

.qa-tit01 {
	background-image: url(../images/qa/ti_qa01.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px;
	padding-top: 0;
	height: 72px;
	width: 588px;
}

.qa-tit02 {
	background-image: url(../images/qa/ti_qa02.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px;
	padding-top: 0;
	height: 72px;
	width: 600px;
}

.qa-tit03 {
	background-image: url(../images/qa/ti_qa03.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px;
	padding-top: 0;
	height: 72px;
	width: 686px;
}

.qa-tit04 {
	background-image: url(../images/qa/ti_qa04.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px;
	padding-top: 0;
	height: 72px;
	width: 678px;
}

#btn-link {
	margin: 2em auto 0;
	width: 1000px;
}

#btn-link a:hover {
	opacity: 0.7;
}
}