@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  リセット
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
main,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  outline: 0;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: 0 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html {
  height: 100%;
  font-size: 62.5%;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 58%;
  }
}

body {
  position: relative;
  z-index: 0;
  height: 100%;
  min-height: 100%;
  background: #fff;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #39a137;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

/********** lazyload **********/
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 2000ms;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  レイアウト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ヘッダー
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/********** ヘッダーロゴ **********/
.p-header__logo img {
  width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  メイン共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-section {
  background: #fff;
}

.p-section--meta {
  background: #f9f9f9;
}

.p-section__inner {
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px 40px;
  border: 5px solid #39a137;
  width: 90%;
  max-width: 1024px;
}

.p-section__inner--nb {
  padding: 0;
  border: 0;
}

.p-section__inner--gray {
  border: 5px solid #dadada;
}

.p-section__inner--box {
  border: 0;
/*  background: #39a137; */
  color: #fff;
}

@media screen and (max-width: 600px) {
  .p-section__inner {
    padding: 0 20px 20px;
  }

  .p-section__inner--nb {
    padding: 0;
  }
}

/********** セクションタイトル **********/
.p-section__title {
  padding: 40px 0;
  border-bottom: 1px solid #39a137;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}

.p-section__title--gray {
  border-bottom: 1px solid #dadada;
}

.p-section__title--box {
  border-bottom: 1px solid #fff;
}

.p-section__title--logo {
  margin: 50px auto;
  max-width: 800px;
  text-align: center;
}

.p-section__title--logo>img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .p-section__title {
    padding: 20px 0;
    font-size: 2rem;
  }

  .p-subsection__title {
    padding: 20px 0;
    font-size: 2rem;
  }
}

/********** セクションコンテンツ **********/
.p-section__contents {
  padding-top: 20px;
}

.p-section__contents--nb {
  padding: 0;
}

/********** サブセクション **********/
.p-subsection__title {
  padding: 40px 0;
  border-bottom: 1px solid #39a137;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}

.p-subsection__contents {
  padding-top: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  お申し込み
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-application {
}

.p-application__iframe {
  border: none;
  width: 100%;
  background: transparent;
}

.p-application__googleform-note {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 1.6;
}

.u-marker-merits {
  border-radius: 5px;
  background: -webkit-linear-gradient(transparent 0%, #ff0 0%);
  background: linear-gradient(transparent 0%, #ff0 0%);
  font-weight: bold;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  回答完了
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.thanks {
  font-size: 20px;
}

.thanks-message {
  font-size: 20px;
}

.p-reference {
  padding: 20px;
}

.p-reference>ul {
  list-style: disc;
  margin-top: 20px;
  line-height: 1.5;
}

.p-reference>ul>li {
  margin-left: 1.5em;
}

.p-reference>div {
  margin-top: 20px;
  line-height: 1.5;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  トップへ戻る
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.back-to-top {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 50px;
  transition: opacity 1s, visibility 0s ease 1s;  /* iOS */
}

.back-to-top.is-show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;  /* iOS */
}

.back-to-top>a {
  display: block;
  padding: 7px 12px;
  border: 1px solid #fff;
  background: #006ec3;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
}

.back-to-top>a:hover {
  color: #f00;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  フッター
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-footer {
  padding: 20px 40px;
  text-align: center;
}

.p-footer__banner>a {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 20px;
}

.p-footer__banner>a>img {
  height: 50px;
}

.p-footer__copyright>a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .p-footer {
    padding: 20px;
  }

  .p-footer__banner>a {
    width: 80%;
  }

  .p-footer__banner>a>img {
    width: 100%;
    height: auto;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  改行位置調整
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.br-tb {
  display: none;
}

.br-sp {
  display: none;
}

.br-u400 {
  display: none;
}

@media screen and (max-width: 960px) and (min-width: 601px) {
  .br-tb {
    display: inline;
  }
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: inline;
  }
}

@media screen and (max-width: 400px) {
  .br-u400 {
    display: inline;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ユーティリティ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.u-d-n {
  display: none;
}

.u-cf::after {
  display: block;
  clear: both;
  content: '';
}

.u-ul-indent>li {
  padding-left: 1em;
  text-indent: -1em;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-pt-40 {
  padding-top: 40px;
}

.u-pb-40 {
  padding-bottom: 40px;
}

.u-pt-80 {
  padding-top: 80px;
}

.u-pb-80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .u-mt-40 {
    margin-top: 4.16667%;
  }

  .u-mb-40 {
    margin-bottom: 4.16667%;
  }

  .u-pt-40 {
    padding-top: 4.16667%;
  }

  .u-pb-40 {
    padding-bottom: 4.16667%;
  }

  .u-pt-80 {
    padding-top: 8.33333%;
  }

  .u-pb-80 {
    padding-bottom: 8.33333%;
  }
}
