@charset "utf-8";

/* ======================================
common
====================================== */

.sp {
  display: none;
}
.pc {
  display: block;
}
img {
  border: 0;
  vertical-align: bottom;
}
body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  background: #ffffff;
  color: #292929;
}

/* ======================================
head
====================================== */
.head {
  background: #fff;
  width: 100%;
  min-width: 942px;
}
.head_inner {
  margin: 0 auto;
  width: 942px;
  /* height: 90px; */
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
}
.logo {
  width: 266px;
  height: 48px;
  margin: 0;
  padding: 30px 14px 28px 4px;

  box-sizing: content-box;
}
.logo a {
  display: block;
  line-height: 1;
}
.inquiry {
  width: 268px;
  margin: 9px 38px 0 auto;
}

/* ======================================
main
====================================== */

/* heroview================================================================== */
.hero {
  background-color: #000;
  background-image: url(../img/bg-mv.jpg);
  background-position: center top;
  background-repeat: repeat;
  /* background-size: contain; */
  text-align: center;
  position: relative;
  /* border-top: 5px solid #6d4731; */
  /* height: 621px; */
  /* padding-bottom: 26px; */
  .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  picture {
    img {
      width: 100%;
    }
  }
}

/* cta================================================================== */
.cta {
  background-image: url(../img/bg-cta_pc.jpg);
  background-position: top center;
  background-repeat: repeat;
  padding: 40px 0;
  .inner {
    max-width: 880px;
    margin: 0 auto;
  }
  .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .cols_box {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    .col {
      max-width: 430px;

      a {
        picture {
          img {
          }
        }
      }
    }
  }
  .btn {
    li {
      text-align: center;
    }
  }
}

/* contents================================================================== */
.campaign {
  margin-bottom: 75px;
}
.campaign h2.title {
  /* background-color: #678a1c; */
  background-image: url(../img/bg-mv.jpg);
  background-position: 0 center;
  background-repeat: repeat-x;
  margin-bottom: 40px;
  padding: 28px 0;
  text-align: center;
}
.campaign h2.title img {
  width: auto;
}
.campaign .section {
  margin: 0 auto;
  max-width: 880px;
  padding: 10px 0;
}
.campaign .section + .section {
  border-top: 1px dotted #c5c5c5;
}
.campaign .section h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #e6a500;
}
.campaign .section p {
}
.campaign .section p + ul {
  margin-top: 10px;
}
.campaign .section ul a {
}
.campaign .section ul.list {
  list-style-type: disc;
  margin-left: 20px;
}
.campaign .section ul.list li {
}
.campaign .section ul.list li li {
}
.campaign .section ul.list li ul {
  list-style-type: none;
}
.campaign .section ol.list {
  list-style-type: decimal;
  margin-left: 20px;
}
.campaign .section ol.list li {
}
.campaign .section.btn {
  border-top: none;
  margin-top: 50px;
  margin-bottom: 40px;
}
.campaign .section.btn ul {
  margin-bottom: 10px;
}
.campaign .section.btn ul li {
  text-align: center;
}
.campaign .section.btn ul li a {
  display: inline-block;
}
.campaign .section.btn ul li + li {
  margin-top: 5px;
}
.campaign .section ul.note,
.cta ul.note {
  /* font-size: 80%; */
  margin-top: 10px;
}
.campaign .section ul.note li,
.cta ul.note li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  &.em {
    color: #ff000d;
  }
}
.campaign .section ul.note li::before,
.cta ul.note li::before {
  content: '※';
  margin-right: 0.5em;
}

/* ======================================
sesecLast
====================================== */

.secLast {
  margin-top: 75px;
  color: #555;
  background: #fff;
  width: 100%;
  min-width: 942px;
  font-size: 15px;
}
.secLast .heading {
  background: #e0ecfa;
  width: 100%;
}
.secLast .heading h3 {
  text-align: center;
}
.secLast .heading h3 .pc {
  display: inline;
}
.secLast_inner {
  width: 880px;
  margin: 0 auto;
  position: relative;
  padding: 0 0;
  background: #fff;
}
.secLast ul {
  text-align: center;
  padding: 3em 0 11px;
}
.secLast ul li {
  display: inline-block;
  margin-right: 2em;
  padding-left: 1em;
  background: url(../img/pc_arw.gif) left 50% no-repeat;
}
.secLast .num {
  text-align: right;
  margin-bottom: 40px;
  color: #000;
  font-size: 15px;
}

/* ======================================
foot
====================================== */
.foot {
  text-align: center;
  border-top: 1px solid #00216e;
  color: #555;
  background: #fff;
  width: 100%;
  min-width: 942px;
  font-size: 15px;
}
.foot_inner {
  width: 941px;
  margin: 0 auto;
  position: relative;
  padding: 16px 0;
}
.foot #code {
  position: absolute;
  right: 48px;
  top: 17px;
}
.foot ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.foot li {
  list-style: none;
  padding: 0 0.5em;
  line-height: 1;
}
.foot li + li {
  border-left: 1px solid #a9a9a9;
}
.foot .copyright {
  margin-top: 0.5em;
}

/* ===== Link ===== */
a:link,
a:visited {
  color: #00206d;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #00206d;
  text-decoration: none;
}
