/* CSS Document */
*{
	margin:0;
	padding:0;
	border:none;
	box-sizing: border-box;
}

.pc {
	display: none !important;
}
	
.sp {
	display: block !important;
}

img{
	max-width: 100%;
}

.fr{
	float:right;
}

.fl{
	float:left;
}

.clearfix{
	_overflow:visible;
	_height:1px;
	zoom:1;
}

.clearfix:after{
	content:".";
	display:block;
	height:1px;
	clear:both;
	visibility:hidden;
	font-size:0;
	line-height:0;
	margin:-1px 0 0 0;
}

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

b, strong{
	font-weight: bold;
}

.bg01-contents{
	padding:10px;
}

.bg01-img{
	display:inline;
	width:32%;
	float:right;
	margin:0px 0px 2px 8px;
}

.section02{
	margin:20px 0;
}

.text-box01{
	width:65%;
	float:left;
	color:#001a0d;
	font-size:110%;
}

.bg02{
	background: url(../img/sp/bg05.png) repeat center center;
	padding: 20px 10px;
}

.bg03{
	background: url(../img/sp/bg06.png) repeat;
	padding:10px;
}

.bg04{
	padding:3px;
	background:rgb(34,164,100);
	background:-moz-linear-gradient(top, rgba(34,164,100,1) 0%, rgba(0,89,45,1) 100%);
	background:-webkit-linear-gradient(top, rgba(34,164,100,1) 0%,rgba(0,89,45,1) 100%);
	background:linear-gradient(to bottom, rgba(34,164,100,1) 0%,rgba(0,89,45,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22a464', endColorstr='#00592d',GradientType=0);
}

.bg04-in{
	background: url(../img/sp/bg01.png) repeat, rgb(255,255,255);
	background: url(../img/sp/bg01.png) repeat, -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,243,230,1) 100%);
	background: url(../img/sp/bg01.png) repeat, -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(219,243,230,1) 100%);
	background: url(../img/sp/bg01.png) repeat, linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(219,243,230,1) 100%);
	filter: url(../img/sp/bg01.png) repeat, progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbf3e6',GradientType=0);
}

.bg02-title01{
	background: url(../img/sp/bg05.png) repeat center center;
	margin:20px 10px 0;
	border-top-left-radius:16px;
	border-top-right-radius:16px;
	padding:20px 10px 10px;
}

body{
	background: none;
	width: 100%;
}

header .inner{
	width:100%;
}

header{
	width:100%;
	height: auto;
	padding:5px 0;
	border-top:4px solid #008b48;
	background:rgb(255,255,255);
	background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(240,240,240,1) 50%, rgba(255,255,255,1) 100%);background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(240,240,240,1) 50%,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(240,240,240,1) 50%,rgba(255,255,255,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0);
}

.header-in{
	padding:0 10px;
	clear:both;
	overflow:hidden;
}

.header-logo{
	float:left;
	width:35%;
	margin:8px 0 0 0;
}

.header-item01{
	float:right;
	width:56%;
	margin:8px 0 0 0;
}

.header-item02{
	margin:0;
	background: #fff;
}

.header-logo img,.header-item01 img{
	width:100%;
}

.header-logo {
    width: 30%;
}

.header-item01 {
    width: 51%;
    float: left;
    margin-left: 15px;
}

.header .line {
    float: right;
    width: 12%;
}

header p.line a {
    margin-top: 6px;
    width: auto;
    height: auto;
}

header p.line {
	width: 12%;
}

header p.line img {
    width: auto;
}

article section.main_vijual{
	height: auto;
	min-width: unset;
	background: none;
}

article section.main_vijual a{
	width: auto;
	height: auto;
	margin: 0;
}

article section.point{
	height: auto;
	min-width: unset;
	background: none;
}

article section.point ul{
	height: auto;
	background: none;
}

article .main_contents{
	width: 100%;
	background: url(../img/bg_content.png) repeat-y center top;
}

article .main_contents section{
	width: 100%;
}

article .main_contents .head{
	width: 100%;
	height: auto;
	background: url(../img/bg_content_head.png) no-repeat center top;
}

article .main_contents .foot{
	width: 100%;
	height: auto;
	background: url(../img/bg_content_foot.png) no-repeat center top;
}

ul.col2{
	padding:0 5px;
	margin:5px 0;
}

ul.col2 li{
	list-style:none;
	width:48.5%;
	float:left;
	margin-right:8px;
}

ul.col2 li:last-child{
	margin-right:0;
}

article section.support{
	margin-top: 0;
}

article section.support .section01{
	padding: 0 8px;
	margin: 1.5% 0 0;
}

.bg01{
	padding:3px;
	margin-bottom:20px;
	background:rgb(34,164,100);
	background:-moz-linear-gradient(top, rgba(34,164,100,1) 0%, rgba(0,89,45,1) 100%);background:-webkit-linear-gradient(top, rgba(34,164,100,1) 0%,rgba(0,89,45,1) 100%);background:linear-gradient(to bottom, rgba(34,164,100,1) 0%,rgba(0,89,45,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22a464', endColorstr='#00592d',GradientType=0);
}

.bg01-in{
	background:#fff;
}

.bg01-contents{
	padding:10px;
}

.bg01 .text-box01{
	width:100%;
	line-height:1.4;
}

.bg01 .text-box01 .orange_b{
	color:#ff4500;
	font-weight:bold;
}

img.imgR{
	float:right;
	width:32%;
	margin-bottom:10px;
	margin-left:10px;
}

article section.celebration{
	margin: 0;
}

.box-contact{
	text-align: center;
	background: url(../img/sp/bg04.png) repeat, rgb(255,251,216);
	background: url(../img/sp/bg04.png) repeat, -moz-linear-gradient(top, rgba(255,251,216,1) 0%, rgba(252,227,128,1) 100%);
	background: url(../img/sp/bg04.png) repeat, -webkit-linear-gradient(top, rgba(255,251,216,1) 0%,rgba(252,227,128,1) 100%);
	background: url(../img/sp/bg04.png) repeat, linear-gradient(to bottom, rgba(255,251,216,1) 0%,rgba(252,227,128,1) 100%);
	filter: url(../img/sp/bg04.png) repeat, progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbd8', endColorstr='#fce380',GradientType=0);
}

.box-contact {
	margin: 10px 0 0;
}

.box-contact-in{
	padding:0 10px;
}

hr.bar01{
	background: url(../img/sp/contact_bar01.png) no-repeat center center;
	height: 1px;
	padding: 3px 0;
	border: none;
}

.box-contact-in h3 {
	margin: 0 0 2%;
}

.box-contact-in .line img {
    width: 60%;
    display: block;
    margin: 0 auto 3%;
}

article section.voice ul li{border-radius:1em;}
article section.voice ul li dl {display:block; width:96%;margin:0 auto;}
article section.voice ul li dl dt{display:block; font-weight:700;;background:url(../img/voice_icon.png) no-repeat left top;background-size:auto 1em;padding-left:2em}
article section.voice ul li dl dd{display:block; margin-bottom:1em;padding:0 2em}
article section.voice ul .thum {display: block;width:70%;margin:25px auto;border:solid #999 1px;}

.box-voice{
	background:#fff;
	border-radius:20px;
	padding:15px;
	margin-bottom:20px;
	position:relative;
	box-shadow:2px 2px 8px 2px rgba(0,0,0,0.1) inset;
	clear:both;
	overflow:hidden;
}

.box-voice-in01{
	width:68%;
	padding-bottom:30px;
}

.box-voice-img01{
	position:absolute;
	width:30%;
	right:0;
	bottom:-6px;
}

.box-voice-arrow01{
	position:absolute;
	bottom:-6px;
	right:40%;
}

.box-voice-img02{
	position:absolute;
	width:30%;
	left:0;
	bottom:-6px;
}

.box-voice-arrow02{
	position:absolute;
	bottom:-6px;
	right:50%;
}

.box-voice-in01 p{
	font-size:90%;
	line-height:2;
}

article section.flow{
	margin: 20px 0;
}

article section.contact{
	margin:0 auto;
	padding: 10px;
	width: 100%;
	background:url(../img/bg_contact.png) repeat-x center top;
}

article section.contact h3{
	margin: 0 0 1.5%;
}

article section.contact dl{
	width:100%;
	margin: 0;
}

article section.contact dl dt.hissu{
	background: url(../img/sp/hissu.png) no-repeat left center;
	padding-left: 40px;
	font-size: 115%;
	color: #333;
	width: 100%;
	float: none;
}

article section.contact dl dt:after{
	display: none;
}

article section.contact dl dt span{
	color:#757575;
	margin-left:5px;
	font-size:70%;
}

article section.contact dl dt, article section.contact dl dd{
	padding: 5px 0;
	margin: 0;
}

.form-text{
	height:35px;
	border:1px solid #808080;
}

.form-text01{
	width:70%;
}

.form-text02{
	width:90%;
}

.form-text03{
	width:100%;
}

article section.contact p.check input{
	width:80%;
	height:60px;
	text-indent:-9999px;
	margin:30px;
	background:url(../img/sp/btn_conf.png) no-repeat center center;
	background-size:contain;
}

#mfp_confirm_table{
	width: 100%;
	margin: 20px 0;
}

#mfp_confirm_table th, #mfp_confirm_table td{
	width: 100%;
	padding: 15px 0 15px 1em;
	display: block;
}

footer{
	height: auto;
	background: none;
}

footer .line {
    margin-bottom: 3vw;
}

footer .line a {
    display: block;
}

footer .line img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.footer-in{
	background:#008b48;
	text-align:center;
	color:#fff;
	padding:20px 0;
}

.footer-link{
	text-align:center;
	margin-bottom:10px;
	position: unset;
}

.footer-link li{
	display:inline-block;
}

.footer-link li a{
	color:#fff;
}

article section.contact .thx{
	margin:0 auto 70px;
	width: 100%;
	background:#ffffff;
	overflow:hidden;
	/*text-align:center;*/ 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
