@charset "UTF-8";
:root {
  --color-main01: #AF9147;
  --color-green: #007864;
}

:root {
  --vw-size11: clamp(10px, calc(((11 + 2) / 1360) * 100vw), 11px);
  --vw-size12: clamp(10px, calc(((12 + 2) / 1360) * 100vw), 12px);
  --vw-size14: clamp(12px, calc(((14 + 2) / 1360) * 100vw), 14px);
  --vw-size16: clamp(13px, calc(((16 + 2) / 1360) * 100vw), 16px);
  --vw-size18: clamp(14px, calc(((18 + 2) / 1360) * 100vw), 18px);
  --vw-size20: clamp(15px, calc(((20 + 2) / 1920) * 100vw), 20px);
  --vw-size24: clamp(18px, calc(((24 + 2) / 1360) * 100vw), 24px);
  --vw-size28: clamp(19px, calc(((28 + 2) / 1360) * 100vw), 28px);
  --vw-size30: clamp(20px, calc(((30 + 2) / 1360) * 100vw), 30px);
  --vw-size32: clamp(20px, calc(((32 + 2) / 1360) * 100vw), 32px);
  --vw-size40: clamp(22px, calc(((40 + 2) / 1360) * 100vw), 40px);
  --vw-size45: clamp(24px, calc(((45 + 2) / 1920) * 100vw), 45px);
  --vw-size48: clamp(26px, calc(((48 + 2) / 1360) * 100vw), 48px);
  --vw-size56: clamp(30px, calc(((56 + 2) / 1360) * 100vw), 56px);
  --vw-size80: clamp(40px, calc(((80 + 2) / 1360) * 100vw), 80px);
  --vw-size100: clamp(50px, calc(((100 + 2) / 1360) * 100vw), 100px);
}

.secondArea {
  padding-bottom: 0;
}

.outlineArea {
  padding-bottom: clamp(120px, 11.7647058824%, 160px);
}
.outlineArea .inner01 {
  max-width: 1200px;
}

.tab-btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .tab-btn-wrap {
    gap: 0;
  }
}
.tab-btn-wrap .tab-btn a {
  display: block;
  font-size: 18px;
  padding: 15px 30px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  color: #231815;
  position: relative;
  text-align: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .tab-btn-wrap .tab-btn {
    width: 50%;
  }
  .tab-btn-wrap .tab-btn a {
    font-size: 14px;
    padding: 12px 5px;
  }
}
.tab-btn-wrap .tab-btn a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background: #231815;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: -1;
}

.tab-btn-wrap .tab-btn a.active {
  color: #fff;
}

.tab-btn-wrap .tab-btn a.active:before {
  height: 100%;
}

.tab-content-wrap .tab-content {
  display: none;
}

.tab-content-wrap .tab-content.active {
  display: block;
}

#seiteki {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 12px !important;
}
@media (min-width: 641px) {
  #seiteki {
    /*update1 2016年8月19日 start*/
    /*update1 2016年8月19日 end*/
  }
  #seiteki .p-main {
    max-width: 1120px;
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 500;
    color: #212121;
    text-align: left;
  }
  #seiteki .p-main h1 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    text-align: center;
    margin-bottom: 45px;
  }
  #seiteki .p-main .m-title01-en02 {
    letter-spacing: 2px;
    font-size: 318%;
    margin-top: 0;
    color: #002662;
    display: block;
  }
  #seiteki .p-main .m-title01-ja02 {
    letter-spacing: 2px;
    color: #002662;
  }
  #seiteki .p-main .p-main-table table {
    border: 1px solid #cecece;
    margin-bottom: 15px;
    width: 100%;
  }
  #seiteki .p-main .p-main-table table tr {
    color: #212121;
    border-bottom: 1px solid #cecece;
  }
  #seiteki .p-main .p-main-table table th {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: 117%;
    font-weight: 700;
    color: #212121;
    background: #eaeaea;
    width: 200px;
    vertical-align: middle;
    padding: 24px 0 24px 29px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #seiteki .p-main .p-main-table table td {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: 117%;
    font-weight: 400;
    color: #212121;
    text-align: left;
    padding: 24px 29px;
  }
  #seiteki .p-main .p-main-table table td strong {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  #seiteki .p-main .p-main-table table td span {
    font-weight: bold;
    padding: 10px 0;
    display: inline-block;
  }
  #seiteki .p-main .p-main-table table td a {
    color: #002662;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 400;
    text-decoration: underline;
  }
  #seiteki .p-main .p-under {
    font-size: 125%;
    color: #212121;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 400;
    color: #212121;
    text-align: left;
  }
  #seiteki .p-main .p-under li {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
}
@media all and (max-width: 640px) {
  #seiteki {
    /*update2 2016年8月19日 start*/
    /*update2 2016年8月19日 end*/
  }
  #seiteki .p-main {
    width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 500;
    color: #212121;
  }
  #seiteki .p-main h1 {
    text-align: center;
    margin-bottom: 30px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 500;
    color: #212121;
  }
  #seiteki .p-main .m-title01-en02 {
    letter-spacing: 2px;
    font-size: 250%;
    margin-top: 0;
    color: #002662;
    display: block;
  }
  #seiteki .p-main .m-title01-ja02 {
    letter-spacing: 2px;
    color: #002662;
  }
  #seiteki .p-main .p-main-table table {
    width: 100%;
    border: 1px solid #cecece;
    border-bottom: none;
    margin-bottom: 20px;
  }
  #seiteki .p-main .p-main-table table th {
    background: #eaeaea;
    width: 100%;
    padding: 14px 4%;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #cecece;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 500;
    color: #212121;
  }
  #seiteki .p-main .p-main-table table td {
    padding: 14px 4%;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #cecece;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 500;
    color: #212121;
    text-align: left;
  }
  #seiteki .p-main .p-main-table table td span {
    font-weight: bold;
    padding: 10px 0;
    display: inline-block;
  }
  #seiteki .p-main .p-main-table table td a {
    color: #002662;
  }
  #seiteki .p-main .p-under {
    color: #212121;
  }
  #seiteki .p-main .p-under li {
    padding-left: 1em;
    text-indent: -1em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 400;
    color: #212121;
    text-align: left;
  }
}