@charset "utf-8";

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  padding: 10px;
  width: 100%;
  font-size: 18px;
  font-family: inherit;
  border: solid 1px #ccc;
  border-radius: 6px;
  background: #f9f9f9;
  box-shadow: 0 0 6px rgba(0,0,0,0.06) inset;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: #fff;
}

input[type="submit"] {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  background: #6D4504;
  border: none;
  border-radius: 3px;
}

.nallow {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1220px;
}

.nallow-800 { max-width: 820px; }
.nallow-900 { max-width: 920px; }
.nallow-1000 { max-width: 1020px; }
.nallow-1500 { max-width: 1520px; }
.nallow-1700 { max-width: 1720px; }

*.w-1p { width: 1%; }
*.w-2p { width: 2%; }
*.w-3p { width: 3%; }
*.w-4p { width: 4%; }
*.w-5p { width: 5%; }
*.w-6p { width: 6%; }
*.w-7p { width: 7%; }
*.w-8p { width: 8%; }
*.w-9p { width: 9%; }
*.w-10p { width: 10%; }
*.w-11p { width: 11%; }
*.w-12p { width: 12%; }
*.w-13p { width: 13%; }
*.w-14p { width: 14%; }
*.w-15p { width: 15%; }
*.w-16p { width: 16%; }
*.w-17p { width: 17%; }
*.w-18p { width: 18%; }
*.w-19p { width: 19%; }
*.w-20p { width: 20%; }
*.w-21p { width: 21%; }
*.w-22p { width: 22%; }
*.w-23p { width: 23%; }
*.w-24p { width: 24%; }
*.w-25p { width: 25%; }
*.w-26p { width: 26%; }
*.w-27p { width: 27%; }
*.w-28p { width: 28%; }
*.w-29p { width: 29%; }
*.w-30p { width: 30%; }
*.w-31p { width: 31%; }
*.w-32p { width: 32%; }
*.w-33p { width: 33%; }
*.w-34p { width: 34%; }
*.w-35p { width: 35%; }
*.w-36p { width: 36%; }
*.w-37p { width: 37%; }
*.w-38p { width: 38%; }
*.w-39p { width: 39%; }
*.w-40p { width: 40%; }
*.w-41p { width: 41%; }
*.w-42p { width: 42%; }
*.w-43p { width: 43%; }
*.w-44p { width: 44%; }
*.w-45p { width: 45%; }
*.w-46p { width: 46%; }
*.w-47p { width: 47%; }
*.w-48p { width: 48%; }
*.w-49p { width: 49%; }
*.w-50p { width: 50%; }
*.w-51p { width: 51%; }
*.w-52p { width: 52%; }
*.w-53p { width: 53%; }
*.w-54p { width: 54%; }
*.w-55p { width: 55%; }
*.w-56p { width: 56%; }
*.w-57p { width: 57%; }
*.w-58p { width: 58%; }
*.w-59p { width: 59%; }
*.w-60p { width: 60%; }
*.w-61p { width: 61%; }
*.w-62p { width: 62%; }
*.w-63p { width: 63%; }
*.w-64p { width: 64%; }
*.w-65p { width: 65%; }
*.w-66p { width: 66%; }
*.w-67p { width: 67%; }
*.w-68p { width: 68%; }
*.w-69p { width: 69%; }
*.w-70p { width: 70%; }
*.w-71p { width: 71%; }
*.w-72p { width: 72%; }
*.w-73p { width: 73%; }
*.w-74p { width: 74%; }
*.w-75p { width: 75%; }
*.w-76p { width: 76%; }
*.w-77p { width: 77%; }
*.w-78p { width: 78%; }
*.w-79p { width: 79%; }
*.w-80p { width: 80%; }
*.w-81p { width: 81%; }
*.w-82p { width: 82%; }
*.w-83p { width: 83%; }
*.w-84p { width: 84%; }
*.w-85p { width: 85%; }
*.w-86p { width: 86%; }
*.w-87p { width: 87%; }
*.w-88p { width: 88%; }
*.w-89p { width: 89%; }
*.w-90p { width: 90%; }
*.w-91p { width: 91%; }
*.w-92p { width: 92%; }
*.w-93p { width: 93%; }
*.w-94p { width: 94%; }
*.w-95p { width: 95%; }
*.w-96p { width: 96%; }
*.w-97p { width: 97%; }
*.w-98p { width: 98%; }
*.w-99p { width: 99%; }

.inner {
  padding-right: 30px;
  padding-left: 30px;
}

.box-border {
  padding: 36px;
  border: solid 1px #3E3E3E;
}

.box-border + .box-border {
  margin-top: -1px;
}

.box-fill {
  padding: 36px;
  background: #fff;
}

.oflow {
  overflow: hidden;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.ta-c {
  text-align: center;
}

.ta-c-pc {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  display: inline;
  margin-left: 3.6%;
  max-width: 50%;
}

.alignleft {
  float: left;
  display: inline;
  margin-right: 3.6%;
  max-width: 50%;
}

.only-sp {
  display: none;
}

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-100 { margin-top: 100px; }
.mt-120 { margin-top: 120px; }
.mt-140 { margin-top: 140px; }
.mt-160 { margin-top: 160px; }

.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-100 { margin-bottom: 100px; }
.mb-120 { margin-bottom: 120px; }
.mb-140 { margin-bottom: 140px; }
.mb-160 { margin-bottom: 160px; }

.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-100 { padding-top: 100px; }
.pt-120 { padding-top: 120px; }
.pt-140 { padding-top: 140px; }
.pt-160 { padding-top: 160px; }

.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-100 { padding-bottom: 100px; }
.pb-120 { padding-bottom: 120px; }
.pb-140 { padding-bottom: 140px; }
.pb-160 { padding-bottom: 160px; }

.lh-14 { line-height: 1.4; }
.lh-16 { line-height: 1.6; }
.lh-18 { line-height: 1.8; }
.lh-20 { line-height: 2.0; }
.lh-22 { line-height: 2.2; }
.lh-24 { line-height: 2.4; }

.ls-6 { letter-spacing: 0.06em;}
.ls-m4 { letter-spacing: -0.04em;}

.tx-indent {
  padding-left: 1em;
}

.fc-white { color: #fff; }
.fc-black { color: #000; }
.fc-grey { color: #AEAEAE; }
.fc-red { color: #910017; }
.fc-pink { color: #FF6D71; }
.fc-blue { color: #001982; }
.fc-green { color: #00867E; }
.fc-yellow { color: #FFFF00; }
.fc-orange { color: #FFA000; }
.fc-brown { color: #9F814A; }

.fw-normal { font-weight: 400; }
.fw-bold { font-weight: 800; }

.ff-serif { font-family: 'Noto Serif JP', serif; }

.fs-12 { font-size: 12px;}
.fs-14 { font-size: 14px;}
.fs-16 { font-size: 16px;}
.fs-18 { font-size: 18px;}
.fs-20 { font-size: 20px;}
.fs-22 { font-size: 22px;}
.fs-24 { font-size: 24px;}
.fs-26 { font-size: 26px;}
.fs-28 { font-size: 28px;}
.fs-30 { font-size: 30px;}
.fs-32 { font-size: 32px;}
.fs-34 { font-size: 34px;}
.fs-36 { font-size: 36px;}
.fs-38 { font-size: 38px;}
.fs-40 { font-size: 40px;}
.fs-42 { font-size: 42px;}
.fs-44 { font-size: 44px;}
.fs-46 { font-size: 46px;}
.fs-48 { font-size: 48px;}
.fs-50 { font-size: 50px;}
.fs-52 { font-size: 52px;}
.fs-54 { font-size: 54px;}
.fs-56 { font-size: 56px;}
.fs-58 { font-size: 58px;}
.fs-60 { font-size: 60px;}
.fs-62 { font-size: 62px;}
.fs-64 { font-size: 64px;}

.flex-row {
  display: flex;
}

.flex-row.wrap {
  flex-wrap: wrap;
}

.flex-row.ai-fe {
  align-items: flex-end;
}

.flex-row.jc-c {
  justify-content: center;
}

.flex-row.jc-sb {
  justify-content: space-between;
}

.heading-blue-band {
  padding: 1% 1% 1.5% 1%;
  font-size: 60px;
  font-weight: 800;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  background: linear-gradient(to left, #DE7F16, #FFA34E, #DE7F16);
  border-bottom: solid 5px #6D4504;
}

.heading-two {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.heading-two .title {
  font-size: 56px;
  font-weight: 800;
  color: #9A363F;
}

.heading-two .note {
  padding-top: 0.4%;
  font-size: 26px;
  color: #000000;
}

.heading-two:after {
  content: '';
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.8%;
  width: 100%;
  max-width: 880px;
  border-bottom: solid 1px #9A363F;
}

.heading-first {
  font-size: 36px;
  font-weight: 800;
  font-family: 'Noto Serif JP', serif;
}

.heading-first:first-letter{
  font-size: 48px;
}

.link-more {
  padding-right: 30px;
  text-align: right;
}

.link-more a {
  padding: 2px 0 2px 32px;
  display: inline-block;
  color: #001982;
  background: left url(./../images/readmore_bt.png) no-repeat;
}

table.ta-c th,
table.ta-c td {
  text-align: center;
}

table.va-c th,
table.va-c td,
table th.va-c,
table td.va-c {
  vertical-align: middle;
}

.section-child.bg {
  background-color: #F4F3EE;
}

hr.hr-border {
  display: block;
  height: 1px;
  border: none;
  border-bottom: dotted #C9C9C9 1px;
  vertical-align: top;
}

.video-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
