
.clearfix:after {
content:" ";
display:block;
clear:both;
}


body {
font-family: 'Noto Sans JP', sans-serif;
color:#000000;
margin:0;
}

p {margin:0;
word-wrap: break-word;}

ul {margin:0;
padding:0;}

dd {margin:0;}

select {
-webkit-appearance: button;
appearance: button;
}

a {text-decoration:none;
color:#000;}

ul {
margin:0;
padding:0;
list-style:none;
}
img {
max-width: 100%;
}

@media screen and (min-width:769px){


/*------------------------  common   ----------------------------*/

#wrapper {
overflow: hidden;
}

.img {
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.wrap {
width: 960px;
margin: 0 auto;
}


footer {
background: #FDBE00;
padding: 8px 0;
}
footer small {
color: white;
font-size: 14px;
text-align: center;
display: block;
}

main h2 {
font-size: 24px;
color: #CD7D00;
text-align: center;
	margin-bottom: 50px;
	margin-top: 0;
}

main h2 span {
display: inline-block;
padding-bottom: 3px;
border-bottom: 3px solid #FDBE00;
}

.sp {
display: none;
}

/*------------------------  header   ----------------------------*/

header{
position:fixed;
width:100%;
background:#ffffff;
z-index:999;
}

header section {
overflow: hidden;
width: 1200px;
margin: 0 auto;
padding: 15px;
}

h1 {
float: left;
margin: 0;
width: 312px;
height: 55px;
margin-top: 5px;
}

h1 a {
display: block;
width: 312px;
height: 55px;
background:url("../img/h1.png") no-repeat;
background-position:center;
}

header div {
overflow: hidden;
float: right;
width: 720px;
}

header div ul.left {
float: left;
width: 330px;
padding-top: 25px;
}

header div ul.left li {
display: inline-block;
padding: 0 10px;
border-left: 1px solid;
}
header div ul.left li:first-of-type {
border:none;
padding-left: 0;
}
header div ul.left li:last-of-type {
padding-right: 0;
}

header div ul.right {
float: right;
width: 350px;
	display: block;
}

header div ul.right li.menu {
width: 240px;
float: left;
}

header div ul.right li ul li {
background: #CD7D00;
border-radius: 8px;
display: inline-block;
width:100px;
padding: 5px;
}
header div ul.right li ul li:first-of-type,header div ul.right li ul li:nth-of-type(2) {
margin-bottom: 10px;
}
header div ul.right li ul li:first-of-type,header div ul.right li ul li:nth-of-type(3) {
margin-right: 10px;
}


header div ul.right li a {
display: block;
text-align: center;
color: white;
}

header div ul.right li.contact {
background: #EC6D88;
border-radius: 8px;
float: left;
width: 85px;
padding: 17px 6px;
margin-left: 10px;
}

header div ul.right li.contact a {
font-size: 14px;
display: block;
text-align: center;
padding-top:25px;
background: url("../img/contact_icon.png") no-repeat;
background-position: center top;
}

header div a:hover {
opacity: 0.6;
}

.fv {
padding: 150px 0 40px;
background: #FFF8E5;
}

.fv section {
width: 1000px;
background: url("../img/fv_pic.png") no-repeat;
background-position: right center;
padding: 70px 0;
}

.fv p {
font-size: 27px;
line-height: 44px;
margin: 0;
	margin-bottom: 30px;
}

.fv h2 {
font-size: 54px;
line-height: 82px;
color: #CD7D00;
margin: 0;
}




/*------------------------  index   ----------------------------*/

section.greet {
padding:50px 0;
}

section.greet p {
text-align: center;
font-size: 19px;
line-height: 35px;
}

section.greet p span {
font-weight: bold;
color: #CD7D00;
}

section.greet ul {
overflow: hidden;
margin: 40px auto;
}

section.greet li {
float: left;
text-align: center;
font-weight: bold;
font-size: 18px;
line-height: 34px;
background: url("../img/greet_bk.png") no-repeat;
background-position: center;
padding: 30px 40px;
margin-right: 8px;
}
section.greet li:last-of-type {
margin-right: 0;
}

section.greet li span {
background-image: linear-gradient(transparent 70%, #FFFFFF 70%);
}

section.problem {
background: #CD7D00;
padding: 60px 0;
}

section.problem h2 {
margin: 0;
height: 75px;
background: url("../img/title_problem.png") no-repeat;
background-size: contain;
background-position: center;
}

section.problem li {
font-weight: bold;
text-align: center;
font-size: 25px;
line-height: 33px;
display:inline-block;
background: url("../img/title_bk.png") no-repeat;
background-position: center;
background-size: contain;
padding: 65px;
}

section.problem li span {
color: #CD7D00;
}

section.problem ul.tp {
width: 570px;
margin: 0 auto;
}
section.problem ul.btm {
width: 940px;
margin: 0 auto;
margin-top: -25px;
}

section.problem ul.tp li {
margin-right: 28px;
}

section.problem ul.btm li {
margin-right: 5px;
}

section.problem ul li:last-of-type {
margin: 0;
}



section.about {
margin-top:-80px;
padding:160px 0 80px;
/*padding: 80px 0;*/
background: #FFF8E5;
}

section.about .center {
text-align: center;
font-size: 19px;
line-height: 35px;
}
section.about .greet {
font-size: 23px;
	margin: 40px 0;
}
section.about .greet span {
background-image: linear-gradient(transparent 70%, #FDBE00 70%);
}

section.about article {
padding: 40px 0;
overflow: hidden;
}

section.about article dl {
width: 170px;
margin: 0;
border: 2px solid #FDBE00;
border-radius: 15px;
overflow:hidden;
float: left;
margin-right: 21px;
}

section.about article dl:last-of-type {
margin-right: 0px;
}

section.about article dt {
text-align: center;
padding:20px 15px;
	font-weight: bold;
}
section.about article dt span {
display: block;
width:130px;
height: 80px;
margin: 0 auto;
}

section.about article dd {
background: #FDBE00;
padding: 15px;
}


section.about article dl.one dt span {
background: url("../img/about_1.png") no-repeat;
}
section.about article dl.two dt span {
background: url("../img/about_2.png") no-repeat;
}
section.about article dl.three dt span {
background: url("../img/about_3.png") no-repeat;
}
section.about article dl.five dt span {
background: url("../img/about_5.png") no-repeat;
}
section.about article dl.ten dt span {
background: url("../img/about_10.png") no-repeat;
}

section.about article dd li {
font-weight: bold;
background: white;
text-align: center;
font-size: 23px;
border-radius: 10px;
line-height: 28px;
color: #CD7D00;
margin-bottom: 15px;
padding: 40px 0;
}

section.about article dd li.single {
padding: 54px 0px;
}
section.about article dd li:last-of-type {
margin-bottom: 0;
}





section.about aside {
background: url("../img/aside_hukidashi.png") no-repeat;
background-position: right center;
}

section.about aside p {
font-size: 32px;
	font-weight: bold;
}



section.about a {
display: block;
width: 760px;
padding: 10px 0px;
background: #EC6D88;
border: 3px solid #C72A5F;
border-radius: 15px;
color: white;
text-align: center;
font-weight: bold;
font-size: 29px;
margin: 0 auto;
transition: 0.2s;
}
section.about a span {
padding-right: 30px;
background: url("../img/plan_vector.png") no-repeat;
background-position: right center;
}

	section.about a:hover {
		opacity: 0.6;
	}


section.menu {
padding: 80px 0;
position: relative;
}

section.menu .more {
position: absolute;
top: -65px;
	left: 25%;
}


p.greet {
font-weight: bold;
text-align: center;
font-size: 26px;
}
section.menu p.greet span {
font-size: 12px;
}

section.menu ul {
margin-top: 45px;
	margin-bottom: 10px;
}

section.menu li {
display: inline-block;
background: #FDBE00;
color: white;
font-size: 22px;
font-weight: bold;
text-align: center;
width: 225px;
padding: 10px 0px;
margin-bottom: 15px;
margin-right: 10px;
border-radius: 10px;
}

section.menu li:nth-of-type(4n) {
margin-right: 0;
}

section.menu aside {
overflow: hidden;
}
section.menu aside a {
display: block;
float: left;
width: 465px;
}
section.menu aside a:last-of-type {
float: right;
}
section.menu aside a:hover {
opacity: 0.6;
transition: 0.2s;
}



section.plan {
margin-top:-80px;
padding: 160px 0 80px;
/*padding: 80px 0;*/
background: #FFF8E5;
}

section.plan a {
display: block;
width: 760px;
padding: 10px 0px;
background: #EC6D88;
border:3px solid #C72A5F;
border-radius: 15px;
color: white;
text-align: center;
font-weight: bold;
font-size: 29px;
margin: 0 auto;
transition: 0.2s;
}
section.plan a:hover {
opacity: 0.6;
}

section.plan a span {
padding-right: 30px;
background: url("../img/plan_vector.png") no-repeat;
background-position: right center;
}

section.plan article {
overflow: hidden;
padding: 30px 0;
}
section.plan article dl {
margin: 0;
border:3px solid #38A1DB;
background: white;
border-radius: 10px;
width: 300px;
float: left;
margin-right: 20px;
}
section.plan article dl:last-of-type {
margin-right: 0;
}

section.plan article dl dt {
color: white;
background: #38A1DB;
text-align: center;
font-weight: bold;
padding: 5px 0;
font-size: 20px;
}
section.plan article dl dd {
padding: 20px 35px;
text-align: center;
	color: #666666;
}

section.plan article dl hr {
margin:15px 0;
height: 1px;
border: none;
}

section.plan article dl dd div.bottom p {
font-weight: bold;
font-size: 18px;
line-height: 35px;
}
section.plan article dl dd div.bottom p span {
font-size: 46px;
}

section.plan article dl dd div.middle p:first-of-type {
font-weight: bold;
font-size: 20px;
}
section.plan article dl dd div.middle p:last-of-type {
font-size: 18px;
	padding-top: 5px;
}
section.plan article dl dd div.middle p:last-of-type span {
font-size: 14px;
}
section.plan article dl dd div.middle p:nth-of-type(2) {
font-size: 42px;
font-weight: bold;
}
section.plan article dl dd div.middle p:nth-of-type(2) span {
font-size: 24px;
}

section.plan article dl dd div.top p {
font-weight: bold;
font-size: 80px;
line-height: 56px;
}

section.plan article dl dd div.top p span {
font-size: 30px;
}


section.plan article dl:first-of-type div.top p {
color:#38A1DB;
}

section.plan article dl:first-of-type hr {
background: #38A1DB;
}

section.plan article dl:nth-of-type(2) {
border:3px solid #FDB400;
}
section.plan article dl:nth-of-type(2) dt {
background: #FDB400;
}
section.plan article dl:nth-of-type(2) div.top p {
color:#FDB400;
}

section.plan article dl:nth-of-type(2) hr {
background: #FDB400;
}

section.plan article dl:last-of-type {
border:3px solid #915DA3;
}
section.plan article dl:last-of-type dt {
background: #915DA3;
}
section.plan article dl:last-of-type div.top p {
color:#915DA3;
}

section.plan article dl:last-of-type hr {
background: #915DA3;
}

section.plan aside {
overflow: hidden;
padding: 30px 0;
}

section.plan aside div {
padding-bottom: 15px;
border-bottom: 1px solid #8C8C8C;
display: inline-block;
width: 48%;
float: left;
}
section.plan aside div:nth-of-type(3),section.plan aside div:nth-of-type(4) {
padding-top: 15px;
padding-bottom: 0px;
border-bottom:none;
}
section.plan aside div:nth-of-type(2),section.plan aside div:nth-of-type(4) {
width: 51%;
	padding-left: 3%;
border-left: 1px solid #8C8C8C;
box-sizing: border-box;
}





section.plan aside div p {
display: inline-block;
vertical-align: middle;
}
section.plan aside div p span {
vertical-align: middle;
}

section.plan aside div p img {
padding-right: 10px;
vertical-align: middle;
}

section.plan aside div p.ticket {
font-size: 40px;
color: #CD7D00;
}

section.plan aside div p.ticket span.size_ss {
font-size: 24px;
}
section.plan aside div p.include {
letter-spacing: -0.02em;
    padding-left: 5px;
    font-size: 18px;
    color: #4D4D4D;
    vertical-align: bottom;
    padding-bottom: 10px;
}
section.plan aside div p.include span {
font-size: 16px;
}


section.plan p.center {
text-align: center;
font-size: 21px;
padding-bottom: 50px;
}



section.merit {
padding: 80px 0;
}

section.merit dl {
border-bottom:1px solid #8C8C8C;
	margin: 0;
}

section.merit dl:first-of-type {
background: url("../img/merit1.png") no-repeat;
background-position: left center;
padding: 60px 0;
padding-left: 270px;
}

section.merit dl:nth-of-type(2) {
background: url("../img/merit2.png") no-repeat;
background-position: left center;
padding: 80px 0;
padding-left: 270px;
}

section.merit dl:last-of-type {
background: url("../img/merit3.png") no-repeat;
background-position: left center;
border: none;
padding:90px 0;
padding-left: 270px;
}


section.merit dt {
font-weight: bold;
font-size: 26px;
line-height: 35px;
margin-bottom: 25px;
}

section.merit dt span {
color: #CD7D00;
}

section.merit dd {
line-height: 28px;
}



section.flow {
padding: 80px 0;
	background: #FFF8E5;
}

section.flow ul li {
vertical-align: top;
width: 170px;
display: inline-block;
padding-right: 11px;
background: url("../img/flow_icon.png") no-repeat;
background-position: right center;
margin-right: 5px;
}

section.flow ul li:last-of-type {
background: none;
padding: 0;
margin: 0;
}

section.flow dl {
overflow: hidden;
min-height: 175px;
margin: 0;
border:2px solid #FDBE00;
border-radius: 10px;
background: white;
}

section.flow dl dt {
text-align: center;
color: white;
background: #FDBE00;
font-weight: bold;
font-size: 24px;
padding: 5px;
}
section.flow dl dd {
line-height: 26px;
padding: 10px 14px;
}
section.flow dl dd span {
font-weight: bold;
color: #CD7D00;
}
	section.flow dl dd.padding {
		padding-top: 20px;
	}



/*-----------スライダー---------------*/

section.works {
padding: 80px 0;
}

.slider{
margin: 0px auto;
}
.slider img{
height: auto;
width: 100%;
max-width: 175px;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
}


#main_slide ul,
#main_slide li{
list-style: none;
margin: 0;
padding: 0;
}

#main_slide img{
display: block;
padding:0px 10px;
height: 250px;
width: 100%;
max-width: 175px;
}


/*-------------よくある質問--------------*/

section.question {
padding: 80px 0;
}

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container article {
	margin-bottom: 40px;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 20px;
  font-size: 24px;
  color: #fff;
  background: #CD7D00;
  cursor: pointer;
border-radius: 10px 10px 10px 10px;
}

.accordion-container h4.open {
border-radius: 10px 10px 0px 0px;
	  background-color: #FDBE00;
}

.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
content: "";
background: url("../img/question_icon.png") no-repeat;
position: absolute;
right: 20px;
top: 25%;
transition: all 0.2s ease-in-out;
display: block;
width: 28px;
height: 28px;
}
/* 
.accordion-title.open:after {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
top: 23%;
}
*/
.accordion-title.open:after {
background: url("../img/question_icon.png") no-repeat;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}




.accordion-content {
display: none;
padding:15px 10px;
border-radius:0px 0px 10px 10px;
border:3px solid  #FDBE00;
border-top: none;
}
.accordion-content p {
	font-size: 16px;
	line-height: 26px;
}


/*-----------お問い合わせ---------------*/


section.contact {
padding-top:170px;
/*padding-top: 60px;*/
padding-bottom: 120px;
background: #FFF8E5;
}

section.contact h2 {
color: black;
}

section.contact p.greet {
font-size: 18px;
margin-bottom: 30px;
}
section.contact p.greet span {
font-weight: bold;
color: #cd7d00;
}


section.contact p.phone {
text-align: center;
}

section.contact p.phone span {
display: inline-block;
padding: 10px 15px;
background: #cd7d00;
font-weight: bold;
color: white;
border-radius: 20px;
margin: 30px 0;
}
section.contact p.phone span a {
color: white;
}

section.contact div.bk {
width: 700px;
padding:35px 60px;
margin: 0 auto;
background: white;
}

section.contact div.bk dt {
margin-bottom: 10px;
}

section.contact div.bk dd input.formbar {
border: none;
background: #e5e5e5;
padding: 5px;
font-size: 20px;
width: 360px;
}
section.contact div.bk dd input.mail {
width: 450px;
}

section.contact div.bk dd textarea {
border: none;
background: #e5e5e5;
padding: 5px;
font-size: 20px;
width: 100%;
min-height: 250px;
}

section.contact div.bk span.must {
color: red;
font-size: 14px;
}

section.contact div.bk p.explain {
font-size: 19px;
}

section.contact div.bk p.explain span {
font-size: 16px;
color: red;
}
section.contact div.bk dl.radio label {
font-size: 19px;
}

section.contact div.bk p.privacy {
text-align: center;
font-size: 15px;
margin: 15px 0;
}
section.contact div.bk p.privacy a {
text-decoration: underline;
}
section.contact div.bk div.send {
margin-top: 30px;
}
section.contact div.bk label.agree {
text-align: center;
display: block;
}

section.contact div.bk p.button button {
display: block;
width: 400px;
border: none;
background: #fdbe00 url("../img/send_vector.png") no-repeat;
background-position: 95% center;
color: white;
font-size: 22px;
text-align: center;
padding: 25px 0px;
margin: 20px auto;
font-weight: bold;
border-radius: 50px;
}

/*
section.contact div.bk p.button button:disabled {
background: #e5e5e5 url("../img/send_vector.png") no-repeat;
background-position: 95% center;
}
*/

.center {
text-align: center;
}

section.contact div.estimate {
margin: 45px 0;

}

section.contact div.estimate label span {
display: inline-block;
background: #FDBE00;
color: white;
font-size: 22px;
font-weight: bold;
text-align: center;
width: 225px;
padding: 10px 0px;
margin-bottom: 15px;
margin-right: 10px;
border-radius: 10px;
cursor: pointer;
}

section.contact div.estimate label:nth-of-type(4n) span {
margin-right: 0;
}

section.contact div.estimate label input {
display: none;
}

section.contact div.estimate input:checked + span {
background: #cd7d00;
}

section.contact div.order {
padding: 40px 0;
overflow: hidden;
}
section.contact div.order dl {
width: 170px;
margin: 0;
border: 2px solid #FDBE00;
border-radius: 15px;
overflow: hidden;
float: left;
margin-right: 21px;
}


section.contact div.order dl:last-of-type {
margin-right: 0px;
}

section.contact div.order dt {
text-align: center;
padding:20px 0px;
font-weight: bold;
border-bottom: 1px solid #FDBE00;
}
section.contact div.order dt span {
display: block;
width:130px;
height: 80px;
margin: 0 auto;
}

section.contact div.order dd {
padding: 15px;
}


section.contact div.order dl.one dt span {
background: url("../img/about_1.png") no-repeat;
}
section.contact div.order dl.two dt span {
background: url("../img/about_2.png") no-repeat;
}
section.contact div.order dl.three dt span {
background: url("../img/about_3.png") no-repeat;
}
section.contact div.order dl.five dt span {
background: url("../img/about_5.png") no-repeat;
}
section.contact div.order dl.ten dt span {
background: url("../img/about_10.png") no-repeat;
}

section.contact div.order dd li label span {
display: block;
font-weight: bold;
background: #fdbe00;
text-align: center;
font-size: 23px;
border-radius: 10px;
line-height: 28px;
color: white;
margin-bottom: 15px;
padding: 40px 0;
cursor: pointer;
}
section.contact div.order input:checked + span {
background: #cd7d00;

}

section.contact div.order input {
display: none;
}

section.contact div.order dd li.single label span {
padding: 54px 0px;
}
section.contact div.order dd li:last-of-type span {
margin-bottom: 0;
}

section.contact dd.counter {
font-size: 19px;
}
section.contact dd.counter2 {
font-size: 24px;
margin: 10px 0px;
}

section.contact dd.counter span,section.contact dd.counter2 span {
text-decoration: underline;
display: inline-block;
margin: 0 10px;
}

section.contact dd.counter div.hidden,section.contact dd.counter2 div.hidden {
display: none;
}


section.contact dd.counter input.counter {
font-size: 26px;
padding: 5px;
width: 110px;
margin: 0 10px;
}

section.contact dd.counter span#output {
font-size: 22px;
padding: 5px;
margin: 0 10px;
border: none;
text-decoration: underline;
font-weight: bold;
}



section.contact div.change {
margin: 30px auto;
overflow: hidden;
}
section.contact div.change a {
display: block;
width: 450px;
padding: 20px 0px;
background: #fdbe00;
text-align: center;
font-weight: bold;
color: white;
font-size: 20px;
float: left;
border-radius: 15px;
}
section.contact div.change a:hover {
opacity: 0.7;
}

section.contact div.change a:last-of-type {
float: right;
}
section.contact div.change a span {
display: inline-block;
padding-left: 60px;
background: url("../img/order1.jpg") no-repeat;
background-size: contain;
background-position: left center;
}

section.contact div.change a:last-of-type span {
padding-left: 40px;
background: url("../img/order2.jpg") no-repeat;
background-size: contain;
background-position: left center;
}

section.contact p.estimate a {
font-weight: bold;
font-size: 26px;
color: #cd7d00;
display: inline-block;
padding-left: 50px;
background: url("../img/order3.jpg") no-repeat;
background-size: 7.5%;
background-position: left top;
padding-bottom:5px;
border-bottom: 2px solid;

}


section.contact article.plan {
overflow: hidden;
padding: 30px 0;
}
section.contact article.plan dl {
margin: 0;
border:3px solid #38A1DB;
background: white;
border-radius: 10px;
width: 300px;
float: left;
margin-right: 20px;
}
section.contact article.plan dl:last-of-type {
margin-right: 0;
}

section.contact article.plan dl dt {
color: white;
background: #38A1DB;
text-align: center;
font-weight: bold;
padding: 5px 0;
font-size: 20px;
}
section.contact article.plan dl dd {
padding: 20px 35px;
text-align: center;
color: #666666;
}

section.contact article.plan dl hr {
margin:15px 0;
height: 1px;
border: none;
}

section.contact article.plan dl dd div.bottom p {
font-weight: bold;
font-size: 18px;
line-height: 35px;
}


section.contact article.plan dl dd aside {
margin: 10px 0;
}
section.contact article.plan dl dd aside input {
display: none;
}

section.contact article.plan dl dd aside label {
color: white;
font-weight: bold;
font-size: 19px;
display: block;
background: blue;
padding: 10px;
border-radius: 50px;
	cursor: pointer;
}
section.contact article.plan dl:first-of-type dd aside label {
background: #38A1DB;
}
section.contact article.plan dl:first-of-type dd aside input:checked + label {
background: #2377a5;
}
section.contact article.plan dl:nth-of-type(2) dd aside label {
background: #FDB400;
}
section.contact article.plan dl:nth-of-type(2) dd aside input:checked + label {
background: #cd7d00;
}
section.contact article.plan dl:last-of-type dd aside label {
background: #915DA3;
}
section.contact article.plan dl:last-of-type dd aside input:checked + label {
background: #633b6f;
}



section.contact article.plan dl dd div.bottom p span {
font-size: 46px;
}

section.contact article.plan dl dd div.middle p:first-of-type {
font-weight: bold;
font-size: 20px;
}
section.contact article.plan dl dd div.middle p:last-of-type {
font-size: 18px;
padding-top: 5px;
}
section.contact article.plan dl dd div.middle p:last-of-type span {
font-size: 14px;
}
section.contact article.plan dl dd div.middle p:nth-of-type(2) {
font-size: 42px;
font-weight: bold;
}
section.contact article.plan dl dd div.middle p:nth-of-type(2) span {
font-size: 24px;
}

section.contact article.plan dl dd div.top p {
font-weight: bold;
font-size: 80px;
line-height: 56px;
}

section.contact article.plan dl dd div.top p span {
font-size: 30px;
}


section.contact article.plan dl:first-of-type div.top p {
color:#38A1DB;
}

section.contact article.plan dl:first-of-type hr {
background: #38A1DB;
}

section.contact article.plan dl:nth-of-type(2) {
border:3px solid #FDB400;
}
section.contact article.plan dl:nth-of-type(2) dt {
background: #FDB400;
}
section.contact article.plan dl:nth-of-type(2) div.top p {
color:#FDB400;
}

section.contact article.plan dl:nth-of-type(2) hr {
background: #FDB400;
}

section.contact article.plan dl:last-of-type {
border:3px solid #915DA3;
}
section.contact article.plan dl:last-of-type dt {
background: #915DA3;
}
section.contact article.plan dl:last-of-type div.top p {
color:#915DA3;
}

section.contact article.plan dl:last-of-type hr {
background: #915DA3;
}


section.contact div.table {
width: 820px;
margin-bottom: 40px;
}



section.contact div.table th {
background: #fdbe00 url("../img/table_bk.jpg") no-repeat;
background-position: 30px center;
background-size: 15%;
font-size: 30px;
padding: 10px 0px;
width: 150px;
padding-left: 80px;
text-align: left;
}
section.contact div.table th span,section.contact div.table td span {
font-size: 14px;
}

section.contact div.table td {
background: white;
padding: 10px;
font-size: 30px;
}

section.contact div.table tr td:first-of-type {
width: 432px;
text-align: right;
}
section.contact div.table tr td:last-of-type {
width: 110px;
text-align: center;
}
section.contact div.table tr td select {
font-size: 30px;
}

section.contact div.table tr.title th,section.contact div.table tr.title td {
text-align: center;
background: none;
font-weight: bold;
padding-left: 0;
}
section.thanks{
margin-top:0;
}
section.thanks a {
width: 500px;
}

.formTable {
padding: 30px 0px;
}

.formTable th,.formTable td {
padding: 5px 0px;
border-bottom: 1px solid #E0E0E0;
}

#formWrap .button input {
	background: #fdbe00 ;
width: 200px;
border: none;
color: white;
font-size: 18px;
text-align: center;
padding: 10px 0px;
margin: 10px;
font-weight: bold;
border-radius: 50px;
}
#formWrap .button input:last-of-type {
background:#5F5F5F;
}


input.back {
background:#5F5F5F;
width: 200px;
border: none;
color: white;
font-size: 18px;
text-align: center;
padding: 10px 0px;
margin: 10px;
font-weight: bold;
border-radius: 50px;	
}












}
/*---------------------------------------------------------------------------MOBILE--------------------------------------------------------------------------------*/

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




/*---------------------------------------------------------------*/
/*------------------------  common   ----------------------------*/
/*---------------------------------------------------------------*/
#wrapper {
max-width:100%;
margin: 0 auto;
overflow: hidden;
}

.pc {
display: none;
}

.img {
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.wrap {
width: 96%;
margin: 0 auto;
}
	p,dd {
		line-height: 160%;
	}

footer {
background: #FDBE00;
padding: 8px 0;
}
footer small {
color: white;
font-size: 14px;
text-align: center;
display: block;
}

main h2 {
font-size: 18px;
color: #CD7D00;
text-align: center;
	margin-bottom: 20px;
	margin-top: 0;
}

main h2 span {
display: inline-block;
padding-bottom: 3px;
border-bottom: 3px solid #FDBE00;
}



/*------------------------  header   ----------------------------*/

header{
position:fixed;
width:100%;
background:#ffffff;
z-index:999;

}

header section {
overflow: hidden;
margin: 0 auto;
padding: 15px;
}

h1 {
margin: 0;
width: 200px;
height: 35px;
margin-top:10px;
}

h1 a {
display: block;
background:url("../img/h1.png") no-repeat;
background-size: contain;
}



header div ul.left {

padding-top: 5px;
}

header div ul.left li {
    padding: 10px;
    margin: 10px 0;
	border-bottom: 1px solid #8c8c8c;
}

	header div ul.left li a {
	font-size: 18px;
display: block;
text-align: center;
color: black;
	}


	header div ul {
		margin: 0 auto;
	}


header div ul.right {
	display: block;
}

header div ul.right li.menu ul {
	overflow: hidden;
}

header div ul.right li ul li {
background: #CD7D00;
    border-radius: 10px;
    width: 46%;
    padding: 5px;
    float: left;
    margin-bottom: 10px;
}
	header div ul.right li ul li:nth-of-type(2),header div ul.right li ul li:nth-of-type(4) {
		float: right;
	}


header div ul.right li a {
	font-size: 1.3em;
display: block;
text-align: center;
color: white;
}

header div ul.right li.contact {
background: #EC6D88;
    border-radius: 10px;
    padding: 10px 0px;
margin-top: 5px;
}

header div ul.right li.contact a {
font-size: 1.3em;
display: block;
text-align: center;
padding-left:25px;
background: url("../img/contact_icon.png") no-repeat;
background-position:24% center;
}

header div a:hover {
opacity: 0.6;
}

.fv {
padding: 100px 0 30px;
/*padding: 30px 0;*/
background: #FFF8E5;
}

.fv section {
background: url(../img/fv_pic.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 320px;
}

.fv p {
font-size: 17px;
    line-height: 160%;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}

.fv h2 {
font-size: 8vw;
    line-height: 150%;
color: #CD7D00;
margin: 0;
   text-align: center;
}




/*------------------------  index   ----------------------------*/

section.greet {
padding:20px 0;
}

section.greet p {
    text-align: center;
    font-size: 11px;
    line-height: 20px;
}
	section.greet img {
		width: 100%;
		display: block;
		margin: 10px 0px;
	}


section.greet p span {
font-weight: bold;
color: #CD7D00;
}

section.greet ul {
overflow: hidden;
margin: 40px auto;
}

section.greet li {
text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    background: url(../img/greet_bk.png) no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10%;
    margin-bottom: 10px;
}
section.greet li:last-of-type {
margin-right: 0;
}

section.greet li span {
background-image: linear-gradient(transparent 70%, #FFFFFF 70%);
}

section.problem {
background: #CD7D00;
padding: 30px 0;
}

section.problem h2 {
margin: 0;
    height: 45px;
    background: url(../img/title_problem.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
}
	section.problem .wrap {
		overflow: hidden;
	}

section.problem li {
font-weight: bold;
text-align: center;
font-size: 12px;
line-height: 1.5em;
display:inline-block;
background: url("../img/title_bk.png") no-repeat;
background-position: center;
background-size: contain;
padding: 40px 0;
width: 40%;
	float: left;
}

section.problem li span {
color: #CD7D00;
}

section.problem ul.tp {
margin: 0 auto;
	width: 90%;
}

section.problem ul.tp li:last-of-type {
float: right;
}


section.problem ul.btm {
margin: 0 auto;
width: 96%;
}

section.problem ul.btm li:nth-of-type(2) {
float: right;
}
section.problem ul.btm li:last-of-type {
float: none;
display: block;
	margin: 0 auto;
	clear: both;
	margin-top: -10px;
}


section.problem ul.tp li {
margin: 0 4%;
}

section.problem ul.btm li {

}







section.about {
margin-top:50px;
padding: 100px 0 50px;
/*padding: 50px 0;*/
background: #FFF8E5;
}

section.about .center {
text-align: center;
font-size: 12px;
line-height: 1.5em;
}
section.about .greet {
font-size: 11px;
margin: 20px 0;
}
section.about .greet span {
background-image: linear-gradient(transparent 70%, #FDBE00 70%);
}

section.about article {
padding: 20px 0;
overflow: hidden;
}

section.about article dl {
font-size: 0;
margin:15px 0;
border: 2px solid #FDBE00;
border-radius: 15px;
overflow: hidden;
}


section.about article dt {
display: inline-block;
text-align: center;
font-weight: bold;
font-size: 10px;
width: 25%;
vertical-align: middle;
}
section.about article dt span {
display: block;
width: 100%;
height: 45px;
margin: 0 auto;
}

section.about article dd {
background: #FDBE00;
padding: 3.5% 1%;
width: 73%;
display: inline-block;
vertical-align: middle;
}


section.about article dl.one dt span {
background: url("../img/about_1.png") no-repeat;
background-size: contain;
background-position: center;
}
section.about article dl.two dt span {
background: url("../img/about_2.png") no-repeat;
background-size: contain;
background-position: center;
}
section.about article dl.three dt span {
background: url("../img/about_3.png") no-repeat;
background-size: contain;
background-position: center;
}
section.about article dl.five dt span {
background: url("../img/about_5.png") no-repeat;
background-size: contain;
background-position: center;
}
section.about article dl.ten dt span {
background: url("../img/about_10.png") no-repeat;
background-size: contain;
background-position: center;
}

section.about article dd li {
font-weight: bold;
background: white;
text-align: center;
font-size: 10px;
border-radius: 10px;
line-height: 1.5em;
color: #CD7D00;
margin: 0 2%;
width: 21%;
display: inline-block;
vertical-align: middle;
padding: 14px 0px;
}

section.about article dd li.single {
padding: 20px 0px;
}
section.about article dd li:last-of-type {
margin-bottom: 0;
}


section.about aside p {
font-size:17px;
font-weight: bold;
text-align: center;
}
section.about aside p br {
display: none;
}


section.about a {
display: block;
/* width: 760px; */
padding: 10px 0px;
background: #EC6D88;
border: 3px solid #C72A5F;
border-radius: 15px;
color: white;
text-align: center;
font-weight: bold;
font-size: 18px;
margin: 0 auto;
transition: 0.2s;
}
section.about a span {
padding-right: 30px;
background: url("../img/plan_vector.png") no-repeat;
background-position: right center;
}

section.about a:hover {
opacity: 0.6;
}


section.menu {
padding: 40px 0;
position: relative;
}

section.menu .more {
position: absolute;
top: -35px;
left: 5%;
width: 20%;
}


p.greet {
font-weight: bold;
text-align: center;
font-size: 14px;
}
section.menu p.greet span {
font-size: 11px;
display: block;
text-align: right;
}

section.menu ul {
margin-top: 45px;
margin-bottom: 10px;
}

section.menu li {
display: inline-block;
background: #FDBE00;
color: white;
font-weight: bold;
text-align: center;
width: 45%;
margin: 2%;
padding: 10px 0px;
border-radius: 10px;
}


section.menu aside {
overflow: hidden;
}
section.menu aside a {
display: block;
}





section.plan {
margin-top:50px;
padding: 100px 0 50px;
/*padding: 40px 0;*/
background: #FFF8E5;
}

section.plan a {
display: block;
    /* width: 760px; */
    padding: 10px 0px;
    background: #EC6D88;
    border: 3px solid #C72A5F;
    border-radius: 15px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto;
    transition: 0.2s;
}
section.plan a:hover {
opacity: 0.6;
}

section.plan a span {
padding-right: 30px;
background: url("../img/plan_vector.png") no-repeat;
background-position: right center;
}

section.plan article {
overflow: hidden;
	padding: 30px 0;
}
section.plan article dl {
margin: 10px 1%;
border:3px solid #38A1DB;
background: white;
border-radius: 10px;

}

section.plan article dl dt {
color: white;
background: #38A1DB;
text-align: center;
font-weight: bold;
font-size: 14px;
padding: 5px 1%;
display: inline-block;
vertical-align: middle;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
align-items: center;
width: 10%;
line-height: 2.5em;
}
section.plan article dl dd {
padding: 0;
text-align: center;
color: #666666;
display: inline-block;
width: 85%;
vertical-align: middle;
}

section.plan article dl hr {
margin:5px 0;
height: 1px;
border: none;
display: none;
}

section.plan article dl dd div {
width: 30%;
display: inline-block;
vertical-align: middle;
}

	section.plan article dl dd div.middle {
		padding: 0 2%;
	}

section.plan article dl dd div.bottom p {
font-weight: bold;
font-size: 12px;
line-height: 35px;
}
section.plan article dl dd div.bottom p span {
font-size: 26px;
}

section.plan article dl dd div.middle p:first-of-type {
font-weight: bold;
font-size: 12px;
}
section.plan article dl dd div.middle p:last-of-type {
font-size: 11px;
	padding-top: 5px;
}
section.plan article dl dd div.middle p:last-of-type span {
font-size: 10px;
}
section.plan article dl dd div.middle p:nth-of-type(2) {
font-size: 14px;
font-weight: bold;
}
section.plan article dl dd div.middle p:nth-of-type(2) span {
font-size: 11px;
}

section.plan article dl dd div.top p {
font-weight: bold;
font-size: 26px;
}

section.plan article dl dd div.top p span {
font-size: 20px;
}


section.plan article dl:first-of-type div.top p {
color:#38A1DB;
}

section.plan article dl:first-of-type hr {
background: #38A1DB;
}

section.plan article dl:nth-of-type(2) {
border:3px solid #FDB400;
}

section.plan article dl:nth-of-type(2) dt {
background: #FDB400;
	font-size: 10px;
}
section.plan article dl:nth-of-type(2) div.top p {
color:#FDB400;
}

section.plan article dl:nth-of-type(2) hr {
background: #FDB400;
}

section.plan article dl:last-of-type {
border:3px solid #915DA3;
}
section.plan article dl:last-of-type dt {
background: #915DA3;
}
section.plan article dl:last-of-type div.top p {
color:#915DA3;
}

section.plan article dl:first-of-type div.middle {
border-right: 1px solid #38A1DB;
border-left: 1px solid #38A1DB;
}

section.plan article dl:nth-of-type(2) div.middle {
border-right: 1px solid #FDB400;
border-left: 1px solid #FDB400;
}

section.plan article dl:last-of-type div.middle {
border-right: 1px solid #915DA3;
border-left: 1px solid #915DA3;
}



section.plan aside {
overflow: hidden;
    padding: 15px 0;
    width: 95%;
    margin: 0 auto;
}

section.plan aside div {
padding-bottom: 10px;
	margin-bottom: 10px;
border-bottom: 1px solid #8C8C8C;

}





section.plan aside div p {
}
section.plan aside div p span {
vertical-align: middle;
}

section.plan aside div p img {
vertical-align: middle;
    margin-right: 10px;
width: 40%;
}

section.plan aside div p.ticket {
font-size: 17px;
    text-align: center;
	font-weight: bold;
    color: #CD7D00;
display: inline-block;
}

section.plan aside div p.ticket span.size_ss {
font-size: 14px;
}
section.plan aside div p.include {
color: #4D4D4D;
    text-align: center;
vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
}
section.plan aside div p.include span {
font-size: 12px;
}


	section.plan p.center {
		text-align: center;
		font-size: 14px;
		padding-bottom: 30px;
	}



section.merit {
padding: 40px 0;
}

section.merit dl {
border-bottom:1px solid #8C8C8C;
	margin: 0;
}

section.merit dl:first-of-type {
background: url(../img/merit1.png) no-repeat;
    background-position: left center;
    background-size: 35%;
    padding: 30px 0;
    padding-left: 40%;
}

section.merit dl:nth-of-type(2) {
background: url("../img/merit2.png") no-repeat;
background-position: left center;
    background-size: 35%;
    padding: 30px 0;
    padding-left: 40%;
}

section.merit dl:last-of-type {
background: url("../img/merit3.png") no-repeat;
background-position: left center;
border: none;
    background-size: 35%;
    padding: 30px 0;
    padding-left: 40%;
}


section.merit dt {
font-weight: bold;
font-size: 3.5vw;
margin-bottom: 10px;
	}


section.merit dt span {
color: #CD7D00;
}

section.merit dd {
line-height: 1.5em;
font-size: 2.5vw;
}


section.flow {
padding: 40px 0;
	background: #FFF8E5;
}

section.flow ul li {
vertical-align: top;

    padding-bottom: 11px;
    background: url(../img/flow_icon_sp.png) no-repeat;
    background-position: center bottom;
    margin: 2% 1%;
}

section.flow ul li:last-of-type {
background: none;
padding: 0;
}

section.flow dl {
overflow: hidden;
margin: 0;
border:2px solid #FDBE00;
border-radius: 10px;
background: white;
}

section.flow dl dt {
text-align: center;
color: white;
background: #FDBE00;
font-weight: bold;
padding: 5px;
	font-size: 14px;
}
section.flow dl dd {
line-height: 1.5em;
padding: 10px 14px;
	font-size: 12px;
}

	section.flow dl dd br {
		display: none;
	}

section.flow dl dd span {
font-weight: bold;
color: #CD7D00;
}




/*-----------スライダー---------------*/

section.works {
padding: 40px 0;
}

.slider{
margin: 0px auto;
}
.slider img{
height: auto;
width: 100%;
max-width: 175px;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
}


#main_slide ul,
#main_slide li{
list-style: none;
margin: 0;
padding: 0;
}

#main_slide img{
display: block;
padding:0px 10px;
height: 250px;
width: 100%;
max-width: 175px;
}


/*-------------よくある質問--------------*/

section.question {
padding: 40px 0;
}

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container article {
	margin-bottom: 20px;
}

.accordion-container .accordion-title {
display: block;
    position: relative;
    margin: 0;
    padding: 10px 20px;
    padding-right: 45px;
    font-size: 15px;
    color: #fff;
    background: #CD7D00;
    cursor: pointer;
    border-radius: 10px 10px 10px 10px;
}

.accordion-container h4.open {
border-radius: 10px 10px 0px 0px;
	  background-color: #FDBE00;
}

.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
content: "";
background: url("../img/question_icon.png") no-repeat;
position: absolute;
right: 10px;
top: 20%;
transition: all 0.2s ease-in-out;
display: block;
width: 28px;
height: 28px;
}
/* 
.accordion-title.open:after {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
top: 23%;
}
*/
.accordion-title.open:after {
background: url("../img/question_icon.png") no-repeat;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}




.accordion-content {
  display: none;
	padding:15px 10px;
	border-radius:0px 0px 10px 10px;
	border:3px solid  #FDBE00;
	border-top: none;
}
	.accordion-content p {
		font-size: 12px;
	}



#hamburger .btn-gNav{
position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    background: #de6a82;
    padding: 5px;
	border-radius: 5px;
}

#hamburger .btn-gNav span{
  position: absolute;
  width: 90%;
  height: 4px;
  background: white;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
  top:6px;
    left: 2px;
}
#hamburger .btn-gNav span:nth-child(2) {
  top:16px;
	    left: 2px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:26px;
	    left: 2px;
}
#hamburger .btn-gNav.open span:nth-child(1){
  background: white;
  top: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
  top: 16px;
  background: white;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#gNav{
  position: fixed;
  top: 0;
  right: -100%;
  width:100%;
	padding: 0 10%;
  height: 100%;
  background:#fff9ed;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 80px;
  transition: .3s;
}
#gNav.open{
  right: 0px;
}
#gNav .gNav-menu{
  width: 100%;
  height:100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}
#gNav .gNav-menu li{
  display: block;
  padding : 20px 30px;
}
#gNav .gNav-menu li a{
  color: #ddd;
  text-decoration: none;
}

  #gNav{
    position: fixed;
    top: 0;
  }
  #gNav .gNav-menu{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 50px;
  }
  #gNav .gNav-menu li{
    padding-top: 5px;
  }



/*-----------お問い合わせ---------------*/


section.contact {
padding: 100px 0 40px;

background: #FFF8E5;
}

section.contact h2 {
color: black;
}

section.contact p.greet {
    font-size: 12px;
}
section.contact p.greet span {
font-weight: bold;
color: #cd7d00;
}


section.contact p.phone {
text-align: center;
}

section.contact p.phone span {
display: inline-block;
padding: 10px 15px;
background: #cd7d00;
font-weight: bold;
color: white;
border-radius: 20px;
margin: 30px 0;
}
section.contact p.phone span a {
color: white;
}

section.contact div.bk {
padding:4% 2%;
margin: 4% auto;
background: white;
}

section.contact div.bk dt {
margin-bottom: 10px;
}

section.contact div.bk dd input.formbar {
border: none;
background: #e5e5e5;
padding: 2%;
font-size: 16px;
width: 90%;
}

section.contact div.bk dd textarea {
border: none;
background: #e5e5e5;
padding: 2%;
font-size: 16px;
width: 90%;
min-height: 250px;
}

section.contact div.bk span.must {
color: red;
font-size: 12px;
}


section.contact div.bk p.explain span {
font-size: 16px;
color: red;
}
section.contact div.bk dl.radio label {
font-size: 14px;
}

section.contact div.bk p.privacy {
text-align: center;
font-size: 15px;
margin: 15px 0;
}
section.contact div.bk p.privacy a {
text-decoration: underline;
}
section.contact div.bk div.send {
margin-top: 30px;
}
section.contact div.bk label.agree {
text-align: center;
display: block;
}

section.contact div.bk p.button button {
display: block;
width: 90%;
border: none;
background: #fdbe00 url("../img/send_vector.png") no-repeat;
background-position: 95% center;
color: white;
font-size: 18px;
text-align: center;
padding: 10px 0px;
margin: 20px auto;
font-weight: bold;
border-radius: 50px;
}

section.contact div.bk p.button button:disabled {
background: #e5e5e5 url("../img/send_vector.png") no-repeat;
background-position: 95% center;
}

.center {
text-align: center;
}

section.contact div.estimate {
margin: 25px 0;

}

section.contact div.estimate label span {
display: inline-block;
background: #FDBE00;
color: white;
font-weight: bold;
text-align: center;
width: 45%;
margin: 2%;
padding: 10px 0px;
border-radius: 10px;
}



section.contact div.estimate label input {
display: none;
}

section.contact div.estimate input:checked + span {
background: #cd7d00;
}

section.contact div.order {
padding: 40px 0;
overflow: hidden;
}
section.contact div.order dl {
font-size: 0;
    margin: 15px 0;
    border: 2px solid #FDBE00;
    border-radius: 15px;
    overflow: hidden;
}


section.contact div.order dt {
display: inline-block;
text-align: center;
font-weight: bold;
font-size: 10px;
width: 25%;
vertical-align: middle;
}
section.contact div.order dt span {
display: block;
    width: 100%;
    height: 45px;
    margin: 0 auto;
}

section.contact div.order dd {
    padding: 3.5% 1%;
    width: 72%;
    display: inline-block;
    vertical-align: middle;
	border-left: 1px solid #FDBE00;
}


section.contact div.order dl.one dt span {
background: url("../img/about_1.png") no-repeat;
background-size: contain;
background-position: center;
}
section.contact div.order dl.two dt span {
background: url("../img/about_2.png") no-repeat;
background-size: contain;
background-position: center;
}
section.contact div.order dl.three dt span {
background: url("../img/about_3.png") no-repeat;
background-size: contain;
background-position: center;
}
section.contact div.order dl.five dt span {
background: url("../img/about_5.png") no-repeat;
background-size: contain;
background-position: center;
}
section.contact div.order dl.ten dt span {
background: url("../img/about_10.png") no-repeat;
background-size: contain;
background-position: center;
}

section.contact div.order dd li {
display: inline-block;
vertical-align: middle;	
margin: 0 2%;
width: 21%;
}

section.contact div.order dd li label {
display: inline-block;
vertical-align: middle;
	text-align: center;
font-size: 10px;
border-radius: 10px;
font-weight: bold;
width: 100%;
overflow: hidden;
}

section.contact div.order dd li label span {
display: inline-block;
background: #fdbe00;
width: 100%;
line-height: 1.5em;
color: white;
padding: 14px 0px;
}
section.contact div.order input:checked + span {
background: #cd7d00;

}

section.contact div.order input {
display: none;
}

section.contact div.order dd li.single label span  {
padding: 20px 0px;
}
section.contact div.order dd li:last-of-type span {
margin-bottom: 0;
}

section.contact dd.counter {
font-size: 14px;
}
section.contact dd.counter2 {
font-size: 18px;
margin: 10px 0px;
}

section.contact dd.counter span,section.contact dd.counter2 span {
text-decoration: underline;
display: inline-block;
margin: 0 10px;
}

section.contact dd.counter div.hidden,section.contact dd.counter2 div.hidden {
display: none;
}


section.contact dd.counter input.counter {
font-size: 16px;
padding: 5px;
width: 50px;
margin: 0 10px;
}

section.contact dd.counter span#output {
font-size: 18px;
padding: 5px;
margin: 0 10px;
border: none;
text-decoration: underline;
font-weight: bold;
}



section.contact div.change {
margin: 30px auto;
overflow: hidden;
}
section.contact div.change a {
display: block;
    width: 90%;
    padding: 20px 0px;
    background: #fdbe00;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 20px;
    margin: 5% auto;
    border-radius: 15px;
}
section.contact div.change a:hover {
opacity: 0.7;
}

section.contact div.change a:last-of-type {
}
section.contact div.change a span {
display: inline-block;
padding-left: 60px;
background: url("../img/order1.jpg") no-repeat;
background-size: contain;
background-position: left center;
}

section.contact div.change a:last-of-type span {
padding-left: 40px;
background: url("../img/order2.jpg") no-repeat;
background-size: contain;
background-position: left center;
}

section.contact p.estimate a {
font-weight: bold;
font-size: 16px;
color: #cd7d00;
display: inline-block;
padding-left: 36px;
background: url(../img/order3.jpg) no-repeat;
background-size: 11.5%;
background-position: left center;
padding-bottom: 5px;
border-bottom: 2px solid;

}


section.contact article.plan {
overflow: hidden;
padding: 30px 0;
}
section.contact article.plan dl {
margin: 10px 1%;
    border: 3px solid #38A1DB;
    background: white;
    border-radius: 10px;
}


section.contact article.plan dl dt {
color: white;
background: #38A1DB;
text-align: center;
font-weight: bold;
padding: 5px 0;
font-size: 20px;
}
section.contact article.plan dl dd {
padding: 10px 15px;
text-align: center;
color: #666666;
}

section.contact article.plan dl hr {
margin:15px 0;
height: 1px;
border: none;
	display: none;
}
section.contact article.plan dl dd div {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

section.contact article.plan dl:first-of-type div.middle {
border-right: 1px solid #38A1DB;
border-left: 1px solid #38A1DB;
}
section.contact article.plan dl:nth-of-type(2) div.middle {
border-right: 1px solid #FDB400;
border-left: 1px solid #FDB400;
}
section.contact article.plan dl:last-of-type div.middle {
border-right: 1px solid #915DA3;
border-left: 1px solid #915DA3;
}

section.contact article.plan dl dd div.bottom p {
font-weight: bold;
    font-size: 12px;
    line-height: 35px;
}



section.contact article.plan dl dd aside {
margin: 10px 0;
}
section.contact article.plan dl dd aside input {
display: none;
}

section.contact article.plan dl dd aside label {
color: white;
font-weight: bold;
font-size: 19px;
display: block;
background: blue;
padding: 10px;
border-radius: 50px;
	cursor: pointer;
}
section.contact article.plan dl:first-of-type dd aside label {
background: #38A1DB;
}
section.contact article.plan dl:first-of-type dd aside input:checked + label {
background: #2377a5;
}
section.contact article.plan dl:nth-of-type(2) dd aside label {
background: #FDB400;
}
section.contact article.plan dl:nth-of-type(2) dd aside input:checked + label {
background: #cd7d00;
}
section.contact article.plan dl:last-of-type dd aside label {
background: #915DA3;
}
section.contact article.plan dl:last-of-type dd aside input:checked + label {
background: #633b6f;
}


section.contact article.plan dl dd div.bottom p span {
    font-size: 26px;
}

section.contact article.plan dl dd div.middle {
padding: 0 2%;
}


section.contact article.plan dl dd div.middle p:first-of-type {
    font-weight: bold;
    font-size: 12px;
}
section.contact article.plan dl dd div.middle p:last-of-type {
    font-size: 11px;
    padding-top: 5px;
}
section.contact article.plan dl dd div.middle p:last-of-type span {
font-size: 10px;
}
section.contact article.plan dl dd div.middle p:nth-of-type(2) {
    font-size: 14px;
    font-weight: bold;
}
section.contact article.plan dl dd div.middle p:nth-of-type(2) span {
font-size: 12px;
}

section.contact article.plan dl dd div.top p {
    font-weight: bold;
    font-size: 26px;
}

section.contact article.plan dl dd div.top p span {
    font-size: 20px;
}


section.contact article.plan dl:first-of-type div.top p {
color:#38A1DB;
}

section.contact article.plan dl:first-of-type hr {
background: #38A1DB;
}

section.contact article.plan dl:nth-of-type(2) {
border:3px solid #FDB400;
}
section.contact article.plan dl:nth-of-type(2) dt {
background: #FDB400;
}
section.contact article.plan dl:nth-of-type(2) div.top p {
color:#FDB400;
}

section.contact article.plan dl:nth-of-type(2) hr {
background: #FDB400;
}

section.contact article.plan dl:last-of-type {
border:3px solid #915DA3;
}
section.contact article.plan dl:last-of-type dt {
background: #915DA3;
}
section.contact article.plan dl:last-of-type div.top p {
color:#915DA3;
}

section.contact article.plan dl:last-of-type hr {
background: #915DA3;
}


section.contact div.table {
margin-bottom: 20px;
	width: 100%;
}
	section.contact div.table table {
		margin: 0 auto;
	}


section.contact div.table th {
background: #fdbe00 url(../img/table_bk.jpg) no-repeat;
    background-position: 7% center;
    background-size: 25%;
    font-size: 16px;
    padding: 10px 0px;
    width: 30%;
    padding-left: 9%;
    text-align: left;
}
section.contact div.table th span,section.contact div.table td span {
font-size: 14px;
}

section.contact div.table td {
background: white;
    padding: 10px;
    font-size: 20px;
}

section.contact div.table tr td:first-of-type {
width: 53%;
    text-align: right;
}
section.contact div.table tr td:last-of-type {
width: 25%;
text-align: center;
}
section.contact div.table tr td select {
font-size: 20px;
}

section.contact div.table tr.title th,section.contact div.table tr.title td {
text-align: center;
background: none;
font-weight: bold;
padding-left: 0;
}
section.thanks a {
	margin: 30px auto;
width: 70%;
}

.formTable {
padding: 30px 0px;
}

.formTable th,.formTable td {
padding: 5px 0px;
border-bottom: 1px solid #E0E0E0;
}

#formWrap .button input {
	background: #fdbe00 ;
width: 200px;
border: none;
color: white;
font-size: 18px;
text-align: center;
padding: 10px 0px;
margin: 10px;
font-weight: bold;
border-radius: 50px;
}
#formWrap .button input:last-of-type {
background:#5F5F5F;
}

input.back {
background:#5F5F5F;
width: 200px;
border: none;
color: white;
font-size: 18px;
text-align: center;
padding: 10px 0px;
margin: 10px;
font-weight: bold;
border-radius: 50px;	
}


}
