@charset "UTF-8";
/*--------------------------------------------------------*/
/*　枠組み　*/
/*--------------------------------------------------------*/
/* 横幅指定 */
@media only screen and (min-width: 1024px) {
  .gutters .orig_col {
    display: block;
    float: left;
    margin-left: 3%;
  }
  .gutters .orig_col:first-child {
    margin-left: 0;
  }
  .gutters .orig_col_r {
    display: block;
    float: right;
    margin-right: 3%;
  }
  .gutters .orig_col_r:first-child {
    margin-right: 0;
  }
  .gutters .orig_col_nomargin {
    display: block;
    float: left;
  }
  .gutters .span_32 {
    width: 28%;
    max-width: 300px;
    margin-bottom: 7em;
    float: right;
  }
  .gutters .span_32_left {
    width: 28%;
    max-width: 300px;
    margin-bottom: 7em;
  }
  .gutters .span_64 {
    width: 69%;
    max-width: 750px;
    margin-bottom: 7em;
  }
  .gutters .span_64_right {
    width: 69%;
    max-width: 750px;
    margin-bottom: 7em;
    float: right;
  }
}

@media only screen and (min-width: 1024px) {
  main,
  .wrap {
    display: block;
    margin: 0 auto;
    max-width: 1126px;
    padding: 0 0.995%;
  }
}

/*--------------------------------------------------------*/
/*　ページヘッダー（グローバルナビ）　*/
/*--------------------------------------------------------*/
header h1 {
  padding: .2em .5em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #777;
  background-color: #DDE8F3;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

header .header-logo {
  padding: .5em;
}

header .header-logo img {
  width: 200px;
}

header .header-ad {
  display: none;
}

@media only screen and (min-width: 768px) {
  header h1 {
    padding: .7em .5em;
    text-align: right;
  }
  header .wrap {
    position: relative;
  }
  header .header-logo {
    padding: 1em .5em;
  }
  header .header-logo img {
    width: 250px;
  }
  header .header-ad {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
  }
}

@media only screen and (min-width: 1024px) {
  header .header-logo {
    padding-left: 0;
  }
  header .header-ad {
    right: 0.995%;
    right: 1.5%;
  }
}

nav {
  background-color: #3574B5;
}

nav li {
  display: block;
  float: left;
  width: 25%;
  border-right: 1px solid #335475;
}

nav a {
  display: block;
  padding: .5em .5em;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

nav a:visited {
  color: #fff;
}

nav a:before {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

nav a:hover {
  color: #fff;
}

nav li:nth-child(2) span,
nav li:nth-child(3) {
  display: none;
}

nav li:nth-child(5) {
  border-right: none;
}

@media only screen and (min-width: 768px) {
  nav {
    padding: 1em 0;
  }
  nav li {
    border-top: none;
    border-bottom: none;
  }
  nav a {
    font-size: 15px;
    font-size: 1.5rem;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  nav a:before {
    display: inline-block;
    margin-right: .5em;
    vertical-align: middle;
  }
  nav a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (min-width: 1024px) {
  nav li:first-child {
    width: 16%;
    border-left: 1px solid #335475;
  }
  nav li:nth-child(2) span {
    display: inline;
  }
  nav li:nth-child(3) {
    display: block;
    width: 27%;
  }
  nav li:nth-child(4) {
    display: block;
    width: 18%;
  }
  nav li:last-child {
    width: 14%;
    border-right: 1px solid #335475;
  }
}

nav li:nth-child(1) a:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

nav li:nth-child(2) a:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

nav li:nth-child(3) a:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

nav li:nth-child(4) a:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

nav li:nth-child(5) a:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------*/
/*　ページフッター*/
/*--------------------------------------------------------*/
footer {
  background-color: #2066AE;
}

footer .footer-c {
  padding: 2em 1em 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}

footer .footer-caution {
  padding: 1em 1em 3em;
  color: #DDE8F3;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 1024px) {
  footer {
    text-align: center;
  }
}

.list-footer {
  padding: 2em 1em;
  background-color: rgba(255, 255, 255, 0.3);
}

.list-footer li {
  width: 49%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
}

.list-footer li a {
  color: #fff;
  text-decoration: none;
}

.list-footer li a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  .list-footer li {
    padding: 2em;
    width: auto;
  }
}

.pagetop {
  display: none;
  position: relative;
  height: 0;
  text-align: right;
}

.pagetop a {
  display: inline-block;
}

.pagetop span {
  position: fixed;
  bottom: 3em;
  z-index: 100;
  display: block;
  margin-left: -7em;
  width: 6em;
  height: 6em;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background-color: rgba(53, 116, 181, 0.8);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pagetop span:before {
  display: block;
  margin: 0 auto -.95em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
}

.pagetop span:after {
  content: '';
  display: block;
  height: 3px;
  width: 2em;
  position: absolute;
  top: 1.4em;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.pagetop span:hover {
  background-color: rgba(53, 116, 181, 0.6);
}

@media only screen and (min-width: 1024px) {
  .pagetop span {
    margin-left: -6em;
  }
}

@media only screen and (min-width: 1300px) {
  .pagetop span {
    margin-left: 2em;
  }
}

/* PR表記 */
.promotion-note {
  position: fixed;
  padding: 1.5em 1.5em;
  font-size: 10px;
  font-size: 1rem;
  border-radius: .3em;
  opacity: .9;
  width: 4.1em;
  overflow: hidden;
  transition: width 1s;
  /*---customize---*/
  bottom: 1em;
  left: 1em;
  background: #333;
  color: #FFF;
  /*---customize---*/
}

@media only screen and (min-width: 1024px) {
  .promotion-note {
    bottom: auto;
    top: 1em;
  }
}

.promotion-note.is-open {
  width: 26.5em;
  transition: width 1s;
}

.promotion-note.is-open p span {
  opacity: 1;
  transition: opacity .5s;
}

.promotion-note.is-close {
  width: 4.1em;
  transition: width 1s;
}

.promotion-note.is-close p span {
  opacity: 0;
  transition: opacity .5s;
}

.promotion-note p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
}

.promotion-note p span {
  display: block;
  position: absolute;
  top: 0;
  left: 1.54545em;
  width: 21em;
  opacity: 0;
}

.promotion-note p::before {
  content: "";
  display: inline-block;
  vertical-align: -.2em;
  margin-right: .5em;
  height: 1em;
  width: 1em;
  background: url("data:image/svg+xml;utf8,<svg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'><path d='M17.003,13.636c-.351-.232-.775-.348-1.271-.348h-2.997v9.925h2.997c.48,0,.895-.112,1.247-.335,.351-.224,.623-.552,.816-.983,.192-.432,.287-.943,.287-1.534v-4.1c0-.623-.092-1.159-.276-1.606-.184-.447-.452-.787-.803-1.019Z' style='fill:%23fff;'/><path d='M37.555,13.564c-.375-.2-.819-.3-1.331-.3h-3.116v8.727h3.116c.512,0,.956-.092,1.331-.276,.376-.184,.66-.448,.851-.792,.192-.344,.288-.755,.288-1.234v-3.884c0-.528-.096-.983-.288-1.367-.191-.384-.475-.675-.851-.875Z' style='fill:%23fff;'/><path d='M45,0H5C2.25,0,0,2.25,0,5V45c0,2.75,2.25,5,5,5H45c2.75,0,5-2.25,5-5V5c0-2.75-2.25-5-5-5ZM24.1,21.272c0,1.615-.324,2.993-.971,4.135-.647,1.143-1.586,2.015-2.817,2.614-1.231,.599-2.701,.899-4.411,.899h-3.165v13.521H6.791V7.583H15.901c1.726,0,3.204,.304,4.435,.911,1.231,.608,2.166,1.498,2.805,2.673,.639,1.175,.959,2.585,.959,4.231v5.873Zm15.313,21.169l-4.311-14.744h-1.994v14.744h-5.826V7.559h8.583c1.886,0,3.496,.308,4.83,.923,1.334,.615,2.353,1.518,3.057,2.709,.703,1.191,1.055,2.618,1.055,4.279v4.076c0,1.71-.352,3.176-1.055,4.4-.704,1.222-1.726,2.153-3.069,2.792-.015,.007-.032,.012-.047,.019l5.155,15.685h-6.377Z' style='fill:%23fff;'/></svg>") center/cover no-repeat;
}

.footer .promotion-note {
  display: none;
}
