@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_pc.png); */
  background-position: center top;
  background-repeat: repeat-x;
  background-size: contain;
  text-align: center;
  position: relative;
  /* border-top: 5px solid #6d4731; */
  /* height: 621px; */
  /* padding-bottom: 26px; */
}
.hero > img {
  width: auto;
  margin: 0 auto;
}
.hero .inner {
  position: absolute;
  margin: 0 auto;
  bottom: 26px;
  width: 1060px;
  right: 0;
  left: 0;
}

.campaign .section.btn {
  border-top: none;
}
.hero .inner ul {
  margin-bottom: 0px;
  position: absolute;
  left: 30px;
  bottom: 0px;
}

.hero .inner ul li + li {
  margin-top: 5px;
}
.hero .inner img {
  width: auto;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  /* filter: drop-shadow(0px 10px 10px rgba(57, 39, 16, 0.5));
  -webkit-filter: drop-shadow(0px 10px 10px rgba(57, 39, 16, 0.5)); */
}
.hero .inner .note {
  font-size: 80%;
  color: #fff;
}
/* contents================================================================== */
.campaign {
}
.campaign h2.title {
  background-color: #003366;
  margin-bottom: 15px;
  padding: 28px 0;
  text-align: center;
}
.campaign h2.title img {
  width: auto;
}
.campaign .section {
  margin: 0 auto;
  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: #0056af;
}
.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 {
  /* font-size: 80%; */
  margin-top: 10px;
}
.campaign .section ul.note li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.campaign .section ul.note li::before {
  content: "※";
  margin-right: 0.5em;
}

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

.secLast {
  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: 941px;
  margin: 0 auto;
  position: relative;
  padding: 0 0;
  background: #fff;
}
.secLast ul {
  text-align: center;
  padding: 3em 0;
}
.secLast ul li {
  display: inline-block;
  margin-right: 2em;
  padding-left: 1em;
  background: url(../img/pc_arw.gif) left 50% no-repeat;
}

/* ======================================
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;
}
