@charset "UTF-8";

/*sidebtn*/
#side_cpbtn {
	position: fixed;
	top: 70px;
	right: 0px;
	z-index: 20000;
}
#side_pricebtn {
	position: fixed;
	top: 360px;
	right: 0px;
	z-index: 20000;
}

@media print, screen and (max-width:768px) {
#side_cpbtn {
	display:none;
}
#side_pricebtn {
	display:none;
}
}

/*------------------------------------------------------------mainphoto*/
#mainimage {
	padding-bottom: 10px;	
}
#mainimage img {
	padding-top: 50px;
}
/*------------------------------------------------------------content*/
/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
}
#news01 dl {
	padding: 0 0 10px 0;
}
@media print, screen and (min-width:768px) {
#news01 dl dt {
	float: left;
}
#news01 dl dd {
	padding: 0 0 0 100px;
}
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
}
@media print, screen and (min-width:768px) {
#news02 p.title03 br {
	display:none;
}
}
.newsbox {
	overflow: hidden;
}
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
}
.newsbox img {
	margin-bottom: 10px;
}
/*Googlemap*/
#googlemap iframe {
	display: none;
}
.mapbtn {
	background: #666;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}
.mapbtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
.mapbtn a:hover {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
#googlemap iframe {
	display: block;
}
.mapbtn {
	display: none;
}
}

.tit01 {
	background-image: url(../img/sec02_tit_bg-04.gif);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
	margin-bottom: 20px;
}

.tit02 {
	background-color: #ffed8b;
	background-image: url(../img/sec02_tit_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 20px;
}

.tit03 {
	background-image: url(../img/sec04_tit_bg.gif);
	background-repeat: repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 30px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
	margin-bottom: 20px;
	height: 70px;
}
.tit03 img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -20px;
	height: auto;
	width: 90%;	
}
@media print, screen and (min-width:480px) {
	/* 480px以上用（スマホ用）の記述 */
.tit03 img {
	position: relative;
	left: 0px;
	right: 0px;
	top: -15px;
	height: auto;
	width: auto;	
}
.tit03 {
	background-image: url(../img/sec04_tit_bg.gif);
	background-repeat: repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 30px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
		height: auto;

}
}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
	.tit01 {
	background-image: url(../img/sec02_tit_bg-04.gif);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
	margin-bottom: 30px;
}

.tit02 {
	background-color: #ffed8b;
	background-image: url(../img/sec02_tit_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 30px;
}
.tit03 img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -15px;
	height: auto;
	width: 80%;	
}
.tit03 {
	background-image: url(../img/sec04_tit_bg.gif);
	background-repeat: repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 30px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
	margin-bottom: 30px;
	height: 155px;
}
}


@media print, screen and (min-width:992px) {
	.tit03 img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -20px;
	height: auto;
	width: auto;	
}/* 992px以上用（PC用）の記述 */
.tit03 {
	background-image: url(../img/sec04_tit_bg.gif);
	background-repeat: repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 30px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
	margin-bottom: 30px;
	height: 195px;
}
}

.tit04 {
	background-image: url(../img/sec08_tit_bg.gif);
	background-repeat: repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
	margin-bottom: 20px;
	height: auto;
}
.tit04 img {
	position: relative;
	left: 0px;
	right: 0px;
	top: -10px;
	padding-right: 10px;
	padding-left: 10px;
}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.tit04 {
	background-image: url(../img/sec08_tit_bg.gif);
	background-repeat: repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 30px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
	margin-bottom: 30px;
	height: 118px;
}
.tit04 img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -10px;
	padding-right: 10px;
	padding-left: 10px;
}
}

.tit05 {
	background-image: url(../img/sec09_tit_bg.gif);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
	margin-bottom: 20px;
}
.tit06 {
	background-image: url(../img/sec11_tit_bg.gif);
	background-repeat: repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 20px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
	height: auto;
}
.tit06 img {
	position: relative;
	left: 0px;
	right: 0px;
	top: -10px;
	padding-right: 10px;
	padding-left: 10px;
}
.tit07 {
	background-image: url(../img/sec12_tit_bg.gif);
	background-repeat: repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 20px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
	height: auto;
}
.tit07 img {
	position: relative;
	left: 0px;
	right: 0px;
	top: -10px;
	padding-right: 10px;
	padding-left: 10px;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.tit06 {
	background-image: url(../img/sec11_tit_bg.gif);
	background-repeat: repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 30px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
	margin-bottom: 30px;
	height: 118px;
}
.tit06 img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -10px;
	padding-right: 10px;
	padding-left: 10px;
}
.tit07 {
	background-image: url(../img/sec12_tit_bg.gif);
	background-repeat: repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 30px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	/* box-shadow */
	box-shadow: 0px 0px 6px -3px #2e2e2e;
	-moz-box-shadow: 0px 0px 6px -3px #2e2e2e;
	-webkit-box-shadow: 0px 0px 6px -3px #2e2e2e;
	margin-bottom: 30px;
	height: 118px;
}
.tit07 img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -18px;
	padding-right: 10px;
	padding-left: 10px;
}
}

.sec02_img {
	position: relative;
	text-align: center;
}
.sec02_img img {
	height: auto;
	width: 240px;
	margin-top: 10px;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.sec02_img {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40%;
	height: auto;
}
.sec02_img img {
	height: auto;
	width: 100%;
	margin-top: 0px;
	
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.sec02_img {
	position: absolute;
	right: 0px;
	top: 0px;
		width: 44%;

	
	
}
.sec02_img img {
	height: auto;
	width: auto;
}
}




@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.sec02_img img {
	height: auto;
	width: auto;	
}
}

.posi_re {
	position: relative;
}
.sec02_box {
	background-color: #FFF;
	width: 100%;
	/* box-shadow */
	box-shadow: 5px 4px 4px -4px #787878;
	-moz-box-shadow: 5px 4px 4px -4px #787878;
	-webkit-box-shadow: 5px 4px 4px -4px #787878;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.sec02_box .rightbox {
	float: right;
	width: 85%;
}
#sec02 img {
	margin-bottom: 15px;
}


.sec02_box p {
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
}
.sec02_box p span {
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	margin-top: 10px;
}
.sec02_box img {
	float: left;
	margin-right: 10px;
}
.contactbox {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #d7f9c5;
}
.contactbox .inside {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.contactbox {
	background-image: url(../img/contact01_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
}

.contactbox02 {
	background-image: url(../img/contact02_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
		background-size: auto auto;

	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.contact_titimg02 {
	margin-top: 25px;
	margin-bottom: 0px;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.contact_titimg02 {
	margin-top: 15px;
	margin-bottom: 20px;
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.contact_titimg02 {
	margin-top: 25px;
	margin-bottom: 20px;
}
}


@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.contactbox {
	background-image: url(../img/contact01_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.contactbox02 {
	background-image: url(../img/contact02_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}	/* 992px以上用（PC用）の記述 */

}


@media print, screen and (min-width:992px) {

}




@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.contactbox {
	background-image: url(../img/contact01_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.contactbox02 {
	background-image: url(../img/contact02_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
		background-size: auto auto;

	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
}



.contactleftbox img {
	margin-bottom: 5px;
	height: auto;
	width: auto;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
	.contactleftbox {
	float: left;
	width: 45%;
	margin-top: 25px;
}
.contactleftbox img {
	margin-bottom: 5px;
	height: auto;
	width: 95%;
}
.contactrightbox {
	margin-top: 35px;
	float: right;
	width: 55%;
	text-align: right;
}
.contactrightbox img {
	height: auto;
	width: 95%;
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.contactleftbox img {
	margin-bottom: 5px;
	height: auto;
	width: 95%;
}
.contactleftbox {
	float: left;
	width: 45%;
	margin-top: 45px;
}
.contactrightbox {
	margin-top: 50px;
	float: right;
	width: 50%;
	text-align: right;
}
.contactrightbox img {
	height: auto;
	width: auto;
}
}




@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.contactleftbox img {
	margin-bottom: 5px;
	height: auto;
	width: auto;
}
.contactleftbox {
	float: left;
	width: 45%;
	margin-top: 55px;
}
.contactrightbox {
	margin-top: 70px;
	float: right;
	
}
}



.content_bg04 .leftbox {
	float: none;
	width: 100%;
	text-align: left;
}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg04 .leftbox {
	float: left;
	width: 55%;
	text-align: left;
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.content_bg04 .leftbox {
	float: left;
	width: 60%;
	text-align: left;
}
}
@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.content_bg04 .leftbox {
	float: left;
	width: 55%;
	text-align: left;
}
}

.content_bg04 .leftbox .tex01 {
	background-color: #FFF;
	padding: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #3fc85c;
	/* box-shadow */
	box-shadow: 5px 4px 4px -4px #787878;
	-moz-box-shadow: 5px 4px 4px -4px #787878;
	-webkit-box-shadow: 5px 4px 4px -4px #787878;
	margin-bottom: 10px;
}
.content_bg04 .leftbox .tex02 {
	background-color: #FFF;
	padding: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #49a2fe;
	/* box-shadow */
	box-shadow: 5px 4px 4px -4px #787878;
	-moz-box-shadow: 5px 4px 4px -4px #787878;
	-webkit-box-shadow: 5px 4px 4px -4px #787878;
	margin-bottom: 10px;
}
.content_bg04 .leftbox .tex03 {
	background-color: #FFF;
	padding: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #f97e7e;
	/* box-shadow */
	box-shadow: 5px 4px 4px -4px #787878;
	-moz-box-shadow: 5px 4px 4px -4px #787878;
	-webkit-box-shadow: 5px 4px 4px -4px #787878;
	margin-bottom: 10px;
}
.content_bg04 .leftbox .tex01 img ,.content_bg04 .leftbox .tex02 img ,.content_bg04 .leftbox .tex03 img   {
	height: 20px;
	width: auto;	
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg04 .leftbox .tex01 img , .content_bg04 .leftbox .tex02 img , .content_bg04 .leftbox .tex03 img {
	height: 22px;
	width: auto;	
}
}


@media print, screen and (min-width:992px) {
.content_bg04 .leftbox .tex01 img ,.content_bg04 .leftbox .tex02 img ,.content_bg04 .leftbox .tex03 img {
	height: auto;
	width: auto;	
}	/* 992px以上用（PC用）の記述 */

}

.content_bg04 .leftbox p {
	margin-bottom: 20px;
}
.content_bg04  .rightbox {
	float: none;
	height: auto;
	width: auto;
}
.content_bg04  .rightbox img {
	height: auto;
	width: auto;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg04  .rightbox {
	float: right;
	height: auto;
	width: 43%;
}
.content_bg04  .rightbox img {
	height: auto;
	width: 100%;
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.content_bg04  .rightbox {
	float: right;
	height: auto;
	width: 35%;
}
.content_bg04  .rightbox img {
	height: auto;
	width: 100%;
}
}


@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.content_bg04  .rightbox {
	float: right;
	height: auto;
	width: auto;
}
.content_bg04  .rightbox img {
	height: auto;
	width: auto;
}
}

.content_bg05 .row{
	margin-top:-90px;
}

.content_bg05 .row .sec02b_tex01{
	margin-left:15px;
	margin-bottom:15px;
}

@media print, screen and (max-width:768px) {
.content_bg05 .row{
	margin-top:0px;

}
}

.content_bg05 .leftbox02 {
	float: none;
	width: 100%;
}
.content_bg05 .rightbox02 {
	float: none;
	text-align: right;
	width: 100%;
}


@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg05 .leftbox02 {
	float: left;
	width: 55%;
}
.content_bg05 .rightbox02 {
	float: right;
	text-align: right;
	width: 40%;
}

}

.content_bg05 .rightbox02 img {
	height: auto;
	width: auto;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg05 .rightbox02 img {
	height: auto;
	width: 100%;
}

}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.content_bg05 .rightbox02 img {
	height: auto;
	width: auto;
}
}


.content_bg05 .stepbox {
	background-color: #f8ea9f;
}
.content_bg05 .stepbox .tit {
	background-color: #f87205;
	text-align: center;
	padding: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}
.content_bg05 .stepbox .tit img {
	height: auto;
	width: auto;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg05 .stepbox .tit img {
	height: 30px;
	width: auto;
}
}


@media print, screen and (min-width:992px) {
.content_bg05 .stepbox .tit img {
	height: auto;
	width: auto;
}	/* 992px以上用（PC用）の記述 */

}

.content_bg05 .leftbox02 img {
	margin-bottom: 15px;
	text-align: center;
	margin-right: auto;
}
.content_bg05 .stepboxleft {
	text-align: center;	
}
.content_bg05 .stepboxleft img {
	float: none;
	margin-top: 0px;
	height: auto;
	width: 70%;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg05 .stepboxleft img {
	float: left;
	margin-top: 50px;
	height: auto;
	width: 240px;
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.content_bg05 .stepboxleft img {
	float: left;
	margin-top: 50px;
	height: auto;
	width: auto;
}
}




@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */

}

.content_bg05  .stepbox_all {
	float: none;
	width: 100%;
}
.content_bg05  .stepbox .step_inside {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: none;
	width: 100%;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg05  .stepbox_all {
	float: right;
	width: 65%;
}
.content_bg05  .stepbox .step_inside {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	width: 49%;
}
}


.stepbox .step_inside ul li span {
	font-size: 15px;
	color: #FFF;
	background-color: #f89f05;
	padding: 5px;
	line-height: 100%;
}
.stepbox .step_inside ul li {
	font-size: 16px;
}
.stepbox .step_inside dl {
	margin-bottom: 10px;
}

.stepbox .step_inside dl dt {
	font-size: 15px;
	line-height: 100%;
	color: #FFF;
	background-color: #f89f05;
	float: left;
	margin-right: 10px;
	padding: 5px;
}
.stepbox .step_inside dl dd {
	font-size: 16px;
	float: left;
}
.content_bg06 .leftbox {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.content_bg06 .leftbox .rocketbox {
	background-color: #FFF;
	padding: 20px;
	border: 3px solid #a3e78d;
	/* box-shadow */
box-shadow:5px 4px 4px -4px #787878;
-moz-box-shadow:5px 4px 4px -4px #787878;
-webkit-box-shadow:5px 4px 4px -4px #787878;
}
.content_bg06  .rightbox {
	float: none;
	width: 100%;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg06  .rightbox {
	float: right;
	width: 48%;
}
.content_bg06 .leftbox {
	float: left;
	width: 48%;
		margin-bottom: 0px;

}
}

.content_bg06  .rightbox img {
	height: auto;
	width: auto;	
}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */

}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.content_bg06  .rightbox img {
	height: auto;
	width: auto;	
}
}




@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.content_bg06  .rightbox img {
	height: auto;
	width: auto;	
}
}

.content_bg06  .rightbox p {
	font-size: 18px;
	text-align: right;
	margin-top: 5px;
}
.content_bg07  .leftbox {
	float: none;
	height: auto;
	width: 100%;
}
.content_bg07 .rightbox {
	float: none;
	width: 100%;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg07  .leftbox {
	float: left;
	height: auto;
	width: 70%;
}
.content_bg07 .rightbox {
	float: right;
	width: 30%;
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */

}




@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */

}


.content_bg08 .leftbox {
	float: none;
	text-align: left;
	width: 100%;
}
.content_bg08 .leftbox img {
	height: auto;
	width: auto;	
}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
	
.content_bg08 .leftbox {
	float: left;
	text-align: left;
	width: 50%;
}
.content_bg08 .leftbox img {
	height: auto;
	width: 400px;	
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.content_bg08 .leftbox img {
	height: auto;
	width: auto;	
}
.content_bg08 .leftbox {
	float: left;
	text-align: left;
	height: auto;
	width: auto;	
}
}




@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */

}

.content_bg08 .rightbox {
	float: none;
	width: 100%;
}
.content_bg08 .rightbox img {
	height: auto;
	width: auto;
}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg08 .rightbox img {
	height: auto;
	width: 100%;
}
.content_bg08 .rightbox {
	float: right;
	width: 40%;
}

}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */

}




@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.content_bg08 .rightbox {
	float: right;
	width: 40%;
}
}

.content_bg08  .leftbox .loan_tex {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 130%;
}
.content_bg08 .leftbox .loan_tex span {
	font-weight: bold;
	color: #cc0000;
}
.content_bg09  ul li {
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 10px;
}
.content_bg09  ul li img {
	height: auto;
	width: auto;	
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg09  ul li img {
	height: auto;
	width: 160px;	
}
.content_bg09  ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0px;
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.content_bg09  ul li img {
	height: auto;
	width: 200px;	
}
}
@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.content_bg09  ul li img {
	height: auto;
	width: auto;	
}
}

.content_bg09  ul li:last-child {
	display: inline-block;
	margin-right: 0px;
}
.content_bg09  ul {
	text-align: center;
	padding-top: 20px;
}
.sec10_img img {
	position: absolute;
	top: -10px;
	width: 100px;
		height: auto;
			left: 0px;
	top: -40px;


}
.sec10_tit {
	float: right;
	margin-right: 0px;
}
.sec10_tit img {
	height: 20px;
	width: auto;
	
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
	.sec10_img img {
	position: absolute;
	left: 0px;
	top: -40px;
	width: auto;
	height: auto;
}
.sec10_tit {
	float: right;
	margin-right: 0px;
}
.sec10_tit img {
	height: 56px;
	width: auto;
	
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.sec10_tit {
	float: right;
	margin-right: 70px;
}
.sec10_tit img {
	height: auto;
	width: auto;
}
}


.sec10_tex {
	text-align: left;
	margin-left: 0px;
		margin-bottom: 10px;

}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.sec10_tex {
	text-align: left;
	margin-left: 230px;
	margin-bottom: 20px;
}
}

sec10box {
	margin-top: 20px;
}

.sec10box .leftbox {
	float: none;
	width: 100%;
}
.sec10box .rightbox {
	background-color: #FFF;
	border: 4px solid #e4e48f;
	padding: 10px;
	float: none;
	width: 100%;
	/* box-shadow */
	box-shadow: 2px 2px 8px -2px #212121;
	-moz-box-shadow: 2px 2px 8px -2px #212121;
	-webkit-box-shadow: 2px 2px 8px -2px #212121;
	text-align: left;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.sec10box .leftbox {
	float: left;
	width: 46%;
	height: auto;
}
.sec10box .leftbox img {
	width: 100%;
	height: auto;
}
.sec10box .rightbox {
	background-color: #FFF;
	border: 4px solid #e4e48f;
	padding: 10px;
	float: right;
	width: 52%;
	/* box-shadow */
	box-shadow: 2px 2px 8px -2px #212121;
	-moz-box-shadow: 2px 2px 8px -2px #212121;
	-webkit-box-shadow: 2px 2px 8px -2px #212121;
	text-align: left;
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */

}




@media print, screen and (min-width:1200px) {

}

.sec10box .rightbox .sec10_tit02 {
	font-size: 18px;
	font-weight: bold;
	background-color: #eeeea6;
	padding: 5px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}


.sec10box .rightbox .sec10_tex02 {
	line-height: 140%;
	margin-bottom: 10px;
	font-size: 18px;
}
.sec10box .rightbox .sec10_tex02 span {
	font-size: 16px;
	font-weight: bold;
	color: #259c00;
}
.sec11_box li span {
	font-weight: bold;
	color: #cc0000;
}
.sec11_box02 {
	background-color: #FFF;
	padding: 15px;
	border: 5px solid #f9df4f;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,faf1bc+100 */
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(250,241,188,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(250,241,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(250,241,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#faf1bc',GradientType=0 ); /* IE6-9 */

}
.sec11_box02 .img01 {
	margin-top: 0px;
	margin-bottom: 20px;
}

@media print, screen and (min-width:768px) {
.sec11_box02 .img01 {
	margin-top: 160px;
	margin-bottom: 20px;
}

}
@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.sec11_box02 .img01 {
	margin-top: 220px;
	margin-bottom: 20px;
}

}


.sec11_box02 .tit {
	position: relative;
	left: 0px;
	top: -5px;
	right: 0px;
	text-align: center;
}

.sec11_box02 .tit img {
	height: auto;
	width: auto;
}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
	.sec11_box02 .tit {
	position: absolute;
	left: 0px;
	top: -15px;
	right: 0px;
	text-align: center;
}

.sec11_box02 .tit img {
	height: auto;
	width: 680px;
}

}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.sec11_box02 .tit img {
	height: auto;
	width: 900px;
}

}
@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.sec11_box02 .tit img {
	height: auto;
	width: auto;
}
}

.line10 {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #259c00;
}
.sec11_box ul {
}
.sec11_box li {
	font-size: 16px;
	text-align: left;

}
.sec11_box li:nth-child(1) {
	background-image: url(../img/sec11_num01.png);
	background-repeat: no-repeat;
	background-position: left top;
		background-size: 30px 30px;
	padding-bottom: 30px;
	padding-left: 40px;
}
.sec11_box li:nth-child(2) {
	background-image: url(../img/sec11_num02.png);
	background-repeat: no-repeat;
	background-position: left top;
		background-size: 30px 30px;

	padding-bottom: 30px;
	padding-left: 40px;
}

.sec11_box li:nth-child(3) {
	background-image: url(../img/sec11_num03.png);
	background-repeat: no-repeat;
	background-position: left top;
		background-size: 30px 30px;

	padding-bottom: 30px;
	padding-left: 40px;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
	.sec11_box li {
	font-size: 24px;
	text-align: left;

}
.sec11_box li:nth-child(1) {
	background-image: url(../img/sec11_num01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 59px 59px;
	padding-bottom: 30px;
	padding-left: 70px;
}
.sec11_box li:nth-child(2) {
	background-image: url(../img/sec11_num02.png);
	background-repeat: no-repeat;
	background-position: left top;
		background-size: 59px 59px;

	padding-bottom: 30px;
	padding-left: 70px;
}

.sec11_box li:nth-child(3) {
	background-image: url(../img/sec11_num03.png);
	background-repeat: no-repeat;
	background-position: left top;
		background-size: 59px 59px;

	padding-bottom: 30px;
	padding-left: 70px;
}
}

.sec13 {
	background-color: rgba(255,255,255,0.7);
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
@media print, screen and (min-width:768px) {
.sec13 {
	background-color: rgba(255,255,255,0.7);
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}	/* 768px以上用（タブレット用）の記述 */

}

.sec14 p  {
	font-size: 14px;
}
.sec14 li  {
	font-size: 14px;
}
.sec14 .tit  {
	font-size: 18px;
	font-weight: bold;
	color: #338b2b;
	margin-bottom: 20px;
}
.sec14 ol {
	padding-left: 20px;
}
.sec14 ol li {
	margin-top: 15px;
}
.sec14 ol li ul li {
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
footer p {
	font-size: 14px;
}
footer li {
	font-size: 14px;
}
.right_tit {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #bcafa3;
	text-align: center;
	padding: 5px;
	width: 100%;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.right_tit {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #bcafa3;
	text-align: center;
	padding: 5px;
	width: 100%;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 10px;
}
}

.reformbtn a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #1e78c6;
	text-align: center;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	line-height: 100%;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;

}
.reformbtn a:hover {
	opacity: 0.7;


}
.foot_rightbox {
	float: none;
	width: 100%;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.foot_rightbox {
	float: right;
	width: 370px;
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.foot_rightbox {
	float: right;
	width: 500px;
}
}




@media print, screen and (min-width:1200px) {
.foot_rightbox {
	float: right;
	width: 590px;
}	/* 1200px以上用（PC用）の記述 */

}

.foot_tex01 {
	margin-top: 5px;
	text-align: center;
	
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.foot_tex01 {
	margin-top: 5px;
	text-align: right;
	
}
}

.sc_tex img {
	float: left;
	height: auto;
	width: auto;
}
.sc_tel img {
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	height: 50px;
	width: auto;
	margin-left: 5px;
	position: relative;
	z-index: 0;

}
.sc_pg img {
	float: right;
	height: 35px;
	width: auto;
	margin-right: 5px;
	margin-top: 10px;
}
.sc_btn img {
	float: left;
	margin-left: 10px;
	height: 50px;
	width: auto;
	
}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.sc_tex img {
	float: left;
	height: 48px;
	width: auto;
}
.sc_tel img {
	float: left;
	margin-left: 10px;
	padding-top: 5px;
	height: 48px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 0;
}
.sc_pg img {
	float: right;
	height: 48px;
	width: auto;
	margin: 0px;
}
.sc_btn img {
	float: left;
	margin-left: 10px;
	height: 48px;
	width: auto;

}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.sc_tex img {
	float: left;
	height: 60px;
	width: auto;
}
.sc_tel img {
	float: left;
	margin-left: 20px;
	padding-top: 5px;
	height: 60px;
	width: auto;


}
.sc_pg img {
	float: right;
	height: 60px;
	width: auto;

}
.sc_btn img {
	float: left;
	margin-left: 20px;
	height: 60px;
	width: auto;

}
}




@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.sc_tex img {
	float: left;
	height: auto;
	width: auto;
}
.sc_tel img {
	float: left;
	margin-left: 20px;
	padding-top: 5px;
		height: auto;
	width: auto;

}
.sc_pg img {
	float: right;
		height: auto;
	width: auto;

}
.sc_btn img {
	float: left;
	margin-left: 20px;
		height: auto;
	width: auto;

}
}

.sec02_tex02 {
	height: auto;
	width: auto;
}
.sec02_tex01 {
	height: auto;
	width: auto;
	
}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.sec02_tex02 {
	height: auto;
	width: 50%;
}
.sec02_tex01 {
	height: auto;
	width: 50%;
}
}

.sec02_tex01 img {
	height: auto;
	width: auto;
}
.sec02b_tex01 img {
	height: auto;
	width: auto;
}
.sec02_tex02 img {
	height: auto;
	width: auto;
		margin-top: 0px;

}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.sec02_tex02 img {
	height: auto;
	width: 430px;
	margin-top: 20px;
}
.sec03_tex01 img {
	height: auto;
	width: 400px;
}
.sec02b_tex01 img {
	height: auto;
	width: 380px;
}
}

@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.sec02_tex01 img {
	height: auto;
	width: 500px;
}
.sec02b_tex01 img {
	height: auto;
	width: 500px;
}
.sec02_tex02 img {
	height: auto;
	width: auto;
}
.sec03_tex01 img {
	height: auto;
	width: 500px;
}

}

@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.sec02_tex01 img {
	height: auto;
	width: auto;
}
.sec02_tex02 img {
	height: auto;
	width: auto;
}

.sec03_tex01 img {
	height: auto;
	width: auto;
}

}
.sec12_leftbox {
	float: none;
	width: 100%;
}
.sec12_rightbox {
	float: none;
	width: 80%;
}
.sec12_rightbox img {
	width: 100%;
		height:auto;

}
.sec12_leftbox .tex01 {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	margin-top: 10px;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.sec12_leftbox {
	float: left;
	width: 70%;
}
.sec12_rightbox {
	float: right;
	width: 25%;
	height:auto;
}
.sec12_rightbox img {
	width: 100%;
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.sec12_leftbox {
	float: left;
	width: 60%;
}
.sec12_rightbox {
	float: right;
	width: 20%;
	height:auto;
}
.sec12_rightbox img {
	width: 100%;
}
}

@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.sec12_leftbox {
	float: left;
	width: 70%;
}
.sec12_rightbox {
	float: right;
	width: 28%;
}
.sec12_rightbox img {
	width: 100%;
		height:auto;

}
}
.time_img {
	display: none;	
}
@media print, screen and (min-width:768px) {
.time_img {
	display: block;	
}	/* 768px以上用（タブレット用）の記述 */

}

.content_bg02 .tit02 {
	text-align: center;
	
}

.content_bg02 .tit02 img {
	height: auto;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}


.content_bg03 .tit02 img {
	height: auto;
	width: 240px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.content_bg02 .tit02 {
	text-align: left;
	margin: auto;
}

.content_bg02 .tit02 img {
	height: auto;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	
}

.content_bg03 .tit02 img {
	height: auto;
	width: auto;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
}
}

.tex_mataha img {
	height: 40px;
	width: auto;
	
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.tex_mataha img {
	height: auto;
	width: auto;
	
}
}
#voice {
 padding: 0 0 30px;
}
#voice .tit01 img{
 width: auto;
 height: 30px;
}

#voice .q_box > ul > li {
    position: relative;
    margin-bottom: 25px;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    border-radius: 20px;
    background: #dcf6ff;
}
#voice .q_box > ul > li::after {
    position: absolute;
    left: 30%;
    bottom: -29px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 15px transparent;
    border-top: solid 15px #dcf6ff;
}
#voice .q_box > ul > li:nth-child(2n)::after {
    left: auto;
    right: 30%;
}
#voice .q_box > ul > li div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#voice .q_box > ul > li div span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background: #259c00;
}
#voice .q_box > ul > li div h3 {
    width: calc(100% - 42px);
    line-height: 1.3;
    text-align: left;
    font-weight: bold!important;
}
#voice .q_box > ul > li ul {
    margin-top: 10px;
    margin-left: 20px;
}
#voice .q_box > ul > li ul li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 15px;
    line-height: 1.3;
    font-size: 13px;
}
#voice .q_box > ul > li ul li::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0079e9;
}
@media print, screen and (min-width:576px) {
#voice .q_box > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#voice .q_box > ul > li {
    width: 49%;
}
}
@media print, screen and (min-width:768px) {
#voice .q_box > ul > li {
    padding: 20px;
}
#voice .q_box > ul > li div span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    background: #259c00;
}
#voice .q_box > ul > li div h3 {
    width: calc(100% - 56px);
    line-height: 1.3;
}
#voice .q_box > ul > li ul li {
    font-size: 16px;
}
}
@media print, screen and (min-width:992px) {
#voice .q_box > ul > li {
    width: 32%;
}
}




#voice .board {
	margin-top: 20px;
	position: relative;
	padding:10px;
	background: url(../img/sec09_bg01.jpg) center top #d99e5b;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#voice .board::before {
	position: absolute;
	top:-13px;
	left:0;
	display: block;
	width: 107px;
	height: 140px;
	content: "";
	background: url(../img/sec09_ribbon01.png) top left no-repeat;
	background-size: auto 100%;
}
#voice .board::after {
	position: absolute;
	right:0;
	bottom:0;
	display: block;
	width: 84px;
	height: 99px;
	content: "";
	background: url(../img/sec09_ribbon02.png) top left no-repeat;
	background-size: auto 100%;
}
#voice .board div {
	padding:30px 20px;
	background: url(../img/sec09_bg02.jpg) center top #f0c89e;
	box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
}
#voice .board div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#voice .board div ul li {
	width: 48%;
	margin-bottom: 15px;
}
#voice .board div ul li img {
	width: 100%;
	height: auto;
}
#voice .board div ul li p {
	position: relative;
	display: block;
}
#voice .board div ul li p::after {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top:3px;
	left:50%;
	margin-left: -15px;
	content: "";
}
#voice .board div ul li:first-child p::after, #voice .board div ul li:nth-child(6) p::after {
	background: url(../img/pin_red.png) center top no-repeat;
	background-size: auto 30px;
}
#voice .board div ul li:nth-child(2) p::after, #voice .board div ul li:nth-child(4) p::after {
	background: url(../img/pin_blue.png) center top no-repeat;
	background-size: auto 30px;
}
#voice .board div ul li:nth-child(3) p::after, #voice .board div ul li:nth-child(5) p::after {
	background: url(../img/pin_yellow.png) center top no-repeat;
	background-size: auto 30px;
}
#voice .row .col-md-3 a::before {
	position: absolute;
	display: block;
	bottom:5px;
	right:15%;
	width: 50px;
	height: 50px;
	margin-left: -1px;
	content: "";
	background: url(../img/zoom.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 999;
}
@media print, screen and (min-width:768px) {
#voice {
padding:  0 0 60px;
}
 #voice .tit01 img{
 width: auto;
 height: auto;
}
#voice .board {
	margin-top: 20px;
	position: relative;
	padding:20px;
	background: url(../img/sec09_bg01.jpg) center top #d99e5b;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#voice .board::before {
	position: absolute;
	top:-28px;
	left:0;
	display: block;
	width: 213px;
	height: 280px;
	content: "";
	background: url(../img/sec09_ribbon01.png) top left no-repeat;
	background-size: auto auto;
}
#voice .board::after {
	position: absolute;
	right:0;
	bottom:0;
	display: block;
	width: 167px;
	height: 198px;
	content: "";
	background: url(../img/sec09_ribbon02.png) top left no-repeat;
	background-size: auto auto;
}
#voice .board div {
	padding:50px 40px;
	background: url(../img/sec09_bg02.jpg) center top #f0c89e;
	box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
}
#voice .board div ul li {
	width: 32%;
	margin-bottom: 15px;
	text-align: center;
}
#voice .board div ul li p {
	display: inline-block;
	width: 90%;
	height: auto;
    cursor: pointer;
}
#voice .board div ul li:first-child {
	text-align: right;
}
#voice .board div ul li:nth-child(2) {
	padding-top:15px;
	text-align: right;
}
#voice .board div ul li:nth-child(4) {
	text-align: left;
}
#voice .board div ul li:nth-child(5) {
	padding-top:15px;
}
#voice .board div ul li:nth-child(6) {
	text-align: right;
}
#voice .board div ul li p::after {
	position: absolute;
	display: block;
	width: 62px;
	height: 62px;
	top:3px;
	left:50%;
	margin-left: -31px;
	content: "";
}
#voice .board div ul li:first-child p::after, #voice .board div ul li:nth-child(6) p::after {
	background: url(../img/pin_red.png) center top no-repeat;
	background-size: auto auto;
}
#voice .board div ul li:nth-child(2) p::after, #voice .board div ul li:nth-child(4) p::after {
	background: url(../img/pin_blue.png) center top no-repeat;
	background-size: auto auto;
}
#voice .board div ul li:nth-child(3) p::after, #voice .board div ul li:nth-child(5) p::after {
	background: url(../img/pin_yellow.png) center top no-repeat;
	background-size: auto auto;
}
#voice .row .col-md-3 a::before {
	position: absolute;
	display: block;
	bottom:10px;
	right:10px;
	width: 50px;
	height: 50px;
	margin-left: -1px;
	content: "";
	background: url(../img/zoom.png) center center no-repeat;
	background-size: 100% 100%;
}
}

/* colorbox */
.open_box_area {
    display: none;
}
.open_box {
    width: 320px;
    padding: 60px 20px 6px 0;
    height: calc(75vh - 60px);
}
.voice_box {
    height: 100%;
    overflow: auto;
}
.voice_box dl {
    width: calc(100%);
}
#cboxPrevious {
    margin-top: -40px!important;
    width: 40px!important;
    height: 80px!important;
}
#cboxNext {
    margin-top: -40px!important;
    width: 40px!important;
    height: 80px!important;
}
@media print, screen and (min-width:576px) {
.open_box {
    width: 480px;
    height: calc(80vh - 60px);
}
}
@media print, screen and (min-width:768px) {
.open_box {
    width: 690px;
    height: calc(75vh - 60px);
    padding: 60px 50px 15px 0;
}
.voice_box dl {
    width: 100%;
}
#cboxPrevious {
    margin-top: -40px!important;
    width: 40px!important;
    height: 80px!important;
}
#cboxNext {
    margin-top: -40px!important;
    width: 40px!important;
    height: 80px!important;
}
}
@media print, screen and (min-width:992px) {
.open_box {
    width: 900px;
    height: calc(75vh - 60px);
}
}


.voice_list li {
    padding: 20px 0;
    border-bottom: dotted 1px #ccc;
}
.voice_list li .fig {
    margin-bottom: 10px;
    text-align: center;
}
.voice_list li .fig a {
    position: relative;
    display: inline-block;
}
.voice_list li .fig a::before {
	position: absolute;
	display: block;
	bottom: 0;
	right: -10px;
	width: 50px;
	height: 50px;
	margin-left: -1px;
	content: "";
	background: url(../img/zoom.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 999;
}
.voice_list li .fig img {
    width: 100%;
    max-width: 240px;
}

@media print, screen and (min-width:576px) {
.voice_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.voice_list li .fig {
    width: 25%;
    margin-bottom: 0;
}
.voice_list li .voice_box {
    width: 73%;
}
}
@media print, screen and (min-width:768px) {
.voice_list li {
    padding: 24px 0;
}
.voice_list li .fig a::before {
	position: absolute;
	display: block;
	bottom: 0;
	right: -10px;
	width: 50px;
	height: 50px;
	margin-left: -1px;
	content: "";
	background: url(../img/zoom.png) center center no-repeat;
	background-size: 100% 100%;
}
}


.voice_box dl{
    text-align: left;
}
.voice_box dl .em {
    padding: 10px 5px;
    border-radius: 10px;
    background: #f8ea9f;
}
.voice_box dl dt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.3;
    font-family:"NotoSansBold";
}
.voice_box dl dt span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background: #259c00;
}
.voice_box dl .em dt span{
    background: #ff8000;
}
.voice_box dl dt div {
    width: calc(100% - 40px);
}
.voice_box dl dd {
    margin-bottom: 20px;
    text-align: left;
}
.voice_box dl dd:last-child {
    margin-bottom: 0;
}
.voice_box dl dd > p {
    margin-bottom: 5px;
    font-weight: bold;
    color: #259c00;
}
.voice_box dl dd ul {
    display: flex;
    flex-wrap: wrap;
}
.voice_box dl dd ul li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 4px;
    line-height: 1.1;
}
.voice_box dl dd ul li span {
    display: inline-block;
    margin-right: 3px;
    width: 24px;
    line-height: 0;
}
.voice_box dl dd ul li span img {
    width: 100%;
    height: auto;
}
.voice_box dl dd .free_text {
    padding: 10px;
    border-radius: 6px;
    background: #fff;
}
@media print, screen and (min-width:768px){
.voice_box dl .em {
    padding: 10px;
    border-radius: 10px;
    background: #f8ea9f;
}
.voice_box dl dt{
    font-size: 17px;
}
.voice_box dl dt span{
    width: 44px;
    height: 44px;
}
.voice_box dl dt div {
    width: calc(100% - 50px);
}
.voice_box dl dd {
    margin-bottom: 20px;
    font-size: 16px;
}
.voice_box dl dd:last-child {
    margin-bottom: 0;
}
.voice_box dl dd > p {
    font-size: 16px;
}
.voice_box dl dd ul {
    display: flex;
    flex-wrap: wrap;
}
.voice_box dl dd ul li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 4px;
    font-size: 16px;
}
.voice_box dl dd ul li span {
    display: inline-block;
    margin-right: 3px;
    width: 26px;
    line-height: 0;
}
.voice_box dl dd ul li span img {
    width: 100%;
    height: auto;
}
.voice_box dl dd .free_text {
    padding: 15px;
    font-size: 16px;
}
.voice_box dl dd .free_text p {
    font-size: 16px;
}
}

/*PageNavi*/
.pagenavi {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}
.pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
.pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	border: 1px solid #b1d00b;
	background: #b1d00b;
	/* CSS3 */
	border-radius: 3px;
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	border: 1px solid #ff8000;
	background: #ff8000;
	/* CSS3 */
	border-radius: 3px;
}
.pagenavi li a:hover {
	opacity: 0.7;
}

