@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {


#qa_top {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	text-align: center;
}
#prelusion {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 160%;
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#prelusion span {
	background: linear-gradient(transparent 60%, #feec1e 60%);
}
.box {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #58727e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.box dl {
	margin: 0px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58727e;
}
.box dl dt {
	padding: 0px;
	float: left;
	width: 190px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box dl dd {
	line-height: 1.7em;
	padding: 0px;
	margin: 0px;
	font-size: 90%;
}
.box dl ul {
	margin: 0px;
	padding: 0px;
}
.box dl ul .nam {
	font-size: 160%;
	font-weight: bold;
	line-height: 1.7em;
}
.box dl ul .nam span {
	font-size: 60%;
	font-weight: normal;
	padding-left: 10px;
}
.box dl ul .comm {
	font-size: 90%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#next {
	background-color: #58727e;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#next dl {
	margin: 0px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
#next dl dt {
	font-size: 110%;
	color: #FFF;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#next dl dd {
	background-color: #FFF;
	text-align: center;
	height: auto;
	width: 65%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #58727e;
	font-weight: bold;
	border-radius: 5px;
}
.pf1 {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F6F6F6;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
}
.qa {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 120%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 55px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.pf1 dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.pf1 dl dt {
	padding: 0px;
	height: 119px;
	width: 105px;
	float: left;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pf1 dl dd {
	font-size: 90%;
	overflow: hidden;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

}



/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

#qa_top {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	text-align: center;
}
#prelusion {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 140%;
	padding: 0px;
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#prelusion span {
	background: linear-gradient(transparent 60%, #feec1e 60%);
}
.box {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #58727e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.box dl {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58727e;
	padding: 30px;
}
.box dl dt {
	padding: 0px;
	width: 190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
	height: auto;
}
.box dl dd {
	line-height: 1.7em;
	padding: 0px;
	margin: 0px;
	font-size: 90%;
}
.box dl ul {
	margin: 0px;
	padding: 0px;
}
.box dl ul .nam {
	font-size: 160%;
	font-weight: bold;
	line-height: 1.7em;
}
.box dl ul .nam span {
	font-size: 60%;
	font-weight: normal;
	padding-left: 10px;
}
.box dl ul .comm {
	font-size: 90%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#next {
	background-color: #58727e;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#next dl {
	margin: 0px;
	padding: 30px;
}
#next dl dt {
	font-size: 90%;
	color: #FFF;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#next dl dd {
	background-color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #58727e;
	font-weight: bold;
	border-radius: 5px;
	margin: 0px;
}
.pf1 {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F6F6F6;
	padding: 30px;
}
.qa {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 110%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 55px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.pf1 dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.pf1 dl dt {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pf1 dl dt img{
	max-width:80%;
}
.pf1 dl dd {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

}
