@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: 18px;
	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: #111;
	background: #fff;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.noef a {
	transition: none;
	-webkit-transition: none;
	-moz-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; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.s { font-size: 85%; }
.clear { clear: both;}


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

#container {
	overflow: hidden;
	width: 100%;
}
.wrapper {
    width: 100%;
    max-width: 1000px;
	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: 100px;*/
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
    border-top: 2px solid #ff841f;
	z-index: 111;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}
#header .wrapper h1 {
	width: 318px;
	height: 84px;
	margin: 8px 0 20px;
	float: left;
}
#header .wrapper h1 a {
	width: 100%;
	display: block;
}
#header .wrapper .hdsub {
	width: 550px;
	float: right;
	margin-top: 15px;
}
#header .wrapper .hdsub div {
	width: 280px;
	float: left;
	text-align: center;
}
#header .wrapper .hdsub div p {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.1;
}
#header .wrapper .hdsub div span.tel-link {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.0;
}
#header .wrapper .hdsub p.btn {
	width: 260px;
	float: right;
}
#header .wrapper .hdsub p.btn a {
	width: 100%;
	height: 70px;
	line-height: 70px;
	display: block;
	background-color: #66AC28;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#header .wrapper .hdsub p.btn a span {
	color: #FFFF00;
}
#header .wrapper .hdsub p.btn a:hover {
	background-color: #589423;
	box-shadow: none;
}


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

#chatplusview { right: auto; left: 10px;}
#chatplusview.closed #outline #eye_catcher { float: left !important; left: 0 !important;}

.mainvisual {
    display: flex;
    justify-content: center;
	width: 100%;
	background: url("img/bg_main.jpg") no-repeat left center;
	background-size: cover;
	-webkit-background-size: cover;
	margin-top: -75px;
	position: relative;
}
.mainvisual .inner {
    margin: 0 60px 0 auto;
    width: 50%;
}

.mainvisual #mvForm { margin: 0 auto 0 0;width: calc(50% - 60px);max-width: 600px;height: 100%;padding: 40px;background: rgba(255, 133, 31, 0.2);box-sizing: border-box;}
.mainvisual #mvForm h2 {margin: 0 0 20px;color: #000;font-size: min(2vw, 32px);font-weight: bold;line-height: 1;text-shadow: 0 0 5px #fff, 0 0 10px #fff;}
.mainvisual #mvForm dl {
}
.mainvisual #mvForm dt { position: relative; font-size: 15px;font-weight: bold;text-align: left;text-shadow: 0 0 5px #fff, 0 0 10px #fff;}
.mainvisual #mvForm dt.necessary:after {
    content: "必須";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 7px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-shadow: none;
    background: #5e9a20;
    border-radius: 3px;
}
.mainvisual #mvForm dd {margin: 0 0 15px;}
.mainvisual #mvForm input[type=text],
.mainvisual #mvForm input[type=tel],
.mainvisual #mvForm input[type=email],
.mainvisual #mvForm textarea {display: block;width: 100%;height: 40px;padding: 0 10px;line-height: 1.4;border: 1px solid #CCC;border-radius: 3px;box-sizing: border-box;outline: none;
    transition: all 0.5s ease;}
.mainvisual #mvForm textarea {
    padding: 8px;
    height: 150px;
}
.mainvisual #mvForm input[type=text]:focus,
.mainvisual #mvForm input[type=tel]:focus,
.mainvisual #mvForm input[type=email]:focus,
.mainvisual #mvForm textarea:focus {
    border-color: #EC7320;
    box-shadow: 0 0 10px rgba(236, 115, 32, 0.8);}
.mainvisual #mvForm .center {margin: 20px 0 0;}
.mainvisual #mvForm .mvBtn{
    display: block;
    padding: 20px 20px 17px;
    width: 100%;
    color: #FFF;
    font-size: min(2.1vw, 30px);
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    background: #EC7320;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    transition: all 0.5s ease;
}
.mainvisual #mvForm .mvBtn:hover{background:#D25F00;box-shadow: 0 0 20px #D25F00;}

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

.formbtn {
	width: 100%;
	height: 300px;
	background: url(img/bg_greencheck.gif) repeat left top;
}
.formbtn .wrapper {
	height: 300px;
	position: relative;
	padding: 30px 0 0;
}
.formbtn p {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 2;
	text-shadow: 0 3px 3px #66AC28, 3px 0 3px #66AC28, 0 -3px 3px #66AC28, -3px 0 3px #66AC28, -3px -3px 3px #66AC28, 3px -3px 3px #66AC28, -3px 3px 3px #66AC28, 3px 3px 3px #66AC28;
}
.formbtn p.lead {
	font-size: 36px;
}
.formbtn p.lead span {
	font-size: 54px;
}
.formbtn p.lead i {
	font-style: normal;
	position: relative;
}
.formbtn p.lead i::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
}
.formbtn p.btn {
	width: 70%;
	height: 100px;
	margin: 20px auto 0;
	text-shadow: none;
}
.formbtn p.btn a {
	width: 100%;
	height: 100px;
	line-height: 100px;
	display: block;
	background-color: #C4E943;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	font-size: 38px;
	font-weight: 600;
	color: #111;
}
.formbtn p.btn a:hover {
	background-color: #A6CF18;
	color: #fff;
	box-shadow: none;
}
.formbtn .wrapper figure.ph01 {
	position: absolute;
	top: 10px;
	left: -120px;
}
.formbtn .wrapper figure.ph02 {
	position: absolute;
	bottom: 6px;
	right: -120px;
}


/* ------------------------------
 Intro
------------------------------ */

#intro {
	padding: 40px 0 0;
}
#intro h1 {
	font-size: 50px;
	text-align: center;
	line-height: 1.4;
	font-weight: 600;
	color: #66AC27;
	margin-bottom: 30px;
}
#intro p {
	text-align: center;
}
#intro ul {
    width: 100%;
    max-width: 1200px;
	height: 350px;
	margin: 0 auto;
	position: relative;
}
#intro ul li {
	width: 220px;
	height: 220px;
	position: absolute;
}
#intro ul li.ph01 {
	left: 0;
	top: 0;
}
#intro ul li.ph02 {
	left: 30%;
	top: 90px;
	margin-left: -122px;
}
#intro ul li.ph03 {
	left: 50%;
	bottom: 0;
	margin-left: -110px;
}
#intro ul li.ph04 {
	right: 30%;
	top: 90px;
	margin-right: -122px;
}
#intro ul li.ph05 {
	right: 0;
	top: 0;
}


/* ------------------------------
 Merit
------------------------------ */

#merit {
	position: relative;
  padding: 80px 0 0;
}
#merit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 0 -10%;
  background: #E7F3DF;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  z-index: -2;
}
#merit::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 30%;
  margin: 50% -10%;
  background: #CCE6BB;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  z-index: -1;
}
#merit h1 {
	font-size: 50px;
	color: #111;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
#merit h1 span {
	font-size: 100px;
	color: #66AC26;
}
#merit h1 i {
	font-style: normal;
	font-size: 26px;
	font-weight: 100;
	color: #66AC27;
	display: block;
}
#merit p {
	text-align: center;
}
#merit .box {
	width: 100%;
	height: 300px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin-top: 30px;
	background-color: #fff;
}
#merit .box .text {
    width: calc(100% - 380px);
    max-width: 620px;
	height: 300px;
	float: left;
	display: table;
}
#merit .box .text p {
	width: 150px;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
}
#merit .box .text p span {
	font-size: 130px;
	line-height: 0.8;
	font-weight: 600;
	display: block;
}
#merit .box .text dl {
	width: 460px;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#merit .box .text dl dt {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	color: #66AC27;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#merit .box .text dl dd {
	text-align: justify;
	line-height: 1.4;
}
#merit .box figure {
	width: 380px;
	height: 300px;
	float: right;
	position: relative;
}
#merit .box figure figcaption {
	width: 200px;
	height: 200px;
	background-color: #FF8520;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -60px;
	z-index: 2;
	padding-top: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
}
#merit .box figure figcaption p {
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}
#merit .box figure figcaption p+p {
	margin-top: 10px;
}


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

p.point {
	width: 440px;
	height: 130px;
	margin: 0 auto 20px;
	border-radius: 50%;
	position: relative;
	text-align: center !important;
	line-height: 130px;
	color: #fff;
	font-weight: 600;
	font-size: 50px !important;
	background-color: #66AC28;
}
p.point::before {
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #66AC28;
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -20px;
}
#strong {
  padding: 50px 0 0;
}
#strong h1 {
	font-size: 50px;
	color: #111;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
#strong h1 span {
	font-size: 30px;
	display: block;
}
#strong h1 i {
	font-style: normal;
	font-size: 26px;
	font-weight: 100;
	color: #66AC27;
	display: block;
}
#strong ul {
/*	margin: 0 -40px;*/
}
#strong ul li {
	width: 50%;
	float: left;
	padding: 100px 40px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#strong ul li:nth-child(1),
#strong ul li:nth-child(2) {
	border-bottom: 3px dotted #ccc;
	padding-bottom: 20px;
}
#strong ul li:nth-child(odd) {
	border-right: 3px dotted #ccc;
}
#strong ul li .img {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
#strong ul li .img figure {
	width: 100%;
	height: 0;
	padding-top: 56.521%;
	position: relative;
}
#strong ul li .img figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#strong ul li .img figure figcaption {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: absolute;
	top: -75px;
	left: 50%;
	margin-left: -75px;
	background-color: #FF8520;
	color: #fff;
	font-style: italic;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	line-height: 1.0;
	padding-top: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#strong ul li .img figure figcaption span {
	font-size: 70px;
	line-height: 0.9;
	display: block;
}
#strong ul li .img h2 {
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 44px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#strong ul li dl dt {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
#strong ul li dl dt span {
	color: #66AC26;
}
#strong ul li dl dd {
	text-align: justify;
	line-height: 1.4;
}
#strong ul li dl dd span {
	font-size: 14px;
}


/* ------------------------------
 Price
------------------------------ */

#price {
  padding: 50px 0 0;
	background: url(img/bg_price.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
#price h1 {
	font-size: 50px;
	color: #111;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
#price h1 i {
	font-style: normal;
	font-size: 26px;
	font-weight: 100;
	color: #66AC27;
	display: block;
}
#price table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 20px;
}
#price table caption {
	background-color: #66AC28;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 30px;
	font-weight: 600;
}
#price table caption span {
	font-size: 20px;
}
#price table thead th {
	background-color: #E7F3DF;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 22px;
	text-align: center;
	padding: 10px 0;
}
#price table tbody th {
	font-size: 22px;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#price table tbody td {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	color: #FF851F;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	letter-spacing: 0;
	line-height: 1;
}
#price table tbody td span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #111;
	letter-spacing: 1px;
	line-height: 1.6;
}
#price table tbody td span.tax {
    color: #444;
	font-weight: bold;
    text-indent: 8px;
}
#price table tbody td br.sp {
	display: none;
}
#price table tbody tr:nth-child(even) {
	background-color: #FDF2E3;
}
#price .wrapper > span {
	font-size: 16px;
	display: block;
	text-align: left;
	margin-bottom: 10px;
}
#price .wrapper > p {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: left;
}
#price > p {
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	padding: 20px 0;
	background-color: #fff;
}
#price > p span {
	font-size: 52px;
	font-weight: 600;
	color: #66AC26;
}
#price > p i {
	font-size: 16px;
	font-style: normal;
}


/* ------------------------------
 Cost
------------------------------ */

#cost {
  padding: 50px 0;
	background: url(img/bg_cost.gif) repeat left top;
	border-top: 1px dotted #E0E0E0;
	border-bottom: 1px dotted #E0E0E0;
}
#cost h1 {
	font-size: 50px;
	color: #111;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
#cost h1 i {
	font-style: normal;
	font-size: 26px;
	font-weight: 100;
	color: #66AC27;
	display: block;
}
#cost h1 + .center {
	padding: 0 35px;
}
#cost ul li {
	margin-bottom: 80px;
	border: 1px solid #66AC28;
	background-color: #fff;
}
#cost ul li:last-child {
	margin-bottom: 0;
}
#cost ul li .lead {
	background-color: #66AC28;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
#cost ul li .lead p {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: -60px;
	left: -30px;
	color: #66AC28;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.1;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#cost ul li .lead p::after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	bottom: 10px;
	right: -10px;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
}
#cost ul li .lead p span {
	font-size: 60px;
	line-height: 0.9;
	display: block;
}
#cost ul li .lead h2 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
#cost ul li .situation {
	width: 100%;
	display: table;
	border-bottom: 1px solid #ccc;
}
#cost ul li .situation p {
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
	text-align: center;
	padding: 15px;
	border-right: 1px dotted #ccc;
}
#cost ul li .situation ul {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
}
#cost ul li .situation ul li {
	margin-bottom: 0;
	border: none;
}
#cost ul li .situation ul li::before {
	content: "●";
	font-size: 14px;
	color: #ccc;
}
#cost ul li .situation ul li.pittari {
	margin: 10px 0 0;
	font-size: 85%;
}
#cost ul li .situation ul li.pittari::before {
	display: none;
}
#cost ul li ul.result {
	padding: 15px;
}
#cost ul li ul.result li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 0;
	border: none;
}
#cost ul li ul.result li .before {
	height: 190px;
	background-color: #DFDFDF;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	position: relative;
}
#cost ul li ul.result li .before .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#cost ul li ul.result li .before p.sub {
	font-size: 25px;
	line-height: 1.1;
}
#cost ul li ul.result li .before p.num {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
}
#cost ul li ul.result li .before p.num span {
	font-size: 60px;
	letter-spacing: 0;
	line-height: 0.9;
}
#cost ul li ul.result li .after {
	height: 190px;
	background-color: #66AC28;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	position: relative;
}
#cost ul li ul.result li .after::before {
	content: "";
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -40px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#cost ul li ul.result li .after::after {
	content: "";
	vertical-align: middle;
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	border-top: 6px solid #66AC28;
	border-right: 6px solid #66AC28;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
}
#cost ul li ul.result li .after .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#cost ul li ul.result li .after p.sub {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
}
#cost ul li ul.result li .after p.num {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
}
#cost ul li ul.result li .after p.num span {
	font-size: 80px;
	letter-spacing: 0;
	font-weight: 600;
	color: #fff;
	line-height: 0.9;
}
#cost ul li ul.result li .effect {
	height: 190px;
	background-color: #FF8520;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	position: relative;
}
#cost ul li ul.result li .effect .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#cost ul li ul.result li .effect p.sub {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
}
#cost ul li ul.result li .effect p.num {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
}
#cost ul li ul.result li .effect p.num span {
	font-size: 80px;
	letter-spacing: 0;
	font-weight: 600;
	color: #fff;
	line-height: 0.9;
}
#cost ul li ul.result li .effect p.sub2 {
	font-size: 38px;
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
	letter-spacing: 0;
}


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

#faq {
  padding: 50px 0;
	background-color: #E7F3DF;
	background-image: url(img/bg_faq01.png), url(img/bg_faq02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: -400px top, 750px bottom;
}
#faq h1 {
	font-size: 50px;
	color: #111;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
#faq h1 i {
	font-style: normal;
	font-size: 26px;
	font-weight: 100;
	color: #66AC27;
	display: block;
}
#faq dl {
	border: 1px solid #ccc;
	background-color: rgba(255,255,255,0.85);
	margin-bottom: 30px;
}
#faq dl dt {
	padding: 20px;
	font-size: 26px;
	border-bottom: 1px dotted #ccc;
	position: relative;
	padding-left: 80px;
}
#faq dl dt::before {
	content: "Q";
	font-size: 62px;
	color: #999;
	font-weight: 600;
	line-height: 0.9;
	margin-right: 10px;
	position: absolute;
	top: 10px;
	left: 20px;
}
#faq dl dd {
	padding: 20px;
	font-size: 26px;
	font-weight: 600;
	position: relative;
	padding-left: 80px;
}
#faq dl dd::before {
	content: "A";
	font-size: 68px;
	color: #66AC28;
	font-weight: 600;
	line-height: 0.9;
	margin-right: 10px;
	position: absolute;
	top: 10px;
	left: 20px;
}


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

#flow {
  padding: 50px 0;
	background-color: #EAEAEA;
}
#flow h1 {
	font-size: 50px;
	color: #111;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
#flow h1 i {
	font-style: normal;
	font-size: 26px;
	font-weight: 100;
	color: #66AC27;
	display: block;
}
#flow .box {
	width: 100%;
	height: 300px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin-top: 30px;
	background-color: #fff;
	position: relative;
}
#flow .box::before {
	content: "";
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #66AC28;
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -60px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	z-index: 2;
}
#flow .box::after {
	content: "";
	vertical-align: middle;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 30px;
	height: 30px;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: -18px;
	z-index: 3;
}
#flow .box:last-child::before {
	width: 0;
	height: 0;
	background-color: transparent;
}
#flow .box:last-child::after {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
}
#flow .box .text {
    width: calc(100% - 380px);
    max-width: 620px;
	height: 300px;
	float: left;
	display: table;
}
#flow .box .text p {
	width: 150px;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 130px;
	line-height: 0.8;
	font-weight: 600;
}
#flow .box .text dl {
	width: 460px;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
}
#flow .box .text dl dt {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4;
	color: #66AC27;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#flow .box .text dl dd {
	text-align: justify;
	line-height: 1.4;
}
#flow .box figure {
	width: 380px;
	height: 300px;
	float: right;
	position: relative;
}


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

#form {
  padding: 50px 0;
	background: url(img/bg_form.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
#form h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
#form h1 i {
	font-style: normal;
	font-size: 26px;
	font-weight: 100;
	color: #fff;
	display: block;
}
#form .wrapper {
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	border-radius: 5px;
}
table.inputform {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.inputform th {
	width: 28%;
	box-sizing: border-box;
	text-align: left;
	padding: 30px 20px;
	font-weight: normal;
	vertical-align: middle;
}
table.inputform td {
	padding: 30px 20px;
}
table.inputform th,
table.inputform td {
	border-bottom: 1px dotted #ddd;
	box-sizing: border-box;
	-webkit-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 select,
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;
	-webkit-box-sizing: border-box;
	-moz-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 10px 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 {
    display: inline-block;
    position: relative;
    top: -3px;
	padding: 1px 4px;
	color: #fff;
	background-color: #66AC28;
	font-size: 12px;
	border-radius: 2px;
	letter-spacing: 0.2em;
	margin: 0 0 0 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;
	-webkit-transition: all 0.5s ease;
	-moz-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;
	-webkit-box-sizing: border-box;
	-moz-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: 70%;
	margin: 20px auto 0;
}
#mfp_buttons button#btn_confirm {
	border: none;
	border-radius: 50px;
	background: #FF8520;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #FFF;
	font-size: 38px;
	font-weight: 600;
	font-family: inherit;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-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);
}
#mfp_buttons button#btn_confirm:hover {
	border: none;
	background-color: #D25F00;
	box-shadow: none;
}


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

div#mfp_phase_confirm h4 {
	font-size: 32px;
	font-weight: 600;
	color: #66AC28;
	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;
}

table.inputform + p.center { margin: 10px 0 30px; }
table.inputform + p.center a { color: #5E991F !important; text-decoration: underline; }
table.inputform + p.center a:hover { text-decoration: none; }
table.inputform + p.center br.sp { display: none; }

#form .caution { margin-bottom: 30px;}

.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: #FF8520;
	font-weight: bold;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-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
------------------------------ */

#thanksarea {
	padding-top: 150px;
}
#thanksarea h1 {
	font-size: 36px;
	color: #66AC28;
	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: #66AC28;
	line-height: 1.4;
}
dl.telbox dd img {
	width: 50px;
	vertical-align: middle;
	padding: 0 10px 5px 0;
}


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

#footer {
	padding: 20px 0;
	text-align: center;
}
#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 170px;
	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;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
#pagetop a:hover {
	background-color: #FF8520;
}
#footer h1 {
	font-size: 13px;
	margin-bottom: 10px;
}
#footer p {
	font-size: 13px;
	/* line-height: 1.4; */
	/* margin-bottom: 10px; */
}
#footer small {
	display: block;
	font-size: 11px;
	letter-spacing: 0;
	color: #666;
}
#btmbutton {
	display: none;
}

/* 20230721 footer */
#footer ul {
	width: 100%;
	float: left;
}
#footer ul li {
	display: inline-block;
}
#footer ul li a {
	font-size: 13px;
	line-height: 1.4;
	/* padding: 0 10px; */
}
#footer ul li a:hover {
	color: #5E9A20;
}



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

/* 959px（タブレット縦）以下から 1カラム表示

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

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

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


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

#header .wrapper .hdsub {
	width: 260px;
}
#header .wrapper .hdsub div {
	display: none;
}


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

.mainvisual .inner {
    margin: 0;
    width: 100%;
}
.mainvisual #mvForm {
    display: none;
}


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

.formbtn {
	height: auto;
}
.formbtn .wrapper {
    padding: 30px 0;
	height: auto;
}
.formbtn p {
	font-size: 22px;
}
.formbtn p.lead {
	font-size: 30px;
}
.formbtn p.lead span {
	font-size: 40px;
}
.formbtn p.btn a {
	font-size: 32px;
}
.formbtn .wrapper figure.ph01 {
	left: -50px;
}
.formbtn .wrapper figure.ph02 {
	right: -50px;
}


/* ------------------------------
 Intro
------------------------------ */

#intro h1 {
	font-size: 40px;
}
#intro ul {
	width: 100%;
	height: 250px;
	margin-top: 30px;
}
#intro ul li {
	width: 220px;
	height: 220px;
	position: absolute;
}
#intro ul li.ph01 {
	left: 0;
	top: 0;
}
#intro ul li.ph02 {
	left: 50%;
	top: auto;
	bottom: 0;
	margin-left: -110px;
}
#intro ul li.ph03 {
	left: auto;
	right: 0;
	top: 0;
	margin-left: -110px;
}
#intro ul li.ph04 {
	display: none;
}
#intro ul li.ph05 {
	display: none;
}


/* ------------------------------
 Merit
------------------------------ */

#merit {
  padding: 60px 0 0;
}
#merit h1 {
	font-size: 40px;
}
#merit h1 span {
	font-size: 80px;
}
#merit .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	height: auto;
}
#merit .box.clearfix:after {
	display: none;
}
#merit .box .text {
	float: none;
	width: 50%;
	height: auto;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#merit .box .text p {
	width: 100%;
	height: auto;
	display: block;
	font-size: 26px;
}
#merit .box .text p span {
	font-size: 36px;
	display: inline;
}
#merit .box .text dl {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
}
#merit .box .text dl dt {
	font-size: 22px;
}
#merit .box .text dl dd {
	font-size: 17px;
}
#merit .box figure {
	float: none;
	width: 50%;
	height: auto;
}
#merit .box figure img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}
#merit .box figure figcaption {
	right: -20px;
}


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

p.point {
	width: 360px;
	font-size: 42px !important;
}
#strong h1 {
	font-size: 40px;
}
#strong h1 span {
	font-size: 30px;
	display: block;
}
#strong ul {
	margin: 0 -10px;
}
#strong ul li {
	padding: 70px 10px 0;
}
#strong ul li .img {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
#strong ul li .img figure figcaption {
	width: 120px;
	height: 120px;
	top: -60px;
	margin-left: -60px;
	padding-top: 15px;
}
#strong ul li .img figure figcaption span {
	font-size: 50px;
}
#strong ul li .img h2 {
	font-size: 40px;
}
#strong ul li dl dt {
	font-size: 24px;
	line-height: 1.4;
}


/* ------------------------------
 Price
------------------------------ */

#price {
  padding: 30px 0 0;
}
#price h1 {
	font-size: 40px;
}
#price table thead th {
	font-size: 20px;
}
#price table tbody th {
	font-size: 20px;
}
#price table tbody td {
	font-size: 36px;
	line-height: 1.4;
}
#price table tbody td span {
	display: block;
}
#price > p {
	font-size: 26px;
}
#price > p span {
	font-size: 40px;
}


/* ------------------------------
 Cost
------------------------------ */

#cost {
  padding: 40px 0;
}
#cost h1 {
	font-size: 40px;
}
#cost ul li ul.result li .before p.sub {
	font-size: 22px;
	line-height: 1.3;
}
#cost ul li ul.result li .before p.num {
	line-height: 1.3;
}
#cost ul li ul.result li .before p.num span {
	font-size: 50px;
	line-height: 1.0;
}
#cost ul li ul.result li .after::before {
	width: 60px;
	height: 60px;
	left: -40px;
	margin-top: -30px;
}
#cost ul li ul.result li .after::after {
	left: -30px;
}
#cost ul li ul.result li .after p.sub {
	font-size: 22px;
	line-height: 1.3;
}
#cost ul li ul.result li .after p.num {
	font-size: 30px;
	line-height: 1.3;
}
#cost ul li ul.result li .after p.num span {
	font-size: 60px;
	line-height: 1.0;
}
#cost ul li ul.result li .effect p.sub {
	font-size: 22px;
	line-height: 1.3;
}
#cost ul li ul.result li .effect p.num {
	font-size: 30px;
	line-height: 1.3;
}
#cost ul li ul.result li .effect p.num span {
	font-size: 60px;
	line-height: 1.0;
}
#cost ul li ul.result li .effect p.sub2 {
	font-size: 30px;
	line-height: 1.3;
}


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

#faq {
  padding: 40px 0;
	background-position: -400px top, 250px bottom;
}
#faq h1 {
	font-size: 40px;
}
#faq dl dt {
	font-size: 22px;
	padding-left: 70px;
}
#faq dl dt::before {
	font-size: 50px;
}
#faq dl dd {
	font-size: 22px;
	padding-left: 70px;
}
#faq dl dd::before {
	font-size: 50px;
}


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

#flow {
  padding: 40px 0;
}
#flow h1 {
	font-size: 40px;
}
#flow .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	height: auto;
}
#flow .box::before {
	width: 80px;
	height: 80px;
	bottom: -40px;
	margin-left: -40px;
}
#flow .box::after {
	content: "";
	vertical-align: middle;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 30px;
	height: 30px;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: -18px;
	z-index: 3;
}
#flow .box:last-child::before {
	width: 0;
	height: 0;
	background-color: transparent;
}
#flow .box:last-child::after {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
}
#flow .box .text {
    float: none;
    padding: 30px 0;
    width: 55%;
    height: auto;
}
#flow .box .text p {
	width: 100px;
	font-size: 100px;
    height: auto;
}
#flow .box .text dl {
    padding: 0 20px 0 0;
	width: auto;
    height: auto;
}
#flow .box .text dl dt {
	font-size: 30px;
}
#flow .box figure {
    float: none;
	width: 45%;
    height: auto;
}
#flow .box figure img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}


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

#form {
  padding: 40px 0;
}
#form h1 {
	font-size: 40px;
}
#form .wrapper {
	padding: 30px;
}

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

#mfp_buttons p {
	width: 80%;
}
#mfp_buttons button#btn_confirm {
	height: 90px;
	line-height: 90px;
	font-size: 30px;
}


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

table#mfp_confirm_table {
	width: 100%;
}

div.mfp_buttons button#mfp_button_send {
	width: 60%;
}
div.mfp_buttons button#mfp_button_cancel {
	width: 30%;
}


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

#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: #66AC28;
	line-height: 1.4;
}
dl.telbox dd img {
	width: 50px;
	vertical-align: middle;
	padding: 0 10px 5px 0;
}


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

#footer {
	padding: 20px 0;
	text-align: center;
}
#pagetop {
	right: 10px;
    bottom: 45px;
}
#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;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
#pagetop a:hover {
	background-color: #FF8520;
}
/* #footer h1 {
	font-size: 13px;
	margin-bottom: 10px;
}
#footer p {
	font-size: 13px;
	line-height: 1.4; */
	/* margin-bottom: 10px;
	min-height: 50px;
}
#footer small {
	display: block;
	font-size: 11px;
	letter-spacing: 0;
	color: #666;
} */
#btmbutton {
	display: none;
}





}
	

	

	





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

/* 幅644px以下

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

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

.spnone {
	display: none;
}
.pctabnone {
	display: block;
}
#container {
	margin: 115px 0 0;
}


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

#header {/*
	height: 100px;*/
}
#header .wrapper {
	margin: 0;
}
#header .wrapper h1 {
	width: 140px;
	height: 36px;
	margin: 7px auto 7px;
	float: none;
}
#header .wrapper .hdsub {
	width: 100%;
	height: 50px;
	float: none;
	margin-top: 0;
}
#header .wrapper .hdsub div {
	width: 50%;
	height: 50px;
	float: left;
	text-align: center;
	display: block;
	background-color: #dfdfdf;
	padding-top: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#header .wrapper .hdsub div p {
	display: none;
}
#header .wrapper .hdsub div p.pctabnone {
	display: block;
}
#header .wrapper .hdsub div span.tel-link {
	font-size: 20px;
}
#header .wrapper .hdsub div span.tel-link img {
	width: 14px;
}
#header .wrapper .hdsub p.btn {
	width: 50%;
	height: 50px;
	float: right;
}
#header .wrapper .hdsub p.btn a {
	width: 100%;
	height: 50px;
	line-height: 1.4;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding-top: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#header .wrapper .hdsub p.btn a span {
	display: block;
}

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

.mainvisual p.title {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	top: 0;
}
.mainvisual p.title span {
	font-size: 16px;
}
.mainvisual > span {
	top: 30px;
	font-size: 9px;
}


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

.formbtn {
	height: auto;
}
.formbtn .wrapper {
	height: auto;
	padding: 10px 0;
}
.formbtn p {
	font-size: 18px;
}
.formbtn p.lead {
	font-size: 20px;
	margin-bottom: 10px;
}
.formbtn p.lead span {
	font-size: 26px;
}
.formbtn p.lead i::after {
	width: 6px;
	height: 6px;
	top: -3px;
	margin-left: -3px;
}
.formbtn p.btn {
	width: 100%;
	height: 70px;
	margin: 15px auto 0;
}
.formbtn p.btn a {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.formbtn .wrapper figure.ph01 {
	width: 100px;
	top: 5px;
	left: -20px;
}
.formbtn .wrapper figure.ph02 {
	width: 100px;
	bottom: auto;
	top: 40%;
	right: -20px;
}


/* ------------------------------
 Intro
------------------------------ */

#intro {
	padding: 30px 0 0;
}
#intro h1 {
	font-size: 26px;
	margin: 0 10px 30px;
}
#intro h1 br {
	display: none;
}
#intro p {
	text-align: justify;
	margin: 0 10px;
}
#intro ul {
	width: 100%;
	height: 140px;
	margin-top: 10px;
}
#intro ul li {
	width: 110px;
	height: 110px;
}
#intro ul li.ph01 {
	left: -10px;
	top: 0;
}
#intro ul li.ph02 {
	left: 50%;
	top: auto;
	bottom: 0;
	margin-left: -55px;
}
#intro ul li.ph03 {
	left: auto;
	right: -10px;
	top: 0;
	margin-left: -55px;
}


/* ------------------------------
 Merit
------------------------------ */

#merit {
	position: relative;
  padding: 80px 0 0;
}
#merit::before {
  width: 200%;
  margin: 0 -50%;
}
#merit::after {
  width: 200%;
  margin: -15% -50%;
	top: 50%;
}
#merit h1 {
	font-size: 26px;
}
#merit h1 span {
	font-size: 34px;
}
#merit h1 i {
	font-size: 22px;
}
#merit p {
	text-align: justify;
}
#merit p br {
	display: none;
}
#merit .box {
	height: auto;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#merit .box .text {
	width: 100%;
	height: auto;
	float: none;
	display: block;
	padding: 0 10px;
}
#merit .box .text p {
	width: 100%;
	height: auto;
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
}
#merit .box .text p span {
	font-size: 40px;
	display: block;
}
#merit .box .text dl {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
}
#merit .box .text dl dt {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}
#merit .box .text dl dd {
	text-align: justify;
	line-height: 1.4;
	margin-bottom: 10px;
}
#merit .box figure {
	width: 100%;
	height: auto;
	float: none;
	position: relative;
}
#merit .box figure figcaption {
	width: 170px;
	height: 170px;
	top: -5px;
	right: -20px;
	padding: 30px 20px 20px;
}
#merit .box figure figcaption p {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
}


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

p.point {
	width: 280px;
	height: 100px;
	line-height: 100px;
	font-size: 32px !important;
}
#strong h1 {
	font-size: 26px;
}
#strong h1 span {
	font-size: 22px;
}
#strong h1 i {
	font-size: 22px;
}
#strong ul {
	margin: 0;
}
#strong ul li {
	width: 100%;
	float: none;
	padding: 70px 0 20px;
}
#strong ul li:nth-child(1),
#strong ul li:nth-child(2) {
	border-bottom: none;
	padding-bottom: 20px;
}
#strong ul li:nth-child(1) {
	padding: 50px 0 20px;
}
#strong ul li:nth-child(odd) {
	border-right: none;
}
#strong ul li .img figure figcaption {
	width: 100px;
	height: 100px;
	top: -50px;
	margin-left: -50px;
	padding-top: 15px;
	font-size: 26px;
}
#strong ul li .img figure figcaption span {
	font-size: 40px;
}
#strong ul li .img h2 {
	font-size: 34px;
}
#strong ul li dl dt {
	text-align: left;
}

/* ------------------------------
 Price
------------------------------ */

#price h1 {
	font-size: 26px;
}
#price h1 i {
	font-size: 22px;
}
#price table caption {
	font-size: 20px;
}
#price table caption span {
	font-size: 16px;
}
#price table thead th {
	font-size: 18px;
}
#price table tbody th {
	font-size: 18px;
}
#price table tbody td {
	font-size: 22px;
}
#price table tbody td span {
	font-size: 14px;
}
#price table tbody td br.sp {
	display: block;
}
#price > p {
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
}
#price > p span {
	font-size: 30px;
}
#price > p i {
	display: block;
}


/* ------------------------------
 Cost
------------------------------ */

#cost {
  padding: 30px 0;
}
#cost h1 {
	font-size: 26px;
}
#cost h1 i {
	font-size: 22px;
}
#cost ul li {
	margin-bottom: 50px;
}
#cost ul li .lead {
	padding-left: 60px;
	text-align: left;
}
#cost ul li .lead p {
	width: 90px;
	height: 90px;
	top: -45px;
	left: -30px;
	font-size: 20px;
	padding-top: 15px;
}
#cost ul li .lead p span {
	font-size: 34px;
}
#cost ul li .lead h2 {
	font-size: 22px;
	line-height: 1.4;
}
#cost ul li .situation p {
	padding: 10px;
}
#cost ul li .situation ul {
	padding: 10px;
}
#cost ul li ul.result li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 20px;
}
#cost ul li ul.result li:last-child {
	margin-bottom: 0;
}
#cost ul li ul.result li .before {
	height: auto;
	padding-bottom: 20px;
}
#cost ul li ul.result li .before .text {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	-webkit-transform: none;
}
#cost ul li ul.result li .before p.sub {
	font-size: 20px;
	line-height: 1.3;
}
#cost ul li ul.result li .before p.num {
	font-size: 26px;
	line-height: 1.3;
}
#cost ul li ul.result li .before p.num span {
	font-size: 40px;
	line-height: 1.0;
}
#cost ul li ul.result li .after {
	height: auto;
	padding-top: 20px;
}
#cost ul li ul.result li .after::before {
	width: 60px;
	height: 60px;
	top: -40px;
	left: 50%;
	margin: 0 0 0 -30px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#cost ul li ul.result li .after::after {
	left: 50%;
	top: -25px;
	bottom: auto;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: -13px;
}
#cost ul li ul.result li .after .text {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	-webkit-transform: none;
}
#cost ul li ul.result li .after p.sub {
	font-size: 22px;
	line-height: 1.3;
}
#cost ul li ul.result li .after p.num {
	font-size: 30px;
	line-height: 1.3;
}
#cost ul li ul.result li .after p.num span {
	font-size: 50px;
	line-height: 1.0;
}
#cost ul li ul.result li .effect {
	height: auto;
}
#cost ul li ul.result li .effect .text {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	-webkit-transform: none;
}
#cost ul li ul.result li .effect p.sub {
	font-size: 22px;
	line-height: 1.3;
}
#cost ul li ul.result li .effect p.num {
	font-size: 30px;
	line-height: 1.3;
}
#cost ul li ul.result li .effect p.num span {
	font-size: 50px;
	line-height: 1.0;
}
#cost ul li ul.result li .effect p.sub2 {
	font-size: 30px;
	line-height: 1.3;
}


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

#faq {
  padding: 30px 0;
	background-position: -50px top, right bottom;
	background-size: 400px auto, 400px auto;
}
#faq h1 {
	font-size: 26px;
}
#faq h1 i {
	font-size: 22px;
}
#faq dl dt {
	padding: 10px;
	font-size: 18px;
	padding-left: 50px;
}
#faq dl dt::before {
	font-size: 36px;
	top: 10px;
	left: 10px;
}
#faq dl dd {
	padding: 10px;
	font-size: 18px;
	padding-left: 50px;
}
#faq dl dd::before {
	font-size: 40px;
	top: 10px;
	left: 10px;
}


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

#flow {
  padding: 30px 0;
}
#flow h1 {
	font-size: 26px;
}
#flow h1 i {
	font-size: 22px;
}
#flow .box {
	height: auto;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	margin-top: 20px;
}
#flow .box::before {
	width: 60px;
	height: 60px;
	bottom: -40px;
	left: 50%;
	margin-left: -30px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#flow .box::after {
	left: 50%;
	bottom: -15px;
	width: 20px;
	height: 20px;
	margin-left: -13px;
}
#flow .box .text {
	float: none;
	display: block;
	padding: 0;
	width: 100%;
	height: auto;
}
#flow .box .text p {
	display: block;
	padding-top: 25px;
	width: 100%;
	height: auto;
	font-size: 60px;
	line-height: 1.0;
}
#flow .box .text dl {
	width: 100%;
	height: auto;
	display: block;
	padding: 0 10px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#flow .box .text dl dt {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
}
#flow .box figure {
	width: 100%;
	height: auto;
	float: none;
}


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

#form {
  padding: 30px 0;
}
#form h1 {
	font-size: 26px;
}
#form h1 i {
	font-size: 22px;
}
#form .wrapper {
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
table.inputform {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.inputform th {
	width: 100%;
	display: block;
	padding: 10px 10px 5px;
	border-bottom: none;
	font-size: 16px;
}
table.inputform td {
	display: block;
	padding: 0 10px 10px;
}

table.inputform + p.center { margin: 10px; font-size: 14px; }
table.inputform + p.center br.sp { display: block; }


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

#mfp_buttons p {
	width: 100%;
}
#mfp_buttons button#btn_confirm {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


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

div#mfp_phase_confirm h4 {
	font-size: 26px;
}
table#mfp_confirm_table tr th {
	width: 100%;
	display: block;
	padding: 10px 10px 5px;
	border-top: #bbb 1px dotted;
}
table#mfp_confirm_table tr td {
	width: 100%;
	display: block;
	padding: 0 10px 10px;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	border-top: none;
}
.mfp_buttons {
	margin-top: 20px;
}
div.mfp_buttons button {
	padding: 10px;
	height: 60px;
	font-size: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	margin: 0 auto;
}
div.mfp_buttons button#mfp_button_send {
	width: 100%;
	margin-bottom: 20px;
}
div.mfp_buttons button#mfp_button_cancel {
	width: 60%;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
	box-shadow: 0 2px 5px #aaa;
}


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

.thankspage #hdarea {
	height: 80px;
	overflow: hidden;
}
.thankspage #header {
	height: 50px;
	overflow: hidden;
}

#thanksarea {
	padding-top: 80px;
}
#thanksarea h1 {
	font-size: 26px;
	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: 16px;
}
dl.telbox dd.tel {
	font-size: 28px;
}
dl.telbox dd img {
	width: 40px;
	padding: 0 10px 5px 0;
}

}



/* group site
-------------------------------------------------------*/

#GroupSite { min-height: 30px; text-align: left; background: #FFF; border-top: 2px solid #ff841f; -webkit-transition: all ease 0.7s; transition: all ease 0.7s; box-sizing: border-box; }
#GroupSite.open { min-height: 160px; }

#GroupSite h2 { margin-right: 10px; }
#GroupSite h2,
#GroupSite ul,
#GroupSite ul li { display: inline-block; font-size: 12px; line-height: 28px; vertical-align: top; }

#GroupSite #GroupTitle { margin: 0 auto; padding: 0; width: 100%; max-width: 1000px; }

#GroupSite #GroupTab li { position: relative; padding: 0 15px; border-left: 1px solid transparent; border-right: 1px solid transparent; cursor: pointer; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; }
#GroupSite #GroupTab li:hover { color: #999; }
#GroupSite #GroupTab li:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 0 0 7px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #ff841f;
    border-right: 1px solid #ff841f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	}
#GroupSite #GroupTab li:hover:after { opacity: .4; }
#GroupSite #GroupTab li.select { border-color: #dedede; }
#GroupSite #GroupTab li.select:after { top: 2px; -webkit-transform: rotate(-45deg) rotateX(180deg); transform: rotate(-45deg) rotateX(180deg); }
#GroupSite #GroupTab li.select:before { content: ""; display: block; position: absolute; bottom: -2px; left: 0; width: 100%; height: 3px; background: #FFF; z-index: 10; }

#GroupSite .groupTabs { display: none; padding: 34px 5px; width: 100%; text-align: center; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }
#GroupSite .groupTabs li { margin: 0 20px; }
#GroupSite .groupTabs li a { display: inline-block; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; }
#GroupSite .groupTabs li a:hover { opacity: .6; }
#GroupSite .groupTabs li a:first-child:last-child { display: block; }
#GroupSite .groupTabs img { margin-right: 15px; vertical-align: middle; }

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

#GroupSite #GroupTitle { padding: 0 10px; }
}

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

#GroupSite h2 { margin: 0; }
#GroupSite span.w1000 { display: none; }
#GroupSite #GroupTab li { padding: 0 10px; }

}

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

#GroupSite.open { min-height: 144px; }

#GroupSite #GroupTab { font-size: 0; }
#GroupSite #GroupTab li { font-size: 12px; }
#GroupSite #GroupTab li:after { margin: 0 0 0 5px; width: 7px; height: 7px; }

#GroupSite #GroupTitle { padding: 0 10px; }

#GroupSite .groupTabs { padding: 25px 0 15px; }
#GroupSite .groupTabs li a:first-child:last-child { text-align: center; }
#GroupSite .groupTabs img { display: block; margin: 0 auto; width: auto; height: 40px; }
}

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

#GroupSite span.w550 { display: none; }
#GroupSite #GroupTab li { padding: 0 6px 0 4px; }
}

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

#GroupSite span.w420 { display: none; }
}

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

#GroupSite h2,
#GroupSite #GroupTab li { font-size: 11px; }
#GroupSite #GroupTab li:after { width: 6px; height: 6px; }
}

/* ▼ロゴ差し替えに伴うライセンス表記 */
.br_sp {
	display: none;
 }
 @media screen and (max-width: 365px){
	 .br_sp {
		display: block;
	 }
 }
 /* ▲ロゴ差し替えに伴うライセンス表記 */