@charset "UTF-8";
/*******************************************/
/* Reset    　                             */
/*******************************************/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*******************************************/
/* Base                                    */
/*******************************************/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: #555;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a img {
  transition: all 0.3s ease;
}
a img:hover {
  opacity: 0.6;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: auto;
}
@media print, screen and (min-width: 1280px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

video {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 1280px) {
  .cttWrap {
    display: none;
  }
}

/*******************************************/
/* Grid                                    */
/*******************************************/
/* Layout */
@media print, screen and (min-width: 1280px) {
  .flex-2col {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -72px;
  }
}

@media print, screen and (min-width: 1280px) {
  .flex-3col {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -40px;
  }
}

@media print, screen and (min-width: 1280px) {
  .flex-4col {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -40px;
  }
}

@media print, screen and (min-width: 1280px) {
  .flex-5col {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -40px;
  }
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-2-1 {
  margin-bottom: 3.2vh;
}
@media print, screen and (min-width: 1280px) {
  .box-2-1 {
    flex: 1;
    margin-left: 72px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-3-1 {
  margin-bottom: 3.2vh;
}
@media print, screen and (min-width: 1280px) {
  .box-3-1 {
    flex: 1 0 0px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-3-2 {
  margin-bottom: 3.2vh;
}
@media print, screen and (min-width: 1280px) {
  .box-3-2 {
    flex: 2 0 40px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-4-1 {
  margin-bottom: 3.2vh;
}
@media print, screen and (min-width: 1280px) {
  .box-4-1 {
    flex: 1 0 0px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-4-2 {
  margin-bottom: 3.2vh;
}
@media print, screen and (min-width: 1280px) {
  .box-4-2 {
    flex: 2 0 40px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-4-3 {
  margin-bottom: 3.2vh;
}
@media print, screen and (min-width: 1280px) {
  .box-4-3 {
    flex: 3 0 80px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-5-1 {
  margin-bottom: 3.2vh;
}
@media print, screen and (min-width: 1280px) {
  .box-5-1 {
    flex: 1 0 0px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-5-2 {
  margin-bottom: 3.2vh;
}
@media print, screen and (min-width: 1280px) {
  .box-5-2 {
    flex: 2 0 80px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-5-3 {
  margin-bottom: 3.2vh;
}
@media print, screen and (min-width: 1280px) {
  .box-5-3 {
    flex: 3 0 120px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-2-1:last-child, .box-3-1:last-child, .box-3-2:last-child, .box-4-1:last-child, .box-4-3:last-child, .box-5-1:last-child {
  margin-bottom: 0;
}

.float-L {
  float: none;
}
@media print, screen and (min-width: 1280px) {
  .float-L {
    float: left;
  }
}

.float-R {
  float: none;
}
@media print, screen and (min-width: 1280px) {
  .float-R {
    float: right;
  }
}

.relative {
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.flex-ac {
  display: flex;
  align-items: center;
}

/* Margin */
.m1em {
  margin-bottom: 1em;
}

.mLv1 {
  margin-bottom: 1.6vh;
}
@media print, screen and (min-width: 1280px) {
  .mLv1 {
    margin-bottom: 16px;
  }
}

.mLv2 {
  margin-bottom: 2.4vh;
}
@media print, screen and (min-width: 1280px) {
  .mLv2 {
    margin-bottom: 24px;
  }
}

.mLv3 {
  margin-bottom: 3.2vh;
}
@media print, screen and (min-width: 1280px) {
  .mLv3 {
    margin-bottom: 32px;
  }
}

.mLv4 {
  margin-bottom: 5.6vh;
}
@media print, screen and (min-width: 1280px) {
  .mLv4 {
    margin-bottom: 56px;
  }
}

.mLv5 {
  margin-bottom: 8vh;
}
@media print, screen and (min-width: 1280px) {
  .mLv5 {
    margin-bottom: 80px;
  }
}

.mLv6 {
  margin-bottom: 9.6vh;
}
@media print, screen and (min-width: 1280px) {
  .mLv6 {
    margin-bottom: 96px;
  }
}

.mLv7 {
  margin-bottom: 12.8vh;
}
@media print, screen and (min-width: 1280px) {
  .mLv7 {
    margin-bottom: 128px;
  }
}

.mLv8 {
  margin-bottom: 16vh;
}
@media print, screen and (min-width: 1280px) {
  .mLv8 {
    margin-bottom: 160px;
  }
}

.m0 {
  margin: 0 !important;
}

.m0auto {
  margin: 0 auto;
}

/* Padding */
.pLv1 {
  padding-bottom: 1.6vh;
}
@media print, screen and (min-width: 1280px) {
  .pLv1 {
    padding-bottom: 16px;
  }
}

.pLv2 {
  padding-bottom: 2.4vh;
}
@media print, screen and (min-width: 1280px) {
  .pLv2 {
    padding-bottom: 24px;
  }
}

.pLv3 {
  padding-bottom: 3.2vh;
}
@media print, screen and (min-width: 1280px) {
  .pLv3 {
    padding-bottom: 32px;
  }
}

.pLv4 {
  padding-bottom: 4.8vh;
}
@media print, screen and (min-width: 1280px) {
  .pLv4 {
    padding-bottom: 48px;
  }
}

.pLv5 {
  padding-bottom: 6.4vh;
}
@media print, screen and (min-width: 1280px) {
  .pLv5 {
    padding-bottom: 64px;
  }
}

.pLv6 {
  padding-bottom: 9.6vh;
}
@media print, screen and (min-width: 1280px) {
  .pLv6 {
    padding-bottom: 96px;
  }
}

.pLv7 {
  padding-bottom: 12.8vh;
}
@media print, screen and (min-width: 1280px) {
  .pLv7 {
    padding-bottom: 128px;
  }
}

.pLv8 {
  padding-bottom: 16vh;
}
@media print, screen and (min-width: 1280px) {
  .pLv8 {
    padding-bottom: 160px;
  }
}

.p0 {
  padding: 0 !important;
}

/* Width */
.w5, .w10, .w15, .w20, .w25, .w30, .w35, .w40, .w45, .w50, .w55, .w60, .w65, .w70, .w75, .w80, .w85, .w90, .w95 {
  width: 100%;
}

@media print, screen and (min-width: 1280px) {
  .w5 {
    width: 5%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w10 {
    width: 10%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w15 {
    width: 15%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w20 {
    width: 20%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w25 {
    width: 25%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w30 {
    width: 30%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w35 {
    width: 35%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w40 {
    width: 40%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w45 {
    width: 45%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w50 {
    width: 50%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w55 {
    width: 55%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w60 {
    width: 60%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w65 {
    width: 65%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w70 {
    width: 70%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w75 {
    width: 75%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w80 {
    width: 80%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w85 {
    width: 85%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w90 {
    width: 90%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w95 {
    width: 95%;
  }
}

@media print, screen and (min-width: 1280px) {
  .w100 {
    width: 100%;
  }
}

/*******************************************/
/* Text                                    */
/*******************************************/
.t12 {
  font-size: 1.2rem !important;
  line-height: 2.2rem !important;
}

.t14 {
  font-size: 1.4rem !important;
  line-height: 2.4rem !important;
}

.t16 {
  font-size: 1.6rem !important;
  line-height: 3rem !important;
}

.t18 {
  font-size: 1.8rem !important;
  line-height: 3.8rem !important;
}

.t20 {
  font-size: 2rem !important;
  line-height: 4.2rem !important;
}

.t22 {
  font-size: 2.2rem !important;
  line-height: 4.4rem !important;
}

.t24 {
  font-size: 2.4rem !important;
  line-height: 4.6rem !important;
}

.t26 {
  font-size: 2.6rem !important;
  line-height: 4.8rem !important;
}

.t28 {
  font-size: 2.8rem !important;
  line-height: 5rem !important;
}

.t30 {
  font-size: 3rem !important;
  line-height: 5.2rem !important;
}

.tCenter {
  text-align: center;
}

.tCenter-pc {
  text-align: left;
}
@media print, screen and (min-width: 1280px) {
  .tCenter-pc {
    text-align: center;
  }
}

.tLeft {
  text-align: left;
}

.tRight {
  text-align: right;
}

.tIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.tRed {
  color: #ff0000;
}

.tBlue {
  color: #0091ff;
}

.tWhite {
  color: #fff;
}

.tGreen {
  color: #007b17;
}

.tOrange {
  color: #ff9600;
}

.tGray {
  color: #aaa;
}

.tMincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tUL {
  text-decoration: underline;
}

/*******************************************/
/* Item                                    */
/*******************************************/
.iRight {
  text-align: center;
  padding: 0 0 24px 0;
}
@media print, screen and (min-width: 1280px) {
  .iRight {
    float: right;
    text-align: left;
    padding: 0 0 32px 32px;
  }
}

.iLeft {
  text-align: center;
  padding: 0 0 24px 0;
}
@media print, screen and (min-width: 1280px) {
  .iLeft {
    float: left;
    text-align: left;
    padding: 0 32px 32px 0;
  }
}

.iCenter {
  text-align: center;
}

.iBorder {
  border: 1px solid #ccc;
}

.iHover {
  transition: ease 0.2s opacity;
}

.iHover:hover {
  opacity: 0.6;
  text-decoration: none;
}

.iLink {
  color: #333;
}
.iLink::before {
  background: #d0a215;
  color: #fff;
  content: "リンク";
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1em;
  margin-right: 6px;
  padding: 4px 8px 3px;
}

/*******************************************/
/* UL , OL                                 */
/*******************************************/
.ul-disc {
  padding-left: 26px;
}
.ul-disc li {
  font-size: 1.6rem;
  line-height: 3.2rem;
  list-style: disc;
  margin-bottom: 0.8rem;
}
.ul-disc li:last-of-type {
  margin-bottom: 0;
}

.ul-mf li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
@media print, screen and (min-width: 1280px) {
  .ul-mf li {
    padding: 20px;
  }
}
.ul-mf li dl.dl-mf {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .ul-mf li dl.dl-mf {
    display: table;
  }
}
.ul-mf li dl.dl-mf dt {
  display: inline-block;
  font-weight: bold;
  line-height: 2.8rem;
  margin-bottom: 8px;
  padding: 4px 16px;
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .ul-mf li dl.dl-mf dt {
    display: table-cell;
    width: 340px;
  }
}
.ul-mf li dl.dl-mf dd {
  display: block;
  line-height: 2.4rem;
  padding: 0 16px;
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .ul-mf li dl.dl-mf dd {
    display: table-cell;
    width: calc(100% - 340px);
  }
}

.ul-check li {
  line-height: 3.2rem;
  margin-bottom: 0.8rem;
  padding-left: 28px;
  position: relative;
}
.ul-check li::before {
  background: url("../img/page/img_check.svg") no-repeat;
  background-size: 20px 16px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 16px;
}
.ul-check li:last-of-type {
  margin-bottom: 0;
}
.ul-check li strong {
  font-size: 1.8rem;
}

.ul-check2 li {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 0.8rem;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .ul-check2 li {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.ul-check2 li:last-of-type {
  margin-bottom: 0;
}
.ul-check2 li::after {
  background: #b0e1dc;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 0;
}

.ol-decimal {
  padding-left: 32px;
}
.ol-decimal li {
  font-size: 1.6rem;
  line-height: 3.2rem;
  list-style-type: decimal;
  margin-bottom: 0.8rem;
}
.ol-decimal li:last-of-type {
  margin-bottom: 0;
}

/*******************************************/
/* Table                                   */
/*******************************************/
.table-border {
  width: 100%;
}
.table-border caption {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-align: left;
  margin-bottom: 0.6em;
}
.table-border th {
  background: #f4f7f9;
  border: 1px solid #ccc8b4;
  font-weight: normal;
  line-height: 2.4rem;
  text-align: left;
  padding: 16px;
  vertical-align: middle;
}
.table-border td {
  background: #fff;
  border: 1px solid #ccc8b4;
  padding: 16px;
  line-height: 2.4rem;
  text-align: left;
  vertical-align: middle;
}

.table-line {
  width: 100%;
}
.table-line tr {
  border-bottom: 1px solid #ccc8b4;
}
.table-line tr:first-child {
  border-top: 1px solid #ccc8b4;
}
.table-line tr th {
  line-height: 2.4rem;
  padding: 12px 0;
  text-align: left;
  vertical-align: top;
}
.table-line tr td {
  padding: 12px 0;
  line-height: 2.4rem;
  text-align: left;
  vertical-align: top;
}

.table-box {
  width: 100%;
}
.table-box th {
  display: block;
  font-weight: normal;
  line-height: 2.4rem;
  padding: 8px 0;
  text-align: left;
  vertical-align: top;
}
.table-box td {
  display: block;
  padding: 8px 0;
  line-height: 2.4rem;
  text-align: left;
  vertical-align: top;
}

.table-time {
  margin-bottom: 12px;
  width: 100%;
}
.table-time tr:first-of-type {
  border-bottom: 1px solid #541b07;
}
.table-time tr:last-of-type {
  border-bottom: 1px solid #541b07;
}
.table-time th {
  font-size: 1.4rem;
  padding: 16px 0;
  text-align: center;
  width: 120px;
}
.table-time td {
  font-size: 1.4rem;
  padding: 16px 0;
  text-align: center;
  width: calc((100% - 120px) / 7);
}
.table-time td span {
  color: #ffafc6;
}

/*******************************************/
/* Print                                   */
/*******************************************/
@media print {
  .printBreak {
    page-break-before: always;
  }
  .printVisible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  html, body {
    width: 1024px !important;
    transform: scale(1);
    transform-origin: 0 0;
  }
  #pagetop {
    display: none;
  }
  .hdrWrap .hdrWrap-inr {
    width: 960px !important;
    max-width: 960px !important;
  }
  .pageBlock-title h1 {
    width: 960px !important;
  }
  .pageBlock {
    width: 960px !important;
  }
  .hdrWrap .hdrItem-1 {
    display: none !important;
  }
  /* IE Hack */
  _:-ms-lang(x), body {
    width: 1024px;
    transform: scale(1);
  }
}
/*******************************************/
/* Button                                  */
/*******************************************/
.btn-lv1 a {
  color: #d0a215;
  display: block;
  padding-top: 8px;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .btn-lv1 a {
    padding-top: 0;
  }
}

.btn-lv2 a, .btn-lv3 a, .btn-lv4 a {
  background: #fff url("../img/cmn/cmn_03.svg") no-repeat right 8px center/9px 13px;
  border: 1px solid #9b9578;
  color: #9b9578;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 1280px) {
  .btn-lv2 a, .btn-lv3 a, .btn-lv4 a {
    background: #fff url("../img/cmn/cmn_03.svg") no-repeat right 26px center/9px 13px;
    font-size: 1.6rem;
  }
}
.btn-lv2 a:hover, .btn-lv3 a:hover, .btn-lv4 a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.btn-lv2 {
  width: 100%;
  height: 40px;
}
@media print, screen and (min-width: 1280px) {
  .btn-lv2 {
    width: 340px;
    height: 56px;
  }
}

.btn-lv3 {
  width: 100%;
  height: 44px;
}
@media print, screen and (min-width: 1280px) {
  .btn-lv3 {
    width: 440px;
    height: 56px;
  }
}

.btn-lv4 {
  width: 100%;
  height: 48px;
}
@media print, screen and (min-width: 1280px) {
  .btn-lv4 {
    height: 56px;
  }
}

.btn-lv1 a:hover, .btn-lv2 a:hover, .btn-lv3 a:hover, .btn-lv4 a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.btn-lv2 a:visited, .btn-lv3 a:visited, .btn-lv4 a:visited {
  color: #9b9578;
}

.btn-right {
  margin-left: auto;
  margin-right: 0;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=cmn.css.map */