@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url(../img/con_back.jpg);
	position: relative;
}

/* ## index.php ## */

.gstBox {
	width: 100%;
	box-sizing: border-box;
	border: solid 3px #e4e4e4;
	padding: 14px;
	overflow: hidden;
}
.gstBox .boxF {
	width: 32%;
	box-sizing: border-box;
	float: left;
}
.gstBox .boxS {
	width: 68%;
	box-sizing: border-box;
	padding-left: 24px;
	float: left;
}
.gstBox .boxF img {
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	vertical-align: bottom;
}
.gstBox .boxS h5 {
	font-family: Quicksand, helvetica, '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 6px;
}

.gstBox .boxS .prf {
	font-size: 11px;
	border-radius: 8px;
	background-color: #eeeeee;
	margin-top: 4px;
	padding: 8px 10px 8px 10px;
}

.ftBox {
	border-bottom: solid 1px #cccccc;
	padding: 24px 0;
}
.ftBox:nth-child(1) {
	border-top: solid 1px #cccccc;
}
.ftBox .imgBox {
	margin-bottom: 10px;
	margin-left: 14px;
	float: right;
	overflow: hidden;
}
.ftBox .imgBox img {
	width: 100%;
	max-width: 300px;
	vertical-align: bottom;
}
.ftBox .pInfo {
	background-color: #eeeeee;
	border-radius: 8px;
	margin-top: 10px;
	padding: 14px;
	overflow: hidden;
}
.ftBox h4.fTitle {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
h4.fTitle span {
	width: 54px;
	height: 54px;
	font-size: 14px;
	box-sizing: border-box;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #068b18;
	border-radius: 27px;
	margin-right: 12px;
	padding-top: 14px;
	display: inline-block;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {


}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {


}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

/* ## index.php ## */
.gstBox {
	padding: 8px;
}
.gstBox .boxF {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	float: none;
}
.gstBox .boxS {
	width: 100%;
	padding-left: 0;
	float: none;
}
.gstBox .boxS h5 {
	font-size: 17px;
	margin-bottom: 4px;
}

.gstBox .boxS .prf {
	font-size: 10px;
	margin-top: 4px;
	padding: 8px 8px 8px 8px;
}


.ftBox {
	padding: 14px 0;
}
.ftBox .imgBox {
	text-align: center;
	margin-bottom: 8px;
	margin-left: 0;
	float: none;
}
.ftBox .imgBox img {
}
.ftBox .pInfo {
	margin-top: 10px;
	padding: 14px;
	overflow: hidden;
}
.ftBox h4.fTitle {
	font-size: 18px;
	margin-bottom: 8px;
}
h4.fTitle span {
	width: 34px;
	height: 34px;
	font-size: 10px;
	border-radius: 17px;
	margin-right: 8px;
	padding-top: 8px;
}


}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* ## index.php ## */
.ecLogo a:hover {
	opacity: 0.74;
}

}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* ## index.php ## */

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {



}