html {
  overflow: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  #tagline span {
    display: none;
  }
  #header_inner1_wrapper {
    padding-top: 15px;
  }
  #header.fixed #header_inner1_wrapper {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    display: none;
  }
}
#topcontrol_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #topcontrol_sp {
    display: block;
    z-index: 9;
  }
}

#topcontrol {
  display: block;
}
@media screen and (max-width: 768px) {
  #topcontrol {
    display: none;
  }
}

#contens_wrapper {
  padding-top: 0;
}

.ff-shippori {
  font-family: "Shippori Mincho", sans-serif !important;
}

.ff-noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

.plan_banner-outer {
  background-color: #fff;
}

.plan_banner {
  padding: 10px 0 36px;
  background: #EBF0E6;
}
@media screen and (max-width: 768px) {
  .plan_banner {
    padding: 34px 0 67px;
  }
}
.plan_banner .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.plan_banner .container p {
  margin-top: 20px;
  text-align: center;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.08em;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .plan_banner .container p {
    font-size: 20px;
    line-height: 31px;
  }
}
.plan_banner .container .banner_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 58px;
       column-gap: 58px;
}
@media screen and (max-width: 768px) {
  .plan_banner .container .banner_wrap {
    display: block;
  }
}
.plan_banner .container .banner_wrap a {
  max-width: 450px;
  width: 50%;
  transition: 300ms;
}
@media screen and (max-width: 768px) {
  .plan_banner .container .banner_wrap a {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
}
.plan_banner .container .banner_wrap a img {
  width: 100%;
}
.plan_banner .container .banner_wrap a:hover {
  opacity: 0.6;
}

.ts,
.tss,
.tss2 {
  font-family: "Shippori Mincho", sans-serif;
}

.contact-area {
  color: #fff;
  border: 1px solid #69B890;
}
@media screen and (max-width: 768px) {
  .contact-area {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.contact-area > div {
  margin: 3px;
  background-color: #69B890;
  padding: 23px 10px 31px;
}
.contact-area > div h2,
.contact-area > div h3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-area > div h2 span,
.contact-area > div h3 span {
  margin-right: 28px;
  display: block;
  font-weight: 500;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .contact-area > div h2 span,
  .contact-area > div h3 span {
    margin-right: 7px;
    margin-left: 7px;
  }
}
@media screen and (max-width: 768px) {
  .contact-area > div h2 span:last-child,
  .contact-area > div h3 span:last-child {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
.contact-area > div .tel {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 53px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .contact-area > div .tel {
    font-size: 40px;
    margin-top: 10px;
  }
}
.contact-area > div .tel--title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-area > div .tel--title {
    display: block;
  }
}
.contact-area > div .tel--title p {
  font-size: 18px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .contact-area > div .tel--title p {
    margin-top: 20px;
    margin-right: 0;
  }
}
.contact-area > div .tel a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding-right: 10px;
  padding-left: 55px;
  background: url(/common/image/icon_tel_white.svg) 0 50% no-repeat;
  background-size: 47px auto;
}
@media screen and (max-width: 768px) {
  .contact-area > div .tel a {
    padding-right: 5px;
    padding-left: 35px;
    background-size: 27px auto;
  }
}
.contact-area > div p {
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact-area > div p {
    margin-top: 10px;
    font-size: 16px;
  }
}
.contact-area > div p.label {
  margin-top: 16px;
  line-height: 1.7;
}
.contact-area > div p.label span {
  background-color: #fff;
  display: inline-block;
  color: #000;
  letter-spacing: 0.06em;
  padding: 0 31px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .contact-area > div p.label span {
    display: block;
    padding: 5px;
  }
}
.contact-area > div p.label span em {
  font-style: normal;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .contact-area > div p.label span em {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #facility_gnavi {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #facility_gnavi ul li.wide {
    width: 100%;
  }
}
#facility_gnavi ul li a {
  font-weight: 600;
}

.accordion.flow_box01 {
  border: 3px solid #f9aa00;
  padding: 10px 10px 5px 10px;
  margin: 0 10px;
}
.accordion.flow_box01 ul {
  letter-spacing: -0.4em;
  padding-top: 10px;
}
.accordion.flow_box01 ul li {
  width: 32%;
  margin: 0 1% 15px 0;
  display: inline-block;
  vertical-align: top;
}
.accordion.flow_box01 ul li p {
  color: #147a37;
  margin: 5px 0;
  font-size: 93%;
  text-align: center;
}
.accordion.flow_box01 dt,
.accordion.flow_box01 dd {
  background: none;
}
.accordion.flow_box01 dd {
  padding: 10px;
  border-top: 1px solid #bfbfbf;
}
.accordion.flow_box01 dt {
  color: #147a37;
  font-size: 170%;
  padding: 10px 5px 15px;
  line-height: 1.5;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
}
.accordion.flow_box01 dt p {
  display: table;
  width: 90%;
  padding-right: 10%;
  font-size: 80%;
}
.accordion.flow_box01 dt p span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
}
.accordion.flow_box01 dt p span small {
  font-size: 70%;
  color: #333;
  font-style: normal;
}
.accordion.flow_box01 dt p span.flow_n {
  width: 30px;
}
.accordion.flow_box01 dt p span.flow_n i {
  font-style: normal;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  background: #F9AA00;
  color: #fff;
}
.accordion dt {
  background: url(../image/icon_q.png) 0 8px no-repeat;
  background-size: 40px;
  padding-left: 46px;
  font-size: 108%;
  font-weight: bold;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 3px;
  line-height: 1.5;
  padding-bottom: 10px;
  position: relative;
  padding-right: 15px;
  line-height: 1.6;
}
.accordion dt::after {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  content: "";
  display: inline-block;
  background: url(../../faq/image/open_bt.gif) no-repeat top left;
  background-size: 16px auto;
}
@media screen and (min-width: 769px) {
  .accordion dt:hover {
    color: #2ba4be;
  }
}
.accordion dd {
  background: url(../image/icon_a.png) 0 1px no-repeat;
  background-size: 40px;
  padding-left: 46px;
  font-size: 100%;
  padding-top: 5px;
  line-height: 1.5;
}
.accordion dd a {
  color: #147a37;
  font-weight: bold;
  text-align: right;
}
.accordion dd > strong {
  margin-bottom: 5px;
  font-weight: bold;
  color: #2ba4be;
  display: block;
  font-size: 108%;
}
.accordion dd .t_r {
  margin-top: 10px;
}/*# sourceMappingURL=responsive.css.map */