body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #797979;
}

@media screen and (min-width: 992px) {
  body {
    color: #595959;
  }
}

a {
  color: #428ac9;
  font-weight: bold;
}

.container {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
}

.scroll-container {
  overflow-x: hidden;
}

.scroll-container img {
  max-width: 100%;
}

.scroll-container .h1-title {
  font-weight: bold;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 32px;
}

@media screen and (min-width: 992px) {
  .scroll-container .h1-title {
    font-size: 36px;
    line-height: 62px;
  }
}

.scroll-container .h1-title__addition {
  font-size: 12px;
  line-height: 24px;
  color: #959595;
}

@media screen and (min-width: 992px) {
  .scroll-container .h1-title__addition {
    font-size: 14px;
    line-height: 30px;
  }
}

.scroll-container .h2-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #3b3b3b;
}

@media screen and (min-width: 992px) {
  .scroll-container .h2-title {
    font-size: 28px;
    line-height: 50px;
  }
}

.scroll-container .h3-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  color: #3b3b3b;
}

@media screen and (min-width: 992px) {
  .scroll-container .h3-title {
    font-size: 21px;
    line-height: 34px;
    font-weight: bold;
  }
}

.scroll-container .section-title {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .scroll-container .section-title {
    margin-bottom: 32px;
  }
}

.scroll-container .section-title .d-inline-block {
  margin: 0;
}

.scroll-container .section-title img {
  max-height: 31px;
}

@media screen and (min-width: 768px) {
  .scroll-container .section-title img {
    max-height: 100%;
  }
}

.scroll-container .section-title .section-title__addition {
  display: block;
  color: #294c7a;
  font-weight: bold;
  font-size: 10px;
  line-height: 18px;
  margin: 5px 0px 10px;
}

@media screen and (min-width: 576px) {
  .scroll-container .section-title .section-title__addition {
    display: inline;
    vertical-align: bottom;
    font-size: 12px;
    margin: 0px 0px 16px 5px;
  }
}

@media screen and (min-width: 768px) {
  .scroll-container .section-title .section-title__addition {
    font-size: 17px;
  }
}

.scroll-container .section-title p {
  color: #959595;
  margin-top: 8px;
  font-size: 12px;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .scroll-container .section-title p {
    margin-top: 12px;
    font-size: 17px;
    line-height: 24px;
  }
}

.scroll-container .title-bar {
  display: inline-block;
  position: relative;
  overflow: visible;
  color: #ffffff;
  background-color: #294c7a;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin: 0 48px 0 0;
  padding: 6px 16px;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .scroll-container .title-bar {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 40px;
    padding: 0px 16px 0px 24px;
  }
}

@media screen and (max-width: 374px) {
  .scroll-container .title-bar {
    font-size: 16px;
  }
}

.scroll-container .title-bar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -25px;
  width: 65px;
  height: 100%;
  z-index: -1;
  background-color: #294c7a;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

@media screen and (min-width: 768px) {
  .scroll-container .title-bar::before {
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
  }
}

.scroll-container .title-bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -14px;
  width: 7px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

@media screen and (min-width: 768px) {
  .scroll-container .title-bar::after {
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
  }
}

.scroll-container .title-bar span {
  display: block;
}

@media screen and (min-width: 576px) {
  .scroll-container .title-bar span {
    display: inline;
  }
}

.scroll-container .h4-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4em;
  padding: 4px 10px;
  border-left: 4px solid #428ac9;
}

.scroll-container .p-addition {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  color: #959595;
}

@media screen and (min-width: 992px) {
  .scroll-container .p-addition {
    font-size: 16px;
    line-height: 28px;
  }
}

.scroll-container .p-caption {
  color: #959595;
  font-size: 12px;
  line-height: 2em;
}

.scroll-container .bt-inquiry,
.scroll-container .bt-inquiry__border {
  display: block;
  position: relative;
  width: 100%;
  max-width: 260px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  border: none;
  text-align: center;
  text-decoration: none;
  color: #294c7a;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .scroll-container .bt-inquiry,
  .scroll-container .bt-inquiry__border {
    font-size: 16px;
    line-height: 24px;
  }
}

.scroll-container .bt-inquiry span,
.scroll-container .bt-inquiry__border span {
  display: inline-block;
}

.scroll-container .bt-inquiry:hover,
.scroll-container .bt-inquiry__border:hover {
  cursor: pointer;
  opacity: 0.5;
}

.scroll-container .bt-inquiry__border {
  border: 1px solid #294c7a;
}

.scroll-container .bt-register {
  display: block;
  position: relative;
  width: 100%;
  max-width: 260px;
  background-color: #428ac9;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  border: none;
  text-align: center;
  text-decoration: none;
  color: #294c7a;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 0;
  margin: 0 auto;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .scroll-container .bt-register {
    font-size: 16px;
    line-height: 24px;
  }
}

.scroll-container .bt-register span {
  display: inline-block;
}

.scroll-container .bt-register:hover {
  cursor: pointer;
  opacity: 0.5;
}

.scroll-container .bt-collapse {
  outline: none;
}
.scroll-container .bt-collapse:hover {
  outline: none;
}
.lp-header {
  display: block;
  position: fixed;
  width: 100vw;
  top: 0;
  background-color: #294c7a;
  z-index: 1000;
}

.lp-header .lp-header__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  height: 48px;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 576px) {
  .lp-header .lp-header__container {
    height: 54px;
  }
}

@media screen and (min-width: 1216px) {
  .lp-header .lp-header__container {
    padding: 0;
  }
}

.lp-header .lp-header__container .lp-header__logo {
  margin-right: auto;
}

.lp-header .lp-header__container .lp-header__logo a {
  text-decoration: none;
}

.lp-header .lp-header__container .lp-header__logo .lp-header__logo-img {
  width: 82px;
}

@media screen and (min-width: 576px) {
  .lp-header .lp-header__container .lp-header__logo .lp-header__logo-img {
    width: 122px;
  }
}

.lp-header .lp-header__container .lp-header__logo .lp-header__caption {
  display: none;
}

@media screen and (min-width: 1024px) {
  .lp-header .lp-header__container .lp-header__logo .lp-header__caption {
    display: inline;
    color: #d8e7f5;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: -0.05em;
    margin: 0;
    padding: 0 16px;
  }
}

.lp-header .lp-header__container .lp-header__page-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 576px) {
  .lp-header .lp-header__container .lp-header__page-links {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #263c5e;
    top: 48px;
    left: 0;
    width: 100vw;
    height: 48px;
  }
}

.lp-header .lp-header__container .lp-header__page-links .lp-header__link {
  display: table-cell;
  padding: 7px 10px;
  margin: 0 6px;
  border: 1px solid transparent;
  line-height: 1em;
}

@media screen and (min-width: 576px) {
  .lp-header .lp-header__container .lp-header__page-links .lp-header__link {
    margin: 0;
    padding: 0 16px;
    border: none;
  }
}

.lp-header .lp-header__container .lp-header__page-links .lp-header__link a,
.lp-header
  .lp-header__container
  .lp-header__page-links
  .lp-header__link
  a:visited {
  color: #929dae;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5em;
}

@media screen and (min-width: 576px) {
  .lp-header .lp-header__container .lp-header__page-links .lp-header__link a,
  .lp-header
    .lp-header__container
    .lp-header__page-links
    .lp-header__link
    a:visited {
    color: #ffffff;
  }
}

.lp-header
  .lp-header__container
  .lp-header__page-links
  .lp-header__link.current {
  border: 1px solid #ffffff;
  border-radius: 44px;
}

.lp-header
  .lp-header__container
  .lp-header__page-links
  .lp-header__link.current
  a {
  font-weight: bold;
  color: #ffffff;
}

@media screen and (min-width: 576px) {
  .lp-header
    .lp-header__container
    .lp-header__page-links
    .lp-header__link.current {
    border-radius: 0;
    border: none;
  }
}

@media screen and (min-width: 576px) {
  .lp-header
    .lp-header__container
    .lp-header__page-links
    .lp-header__link.border-between {
    border-right: 1px solid #d8e7f5;
  }
}

.lp-header .lp-header__container .lp-header__btn-subscription,
.lp-header .lp-header__container .lp-header__btn-inquiry {
  display: inline;
  border-radius: 3px;
  margin: 0;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (min-width: 576px) {
  .lp-header .lp-header__container .lp-header__btn-subscription,
  .lp-header .lp-header__container .lp-header__btn-inquiry {
    font-size: 13px;
    padding: 6px 16px;
  }
}

.lp-header .lp-header__container .lp-header__btn-subscription {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: normal;
  margin: 0 8px;
}

@media screen and (min-width: 576px) {
  .lp-header .lp-header__container .lp-header__btn-subscription {
    margin: 0 16px 0 8px;
  }
}

.lp-header .lp-header__container .lp-header__btn-inquiry {
  background-color: #ffffff;
  color: #294c7a;
}

.lp-footer {
  background-color: #fafafa;
  border-top: 1px solid #d9d9d9;
}

@media screen and (min-width: 768px) {
  .lp-footer {
    border: none;
  }
}

.lp-footer .lp-footer__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 24px 8px 0;
}

@media screen and (min-width: 768px) {
  .lp-footer .lp-footer__container {
    padding: 0 8px;
  }
}

.lp-footer .lp-footer__container .lp-footer__title {
  color: #3b3b3b;
  font-size: 13px;
  line-height: 160%;
  margin-bottom: 10px;
}

.lp-footer .lp-footer__container .lp-footer__link {
  color: #797979;
  font-size: 12px;
  font-weight: normal;
  line-height: 100%;
  text-decoration: none;
  margin-bottom: 18px;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.lp-footer .lp-footer__container .lp-footer__link:hover {
  color: #3b3b3b;
  text-decoration: underline;
}

.lp-footer .lp-footer__container .lp-footer__menu {
  display: none;
}

@media screen and (min-width: 768px) {
  .lp-footer .lp-footer__container .lp-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 0 40px;
    border-bottom: 1px solid #d9d9d9;
  }
}

.lp-footer .lp-footer__container .lp-footer__menu .lp-footer__menu-ul {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style: none;
  padding: 0 8px;
  margin: 0;
}

.lp-footer
  .lp-footer__container
  .lp-footer__menu
  .lp-footer__menu-ul
  .lp-footer__list-category {
  position: absolute;
  list-style: none;
}

.lp-footer
  .lp-footer__container
  .lp-footer__menu
  .lp-footer__menu-ul
  .lp-footer__list-category.hide {
  display: none;
}

.lp-footer .lp-footer__container .lp-footer__recommend {
  padding: 0 8px;
}

.lp-footer
  .lp-footer__container
  .lp-footer__recommend
  .lp-footer__recommend-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .lp-footer
    .lp-footer__container
    .lp-footer__recommend
    .lp-footer__recommend-ul {
    padding-top: 16px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.lp-footer
  .lp-footer__container
  .lp-footer__recommend
  .lp-footer__recommend-ul
  .lp-footer__link {
  line-height: 1em;
}

.lp-footer
  .lp-footer__container
  .lp-footer__recommend
  .lp-footer__recommend-ul
  li {
  line-height: 1em;
  margin: 0 0 16px;
}

@media screen and (min-width: 768px) {
  .lp-footer
    .lp-footer__container
    .lp-footer__recommend
    .lp-footer__recommend-ul
    li {
    margin: 0;
    margin-right: 24px;
  }
}

.lp-footer .lp-footer__container .lp-footer__recommend .inquiry {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp-footer .lp-footer__container .lp-footer__recommend .inquiry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

.lp-footer .lp-footer__container .lp-footer__address {
  color: #797979;
  font-size: 12px;
  line-height: 100%;
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .lp-footer .lp-footer__container .lp-footer__address {
    padding: 16px 8px;
  }
}

.lp-footer .lp-footer__container .lp-footer__address address {
  margin: 0;
}

.tax-supplement {
  display: inline-block;
  font-size: 0.5em;
  line-height: 1em;
  opacity: 0.8;
}

.price {
  padding: 50px 0;
  position: relative;
  padding-top: 24px;
  background-color: #fafafa;
  margin-top: 96px;
}

@media screen and (min-width: 992px) {
  .price {
    padding: 80px 0;
  }
}

@media screen and (min-width: 576px) {
  .price {
    padding-top: 24px;
    margin-top: 54px;
  }
}

.price .h2-title {
  text-align: center;
}

.price .h2-title .emphasis {
  color: #294c7a;
}

.price .row {
  position: relative;
  max-width: 960px;
  margin: 24px auto 0;
}

.price .row .card {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .price .row .card {
    margin-bottom: 0;
  }
}

.price .row .card.end {
  margin-bottom: 0;
}

.price .row .price__card {
  text-align: center;
  width: 100%;
}

.price .row .price__card .card__title {
  border-radius: 3px 3px 0 0;
  background-color: #294c7a;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 11px;
}

@media screen and (min-width: 992px) {
  .price .row .price__card .card__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.price .row .price__card .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  height: 100%;
  padding: 8px;
}

.price .row .price__card .card__content .h3-title {
  color: #294c7a;
  font-weight: bold;
  font-size: 16px;
  line-height: 12px;
  margin: 0;
  padding: 16px;
}

.price .row .price__card .card__content p {
  margin: 0;
  padding-bottom: 5px;
}

#newcommer {
	padding-top: 33px;
}

.price .row .price__card .card__content .price-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-bottom: 24px;
}

.price .row .price__card .card__content .price-box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background-color: #294c7a;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 5px 0;
}

@media screen and (min-width: 992px) {
  .price .row .price__card .card__content .price-box .icon {
    width: 60px;
    height: 60px;
  }
}

.price .row .price__card .card__content .price-box .icon .kihon {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
}

.price .row .price__card .card__content .price-box .icon .plan {
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
}

@media screen and (min-width: 992px) {
  .price .row .price__card .card__content .price-box .icon .plan {
    font-size: 12px;
    line-height: 12px;
  }
}

.price .row .price__card .card__content .price-box img {
  height: 48px;
  margin: 0 8px;
}

.price .row .price__card .card__content .price-box img.normal {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .price .row .price__card .card__content .price-box img {
    height: 56px;
  }
}

.price .row .price__card .card__content .price-box .emphasis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  color: #294c7a;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  padding-top: -16px;
}

.price .row .price__card .card__content .price-box .emphasis .addition {
  color: #595959;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  padding-left: 2px;
}

.price .row .price__card .card__content .price-box .emphasis.normal {
  color: #595959;
}

.price .row .price__card .card__content .content__addition {
  background-color: #fafafa;
  padding: 16px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .price .row .price__card .card__content .content__addition {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
  }
  .price .row .price__card .card__content .content__addition span {
    display: inline-block;
  }
}

.price .row .price__card .card__content .content__addition p {
  font-size: 12px;
  line-height: 22px;
}

.price .row .price__card .card__content .bt-register {
  margin: 12px auto;
}

@media screen and (min-width: 768px) {
  .price .row .price__card .card__content .bt-register {
    max-width: 320px;
    padding: 10px 0;
    margin: 16px auto;
  }
}

.price .row .price__card .card__content .bt-inquiry__border {
  margin: 12px auto;
}

@media screen and (min-width: 768px) {
  .price .row .price__card .card__content .bt-inquiry__border {
    padding: 10px 0;
    margin: auto auto 16px;
  }
}

.price .row .price__card .card__content .content__addition-fixed {
  line-height: 21px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  text-align: left;
}

.price .row .price__card .card__content .content__addition-fixed span {
  font-family: Roboto, sans-serif; ;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
	.price .row .price__card .card__content .content__addition-fixed {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
  .price .row .price__card .card__content .content__addition-fixed {
    font-size: 12px;
    line-height: 22px;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    text-align: left;
  }
}

.price .row .price__note {
  font-family: Hiragino Kaku Gothic ProN;
	font-size: 12px;
  line-height: 24px;
	margin-top: 13px;
	margin-bottom: 0;
	display: inline-block;
}

@media screen and (min-width: 992px) {
	.price .row .price__note {
		white-space: nowrap;
	}
}

.price .p-caption {
  text-align: right;
}

.service {
  padding: 50px 0;
  position: relative;
}

@media screen and (min-width: 992px) {
  .service {
    padding: 80px 0;
  }
}

.service .service__detail {
  position: relative;
  padding-bottom: 50px;
}

.service .service__detail .col-12 {
  margin-bottom: 32px;
}

.service .service__detail .service__card {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 16px;
}

.service .service__detail .service__card .card__num {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  float: left;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  background-color: #294c7a;
  border-top-left-radius: 2px;
}

.service .service__detail .service__card .card__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #294c7a;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .service .service__detail .service__card .card__title {
    font-size: 19px;
    line-height: 26px;
  }
}

.service .service__detail .service__card img {
  max-width: 275px;
  margin: 16px auto 0px;
}

@media screen and (min-width: 768px) {
  .service .service__detail .service__card img {
    max-width: 100%;
  }
}

.service .service__detail .service__card::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 15px solid #d8e7f5;
  bottom: -46px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .service .service__detail .service__card::before {
    left: auto;
    right: -35px;
    top: 50%;
    border: 14px solid transparent;
    border-top: 16px solid #d8e7f5;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.service .service__detail .service__card.end::before {
  content: none;
}

.service .main-func {
  padding-bottom: 24px;
}

.service .main-func .col-md-4 {
  padding: 16px;
}

.service .main-func .card {
  border: none;
}

.service .main-func .m-func__card {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 24px 0;
}

@media screen and (min-width: 768px) {
  .service .main-func .m-func__card {
    border: none;
  }
}

.service .main-func .m-func__card .h3-title {
  margin: 16px 0 10px;
}

.service .main-func .m-func__card p {
  text-align: left;
}

.service .main-func .m-func__card .link {
  text-align: right;
  font-size: 12px;
  line-height: 24px;
  margin-top: auto;
}

.service .main-func .m-func__card.end {
  border: none;
}

.service .option-func {
  padding: 40px;
  background-color: #fafafa;
  text-align: center;
}

.service .option-func .h3-title {
  color: #595959;
  margin: 10px 0px 6px;
}

.service .option-func .op-func__card {
  padding-top: 24px;
}

.service .option-func .op-func__card img {
  max-width: 100px;
}

.flat-plan {
  position: relative;
  background-image: url("../img/fp/bg_sp.jpg");
  background-size: cover;
  text-align: center;
  margin: 0 auto;
  padding: 32px;
}

@media screen and (max-width: 374px) {
  .flat-plan {
    padding: 16px;
  }
}

@media screen and (min-width: 768px) {
  .flat-plan {
    background-image: url("../img/fp/bg_pc.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flat-plan .h3-title {
  color: #ffffff;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .flat-plan .h3-title {
    display: inline-block;
    padding-right: 180px;
  }
}

@media screen and (min-width: 768px) {
  .flat-plan .fp__price {
    display: inline-block;
  }
}

.flat-plan img {
  margin: 24px auto;
  width: 240px;
}

.flat-plan p {
  color: #d8e7f5;
  margin: 0;
  font-size: 10px;
  line-height: 24px;
  padding-top: 10px;
}

.step {
  padding: 50px 0;
  position: relative;
  background-color: #fafafa;
}

@media screen and (min-width: 992px) {
  .step {
    padding: 80px 0;
  }
}

@media screen and (min-width: 992px) {
  .step .container {
    max-width: 960px;
    margin: 0 auto;
  }
}

.step .step__card {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #294c7a;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 28px;
  padding: 16px;
}

.step .step__card .card__num {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  float: left;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  background-color: #294c7a;
  border-top-left-radius: 2px;
}

@media screen and (min-width: 768px) {
  .step .step__card {
    min-height: 100px;
    text-align: left;
    margin-bottom: 40px;
    padding: 0;
  }
}

.step .step__card::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 12px solid #294c7a;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .step .step__card::before {
    bottom: -42px;
    border: 14px solid transparent;
    border-top: 16px solid #294c7a;
  }
}

.step .step__card.end {
  margin-bottom: 0;
}

.step .step__card.end::before {
  content: none;
}

@media screen and (min-width: 768px) {
  .step .step__icon {
    display: block;
    position: absolute;
    border-right: 1px solid #294c7a;
    height: 100%;
    width: 100px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .step .step__icon .inner {
    position: absolute;
    top: 20px;
    left: 20px;
  }
}

.step .step__content {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .step .step__content {
    left: 100px;
    padding: 20px 20px 20px 120px;
    z-index: -1;
  }
}

.step .step__content h4 {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #294c7a;
  padding: 6px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .step .step__content h4 {
    padding: 0;
    font-size: 18px;
    line-height: 27px;
  }
}

.step .step__content p {
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .step .step__content p {
    font-size: 14px;
    line-height: 21px;
  }
}

.step .h3-title {
  margin: 40px 0 16px;
}

.step .step__addition {
  margin-top: 16px;
}

.step .step__addition p {
  font-size: 12px;
  line-height: 24px;
}

.step .step__row {
  position: relative;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
}

@media screen and (min-width: 768px) {
  .step .step__row {
    padding: 16px 16px 12px;
  }
}

.step .step__row p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #959595;
}

.step .step__row a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;
  color: #294c7a;
}

@media screen and (min-width: 768px) {
  .step .step__row a {
    font-size: 16px;
    line-height: 24px;
  }
}

.step .step__row a:hover {
  text-decoration: underline;
}

.step .step__row.end {
  border-bottom: 1px solid #d9d9d9;
}

.faq {
  padding: 50px 0;
}

@media screen and (min-width: 992px) {
  .faq {
    padding: 80px 0;
  }
}

.faq .container {
  max-width: 980px;
}

.faq .q-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 40px 10px 50px;
}

.faq .q-bar .h3-title {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #3b3b3b;
}

.faq .q-bar::before {
  content: "";
  background-image: url("../img/faq/q.svg");
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faq .q-bar.start {
  border-top: 1px solid #d9d9d9;
}

.faq .q-bar .bt-collapse {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: none;
  -webkit-transition: -webkit-transform 500ms 0s ease;
  transition: -webkit-transform 500ms 0s ease;
  transition: transform 500ms 0s ease;
  transition: transform 500ms 0s ease, -webkit-transform 500ms 0s ease;
}

.faq .q-bar .bt-collapse::after {
  content: "";
  background-image: url("../img/faq/button.svg");
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 50;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faq .q-bar .bt-collapse.collapsed {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.faq .a-box {
  padding: 16px;
  background-color: #fafafa;
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 28px;
}

.faq .a-box .a-box__inner {
  max-width: 680px;
  margin: 0 auto;
}

.faq .a-box .a-box__inner .row {
  padding: 16px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.faq .a-box .a-box__inner .row .col-12 {
  text-align: center;
}

.faq .a-box .a-box__inner .row .col-12 img {
  max-width: 268px;
}

@media screen and (min-width: 768px) {
  .faq .a-box .a-box__inner .row .col-12 img {
    max-width: 100%;
  }
}

.faq .a-box .a-box__inner .ans-title {
  text-align: center;
  color: #294c7a;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
}

.faq .a-box .a-box__inner span {
  font-family: Hiragino Kaku Gothic Pro;
}

.pr-carousel {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  height: 100%;
}

.pr-carousel .carousel {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .pr-carousel .carousel {
    width: 70%;
  }
}

.pr-carousel .carousel .carousel-item {
  overflow: hidden;
  background-size: cover;
  width: 100%;
}

.pr-carousel .carousel .carousel-item::before {
  content: "";
  display: block;
  padding-top: 52%;
}

.pr-carousel .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #294c7a;
  max-width: 343px;
  margin: -20px auto 0;
}

@media screen and (max-width: 374px) {
  .pr-carousel .contact {
    margin: -20px 8px 0;
  }
}

@media screen and (min-width: 768px) {
  .pr-carousel .contact {
    max-width: none;
    width: 40%;
    position: absolute;
    top: 40px;
    right: 0;
    margin: 0;
  }
}

.pr-carousel .contact::before {
  content: "";
  display: block;
  padding-top: 92%;
}

.pr-carousel .contact .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  padding: 20% 8%;
}

.pr-carousel .contact .bt-inquiry {
  max-width: 260px;
}

@media screen and (min-width: 768px) {
  .pr-carousel .contact .bt-inquiry {
    max-width: 320px;
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (min-width: 1200px) {
  .pr-carousel .contact .bt-inquiry {
    font-size: 16px;
    line-height: 24px;
  }
}

.pr-carousel .contact .bt-inquiry span {
  display: inline-block;
}
/*# sourceMappingURL=price.css.map */
