@import url("global.css");


#qa .content .box {
	width: 100%;
	height: 440px;
	position: relative;
	margin-bottom: 0px;
}
#qa .content .box:nth-child(2) {
	background-color: #F2ECE7;
	height: 330px;
}
#qa .content .box:nth-child(3) {
	margin-bottom: 60px;
	height: 330px;
}
#qa .content .box .wrapper {
	height: 440px;
}
#qa .content .box:nth-child(2) .wrapper,
#qa .content .box:nth-child(3) .wrapper {
	height: 330px;
}
#qa .content .box .mainarea {
	width: 50%;
	margin: 0 50% 0 0;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
#qa .content .box.rightcol .mainarea {
	margin: 0 0 0 50%;
}
#qa .content .box .mainarea .txt {
	width: 480px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#qa .content .box.rightcol .mainarea .txt {
	right: 0;
	left: inherit;
}
#qa .content .box h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.5;
}
#qa .content .box p {
	font-size: 15px;
	font-weight: 500;
}
#qa .content .box p.btn {
	margin-top: 25px;
}
#qa .content .box p.btn a {
	border: 2px solid #555;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	display: block;
	text-align: center;
	border-radius: 2px;
	position: relative;
	width: 80%;
	margin: 0 auto;
}
#qa .content .box p.btn a::after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #555;
	border-right: solid 2px #555;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#qa .content .box p.btn a:hover {
	border: 2px solid #38783D;
	color: #38783D;
}
#qa .content .box p.btn a:hover::after{
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #38783D;
  border-right: solid 2px #38783D;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
#qa .content .img {
	width: 50%;
	height: 440px;
	background: url(../qa/img/qa_img1.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
}
#qa .content .img.q2 {
	background: url(../qa/img/qa_img2.jpg) no-repeat center center;
	background-size: cover;
}
#qa .content .img.q3 {
	background: url(../qa/img/qa_img3.jpg) no-repeat center center;
	background-size: cover;
}
#qa .content .box:nth-child(2) .img,
#qa .content .box:nth-child(3) .img {
	height: 330px;
}
#qa .content .box.rightcol .img {
	left: 0;
	top: 0;
}

#qa .content dl {
    width: 100%;
}
 
#qa .content dt.accordion{
    width: 100%;
    background:#f2ede7;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
#qa .content dt.accordion::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#qa .content dt.accordion.open::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	transform:rotate(135deg)
}
#qa .content dt.accordion i {
	background-color: #423429;
	color: #fff;
	line-height:1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
}
#qa .content dt.accordion p {
    margin-left: 40px;
}
  
#qa .content dt.accordion.opened {
    background-image:url(icon.png), url(bg_bar.png);
    background-repeat: no-repeat,no-repeat;
    background-position:0% 0%,0% 0%;
    -webkit-background-size:0% 0%,100%;
}
  
#qa .content dd {
    width: 100%;
	margin-bottom: 40px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	display: none;
}
#qa .content dl:first-child dd {
	display: block;
}
#qa .content dd i {
	background-color: #38783D;
	color: #fff;
	line-height:1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	font-size: 20px;
	margin-left: 20px;
}
#qa .content dd p {
	margin-bottom: 10px;
	margin-left: 60px;
}
 
#qa .content dd ul li{
    list-style: none;
}



/* ------------------------------------------------------------------------------------------------------------------------
/* 1099px（タブレット縦）以下から
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){

#qa .content .box {
	height: 350px;
}
#qa .content .box .wrapper {
	height: 350px;
}
#qa .content .box:first-child {
	height: 400px;
}
#qa .content .box:first-child .wrapper {
	height: 400px;
}
#qa .content .box:nth-child(3) {
	height: 300px;
}
#qa .content .box:nth-child(3) .wrapper {
	height: 300px;
}
#qa .content .box:nth-child(3) .img {
	height: 300px;
}
#qa .content .box .mainarea .txt {
	width: 100%;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
}
#qa .content .box.rightcol .mainarea .txt {
	padding: 0 10px 0 20px;
}
#qa .content .box h2 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: 1.6;
}
#qa .content .box p {
	font-size: 14px;
}
#qa .content .box p.btn {
	margin-top: 20px;
}
#qa .content .box p.btn a {
	border: 2px solid #666;
	color: #666;
	font-size: 15px;
	padding: 8px;
}
#qa .content .box:first-child .img {
	height: 400px;
}
#qa .content .box .img {
	height: 350px;
}


}

/* ------------------------------------------------------------------------------------------------------------------------
/* 幅644px以下
------------------------------------------------------------------------------------------------------------------------ */

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


#qa .content .box {
	height: auto;
	margin-bottom: 0px;
}
#qa .content .box:nth-child(3) {
	margin-bottom: 40px;
	margin-top: 50px;
}
#qa .content .box .wrapper {
	height: auto;
}
#qa .content .box:first-child {
	height: auto;
}
#qa .content .box:first-child .wrapper {
	height: auto;
}
#qa .content .box:nth-child(2) {
	padding-top: 50px;
	height: auto;
}
#qa .content .box:nth-child(2) .wrapper {
	height: auto;
}
#qa .content .box:nth-child(2)  .img {
	height: 200px;
}
#qa .content .box:nth-child(3) {
	height: auto;
}
#qa .content .box:nth-child(3) .wrapper {
	height: auto;
}
#qa .content .box:nth-child(3)  .img {
	height: 200px;
}
#qa .content .box .wrapper {
	margin:0;
}
#qa .content .box .mainarea {
	width: 100%;
	margin: 0 0% 0 0;
	height: auto;
}
#qa .content .box.rightcol .mainarea {
	width: 100%;
	margin: 0 0 0 0;
	height: auto;
}
#qa .content .box .mainarea .txt {
	width: 100%;
	padding: 0px 10px 20px 10px;
	box-sizing: border-box;
	position: relative;
	top: inherit;
	left: inherit;
	transform: inherit;
	-webkit-transform: inherit;
}
#qa .content .box.rightcol .mainarea .txt {
	padding: 0px 10px 20px 10px;
}
#qa .content .box .img {
	width: 100%;
	height: 200px;
	position: inherit;
}
#qa .content .box:first-child .img {
	height: 200px;
}
#qa .content .box h2 {
	font-size: 16px;
}
#qa .content .box p.btn {
	margin-bottom: 10px;
}
#qa .content .box p.btn a {
	font-size: 14px;
}
#qa .content .box p.btn a::after{
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
}
#qa .content .box p.btn a:hover::after{
  content: '';
  width: 10px;
  height: 10px;
}


#qa .content dt.accordion{
	font-size: 15px;
	line-height: 1.6;
	padding: 10px;
}
#qa .content dt.accordion i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}
#qa .content dt.accordion p {
	margin-top:0px;
	margin-left: 35px;
	margin-right: 20px;
	line-height: 1.55;
}
  
#qa .content dd {
	font-size: 14px;
	line-height: 1.75;
}
#qa .content dd i {
	margin-left: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}
#qa .content dd p {
	margin-left: 45px;
}


}



