@charset "UTF-8";


/* ---------------------------------------------------------
 * Common
** --------------------------------------------------------- */
body {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #fff;
}

img {
  max-width: 100%;
}

.wrapper {
  margin: 0 auto;
  width: 1220px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .wrapper {
    width: 92%;
    padding: 0;
    margin: 0 auto;
  }
}

/* ---------- a.btn ---------- */
a.btn {
  display: inline-block;
  height: 80px;
  padding-left: 45px;
  padding-right: 34px;
  border-radius: 100px;
  background-color: #ffe400;
  box-shadow: 2px 5px 0 #ffa200;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
}
a.btn .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding: 2px 0 0 1px;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 100px;
  color: #008060;
  font-size: 16px;
}
@media (max-width: 767px) {
  a.btn {
    /*display: inline-block;*/
    height: auto;
    /*padding-left: 45px;*/
    /*padding-right: 34px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    /*border-radius: 100px;*/
    /*background-color: #ffe400;*/
    /*box-shadow: 2px 5px 0 #ffa200;*/
    /*color: #333;*/
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*text-align: center;*/
    /*text-decoration: none;*/
    line-height: 1.4;
  }
}

/* ---------- .note ---------- */
.note {
  font-size: 12.5px;
}
.note span {
  color: #00bc97;
}
@media (max-width: 767px) {
  .note {
    font-size: 11px;
  }
}

/* ---------- h2 .subtitle ---------- */
h2 .subtitle {
  display: inline-block;
  position: relative;
  color: #0a715d;
  font-size: 14px;
  font-weight: bold;
}
h2 .subtitle::before,
h2 .subtitle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 50px;
  height: 1px;
  background-color: #008060;
}
h2 .subtitle::before {
  left: -60px;
}
h2 .subtitle::after {
  right: -60px;
}
@media (max-width: 767px) {
}

/* ---------- .underline ---------- */
.underline {
  background-repeat: no-repeat;
  background-position: 0 88%;
}
.underline.color1 {
  background-size: 100% 0.37em;
  background-image: -webkit-linear-gradient(to right, #c8f2d8 0%, #c8f2d8 100%);
  background-image: -o-linear-gradient(to right, #c8f2d8 0%, #c8f2d8 100%);
  background-image: linear-gradient(to right, #c8f2d8 0%, #c8f2d8 100%);
}
.underline.color2 {
  background-size: 100% 0.6em;
  background-image: -webkit-linear-gradient(to right, #dbf5ee 0%, #dbf5ee 100%);
  background-image: -o-linear-gradient(to right, #dbf5ee 0%, #dbf5ee 100%);
  background-image: linear-gradient(to right, #dbf5ee 0%, #dbf5ee 100%);
}
.underline.color3 {
  background-size: 100% 0.37em;
  background-image: -webkit-linear-gradient(to right, #d8ebee 0%, #d8ebee 100%);
  background-image: -o-linear-gradient(to right, #d8ebee 0%, #d8ebee 100%);
  background-image: linear-gradient(to right, #d8ebee 0%, #d8ebee 100%);
}
.underline.color4 {
  background-size: 100% 0.37em;
  background-image: -webkit-linear-gradient(to right, #fff 0%, #fff 100%);
  background-image: -o-linear-gradient(to right, #fff 0%, #fff 100%);
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
}
@media (max-width: 767px) {
}

/* ---------- .slider ---------- */
@media (max-width: 767px) {
  .slider {
    position: relative;
    width: 80%;
    margin: 10px auto 0;
  }
  .slider img {
    width: 100%;
  }
  .slick-slider .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 11px;
    height: 20px;
    margin: auto;
    color: #00bc97;
    font-size: 24px;
  }
  .slick-slider .slick-prev {
    left: -25px;
  }
  .slick-slider .slick-next {
    right: -25px;
  }
  .slick-slider .slick-arrow i {
    display: inline-block;
    vertical-align: middle;
  }
}

/* ---------- .contact_section ---------- */
.contact_section {
  padding: 80px 0;
  background: url(../img/contact_section_bg.png) no-repeat center;
  background-size: cover;
  text-align: center;
}
.contact_section .box {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 135px 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(68, 88, 81, 0.2);
}
.contact_section h4 {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
}
.contact_section h4 span {
  position: relative;
  display: inline-block;
  padding: 0 10px 10px;
  margin-bottom: 10px;
  border-bottom: 5px dotted #c8f2d8;
  color: #0a715d;
  font-size: 30px;
  line-height: 30px;
}
.contact_section h4 span::before,
.contact_section h4 span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  display: block;
  width: 2px;
  height: 90%;
  background-color: #0a715d;
}
.contact_section h4 span::before {
  left: -15px;
  transform: rotate(-45deg);
}
.contact_section h4 span::after {
  right: -15px;
  transform: rotate(45deg);
}
.contact_section .kagikakko {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
  margin-top: 30px;
  color: #0a715d;
  font-size: 20px;
  font-weight: bold;
}
.contact_section .kagikakko::before,
.contact_section .kagikakko::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 74px;
  margin: auto;
  border: 3px solid #c8f2d8;
}
.contact_section .kagikakko::before {
  left: 0;
  border-right: none;
}
.contact_section .kagikakko::after {
  right: 0;
  border-left: none;
}
.contact_section .btn {
  margin-top: 30px;
}
.contact_section .btn span {
}
.contact_section .andtel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
  padding: 20px 10px 30px;
  background-color: #edf5f4;
  font-weight: bold;
}
.contact_section .andtel span {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  border-bottom: 5px dotted #b9d6d2;
  font-size: 20px;
}
.contact_section .andtel .tel {
  color: #0a715d;
  font-size: 40px;
}
.contact_section .andtel .tel img {
  margin-right: 10px;
}
.contact_section .andtel .time {
  width: 100%;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact_section {
    padding: 60px 0;
    /*background: url(../img/contact_section_bg.png) no-repeat center;*/
    /*background-size: cover;*/
    /*text-align: center;*/
  }
  .contact_section .box {
    width: 90%;
    /*margin: 0 auto;*/
    padding: 30px 20px 20px;
    /*background-color: #fff;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 15px rgba(68, 88, 81, 0.2);*/
  }
  .contact_section h4 {
    font-size: 30px;
    /*font-weight: bold;*/
    /*line-height: 40px;*/
  }
  .contact_section h4 span {
    /*position: relative;*/
    /*display: inline-block;*/
    /*padding: 0 10px 10px;*/
    /*margin-bottom: 10px;*/
    /*border-bottom: 5px dotted #c8f2d8;*/
    /*color: #0a715d;*/
    font-size: 24px;
    /*line-height: 30px;*/
  }
  .contact_section h4 span::before,
  .contact_section h4 span::after {
    /*content: "";*/
    /*position: absolute;*/
    /*bottom: 5px;*/
    /*display: block;*/
    /*width: 2px;*/
    /*height: 90%;*/
    /*background-color: #0a715d;*/
  }
  .contact_section h4 span::before {
    /*left: -15px;*/
    /*transform: rotate(-45deg);*/
  }
  .contact_section h4 span::after {
    /*right: -15px;*/
    /*transform: rotate(45deg);*/
  }
  .contact_section .kagikakko {
    /*position: relative;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    height: auto;
    padding: 0 20px;
    /*margin-top: 30px;*/
    /*color: #0a715d;*/
    font-size: 18px;
    /*font-weight: bold;*/
  }
  .contact_section .kagikakko::before,
  .contact_section .kagikakko::after {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*width: 20px;*/
    height: 100%;
    /*margin: auto;*/
    /*border: 3px solid #c8f2d8;*/
  }
  .contact_section .kagikakko::before {
    /*left: 0;*/
    /*border-right: none;*/
  }
  .contact_section .kagikakko::after {
    /*right: 0;*/
    /*border-left: none;*/
  }
  .contact_section .btn {
    /*margin-top: 30px;*/
  }
  .contact_section .btn span {
  }
  .contact_section .andtel {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    /*margin-top: 35px;*/
    padding: 20px 15px 30px;
    /*background-color: #edf5f4;*/
    /*font-weight: bold;*/
  }
  .contact_section .andtel span {
    display: block;
    width: 100%;
    margin-right: 0;
    /*padding: 5px 10px;*/
    /*border-bottom: 5px dotted #b9d6d2;*/
    /*font-size: 20px;*/
  }
  .contact_section .andtel .tel {
    /*color: #0a715d;*/
    font-size: 28px;
  }
  .contact_section .andtel .tel img {
    width: auto;
    height: 24px;
    margin-right: 8px;
  }
  .contact_section .andtel .time {
    /*width: 100%;*/
    /*font-size: 16px;*/
  }
}


/* ---------------------------------------------------------
 * header
** --------------------------------------------------------- */
header {
  position: fixed;
  z-index: 20;
  width: 100%;
  transition: all 0.3s ease;
}
header.bgcf {
  background-color: #fff;
}
header .wrapper {
  position: relative;
  height: 60px;
}
header .logo {
  position: absolute;
  left: 10px;
  /*top: 16px;*/
  top: 14px;
}
header .tel {
  position: absolute;
  right: 10px;
  top: 0;
  display: flex;
  align-items: center;
  height: 60px;
  color: #148060;
  font-size: 30px;
  font-weight: bold;
}
header .tel .tel_icon {
  margin-right: 10px;
}
header .tel div {
  margin-left: 20px;
  font-size: 12px;
  line-height: 1.4;
}
header .contact_link {
}
header .contact_link a {
  height: 40px;
  padding-left: 25px;
  padding-right: 14px;
  line-height: 40px;
  font-size: 12.5px;
}
header .contact_link .icon {
  width: 17px;
  height: 17px;
  font-size: 12px;
}
header .contact_link i {
}
@media (max-width: 767px) {
  header .wrapper {
    width: 100%;
  }
  header .tel .tel_link {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #148060;
    border-radius: 100px;
  }
}
/* gnavi_btn(sp only) */
/*.gnavi_btn {
  width: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  transition-duration: .4s;
  margin: 0 10px 0 auto;
}
.gnavi_btn.open {
  background: rgba(0, 0, 0, 0);
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 38px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #008060;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.gnavi_btn.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
.gnavi {
  width: 100%;
  height: 0vh;
  position: absolute;
  top: 60px;
  right: 0;
  background: rgba(26,26,26,0.85);
  transition: 0.4s;
  z-index: 999;
  padding: 0 1em;
  overflow: hidden;
}
.gnavi.active {
  height: 100vh;
}
.gnavi nav {
  margin: 1em 0 0;
}
.gnavi nav ul li {
  border-bottom: 1px dotted #FFF;
}
.gnavi nav a {
  line-height: 4em;
  display: block;
  color: #fff;
  text-decoration: none;
}
.gnavi nav a i {
  margin-right: 5px;
}*/


/* ---------------------------------------------------------
 * #fv
** --------------------------------------------------------- */
#fv {
  padding-top: 60px;
  padding-bottom: 38px;
  background-image: url(../img/fv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#fv h1 {
  margin-top: 50px;
}
#fv h1 img {
}
#fv h1 .fv_txt {
}
#fv h1 .fv_txt2 {
  margin: -60px 0 -50px;
}
#fv .fv_box {
  width: 430px;
  height: 155px;
  padding: 20px;
  margin-left: 43px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(68, 88, 81, 0.2);
  border-radius: 10px;
}
#fv .fv_box div {
  padding-bottom: 5px;
  color: #0a715d;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 5px dotted #b9d6d2;
}
#fv .fv_box a {
  height: 56px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 56px;
}
#fv .fv_box a span {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  #fv {
    /*position: relative;*/
    /*z-index: 2;*/
    /*padding-top: 60px;*/
    /*background-image: url(../img/fv_lt.png);*/
    /*background-size: 730px 384px;*/
    /*background-position: left top;*/
    /*background-repeat: no-repeat;*/
    min-width: auto;
  }
  #fv h1 .fv_txt2 {
    margin: 0 0 -5%;
  }
  #fv .fv_box {
    position: static;
    /*right: 125px;*/
    /*top: 92px;*/
    /*background-color: #fff;*/
    width: 95%;
    height: auto;
    /*box-shadow: 0 0 15px rgba(68, 88, 81, 0.2);*/
    padding: 30px;
    margin: 30px auto 0;
  }
  #fv .fv_box div {
    /*padding-bottom: 5px;*/
    /*color: #0a715d;*/
    font-size: 18px;
    /*font-weight: bold;*/
    /*border-bottom: 5px dotted #b9d6d2;*/
  }
  #fv .fv_box a {
    /*margin-top: 40px;*/
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    width: 100%;
    height: auto;
    /*font-size: 14px;*/
    line-height: 1.4;
  }
  #fv .fv_box a i {
    /*margin-left: 5px;*/
  }
}


/* ---------------------------------------------------------
 * #onayami
** --------------------------------------------------------- */
#onayami {
  position: relative;
  z-index: 2;
}
#onayami .content {
  height: 240px;
  padding-top: 60px;
  background-color: #ecf9f6;
  position: relative;
  z-index: 1;
}
#onayami .content::before,
#onayami .content::after {
  content: "";
  width: 50%;
  height: 86px;
  position: absolute;
  top: 100%;
  z-index: -1;
}
#onayami .content::before {
  background-image: -webkit-linear-gradient(to right top, transparent 50%, #ecf9f6 50%);
  background-image: -o-linear-gradient(to right top, transparent 50%, #ecf9f6 50%);
  background-image: linear-gradient(to right top, transparent 50%, #ecf9f6 50%);
  left: 0;
}
#onayami .content::after {
  background-image: -webkit-linear-gradient(to left top, transparent 50%, #ecf9f6 50%);
  background-image: -o-linear-gradient(to left top, transparent 50%, #ecf9f6 50%);
  background-image: linear-gradient(to left top, transparent 50%, #ecf9f6 50%);
  right: 0;
}
#onayami h2 {
  font-size: 23px;
  font-weight: bold;
}
#onayami h2 + div {
  font-size: 35px;
  font-weight: bold;
}
#onayami ul {
  margin-top: 30px;
}
#onayami li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 193px;
  height: 85px;
  border: 1px solid #00a685;
  background-color: #fff;
  color: #0a715d;
  font-size: 17px;
  font-weight: bold;
}
#onayami li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 28px;
  height: 28px;
  background-image: url(../img/onayami_list_icon.png);
  background-size: cover;
}
#onayami .content + div {
  margin-top: 120px;
  color: #0a715d;
  font-size: 27px;
  font-weight: bold;
}
#onayami .underline {
}
#onayami .line2 {
  font-size: 34px;
}
#onayami .line2 span {
  font-size: 48px;
}
@media (max-width: 767px) {
  #onayami {
    /*position: relative;*/
    /*z-index: 2;*/
  }
  #onayami .content {
    height: 90px;
    padding-top: 40px;
    /*background-color: #edf1f0;*/
    /*position: relative;*/
    /*z-index: 1;*/
  }
  #onayami .content::before,
  #onayami .content::after {
    /*content: "";*/
    /*width: 50%;*/
    height: 40px;
    /*position: absolute;*/
    /*top: 100%;*/
    /*z-index: -1;*/
  }
  #onayami .content::before {
    /*background-image: -webkit-linear-gradient(to right top, transparent 50%, #edf1f0 50%);*/
    /*background-image: -o-linear-gradient(to right top, transparent 50%, #edf1f0 50%);*/
    /*background-image: linear-gradient(to right top, transparent 50%, #edf1f0 50%);*/
    /*left: 0;*/
  }
  #onayami .content::after {
    /*background-image: -webkit-linear-gradient(to left top, transparent 50%, #edf1f0 50%);*/
    /*background-image: -o-linear-gradient(to left top, transparent 50%, #edf1f0 50%);*/
    /*background-image: linear-gradient(to left top, transparent 50%, #edf1f0 50%);*/
    /*right: 0;*/
  }
  #onayami h2 {
    font-size: 18px;
  }
  #onayami h2 + div {
    font-size: 23px;
    margin-top: 2px;
  }
  #onayami ul {
    /*margin-top: 30px;*/
    display: flex;
  }
  #onayami li {
    /*position: relative;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    width: 48%;
    height: auto;
    padding: 15px 0;
    margin-top: 10px;
    /*border: 1px solid #00a685;*/
    /*background-color: #fff;*/
    /*color: #0a715d;*/
    font-size: 15px;
    /*font-weight: bold;*/
  }
  #onayami li::before {
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: -10px;*/
    /*width: 28px;*/
    /*height: 28px;*/
    /*background-image: url(../img/onayami_list_icon.png);*/
    /*background-size: cover;*/
  }
  #onayami .content + div {
    margin-top: 360px;
    /*color: #0a715d;*/
    font-size: 18px;
    /*font-weight: bold;*/
  }
  #onayami .underline {
  }
  #onayami .line2 {
    font-size: 22px;
  }
  #onayami .line2 span {
    font-size: 28px;
  }
}


/* ---------------------------------------------------------
 * #plan
** --------------------------------------------------------- */
#plan {
  padding-top: 50px;
  padding-bottom: 70px;
}
#plan .plan_title {
  padding: 15px 10px 10px;
  background-color: #ecf9f6;
}
#plan .plan_title h2 {
  font-size: 25px;
  font-weight: bold;
}
#plan .plan_title div {
  margin-top: 5px;
  color: #398676;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #plan {
    padding-top: 20px;
  }
}

/* ---------- #plan Common ---------- */
#plan > section {
  position: relative;
  width: 1200px;
  margin: 40px auto 0;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  padding-left: 80px;
  padding-bottom: 39px;
  background-color: #fff;
}
#plan .icon {
  position: absolute;
  left: -5px;
  top: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(68, 88, 81, 0.2);
}
#plan > .note {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #plan > section {
    /*position: relative;*/
    width: 94%;
    margin: 26px auto 0;
    /*border: 1px solid #c9c9c9;*/
    border-radius: 10px 0 10px 10px;
    /*padding-left: 80px;*/
    /*padding-bottom: 39px;*/
    padding: 60px 20px 30px;
    /*background-color: #fff;*/
  }
  #plan .icon {
    /*position: absolute;*/
    /*left: -5px;*/
    /*top: -15px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*width: 72px;*/
    /*height: 72px;*/
    /*border-radius: 100px;*/
    /*background-color: #fff;*/
    /*box-shadow: 0 0 15px rgba(68, 88, 81, 0.2);*/
  }
}
/* .left */
#plan .left {
  width: 440px;
}
#plan .limit {
  display: inline-block;
  height: 66px;
  padding: 15px 15px 10px;
  background-image: url(../img/plan_limit_bg.png);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #plan .left {
    width: 100%;
  }
  #plan .limit {
    position: absolute;
    right: 10px;
    top: 0;
    /*display: inline-block;*/
    /*height: 66px;*/
    /*padding: 15px 15px 10px;*/
    /*background-image: url(../img/plan_limit_bg.png);*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    /*text-align: center;*/
  }
}
/* .right */
#plan .right {
  width: 650px;
  padding-right: 115px;
  padding-top: 45px;
}
#plan .right > ul {
  margin-bottom: 5px;
}
#plan .right > ul li {
  position: relative;
  padding-left: 15px;
  font-size: 14.5px;
  font-weight: bold;
}
#plan .right > ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #006f80;
}
#plan .right .price_image {
  margin-top: 20px;
}
#plan .right .price_image p {
  color: #006f80;
  font-size: 14px;
  font-weight: bold;
}
#plan .right .price_image ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding: 14px 7px 7px 14px;
  background-color: #ecf3f2;
}
#plan .right .price_image li:not(:last-child) {
  flex-shrink: 0;
  padding: 7px 12px;
  margin-right: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}
#plan .right .price_image li:last-child {
  align-self: flex-end;
  padding-bottom: 5px;
}
#plan .right .price_image .note {
}
#plan .right .note {
}
@media (max-width: 767px) {
  #plan .right {
    width: 100%;
    padding-right: 0;
    padding-top: 25px;
  }
  #plan .right > ul li::before {
    top: 7px;
    margin: 0;
  }
}

/* ---------- #beginners ---------- */
#beginners {
}
#beginners h3 {
  margin-top: 35px;
}
@media (max-width: 767px) {
}

/* ---------- #standard ---------- */
#standard {
}
#standard h3 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #standard h3 {
    margin-top: 35px;
  }
}

/* ---------- #expert ---------- */
#expert {
}
#expert h3 {
  margin-top: 65px;
}
@media (max-width: 767px) {
  #expert h3 {
    margin-top: 35px;
  }
}


/* ---------------------------------------------------------
 * #hojo
** --------------------------------------------------------- */
#hojo {
  padding-top: 40px;
  padding-bottom: 80px;
}
#hojo h2 {
}
#hojo h2 img {
  margin: 0 10px;
}
#hojo .box {
  width: 1200px;
  margin: 35px auto 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(68, 88, 81, 0.2);
  padding: 60px 135px;
}
#hojo .flex > div {
}
#hojo ul {
}
#hojo li {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 35px;
}
#hojo li img {
  vertical-align: bottom;
  margin-right: 10px;
}
#hojo li .note {
  position: absolute;
  left: 61px;
  top: 50px;
}
#hojo p.note {
  margin-top: 15px;
}
#hojo aside {
  margin-top: 35px;
  background-color: #eee;
  padding: 25px 40px;
}
#hojo aside h3 {
  font-size: 22px;
  font-weight: bold;
}
#hojo aside p {
  margin-top: 5px;
  font-size: 13px;
}
#hojo section {
  margin-top: 55px;
}
#hojo section h3 {
  font-size: 24px;
  font-weight: bold;
}
#hojo section p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #hojo {
    /*margin-top: -130px;*/
    /*padding-top: 180px;*/
    /*background-color: #ecf9f6;*/
    padding-bottom: 50px;
  }
  #hojo h2 {
    display: flex;
    align-items: center;
    width: 92%;
    margin: 0 auto;
  }
  #hojo h2 img {
    width: 79%;
    height: auto;
    margin: 0;
    align-self: 0;
  }
  #hojo h2 img.limit {
    width: 20%;
    margin-left: 1%;
  }
  #hojo .box {
    width: 94%;
    /*margin: 35px auto 0;*/
    /*background-color: #fff;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 15px rgba(68, 88, 81, 0.2);*/
    padding: 30px 20px;
  }
  #hojo .flex > div {
  }
  #hojo .flex > div:last-child {
    margin-top: 10px;
  }
  #hojo ul {
    margin-top: 30px;
  }
  #hojo li {
    font-size: 17px;
    /*font-weight: bold;*/
    margin-bottom: 13px;
  }
  #hojo li img {
    float: left;
    width: 44px;
    /*vertical-align: bottom;*/
    /*margin-right: 10px;*/
  }
  #hojo li .note {
    position: static;
    margin-left: 54px;
  }
  #hojo p.note {
    margin-top: 10px;
  }
  #hojo aside {
    margin-top: 30px;
    /*background-color: #eee;*/
    padding: 15px 20px 15px;
  }
  #hojo aside h3 {
    /*font-size: 22px;*/
    /*font-weight: bold;*/
  }
  #hojo aside p {
    margin-top: 9px;
    /*font-size: 13px;*/
  }
  #hojo section {
    align-items: center;
    margin-top: 30px;
  }
  #hojo section h3 {
    font-size: 20px;
    /*font-weight: bold;*/
  }
  #hojo section p {
    /*margin-top: 10px;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
  }
  #hojo section img {
    height: auto;
    margin-top: 20px;
  }
}


/* ---------------------------------------------------------
 * #jisseki
** --------------------------------------------------------- */
#jisseki {
  padding: 75px 0 70px;
  background-color: #ecf9f6;
}
#jisseki h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
#jisseki h2 span {
  font-size: 40px;
}
#jisseki .loopslider {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
#jisseki ul {
  display: flex;
  width: 6090px; /* 217.5(img) * 7(li) * 4(ul) */
  animation: scrollAnime 20s linear infinite;
}
#jisseki ul:hover {
  animation-play-state: paused;
}
@keyframes scrollAnime {
    0% { transform: translateX(0)}
  100% { transform: translateX(-25%)}
}
#jisseki li {
  flex-shrink: 0;
}
#jisseki img {
  height: 269px;
}
@media (max-width: 767px) {
  #jisseki {
    /*padding: 75px 0 70px;*/
    /*background-color: #ecf9f6;*/
  }
  #jisseki h2 {
    font-size: 24px;
    /*font-weight: bold;*/
    /*line-height: 1.2;*/
  }
  #jisseki h2 span {
    font-size: 32px;
  }
  #jisseki .loopslider {
    /*width: 100%;*/
    /*margin-top: 30px;*/
    /*overflow: hidden;*/
  }
  #jisseki ul {
    /*display: flex;*/
    /*width: 6090px;*/ /* 217.5(img) * 7(li) * 4(ul) */
    /*animation: scrollAnime 20s linear infinite;*/
  }
  #jisseki ul:hover {
    /*animation-play-state: paused;*/
  }
  #jisseki li {
    /*flex-shrink: 0;*/
  }
  #jisseki img {
    /*height: 269px;*/
    height: 120px;
  }
}


/* ---------------------------------------------------------
 * #reason
** --------------------------------------------------------- */
#reason {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
#reason .bg_img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: calc(1095px + calc(calc(100% - 1200px) / 2));
  min-width: 1095px;
  height: 517px;
  background-image: url(../img/reason_bg.jpg);
  background-size: cover;
  background-position: center top;
}
#reason h2 {
  padding: 60px 0;
}
#reason h2 img {
}
@media (max-width: 767px) {
  #reason {
    margin-top: 40px;
    /*position: relative;*/
    /*z-index: 1;*/
  }
  #reason .bg_img {
    /*position: absolute;*/
    /*z-index: -1;*/
    /*left: 0;*/
    /*top: 0;*/
    width: 100%;
    min-width: 100%;
    /*height: 517px;*/
    /*background-image: url(../img/reason_bg.jpg);*/
    /*background-size: cover;*/
    /*background-position: center top;*/
  }
  #reason h2 {
    padding: 40px 0 20px;
  }
  #reason h2 img {
    max-width: 100%;
  }
}

/* ---------- #reason Common ---------- */
#reason {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
#reason .box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(68, 88, 81, 0.2);
}
#reason .count {
  position: absolute;
  top: 40px;
  left: 0;
  width: 75px;
  height: 30px;
  padding-right: 10px;
  background-color: #00bc97;
  text-align: right;
  color: #fff;
  font-size: 18.5px;
  font-weight: bold;
  line-height: 30px;
}
#reason .header {
  padding-top: 36px;
  padding-left: 95px;
}
#reason .title {
  display: flex;
  font-weight: bold;
}
#reason h3 {
  font-size: 24px;
}
#reason .subtitle {
  padding: 10px 0 10px 40px;
  border-left: 1px solid #eee;
  margin-left: 40px;
  font-size: 16.5px;
}
#reason .lead {
  margin-top: 15px;
}
#reason .lead span {
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #reason {
    /*position: relative;*/
    /*z-index: 1;*/
  }
  #reason .box {
    width: 94%;
    /*margin: 0 auto;*/
    /*position: relative;*/
    /*border-radius: 10px;*/
    /*background-color: #fff;*/
    /*box-shadow: 0 0 15px rgba(68, 88, 81, 0.2);*/
  }
  #reason .count {
    /*position: absolute;*/
    top: 15px;
    /*left: 0;*/
    width: 65px;
    height: 26px;
    /*padding-right: 10px;*/
    /*background-color: #00bc97;*/
    /*text-align: right;*/
    /*color: #fff;*/
    font-size: 16.5px;
    /*font-weight: bold;*/
    line-height: 26px;
  }
  #reason .header {
    padding: 54px 20px 0;
  }
  #reason .title {
    display: block;
    /*font-weight: bold;*/
  }
  #reason h3 {
    font-size: 20px;
  }
  #reason .subtitle {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-left: none;
    margin-left: 0;
    margin-top: 10px;
    font-size: 15px;
  }
  #reason .lead {
    border-top: 1px solid #eee;
    padding-top: 10px;
    /*margin-top: 15px;*/
    font-size: 14px;
  }
  #reason .lead span {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 15px;
    /*font-weight: bold;*/
  }
}

/* ---------- #reason01 ---------- */
#reason01 {
  margin-bottom: 40px;
}
#reason01 .content {
  padding: 40px 75px;
}
#reason01 .logo {
}
#reason01 p {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
}
#reason01 ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
#reason01 li {
  width: 166px;
  font-size: 14px;
  font-weight: bold;
}
#reason01 li img {
}
#reason01 li div {
  margin-top: 15px;
  border-radius: 4px;
  padding: 15px 0;
  background-color: #ecf3f2;
}
#reason01 a {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #reason01 {
    margin-bottom: 28px;
  }
  #reason01 .content {
    padding: 30px 20px;
  }
  #reason01 .logo {
    width: 200px;
  }
  #reason01 p {
    /*margin-top: 10px;*/
    font-size: 16px;
    /*font-weight: bold;*/
  }
  #reason01 ul {
    margin-top: 10px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    flex-wrap: wrap;
  }
  #reason01 li {
    width: 48%;
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    margin-top: 20px;
  }
  #reason01 li img {
  }
  #reason01 li div {
    margin-top: 10px;
    /*border-radius: 4px;*/
    padding: 10px 0;
    /*background-color: #ecf3f2;*/
  }
  #reason01 a {
    margin-top: 30px;
  }
}

/* ---------- #reason02 ---------- */
#reason02 {
  margin-bottom: 40px;
}
#reason02 .content {
  padding: 30px 30px 12px;
}
#reason02 .first {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-size: 30px;
  font-weight: bold;
}
#reason02 section {
}
#reason02 h4 {
  margin-top: 45px;
  margin-bottom: 10px;
  color: #0a715d;
  font-size: 20px;
  font-weight: bold;
}
#reason02 ul {
  display: flex;
  justify-content: center;
}
#reason02 li {
  margin: 0 4px;
}
#reason02 li img {
}
#reason02 .last {
  margin-top: 60px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #reason02 {
    margin-bottom: 28px;
  }
  #reason02 .content {
    padding: 11px 20px 12px;
  }
  #reason02 .first {
    padding-bottom: 14px;
    /*border-bottom: 1px solid #eee;*/
    font-size: 26px;
    /*font-weight: bold;*/
  }
  #reason02 section {
  }
  #reason02 h4 {
    margin-top: 35px;
    /*margin-bottom: 10px;*/
    /*color: #0a715d;*/
    /*font-size: 20px;*/
    /*font-weight: bold;*/
  }
  #reason02 ul {
    /*display: flex;*/
    /*justify-content: center;*/
    flex-wrap: wrap;
  }
  #reason02 li {
    margin: 8px;
  }
  #reason02 li img {
  }
  #reason02 .last {
    margin-top: 30px;
    /*font-size: 12px;*/
  }
}

/* ---------- #reason03 ---------- */
#reason03 {
  position: relative;
  margin-bottom: 40px;
}
#reason03 .reason03_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  min-width: 1220px;
  height: 3000px;
  background-image: url(../img/reason03_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#reason03 .content {
  padding: 40px 40px 60px;
}
#reason03 ul {
  display: flex;
  justify-content: space-around;
}
#reason03 li {
}
#reason03 li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
#reason03 li img {
}
#reason03 li .logo {
  font-size: 16px;
  font-weight: bold;
}
#reason03 li span {
}
@media (max-width: 767px) {
  #reason03 {
    /*position: relative;*/
    margin-bottom: 28px;
  }
  #reason03 .reason03_bg {
    display: none;
    /*position: absolute;*/
    /*z-index: -1;*/
    /*left: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    /*width: 100%;*/
    /*min-width: 100%;*/
    /*height: 3000px;*/
    /*background-image: url(../img/reason03_bg.png);*/
    /*background-size: contain;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
  }
  #reason03 .content {
    padding: 10px 20px 40px;
  }
  #reason03 ul {
    /*display: flex;*/
    /*justify-content: space-around;*/
  }
  #reason03 li {
    width: 33%;
    padding-top: 20px;
  }
  #reason03 li .img {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    height: 80px;
  }
  #reason03 li img {
  }
  #reason03 li .img.wide img {
    width: 85%;
  }
  #reason03 li .logo {
    /*font-size: 16px;*/
    /*font-weight: bold;*/
    font-size: 13px;
  }
  #reason03 li span {
  }
}

/* ---------- #reason04 ---------- */
#reason04 {
}
#reason04 .box .content {
  padding: 50px;
}
#reason04 ul {
  display: flex;
  justify-content: space-around;
}
#reason04 li {
  position: relative;
}
#reason04 li:not(:last-child)::after {
  content: url(../img/arr_r_pc.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -120px;
  margin: auto;
  display: flex;
  align-items: center;
}
#reason04 li img {
}
#reason04 li div {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
#reason04 aside {
  padding: 60px 0;
}
#reason04 aside h4 {
  font-size: 30px;
  font-weight: bold;
}
#reason04 aside .content {
  margin-top: 20px;
  height: 269px;
  background-image: url(../img/choice_img.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  #reason04 {
  }
  #reason04 .box .content {
    padding: 40px 23px 40px 37px;
  }
  #reason04 ul {
    /*display: flex;*/
    justify-content: space-between;
  }
  #reason04 li {
    /*position: relative;*/
  }
  #reason04 li:not(:last-child)::after {
    content: "";
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    right: -32px;
    /*margin: auto;*/
    /*display: flex;*/
    width: 11px;
    height: 20px;
    background-image: url(../img/arr_r_sp.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*align-items: center;*/
  }
  #reason04 li img {
    height: 40px;
  }
  #reason04 li div {
    margin-top: 12px;
    font-size: 13px;
    /*font-weight: bold;*/
  }
  #reason04 aside {
    padding: 30px 0;
  }
  #reason04 aside h4 {
    font-size: 20px;
    /*font-weight: bold;*/
  }
  #reason04 aside .content {
    /*margin-top: 20px;*/
    /*height: 269px;*/
    /*background-image: url(../img/choice_img.png);*/
    /*background-size: auto 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
  }
}

/* ---------- #reason05 ---------- */
#reason05 {
}
#reason05 .content {
  padding: 30px 0 40px;
}
#reason05 ul {
  padding: 0 30px;
}
#reason05 li {
  position: relative;
}
#reason05 li img {
}
#reason05 li div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(0, 48, 36, 0.6);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#reason05 a {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #reason05 {
  }
  #reason05 .content {
    padding: 10px 0 40px;
  }
  #reason05 ul {
    display: flex;
    padding: 0 20px;
  }
  #reason05 li {
    /*position: relative;*/
    width: 48%;
    margin-top: 20px;
  }
  #reason05 li img {
    width: 100%;
  }
  #reason05 li div {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    padding: 12px 0;
    /*background-color: rgba(0, 48, 36, 0.6);*/
    /*color: #fff;*/
    font-size: 14px;
    /*font-weight: bold;*/
  }
  #reason05 a {
    /*margin-top: 40px;*/
  }
}


/* ---------------------------------------------------------
 * #flow
** --------------------------------------------------------- */
#flow {
  padding: 50px 0 30px;
}
#flow h2 {
  font-size: 34px;
  font-weight: bold;
}
#flow h2 .subtitle {
}
#flow ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#flow li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background-color: #ecf3f2;
  font-size: 18px;
  font-weight: bold;
}
#flow li:not(:last-child)::after {
  content: url(../img/arr_r_pc.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -26px;
  margin: auto;
  display: flex;
  align-items: center;
}
#flow p {
  margin-top: 30px;
  color: #0a715d;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #flow {
    padding: 30px 0;
  }
  #flow h2 {
    font-size: 24px;
    /*font-weight: bold;*/
  }
  #flow h2 .subtitle {
  }
  #flow ul {
    display: block;
    width: 94%;
    margin: 30px auto 0;
  }
  #flow li {
    /*position: relative;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 12px;
    font-size: 17px;
    /*font-weight: bold;*/
  }
  #flow li:not(:last-child) {
    margin-bottom: 33px;
  }
  #flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -23px;
    right: 0;
    left: 0;
    /*margin: auto;*/
    /*display: flex;*/
    /*align-items: center;*/
    width: 20px;
    height: 11px;
    background-image: url(../img/arr_b_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  #flow p {
    /*margin-top: 30px;*/
    /*color: #0a715d;*/
    font-size: 20px;
    /*font-weight: bold;*/
  }
}


/* ---------------------------------------------------------
 * #faq
** --------------------------------------------------------- */
#faq {
  padding: 60px 0 75px;
}
#faq h2 {
  font-size: 34px;
  font-weight: bold;
}
#faq h2 .subtitle {
}
#faq ul {
  max-width: 950px;
  padding: 0 10px;
  margin: 30px auto 0;
}
#faq li {
  margin-bottom: 25px;
  padding-right: 70px;
}
#faq .faq_header {
  display: flex;
  align-items: center;
}
#faq .q {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  box-shadow: 0 0 15px rgba(68, 88, 81, 0.2);
  color: #008060;
  font-size: 30px;
  font-weight: bold;
}
#faq .title {
  width: 100%;
  padding: 7px 0;
  margin-left: 20px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 24px;
  font-weight: bold;
}
#faq .ans {
  position: relative;
  margin-top: 7px;
  padding-left: 110px;
}
#faq .ans::before {
  content: "";
  position: absolute;
  left: 80px;
  top: 3px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #c8f2d8;
}
@media (max-width: 767px) {
  #faq {
    padding: 40px 0 50px;
  }
  #faq h2 {
    font-size: 24px;
    /*font-weight: bold;*/
  }
  #faq h2 .subtitle {
  }
  #faq ul {
    /*max-width: 950px;*/
    padding: 0 20px;
    /*margin: 30px auto 0;*/
  }
  #faq li {
    /*margin-bottom: 25px;*/
    padding-right: 0;
  }
  #faq .faq_header {
    /*display: flex;*/
    align-items: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px solid #c9c9c9;
  }
  #faq .q {
    /*flex-shrink: 0;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    width: 45px;
    height: 45px;
    /*border-radius: 100px;*/
    /*box-shadow: 0 0 15px rgba(68, 88, 81, 0.2);*/
    /*color: #008060;*/
    font-size: 24px;
    /*font-weight: bold;*/
  }
  #faq .title {
    /*width: 100%;*/
    /*padding: 7px 0;*/
    padding-bottom: 0;
    margin-left: 15px;
    border-bottom: none;
    font-size: 20px;
    /*font-weight: bold;*/
  }
  #faq .ans {
    /*position: relative;*/
    margin-top: 12px;
    padding-left: 30px;
  }
  #faq .ans::before {
    /*content: "";*/
    /*position: absolute;*/
    left: 0;
    /*top: 3px;*/
    /*display: block;*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*border-radius: 100px;*/
    /*background-color: #c8f2d8;*/
  }
}


/* ---------------------------------------------------------
 * #contact
** --------------------------------------------------------- */
#contact {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #edf1f0;
}
#contact h2 {
  font-size: 34px;
  font-weight: bold;
}
#contact h2 .subtitle {
}
#contact .wrapper {
  max-width: 950px;
}
#contact .lead {
  margin-top: 20px;
  text-align: center;
}
#contact form {
  display: block;
  padding: 0 35px;
}
#contact .send {
  margin-top: 20px;
  color: #008060;
}
#contact .send span {
  font-size: 24px;
  font-weight: bold;
}
#contact .error {
  color: #d40000;
  margin-top: 20px;
}
#contact table {
  width: 100%;
  margin-top: 20px;
}
#contact th {
  width: 220px;
  padding-top: 15px;
  vertical-align: top;
}
#contact th span {
  color: #d40000;
  font-size: 13px;
}
#contact td {
  padding-bottom: 20px;
}
#contact .radio_wrapper {
  padding-top: 15px;
  padding-bottom: 10px;
}
#contact .radio_wrapper label {
  display: inline-block;
  margin-right: 20px;
}
#contact .radio_wrapper input[type="radio"] {
  margin-top: -3px;
}
#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"],
#contact textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  padding: 3px 10px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background-color: #fff;
}
#contact textarea {
  height: 200px;
}
#contact .btn_area {
  margin-top: 20px;
  text-align: center;
}
#contact .btn_area button {
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 56px;
  background-color: #008060;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#contact .andtel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
  padding: 20px 10px 30px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
}
#contact .andtel span {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  border-bottom: 5px dotted #b9d6d2;
  font-size: 20px;
}
#contact .andtel .tel {
  color: #0a715d;
  font-size: 40px;
}
#contact .andtel .tel img {
  margin-right: 10px;
}
#contact .andtel .time {
  width: 100%;
  font-size: 16px;
}
@media (max-width: 767px) {
  #contact {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #contact h2 {
    font-size: 24px;
    /*font-weight: bold;*/
  }
  #contact h2 .subtitle {
  }
  #contact .wrapper {
    /*max-width: 950px;*/
  }
  #contact .lead {
    /*margin-top: 20px;*/
    text-align: left;
  }
  #contact form {
    /*display: block;*/
    padding: 0;
  }
  #contact .error {
    /*color: #d40000;*/
    /*margin-top: 20px;*/
  }
  #contact table {
    /*width: 100%;*/
    /*margin-top: 20px;*/
  }
  #contact th {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 3px;
    /*vertical-align: top;*/
  }
  #contact th span {
    /*color: #d40000;*/
    /*font-size: 13px;*/
  }
  #contact td {
    display: block;
    /*padding-bottom: 20px;*/
  }
  #contact .radio_wrapper {
    /*padding-top: 15px;*/
    /*padding-bottom: 10px;*/
  }
  #contact .radio_wrapper label {
    /*display: inline-block;*/
    /*margin-right: 20px;*/
  }
  #contact .radio_wrapper input[type="radio"] {
    /*margin-top: -3px;*/
  }
  #contact input[type="text"],
  #contact input[type="tel"],
  #contact input[type="email"],
  #contact textarea {
    /*-webkit-appearance: none;*/
    /*width: 100%;*/
    /*height: 50px;*/
    /*border: 1px solid #c9c9c9;*/
    /*border-radius: 4px;*/
    /*background-color: #fff;*/
  }
  #contact textarea {
    /*height: 200px;*/
  }
  #contact .btn_area {
    /*margin-top: 20px;*/
    /*text-align: center;*/
  }
  #contact .btn_area button {
    /*-webkit-appearance: none;*/
    /*display: inline-flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*width: 270px;*/
    /*height: 56px;*/
    /*background-color: #008060;*/
    /*border-radius: 100px;*/
    /*color: #fff;*/
    /*font-size: 16px;*/
    /*font-weight: bold;*/
  }
  #contact .andtel {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    /*margin-top: 35px;*/
    /*padding: 20px 10px 30px;*/
    /*background-color: #fff;*/
    /*font-weight: bold;*/
    /*text-align: center;*/
  }
  #contact .andtel span {
    display: block;
    width: 90%;
    margin-right: 0;
    /*padding: 5px 10px;*/
    /*border-bottom: 5px dotted #b9d6d2;*/
    /*font-size: 20px;*/
  }
  #contact .andtel .tel {
    /*color: #0a715d;*/
    font-size: 30px;
  }
  #contact .andtel .tel img {
    width: 26px;
    margin-right: 10px;
  }
  #contact .andtel .time {
    /*width: 100%;*/
    /*font-size: 16px;*/
  }
}


/* ---------------------------------------------------------
 * footer
** --------------------------------------------------------- */
footer {
  position: relative;
}
footer img {
  margin-top: 40px;
}
footer p {
  padding: 20px 0 15px;
  font-size: 10px;
}
footer .menu {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
footer ul {
  display: flex;
}
footer li {
  font-size: 11px;
  margin-left: 15px;
}
footer li a {
  color: #333;
  text-decoration: none;
}
footer li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer img {
    width: 60%;
  }
}





