﻿@charset "utf-8";
@import "default.css";
@import "base.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}

/* Ｈ１ */
 h1 {
    width: 30%;
    height: 13px;  
    font-size: 10px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}

#catch {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 60px;
}
#catch h2 {
	margin-left: 50px;
	padding-top: 14px;
}
#catch p {
	font-size: 18px;
	width: 752px;
	line-height: 180%;
}
#qa {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #000000;
}
#qa .box {
	background-image: url(../images/qa/dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 60px;
	clear: left;
}

#qa .box dl dt {
	font-size: 21px;
	line-height: 99px;
}
#qa .box dl dt img {
	margin-right: 20px;
}
#qa .box dl dd {
	font-size: 18px;
	line-height: 180%;
	margin-top: -30px;
	background-image: url(../images/qa/icon_a.png);
	background-repeat: no-repeat;
	background-position: 68px top;
	padding-left: 204px;
	padding-top: 13px;
}
#qa .box dl dd img {
	display: none;

}





}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){

/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}

/* Ｈ１ */
 h1 {
    height: 13px;  
    font-size: 8px;
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin: 5px 10px 15px 10px;
}

#catch {
	background-color: rgba(197,82,71,1.00);
	padding-top: 10%;
	padding-bottom: 10%;
	margin-bottom: 10%;
}
#catch h2 {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 5%;
}
#catch p {
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-left: 8%;
	margin-right: 8%;
}
#qa {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	color: #000000;
}
#qa .box {
	background-image: url(../images/qa/dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 10%;
	clear: left;
}
#qa .box dl dt {
	font-size: 18px;
	line-height: 130%;
	padding-top: 20px;
}
#qa .box dl dt img {
	margin-right: 15px;
	width: 20%;
	float: left;
	margin-top: -5px;
}
#qa .box dl dd img {
	margin-right: 15px;
	width: 20%;
	float: left;
	margin-left: 45px;
	margin-top: -16px;
}
#qa .box dl dd {
	font-size: 15px;
	line-height: 180%;
	clear: left;
}
#qa+figure {
	margin-bottom: 10%;
}

}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
#catch h2 {
	font-size: 30px;
}
#catch p {
	line-height: 150%;
}
#qa .box dl dt {
	font-size: 15px;
}
#qa .box dl dt img {
	margin-right: 15px;
	width: 20%;
	float: left;
	margin-top: -5px;
}
#qa .box dl dd img {
	margin-right: 15px;
	width: 20%;
	float: left;
	margin-left: 35px;
	margin-top: -15px;
}
#qa .box dl dd {
	font-size: 14px;
	line-height: 150%;
}
#qa+figure {
	margin-bottom: 10%;
}
}
