@charset "utf-8";

/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);*/

/* ------------------------------
 Base
------------------------------ */

html {
	-webkit-text-size-adjust: 100%;
}
* {
	border: none;
	margin: 0px;
	padding: 0px;
	font-weight: inherit;
	font-size: inherit;
}
section, article, aside, dialog, figure, footer, header, hgroup, nav, li {
	display: block;
}
body {
	height: 100%;
	margin: 0;
	font-size: 20px;
	font-family: "Yu Gothic", "YuGothic", "游ゴシック",'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
	color: #222;
	background: #fff;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
	transition: all 0.5s ease;
}
.noef a {
	transition: none;
}
a:hover {
	cursor: pointer;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
}

::selection {
	background: #FFE6D0; /* Safari */
}
::-moz-selection {
	background: #FFE6D0; /* Firefox */
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ---------- Common-Setting ---------- */

.b { font-weight: bold; }
.s { font-size: 85%; }
.clear { clear: both;}
.br { display: inline-block;}

/* ------------------------------
 Base END
------------------------------ */

#container {
	overflow: hidden;
	width: 100%;
}
.wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pcnone {
	display: none;
}
.pctabnone {
	display: none;
}


/* ------------------------------
 Header
------------------------------ */

#header {
	width: 100%;
	height: 80px;
	background-color: #fff;
}
#header .wrapper h1 ,
#header .wrapper .div-h1{
	width: 210px;
	height: 50px;
	margin-top: 15px;
	float: left;
}
#header .wrapper h1 a {
	width: 100%;
	display: block;
}
#header .wrapper p {
	width: 240px;
	height: 60px;
	float: right;
	margin-top: 10px;
}
#header .wrapper p a {
	width: 100%;
	height: 60px;
	line-height: 58px;
	display: block;
	background-color: #85B200;
	border: 1px solid #729D28;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
#header .wrapper p a > img {
	width: 200px;
	position: relative;
	z-index: 2;
}
#header .wrapper p a span {
	width: 60px;
	height: 48px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
#header .wrapper p a span img {
	vertical-align: top;
	z-index: 1;
}


/* ------------------------------
 Mainvisual
------------------------------ */

.mainvisual {
	width: 100%;
	height: 550px;
	background: url(img/main.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	position: relative;
}
.mainvisual p {
	width: 750px;
	position: absolute;
	left: 4%;
	top: 30%;
}


/* ------------------------------
 FormBtn
------------------------------ */

.formbtn {
	width: 100%;
	height: 170px;
	border-top: 5px solid #729D28;
	border-bottom: 5px solid #729D28;
}
.formbtn a {
	width: 100%;
	height: 170px;
	line-height: 170px;
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: url(img/bg_greensl.gif) repeat left top;
	background-size: 10px 10px;
}
.formbtn a > img {
	position: relative;
	z-index: 2;
}
.formbtn a:hover {
	background-color: #9DC721;
}


/* ------------------------------
 Common
------------------------------ */

span.marker {
	background: linear-gradient(transparent 10%, #FFFF00 10%);
	background-image: -webkit-linear-gradient(transparent 10%, #FFFF00 10%);
}


/* ------------------------------
 Point
------------------------------ */

#point {
  padding: 60px 0;
	text-align: center;
	background: #F1FFBF;
	background: -moz-linear-gradient(top, #F1FFBF 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #F1FFBF 0%, #fff 100%);
	background: linear-gradient(to bottom, #F1FFBF 0%, #fff 100%);
}
#point h1 {
	text-align: center;
	color: #85B200;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 50px;
}
#point p {
	text-align: center;
	line-height: 1.8;
	font-weight: 600;
}
#point p + p {
	margin-bottom: 40px;
}
#point p i {
	color: #85B200;
	font-style: normal;
}


/* ------------------------------
 FormBtn2
------------------------------ */

.formbtn2 {
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	border: 1px solid #3F8D00;
	box-sizing: border-box;
}
.formbtn2 a {
	width: 100%;
	line-height: 178px;
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: #85B200;
}
.formbtn2 a > img {
	position: relative;
	z-index: 2;
}
.formbtn2 a span.img1 {
	width: 190px;
	height: 154px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.formbtn2 a span.img2 {
	width: 126px;
	height: 149px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.formbtn2 a:hover {
	background: #9DC721;
}


/* ------------------------------
 Market
------------------------------ */

#market {
	background: url(img/bg_wood.jpg) repeat left top;
	padding: 60px 0;
}
#market .wrapper {
	background-color: #fff;
	border: 10px solid #85B200;
	box-sizing: border-box;
	padding: 60px;
	margin-bottom: 60px;
}
#market h1 {
	text-align: center;
	color: #85B200;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 50px;
}
#market .area1 {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #ccc;
}
#market .area1 .text {
	width: 450px;
	float: left;
}
#market .area1 figure {
	width: 550px;
	float: right;
}
#market .area2 .text {
	width: 450px;
	float: right;
}
#market .area2 dl {
	margin-bottom: 1em;
	clear: both;
}
#market .area2 dl dt {
	font-weight: 600;
}
#market .area2 figure {
	width: 550px;
	float: left;
	margin-bottom: 20px;
}
#market figure figcaption p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.3;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#market figure figcaption p + p {
	margin-top: 1em;
}
#market .text h2 {
	font-size: 38px;
	line-height: 1.3;
	letter-spacing: 0;
	margin-bottom: 20px;
	font-weight: 600;
}
#market .text p.lead {
	font-size: 30px;
	line-height: 1.3;
	color: #85B200;
	margin-bottom: 20px;
	font-weight: 600;
}


/* ------------------------------
 Character
------------------------------ */

#character {
	background: url(img/bg_greensl.gif) repeat left top;
	background-size: 10px 10px;
	padding: 60px 0;
	margin-bottom: 60px;
}
#character .wrapper {
	text-align: center;
}
#character h1 {
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 50px;
}
#character .intro {
	background-color: #FFFDE8;
	border: 1px solid #7CA600;
	padding: 60px;
}
#character .intro p {
	width: 550px;
	line-height: 1.8;
	float: left;
	text-align: justify;
}
#character .intro figure {
	width: 500px;
	float: right;
}
#character h2 {
	background-color: #FFFF66;
	border-radius: 50px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	color: #85B200;
	font-size: 44px;
	font-weight: 900;
	padding: 0 40px;
	margin: 50px 0 30px;
}
#character .wrapper > p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
#character ul li {
	width: 33.333%;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
}
#character ul.half li {
	width: 50%;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
}
#character ul li div {
	background-color: #fff;
	padding: 30px 20px;
}
#character ul li div h3 {
	color: #85B200;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 20px;
}
#character ul li div figure {
	width: 200px;
	margin: 0 auto 20px;
}
#character ul li div p {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
}


/* ------------------------------
 Package
------------------------------ */

#package {
	background-color: #FFFF66;
	padding: 60px 0;
	margin-top: 60px;
}
#package h1 {
	text-align: center;
	color: #222;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 50px;
}
/*#package ul {
	margin-bottom: 20px;
}
#package ul li {
	width: 50%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
#package ul li p {
	line-height: 1.3;
	font-size: 16px;
	margin: 30px 10px 0;
	text-align: justify;
}*/
#package .wrapper > div {
	margin-bottom: 20px;
	text-align: center;
}
#package .wrapper > div p {
	line-height: 1.3;
	font-size: 16px;
	letter-spacing: 0;
	margin: 30px 100px 0;
	text-align: justify;
}


/* ------------------------------
 Flow
------------------------------ */

#flow {
	padding: 60px 0;
}
#flow h1 {
	text-align: center;
	color: #85B200;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 0;
}
#flow > p {
	text-align: center;
	color: #85B200;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 50px;
}
#flow ul {
	margin: 0 auto 50px;
}
#flow ul li {
	width: 33.333%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#flow ul li div {
	background-color: #F7FFDD;
	border: 1px solid #85B200;
}
#flow ul li div h2 {
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #111;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	position: relative;
}
#flow ul li div h2 span {
	width: 64px;
	height: 64px;
	line-height: 60px;
	display: inline-block;
	background-color: #85B200;
	color: #fff;
	font-size: 46px;
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
}
#flow ul li div figure {
	margin-bottom: 10px;
}
#flow ul li div p {
	font-size: 18px;
	line-height: 1.4;
	padding: 0 20px 20px;
	text-align: justify;
}
#flow ul li div p.lead {
	font-size: 24px;
	line-height: 1.3;
	color: #85B200;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 0 20px;
	text-align: left;
}
#flow ul li:last-child div {
	background-color: #85B200;
	position: relative;
}
#flow ul li:last-child div p {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	padding: 20px;
	text-align: left;
}
#flow ul li:last-child div figure {
	margin-bottom: 0;
	position: absolute;
	right: -10px;
	bottom: 20px;
}


/* ------------------------------
 Faq
------------------------------ */

#faq {
	padding: 60px 0;
	background: url(img/bg_faq.jpg) #F2F2F2;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain, auto;
}
#faq .wrapper > p {
	text-align: center;
	margin-bottom: 30px;
}
#faq h1 {
	text-align: center;
	color: #85B200;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 50px;
}
#faq dl {
	margin: 0 100px 30px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #85B200;
}
#faq dl dt {
	color: #222;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
	padding-left: 100px;
}
#faq dl dt::after {
	content: "";
	width: 90px;
	height: 90px;
	background: url(img/q.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -45px;
}
#faq dl dd {
	background-color: #fff;
	padding: 30px;
}
#faq dl dd p + p {
	margin-top: 1em;
}


/* ------------------------------
 Voice
------------------------------ */

#voice {
	padding: 60px 0;
	background: url(img/bg_voice.jpg) repeat left top;
}
#voice .wrapper > h1 {
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 50px;
}
#voice article {
	border: 1px solid #85B200;
	background-color: #fff;
	padding: 50px;
	margin: 0 auto 40px;
	box-sizing: border-box;
}
#voice article .intro {
	margin-bottom: 40px;
}
#voice article .intro figure {
	width: 450px;
	height: 300px;
	float: left;
}
#voice article .intro .text {
	margin-left: 490px;
}
#voice article .intro .text h1 {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.4;
	color: #85B200;
	margin-bottom: 10px;
}
#voice article .intro .text p.name {
	font-size: 26px;
	margin-bottom: 10px;
}
#voice article .intro .text p.shop {
	color: #85B200;
	margin-bottom: 10px;
}
#voice article .intro .text p.comment {
	background-color: #EBEBEB;
	line-height: 1.3;
	font-size: 18px;
	padding: 15px;
}
#voice article .box {
	margin-bottom: 40px;
}
#voice article .box:last-child {
	margin-bottom: 0;
}
#voice article .box h2 {
	color: #85B200;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
#voice article .box h2::after {
	content: "";
	width: 10px;
	height: 100%;
	background-color: #85B200;
	position: absolute;
	left: 0;
	top: 0;
}
#voice article .box figure {
	width: 210px;
	height: 210px;
}
#voice article .box figure.fr {
	float: right;
	margin: 0 0 20px 20px;
}
#voice article .box figure.fl {
	float: left;
	margin: 0 20px 20px 0;
}
#voice article .box p {
	font-size: 18px;
}
#voice article .box p.fr {
	margin-left: 250px;
}
#voice article .box p.fl {
	margin-right: 250px;
}




#voice .notice {
	text-align: center;
	margin-bottom: 30px;
}
#voice .notice ul {
	display: inline-block;
	text-align: left;
	font-size: .8em;
}
#voice .notice ul li {
	padding-left: 1em;
	text-indent: -1em;
}




/* ------------------------------
 Process
------------------------------ */

#process {
	padding: 60px 0;
	background: url(img/bg_process.jpg) no-repeat center bottom;
	background-size: cover;
}
#process h1 {
	text-align: center;
	color: #85B200;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 30px;
}
#process p {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
#process figure {
	text-align: center;
}


/* ------------------------------
 Form
------------------------------ */

#form {
	padding: 60px 0;
	background: url(img/bg_form.jpg) no-repeat center top;
	background-size: cover;
}
#form .wrapper {
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
}
#form h1 {
	text-align: center;
	color: #85B200;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 30px;
}
table.inputform {
	margin: 0 auto;
	border-collapse: collapse;
}
table.inputform th {
	width: 25%;
	box-sizing: border-box;
	text-align: left;
	padding: 30px 20px;
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
}
table.inputform td {
	padding: 30px 20px;
}
table.inputform td p {
	font-size: 14px;
}
table.inputform th,
table.inputform td {
	border-bottom: 1px dotted #ddd;
	box-sizing: border-box;
}
table.inputform tr:last-child th,
table.inputform tr:last-child td {
	border-bottom: none;
}
table.inputform td a.zipsearch {
	background: #333;
	color: #FFF!important;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px;
	border-radius: 3px;
	display: inline-block;
	font-size: 11px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	vertical-align: middle;
	text-decoration: none !important;
}
table.inputform td a:hover {
	background-color: #FFBF00;
}
table.inputform input[type=text],
table.inputform input[type=tel],
table.inputform input[type=email],
table.inputform textarea {
	width: 100%;
	background-color: #f2f2f2;
	border: none;
	border-radius: none;
	padding: 10px;
	vertical-align: middle;
	box-sizing: border-box;
	box-shadow: none;
	font-size: 15px;
}
table.inputform input[type=text]:focus,
table.inputform input[type=tel]:focus,
table.inputform input[type=email]:focus,
table.inputform textarea:focus {
	border-bottom: 1px solid #ddd;
}
table.inputform textarea {
	width: 100% !important;
	height: 120px !important;
}
table.inputform input[type=radio],
table.inputform input[type=checkbox] {
	vertical-align: middle;
	background-color: #FFFFF0;
}
table.inputform input.mfp_element_file {
	background-color: #f2f2f2;
	box-shadow: none;
	border: none;
}
table.inputform input::-webkit-input-placeholder,
table.inputform textarea::-webkit-input-placeholder {
	color: #666;
}
table.inputform input::-moz-placeholder,
table.inputform textarea::-moz-placeholder {
	color: #666;
}
.mfp_element_all {
	max-width: none;
}
select {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px;
	vertical-align: middle;
}
table.inputform #address {
	margin: 4px 0 6px;
}
table.inputform input.noborder {
	border: none;
}
table.inputform ul.float li {
	float: left;
	padding: 4px 40px 4px 0;
}
table.inputform ul.nofloat li {
	padding: 4px 0;
}
.notes {
	text-align: center !important;
	clear: both;
	font-size: 12px;
	margin: 30px auto 10px !important;
}
.hissu {
	padding: 2px 4px;
	color: #fff;
	background-color: #5E9A20;
	font-size: 12px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0.2em;
	margin-left: 5px;
}
.mfp_err {
	background-position: 0px 5px !important;
}
.inner section.form p {
	text-align: center;
	clear: both;
	margin: 20px auto !important;
}


/* ---------- label override ---------- */

form#mailformpro label {
	transition: all 0.5s ease;
	border-radius: 2px;
	display: block;
	white-space: normal;
}
form#mailformpro table.inputform ul.nofloat li label {
	width: 100%;
	box-sizing: border-box;
}
form#mailformpro label.mfp_checked {
	padding: 5px 10px;
	background-color: #F2F8E0;
	border: 1px solid #B5D24D;
	color: #7D9A25;
}
form#mailformpro label.mfp_not_checked {
	padding: 5px 10px;
	border: 1px solid #ddd;
	background-color: #fff;
}

/* ---------- button override ---------- */

#mfp_buttons p {
	text-align: center;
	width: 65%;
	margin: 20px auto 0;
}
#mfp_buttons button#btn_confirm {
	border: none;
	border-radius: 50px;
	background: #85B200;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #FFFF00;
	font-size: 50px;
	font-weight: 600;
	font-family: inherit;
	transition: all 0.5s ease;
	padding: 0;
	text-shadow: none;
	vertical-align: middle;
	font-family: "Yu Gothic", "YuGothic", "游ゴシック",'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-weight: bold;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	cursor: pointer;
}
#mfp_buttons button#btn_confirm:hover {
	border: none;
	background-color: #789F00;
	box-shadow: none;
}


/* ---------- confirm.css override ---------- */

div#mfp_phase_confirm h4 {
	font-size: 32px;
	font-weight: 600;
	color: #5E9A20;
	padding: 0;
	text-align: center;
	margin: 0 0 20px;
}

table#mfp_confirm_table {
	border-bottom: #bbb 1px dotted;
	width: 90%;
	margin: 0 auto;
}
table#mfp_confirm_table tr th {
	width: 25%;
	white-space: nowrap;
	padding: 10px 10px 10px 30px;
	color: #333;
	font-weight: 700;
}
table#mfp_confirm_table tr td {
	padding: 10px 15px;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	font-size: 18px;
	text-align: left;
	border-top: #bbb 1px dotted;
}
table#mfp_confirm_table tr.mfp_colored {
    background-color: #f7f7f7;
}

.mfp_buttons {
	margin-top: 30px;
	font-family: "Yu Gothic", "YuGothic", "游ゴシック",'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
div.mfp_buttons button {
	padding: 10px 10px;
	border: none;
	height: 80px;
	color: #fff;
	font-size: 26px;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	cursor: pointer;
	font-family: inherit;
	margin: 0 10px;
	text-align: center;
	text-shadow: none;
}
div.mfp_buttons button#mfp_button_send {
	width: 400px;
	background: #EC7320;
	font-weight: bold;
	transition: all 0.5s ease;
}
div.mfp_buttons button#mfp_button_send:hover {
	background: #D25F00;
}
div.mfp_buttons button#mfp_button_cancel {
	width: 200px;
	background: #AAA;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
	box-shadow: 0 3px 7px #aaa;
}


/* ------------------------------
 Thanks
------------------------------ */

.thankspage #header { height: auto;}
.thankspage #header .center { margin: 20px 0 -40px; text-align: center;}

#thanksarea {
	width: 1000px;
	margin: 100px auto 0;
}
#thanksarea h1 {
	font-size: 36px;
	color: #5E9A20;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 40px;
}
#thanksarea p {
	text-align: center;
}
dl.telbox {
	margin: 60px auto 0;
	border: 4px solid #ccc;
	padding: 20px;
	text-align: center;
}
dl.telbox dt {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	padding: 10px;
}
dl.telbox dd.tel {
	font-size: 44px;
	font-weight: 600;
	color: #5E9A20;
	line-height: 1.4;
}
dl.telbox dd a { color: #5E9A20;}
dl.telbox dd img {
	vertical-align: middle;
	padding: 0 10px 7px 0;
}
#thxfooter {
	width: 1000px;
	padding: 30px 0 0;
	text-align: right;
}
#thxfooter p {
	margin: 0 0 20px;
	text-align: left;
	font-size: 13px;
}
#thxfooter small {
	font-size: 11px;
	letter-spacing: 0;
}
#thxfooter .br_sp { display: none;}

/* ------------------------------
 Footer
------------------------------ */

#footer {
	width: 100%;
	padding: 30px 0;
	background-color: #85B200;
}
#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 100;
}
#pagetop a {
	width: 60px;
	height: 60px;
	display: block;
	background-color: #66AC28;
	border-radius: 1px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#pagetop a::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -9px;
	box-sizing: border-box;
	transition: all .3s ease;
}
#pagetop a:hover {
	background-color: #FF8520;
}
#footer h1 {
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#footer p {
	text-align: center;
}
#footer p a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
#footer p.notice {
	text-align: center;
	margin-bottom: 20px;
}
#footer p.notice span {
	text-align: left;
	display: inline-block;
	color: #fff;
	font-size: 13px;
}


/* ------------------------------------------------------------------------------------------------------------------------

/* 1200px以下

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1199px){

body {
	letter-spacing: 1px;
	font-size: 18px;
}
.wrapper {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.pcnone {
	display: block;
}
.tabspnone {
	display: none;
}
.tabnone {
	display: none;
}


/* ------------------------------
 Mainvisual
------------------------------ */

.mainvisual {
	height: 450px;
}
.mainvisual p {
	width: 600px;
}


/* ------------------------------
 FormBtn
------------------------------ */

.formbtn a > img {
	width: auto;
	height: 140px;
	margin: 0 auto;
}


/* ------------------------------
 Point
------------------------------ */

#point h1 {
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 30px;
}
#point p br {
	display: none;
}


/* ------------------------------
 FormBtn2
------------------------------ */

.formbtn2 {
	width: auto;
	margin: 0 10px;
}
.formbtn2 a > img {
	width: 80%;
	margin: 0 auto;
}


/* ------------------------------
 Market
------------------------------ */

#market .wrapper {
	padding: 40px;
}
#market h1 {
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 40px;
}
#market .area1 .text {
	width: 46%;
}
#market .area1 figure {
	width: 50%;
}
#market .area2 .text {
	width: 46%;
}
#market .area2 figure {
	width: 50%;
}
#market .text h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
#market .text p.lead {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 20px;
}


/* ------------------------------
 Character
------------------------------ */

#character h1 {
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 40px;
}
#character .intro {
	padding: 40px;
}
#character .intro p {
	width: 50%;
	line-height: 1.6;
}
#character .intro figure {
	width: 46%;
}
#character h2 {
	height: auto;
	line-height: auto;
	font-size: 34px;
	line-height: 1.3;
	padding: 10px 40px;
	margin: 50px 0 30px;
}
#character .wrapper > p {
	font-size: 18px;
}
#character ul li div {
	padding: 20px;
}
#character ul li div h3 {
	font-size: 24px;
}
#character ul li div h3 br {
	display: none;
}
#character ul li div figure {
	width: 100%;
}
#character ul li div p br {
	display: none;
}


/* ------------------------------
 Package
------------------------------ */

#package h1 {
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 40px;
}
#package .wrapper > div p {
	margin: 20px 0 0;
}


/* ------------------------------
 Flow
------------------------------ */

#flow h1 {
	font-size: 40px;
	line-height: 1.3;
}
#flow > p {
	font-size: 24px;
	margin-bottom: 30px;
}
#flow ul {
	margin: 0 auto 40px;
}
#flow ul li div h2 {
	height: 60px;
	line-height: 60px;
	font-size: 24px;
}
#flow ul li div h2 span {
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-size: 30px;
}
#flow ul li div p.lead {
	font-size: 20px;
}
#flow ul li:last-child div p {
	font-size: 30px;
	line-height: 1.4;
}


/* ------------------------------
 Faq
------------------------------ */

#faq h1 {
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 40px;
}
#faq dl {
	margin: 0 0 30px;
}
#faq dl dt {
	font-size: 24px;
	padding-left: 70px;
}
#faq dl dt::after {
	content: "";
	width: 60px;
	height: 60px;
	background: url(img/q.png) no-repeat center center;
	background-size: 60px 60px;
	margin-top: -30px;
}
#faq dl dd {
	padding: 20px;
}


/* ------------------------------
 Voice
------------------------------ */

#voice {
	padding: 60px 0 30px;
}
#voice .wrapper > h1 {
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 40px;
}
#voice article {
	padding: 40px;
}
#voice article .intro figure {
	width: 300px;
	height: auto;
}
#voice article .intro .text {
	margin-left: 340px;
}
#voice article .intro .text h1 {
	font-size: 26px;
}
#voice article .intro .text p.name {
	font-size: 22px;
}
#voice article .intro .text p.comment {
	padding: 10px;
}
#voice article .box h2 {
	font-size: 24px;
}


/* ------------------------------
 Process
------------------------------ */

#process h1 {
	font-size: 40px;
	line-height: 1.3;
}
#process p {
	font-size: 18px;
}


/* ------------------------------
 Form
------------------------------ */

#form .wrapper {
	padding: 40px;
}
#form h1 {
	font-size: 40px;
	line-height: 1.3;
}
table.inputform {
	width: 100%;
}

#mfp_buttons button#btn_confirm {
	font-size: 34px;
}

/* ---------- confirm.css override ---------- */

div#mfp_phase_confirm h4 {
	font-size: 28px;
}


/* ------------------------------
 Thanks
------------------------------ */

.thankspage #header .center { margin-bottom: 0;}

#thanksarea {
	width: auto;
	margin: 50px 10px 0;
}
#thanksarea h1 {
	font-size: 30px;
	text-align: center;
}
dl.telbox {
	margin: 60px auto 0;
	border: 4px solid #ccc;
	padding: 20px;
	text-align: center;
}
dl.telbox dt {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	padding: 10px;
}
dl.telbox dd.tel {
	font-size: 44px;
	font-weight: 600;
	color: #66AC28;
	line-height: 1.4;
}
dl.telbox dd img {
	width: 50px;
	vertical-align: middle;
	padding: 0 10px 5px 0;
}
#thxfooter {
	width: auto;
}






}



@media only screen and (max-width: 959px){

.mainvisual {
	height: 400px;
	background: url(img/main_tab.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.mainvisual p {
	width: 500px;
}

}



/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){

.spnone {
	display: none;
}
.pctabnone {
	display: block;
}
.tabnone {
	display: block;
}


/* ------------------------------
 Header
------------------------------ */

#header {
	height: 60px;
}
#header .wrapper {
	margin: 0;
}
#header .wrapper h1 {
	width: 160px;
	height: auto;
	margin-top: 15px;
}
#header .wrapper p {
	width: 120px;
	height: 40px;
	margin: 10px 10px 0 0;
}
#header .wrapper p a {
	height: 40px;
	line-height: 38px;
	display: block;
}
#header .wrapper p a > img {
	width: 110px;
}
#header .wrapper p a span {
	width: 46px;
	height: 38px;
}


/* ------------------------------
 Mainvisual
------------------------------ */

.mainvisual {
	height: 200px;
	background: url(img/main_sp.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.mainvisual p {
	width: 65%;
	left: 4%;
	top: auto;
	bottom: 15px;
}


/* ------------------------------
 FormBtn
------------------------------ */

.formbtn {
	height: 80px;
}
.formbtn a {
	height: 80px;
	line-height: 80px;
}
.formbtn a > img {
	height: 60px;
}
.formbtn a > img.pctabnone {
	display: inline;
}


/* ------------------------------
 Point
------------------------------ */

#point {
  padding: 30px 0;
}
#point h1 {
	font-size: 26px;
	margin-bottom: 30px;
}
#point p {
	text-align: justify;
	line-height: 1.4;
}


/* ------------------------------
 FormBtn2
------------------------------ */

.formbtn2 {
	height: 90px;
}
.formbtn2 a {
	line-height: 88px;
}
.formbtn2 a > img {
	width: auto;
	height: 50px;
}
.formbtn2 a > img.pctabnone {
	display: inline;
}
.formbtn2 a span.img1 {
	width: 95px;
	height: 77px;
}
.formbtn2 a span.img2 {
	width: 63px;
	height: 74px;
}


/* ------------------------------
 Market
------------------------------ */

#market {
	padding: 30px 0;
}
#market .wrapper {
	border: 5px solid #85B200;
	padding: 20px;
	margin-bottom: 30px;
}
#market h1 {
	font-size: 26px;
	margin-bottom: 30px;
}
#market .area1 {
	margin-bottom: 20px;
	padding-bottom: 30px;
}
#market .area1 .text {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
#market .area1 figure {
	width: 100%;
	float: none;
}
#market .area2 .text {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
#market .area2 figure {
	width: 100%;
	float: none;
}
#market .text h2 {
	font-size: 22px;
}
#market .text p.lead {
	font-size: 20px;
}


/* ------------------------------
 Character
------------------------------ */

#character {
	padding: 30px 0;
	margin-bottom: 30px;
}
#character h1 {
	font-size: 26px;
	margin-bottom: 30px;
}
#character .intro {
	padding: 20px;
}
#character .intro p {
	width: 100%;
	line-height: 1.4;
	float: none;
	margin-bottom: 10px;
}
#character .intro figure {
	width: 100%;
	float: none;
}
#character h2 {
	font-size: 25px;
	padding: 10px 20px;
	margin: 30px 0 20px;
	line-height: 1.3;
}
#character .wrapper > p {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
}
#character ul li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 10px;
}
#character ul.half li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 10px;
}
#character ul li div {
	padding: 20px;
}
#character ul li div h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
#character ul li div figure {
	width: 100%;
	margin: 0 auto 10px;
}
#character ul li div p {
	text-align: justify;
}


/* ------------------------------
 Package
------------------------------ */

#package {
	padding: 30px 0;
	margin-top: 30px;
}
#package h1 {
	font-size: 26px;
	margin-bottom: 30px;
}
#package .wrapper > div {
	margin-bottom: 0;
}
/*#package ul li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 15px;
}*/


/* ------------------------------
 Flow
------------------------------ */

#flow {
	padding: 30px 0;
}
#flow h1 {
	font-size: 26px;
}
#flow > p {
	font-size: 20px;
	margin-bottom: 30px;
}
#flow ul {
	margin: 0 auto 30px;
}
#flow ul li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 10px;
}
#flow ul li div h2 {
	height: 44px;
	line-height: 44px;
	font-size: 26px;
}
#flow ul li div h2 span {
	width: 44px;
	height: 44px;
	line-height: 40px;
	font-size: 26px;
}
#flow ul li div p.lead {
	font-size: 22px;
}
#flow ul li:last-child div p {
	font-size: 22px;
	padding: 20px;
}
#flow ul li:last-child div figure {
	position: relative;
	right: auto;
	bottom: auto;
	text-align: center;
}


/* ------------------------------
 Faq
------------------------------ */

#faq {
	padding: 30px 0;
}
#faq h1 {
	font-size: 26px;
	margin-bottom: 30px;
}
#faq dl {
	margin: 0 0 20px;
	padding-bottom: 30px;
}
#faq dl dt {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-left: 50px;
}
#faq dl dt::after {
	width: 40px;
	height: 40px;
	background: url(img/q.png) no-repeat center center;
	background-size: 40px 40px;
	top: 0;
	margin-top: 0;
}
#faq dl dd {
	padding: 15px;
}


/* ------------------------------
 Voice
------------------------------ */

#voice {
	padding: 30px 0;
}
#voice .wrapper > h1 {
	font-size: 26px;
	margin-bottom: 30px;
}
#voice article {
	padding: 20px;
	margin: 0 auto 30px;
}
#voice article .intro {
	margin-bottom: 30px;
}
#voice article .intro figure {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 10px;
}
#voice article .intro .text {
	margin-left: 0;
}
#voice article .intro .text h1 {
	font-size: 24px;
}
#voice article .intro .text p.name {
	font-size: 20px;
}
#voice article .intro .text p.comment {
	padding: 10px;
}
#voice article .box {
	margin-bottom: 30px;
}
#voice article .box h2 {
	font-size: 22px;
	padding-left: 15px;
}
#voice article .box h2::after {
	width: 5px;
}
#voice article .box figure {
	width: 100%;
	height: auto;
	text-align: center;
}
#voice article .box figure.fr {
	float: none;
	margin: 0 0 10px;
}
#voice article .box figure.fl {
	float: none;
	margin: 0 0 10px;
}
#voice article .box p.fr {
	margin-left: 0;
}
#voice article .box p.fl {
	margin-right: 0;
}


/* ------------------------------
 Process
------------------------------ */

#process {
	padding: 30px 0;
}
#process h1 {
	font-size: 26px;
}


/* ------------------------------
 Form
------------------------------ */

#form {
	padding: 30px 0;
}
#form .wrapper {
	padding: 20px;
}
#form h1 {
	font-size: 26px;
	margin-bottom: 20px;
}
table.inputform {
	width: 100%;
}
table.inputform th {
	width: 100%;
	display: block;
	padding: 10px 5px 5px;
	border-bottom: none;
	font-size: 16px;
}
table.inputform td {
	display: block;
	padding: 0 5px 10px;
}
table.inputform th {
	border-bottom: none;
}
table.inputform ul.float li {
	float: none;
	padding: 4px 0 4px 0;
}


/* ---------- button override ---------- */

#mfp_buttons p {
	width: 100%;
}
#mfp_buttons button#btn_confirm {
	height: 60px;
	line-height: 60px;
	font-size: 22px;
}


/* ---------- confirm.css override ---------- */

div#mfp_phase_confirm h4 {
	font-size: 32px;
	font-weight: 600;
	color: #5E9A20;
	padding: 0;
	text-align: center;
	margin: 0 0 20px;
}

table#mfp_confirm_table {
	border-bottom: #bbb 1px dotted;
	width: 90%;
	margin: 0 auto;
}
table#mfp_confirm_table tr th {
	width: 25%;
	white-space: nowrap;
	padding: 10px 10px 10px 30px;
	color: #333;
	font-weight: 700;
}
table#mfp_confirm_table tr td {
	padding: 10px 15px;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	font-size: 18px;
	text-align: left;
	border-top: #bbb 1px dotted;
}
table#mfp_confirm_table tr.mfp_colored {
    background-color: #f7f7f7;
}

.mfp_buttons {
	margin-top: 30px;
	font-family: "Yu Gothic", "YuGothic", "游ゴシック",'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
div.mfp_buttons button {
	padding: 10px 10px;
	border: none;
	height: 80px;
	color: #fff;
	font-size: 22px;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	cursor: pointer;
	font-family: inherit;
	margin: 0 10px;
	text-align: center;
	text-shadow: none;
}
div.mfp_buttons button#mfp_button_send {
	width: 400px;
	background: #EC7320;
	font-weight: bold;
	transition: all 0.5s ease;
}
div.mfp_buttons button#mfp_button_send:hover {
	background: #D25F00;
}
div.mfp_buttons button#mfp_button_cancel {
	width: 200px;
	background: #AAA;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
	box-shadow: 0 3px 7px #aaa;
}


/* ------------------------------
 Thanks
------------------------------ */

.thankspage #header .center { margin: 20px 0 0;}
.thankspage #header .center img { max-width: 25%;}

.thankspage #header .wrapper h1 {
	width: 200px;
}
#thanksarea {
	margin: 30px 10px 0;
}
#thanksarea h1 {
	font-size: 24px;
	margin-bottom: 30px;
}
#thanksarea p {
	text-align: justify;
}
dl.telbox {
	margin: 30px auto 0;
	padding: 10px;
}
dl.telbox dt {
	font-size: 20px;
	padding: 10px 0;
}
dl.telbox dd {
	font-size: 15px;
}
dl.telbox dd.tel {
	font-size: 26px;
	letter-spacing: 0;
}
dl.telbox dd img {
	width: 24px;
	padding: 0 10px 5px 0;
}


/* ------------------------------
 Footer
------------------------------ */

#pagetop {
	right: 0;
	bottom: 10px;
}





}
