﻿@charset "utf-8";
/* CSS Document */
/*-------------------------------- reset--------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   font-size: 100%;
   vertical-align: baseline;
}
html {
   font-size:62.5%;
   line-height: 1;
   scroll-behavior: smooth;
}
body {
   margin: 0;
   padding: 0;
}
ul,li {
   list-style: none;
}
h1,h2,h3,h4,h5,h6 {
   /*font-size: 100%;*/
   font-weight: normal;
}
img {
   vertical-align: bottom;
   display: block;
   margin: 0 auto;
   padding: 0;
   border: none;
}
/*-------------------------------- reset --------------------------------*/
body {
   width: 100%;
   min-width: 700px;
   margin: 0;
   padding: 0;
   vertical-align: top;
   text-align: left;
   font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-size: 1.3rem;
   line-height: 1.8;
   color: #000000;
   word-wrap:break-word;
   overflow-wrap:break-word;
}
#wrap {
   padding: 0;
   margin: 0px auto;
}
#main {
   width: 1000px;
   padding: 0;
   margin: 0px auto;
}
a {
   color: #0088cc;
   text-decoration: none;
   transition: all ease-in-out .3s;
}
h2 span {
   width: auto;
   border: 1px solid #60A183;
   border-radius: 60px;
   -moz-border-radius: 60px;
   /* 古いFirefox */
   -webkit-border-radius: 60px;
   /* 古いSafari,Chrome */
   color: #60A183;
   background: #FFFFFF;
   line-height: 1.3;
   font-size: 60px;
   font-size: 6rem;
   font-weight: bold;
   text-align: center;
   display: inline-block;
   margin: 0 auto 40px;
   padding: 2% 4%;
   font-family: fot-tsukuardgothic-std, sans-serif;
}
p {
   font-size: 18px;
   font-size: 1.8rem;
   margin-bottom: 40px;
   line-height: 2;
   font-feature-settings: "palt";
}
a .btn {
   border-style: none;
   font-size: 60px;
   font-size: 6rem;
   font-weight: bold;
   padding: 3% 3%;
   color: #FFFFFF;
   background: #169f3c;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   cursor: pointer;
   display: block;
   -webkit-box-sizing: content-box;
   box-sizing: border-box;
   margin: 40px auto 60px;
   max-width: 70%;
   line-height: 1.2;
   text-align: center;
}
a .btn:after {
   content: '\f054';
   font-family: FontAwesome;
   font-size: 50px;
   font-size: 5rem;
   font-weight: lighter;
   margin-left: 25px;
}
a:hover .btn, a:hover img {
   opacity: 0.7;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
}
#fv {
   padding: 0 0 2%;
   background: #e6f4fd;
}
.mov {
   margin: 0 auto;
   padding: 2% 0 5%;
   background: #e4f1f9;
   text-align: center;
}
.mov video {
   width: 88%;
}
.midashi01 {
   max-width: 80%;
   width: auto;
   border: 1px solid #60A183;
   border-radius: 60px;
   -moz-border-radius: 60px;
   /* 古いFirefox */
   -webkit-border-radius: 60px;
   /* 古いSafari,Chrome */
   color: #60A183;
   background: #FFFFFF;
   line-height: 1.3;
   font-size: 50px;
   font-size: 5rem;
   font-weight: bold;
   text-align: center;
   display: inline-block;
   margin: 0 auto 50px;
   padding: 2% 10%;
   font-family: fot-tsukuardgothic-std, sans-serif;
}
#faqbg {
   background: #EFF5E3;
   padding-top: 7%;
   padding-bottom: 7%;
   margin: 0 auto;
   max-width: 1000px;
}
.faqbox {
   max-width: 800px;
   line-height: normal;
   width: 100%;
   table-layout: fixed;
   word-break: break-word;
   position: relative;
   margin: 0 auto;
}
/*--------------------------- フォーム　ここから ---------------------------*/
#formbg {
   background: #f2f6f8;
   padding-top: 3%;
   padding-bottom: 15%;
   margin: 0 auto;
   max-width: 1000px;
}
.formbox {
   max-width: 800px;
   width: 100%;
   /*position: relative; 横固定させるため*/
   margin: 30px auto 0;
}
.formtable {
   border-top: 1px #ccc solid;
   max-width: 800px;
   line-height: normal;
   table-layout: fixed;
   word-break: break-word;
   margin: 0 auto;
}
table.formtable tr th,table.formtable tr td {
   text-align: left;
   font-weight: normal;
   font-size: 16px;
   font-size: 1.6rem;
   border-bottom: 1px #cccccc solid;
   border-left: 1px #cccccc solid;
   border-right: 1px #cccccc solid;
   padding: 3% 3% 3% 3%;
}
table.formtable tr th {
   width: 30%;
   font-size: 17px;
   font-size: 1.7rem;
   font-weight: bold;
   color: #333333;
   background-color: #eff5e3;
   vertical-align: middle;
}
table.formtable tr td {
   width: 70%;
   border-left: none;
   background-color: #ffffff;
}
#form1 .required {
   background: #df487c;
   padding: 1px 5px 1px 5px;
   margin-left: 5px;
   margin-bottom: 3px;
   color: #FFFFFF;
   font-size: 8px;
   font-size: .8rem;
   -moz-border-radius: 5px;
   /* 古いFirefox */
   -webkit-border-radius: 5px;
   /* 古いSafari,Chrome */
   border-radius: 5px;
   /* CSS3 */
   display: inline-block;
   vertical-align: middle;
}
#form1 .input01 {
   padding: 10px;
   font-size: 1.3px;
   font-size: 1.3em;
   color: #333333;
   border: solid 1px #cccccc;
   width: 95%!important;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
#form1 .input02 {
   font-size: 1.3px;
   font-size: 1.3em;
   padding: 10px;
   color: #333333;
   border: solid 1px #cccccc;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
#form1 #addr_btn {
   background-color: #adcf80;
   color: #000000;
   border: none;
   cursor: pointer;
   font-size: 15px;
   font-size: 1.5rem;
   width: 120px;
   height: 46px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
#form1 #pref {
   margin-bottom: 10px;
   padding: 0 0 0 10px;
   width: 210px;
   height: 35px;
   font-size: 1.3px;
   font-size: 1.3em;
}
#form1 #year {
   padding: 0 0 0 5px;
   width: 80px;
   height: 30px;
}
#form1 #month, #form1 #day {
   padding: 0 0 0 5px;
   width: 60px;
   height: 30px;
}
#form1 select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   box-sizing: border-box;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   border: 1px solid #ccc;
   outline: none;
}
#form1 select {
   background: url(../img/arrow-pull_green.svg) no-repeat right 0;
   background-color: #FFFFFF;
}
#form1 input[type="submit"] {
   border: none;
   font-size: 40px;
   font-size: 4rem;
   font-weight: bold;
   padding: 3% 11%;
   color: #FFFFFF;
   background: #169f3c;
   -moz-border-radius: 10px;
   /* 古いFirefox */
   -webkit-border-radius: 10px;
   /* 古いSafari,Chrome */
   border-radius: 10px;
   /* CSS3 */
   box-shadow: 0 4px 0 #0f6b28;
   cursor: pointer;
   letter-spacing: 0.1em;
   display: block;
   -webkit-box-sizing: content-box;
   -webkit-appearance: button;
   box-sizing: border-box;
   margin: 30px auto 0;
}
#form1 input[type="submit"]:hover {
   box-shadow: 0 0 #0f6b28;
   margin-top: 34px;
   margin-bottom: -4px;
}
#form1 label {
    font-weight: normal;
    margin-right: 20px;
    white-space: nowrap;
}
#form1 input[type="checkbox"], #form1 input[type="radio"] {
    width: auto;
    height: auto;
    margin-right: 1px;
    margin-left: 0;
}
#form1 p {
   font-size: 16px;
   font-size: 1.6rem;
   margin-top: 3px;
   margin-bottom: 10px;
   line-height: 1.6;
}
#form1 .doui {
   text-align: center;
   font-size: 20px;
   font-size: 2rem;
   margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
.formbox {
   width: 100%;
}
.formtable {
   border: none;
   width: 100%;
}
table.formtable tr th {
   width: 94%;
   padding-left: 3%;
}
table.formtable tr td {
   width: 94%;
}
table.formtable tr th, table.formtable tr td {
   padding: 3% 3%;
   display: block;
   border: none;
}
#form1 .input01 {
   width: 95%!important;
   margin-top: 1px;
   margin-bottom: 1px;
}
#form1 .input02 {
   width: 22%!important;
}
 #form1 #zip01, #form1 #zip01{
   margin-bottom: 10px;
}
#form1 #addr_btn {
   width: 160px;
   margin: 0 auto;
   display: block;
}
#form1 label {
   cursor: pointer;
}
#form1 label input {
   margin-left: 0 !important;
}
#form1 p {
   font-size: 14px;
   font-size: 1.4rem;
   margin-bottom: 5px;
   line-height: 1.4;
}
#form1 input[type="checkbox"] {
   -webkit-appearance: checkbox;
   -moz-border-radius: 1px;
   -webkit-border-radius: 1px;
   border-radius: 1px;
}
#form1 .doui {
   font-size: 16px;
   font-size: 1.6rem;
   margin: 20px 5px 0;
}
#form1 input[type="submit"] {
   font-size: 25px;
   font-size: 2.5rem;
   box-shadow: none;
   -webkit-appearance: none;
}
#form1 input[type="submit"]:hover {
   box-shadow: none;
   margin-top: 30px;
   margin-bottom: 0;
}
}
/*--------------------------- フォーム　ここまで ---------------------------*/
/*--------------------------- FAQ　ここから ---------------------------*/
.accordion {
   max-width: 800px;
   margin: 0 auto 10px;
   background: #FFFFFF;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   text-align: left;
}
.accordion .tittle {
   display: block;
   padding: 10px 20px;
   color: #ffffff;
   font-size: 24px;
   font-size: 2.4rem;
   line-height: 1.6;
   font-weight: bold;
   position: relative;
   background: #60A183;
   text-align: center;
   letter-spacing: 0.1em;
}
.accordion .link {
   cursor: pointer;
   display: block;
   padding: 20px 20px 20px 60px;
   color: #000000;
   font-size: 19px;
   font-size: 1.9rem;
   line-height: 1.6;
   font-weight: bold;
   border-top: 1px solid #60A183;
   position: relative;
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.accordion li:first-child .link {
   border-top: 0;
}
.accordion li i {
   position: absolute;
   top: 19px;
   left: 20px;
   font-size: 32px;
   font-size: 3.2rem;
   color: #60A183;
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
   right: 15px;
   left: auto;
   font-size: 30px;
   font-size: 3rem;
}
.accordion li.open .link {
   color: #df487c;
}
.accordion li.open i {
   color: #df487c;
}
.accordion li.open i.fa-chevron-down {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   transform: rotate(180deg);
}
/*.accordion li.default .submenu {display: block;}*/
/*** Submenu -----------------------------*/
.submenu {
   display: none;
   background: #F8D2D4;
   font-size: 18px;
   font-size: 1.8rem;
   padding: 30px 30px 30px 60px;
   /*border-bottom: 1px solid #ffffff;*/
}
.submenu li {
   border-bottom: none;
}
.submenu a {
   display: block;
   text-decoration: underline;
}
/*.submenu a:hover {
   background: #b63b4d;
   color: #FFF;
}*/
/*--------------------------- FAQ　ここまで ---------------------------*/
/*--------------------------- フッター　ここから ---------------------------*/
#footer {
   padding: 1% 1%;
   color: #ffffff;
   font-size: 11px;
   text-align: center;
   background: #60a183;
   line-height: 1.8;
}
#footerlink {
   background: #60A183;
   padding: 1% 2%;
   font-size: 14px;
   font-size: 1.4rem;
   line-height: 1.8;
}
#footerlink ul {
   text-align: center;
   padding: 1% 1%;
}
#footerlink ul li {
   margin-right: 10px;
   line-height: 1;
   display: inline-block;
}
#footerlink ul li:before {
   content: '\f054';
   font-family: FontAwesome;
   font-size: 12px;
   font-size: 1.2rem;
   vertical-align: middle;
   line-height: 2;
   margin-right: 5px;
   font-weight: lighter;
   color: #ffffff;
}
#footerlink ul li a {
   padding-right: 0;
   color: #ffffff;
   text-decoration: none;
}
#footerlink ul li a:hover {
   color: #fff468;
   text-decoration: underline;
}
/*--------------------------- フッター　ここまで ---------------------------*/
@media screen and (min-width: 642px) and (max-width: 1000px) {
img {
   max-width: 100%;
}
}
/*----------------------------------- スマホ設定ここから-----------------------------------*/
@media screen and (min-width: 641px) {
.sp {
   display: none !important;}
}
@media screen and (max-width: 640px) {
.pc {
   display: none !important;}

body {
   min-width: 100%;
   width: 100%;
}
#wrap {
   width: 100% !important;
}
#main {
   width: 100%;
   margin: 0;
}
img {
   max-width: 100%;
}
p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 14px;
    line-height: 1.4;
}
.midashi01 {
   font-size: 28px;
   font-size: 2.8rem;
   margin-bottom: 30px;
 }
.accordion .link {
   padding-right: 60px;
}
a .btn {
   font-size: 28px;
   font-size: 2.8rem;
 }
a .btn:after {
   font-size: 25px;
   font-size: 2.5rem;
   margin-left: 10px;
}
#faqbg, .faqbox, .accordion, #formbg {
   width: 100%;
}
}