@charset "UTF-8";
/* ----- D E F A U L T ----- */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  box-sizing: inherit;
}

body {
  background-color: white;
  -webkit-text-size-adjust: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

p, a, li {
  font-size: 14px;
  color: #3E3A39;
  line-height: 1.5em;
}

ul, dl, ol {
  list-style: none;
}

img {
  width: 100%;
  border: none;
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
  outline: none;
}

a:link {
  opacity: 1;
}

a:hover {
  opacity: 0.7;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.t_center {
  text-align: center;
}

.min {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.h0 {
  height: 0;
}

.db {
  display: block;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb4 {
  margin-bottom: 4px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb48 {
  margin-bottom: 48px;
}

.skm {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.lir {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.is-hide {
  display: none;
}

.sp {
  display: block;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .tb {
    display: block;
  }

  .sp {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .pc {
    display: block;
  }

  .tb {
    display: none;
  }
}
/* ----- H E A D E R ----- */
.header-outer {
  border-bottom: 2px solid #3e3a39;
}

.header {
  position: relative;
  height: 71px;
  background-color: #fff;
}
.header h1 a {
  position: absolute;
  left: 21px;
  top: 27px;
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/common/header-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 259px;
  padding-top: 15px;
}
.header .g-navi {
  display: none;
}
.header #spPanel {
  display: none;
}
.header .btnContact {
  display: none;
}

/* ----- S M A R T P H O N E  M E N U ----- */
#naviOpenBtn {
  width: 40px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 19px;
  top: 12px;
  z-index: 1001;
  text-align: center;
  cursor: pointer;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#naviOpenBtn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 27px;
  height: 4px;
  margin-left: -13.5px;
  background: #727171;
  transition: all 0.3s ease 0s;
}
#naviOpenBtn .ham {
  top: 10px;
}
#naviOpenBtn .bur {
  top: 17px;
}
#naviOpenBtn .ger {
  top: 24px;
}
#naviOpenBtn.active {
  position: fixed;
}
#naviOpenBtn.active span {
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
#naviOpenBtn.active .ham {
  -ms-filter: alpha(opacity=0);
  opacity: 0;
}
#naviOpenBtn.active .bur {
  top: 17px;
  transform: rotate(45deg);
}
#naviOpenBtn.active .ger {
  top: 17px;
  transform: rotate(-45deg);
}
#naviOpenBtn.active:before {
  content: "CLOSE";
  color: #fff;
}
#naviOpenBtn:before {
  content: "MENU";
  position: absolute;
  left: 0;
  top: 26px;
  width: 100%;
  text-align: center;
  font-size: 9px;
  color: #727171;
  text-indent: 0;
}

#spPanel {
  position: absolute;
  background-color: #C9CACA;
  width: 100%;
  padding: 0 5% 5%;
  overflow: hidden;
  top: 0px;
  z-index: 100;
}
#spPanel .headerLogoSpPanel a {
  position: absolute;
  left: 21px;
  top: 27px;
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/common/header-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 259px;
  padding-top: 15px;
}
#spPanel > ul {
  background-color: #fff;
  border-top: 1px solid #C9CACA;
  display: inherit;
  text-align: left;
  margin-top: 71px;
}
#spPanel > ul li a {
  display: block;
  color: #3E3A39;
  padding: 16px 20px;
  border-bottom: 1px solid #C9CACA;
}
#spPanel > ul ul li a {
  padding-left: calc(16px + 1em);
}
#spPanel > ul ul li:last-child {
  border-bottom: none;
}

.btnClose {
  float: right;
  background-size: contain;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 24px;
  color: #fff;
}

/* ----- C O N T E N T S ----- */
/* ----- F O O T E R ----- */
.backtotop {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/common/backtotop.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 53px;
  height: 53px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.7 !important;
}
.backtotop:hover {
  opacity: 1 !important;
}

.footer-outer {
  background-color: #282c45;
}

.footer {
  width: 100%;
  padding: 50px 20px;
  text-align: center;
}
.footer p, .footer a, .footer li {
  color: #fff;
  font-size: 12px;
}
.footer h2 a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/common/footer-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 275px;
  height: 16px;
  margin: 0 auto 23px;
}
.footer .navi {
  display: none;
}

.copyright {
  width: 100%;
  text-align: center;
  padding: 35px 20px;
  background-color: #fff;
  font-size: 12px;
  color: #3E3A39;
}

/* ----- R E S P O N S I V E ----- */
/* XS */
/* SM */
@media only screen and (min-width: 768px) {
  .header {
    height: 86px;
  }
  .header h1 a {
    left: 23px;
    top: 29px;
    width: 465px;
    padding-top: 27px;
  }

  #naviOpenBtn {
    right: 23px;
    top: 20px;
  }
  #naviOpenBtn span {
    width: 32px;
    margin-left: -16px;
  }
  #naviOpenBtn .bur {
    top: 18px;
  }
  #naviOpenBtn .ger {
    top: 26px;
  }
  #naviOpenBtn:before {
    top: 29px;
    font-size: 10px;
  }

  #spPanel .headerLogoSpPanel a {
    left: 23px;
    top: 29px;
    width: 465px;
    padding-top: 27px;
  }
  #spPanel > ul {
    margin-top: 86px;
  }

  .backToTop {
    width: 61px;
    height: 61.5px;
  }

  .footer h2 a {
    width: 447px;
    padding-top: 26px;
    margin: 0 auto 21px;
  }
  .footer p {
    line-height: 1.8em;
  }

  .copyright {
    padding: 17px 20px;
  }
}
/* MD */
@media only screen and (min-width: 1024px) {
  .header-outer {
    border-bottom: 5px solid #3e3a39;
  }

  .header {
    height: 144px;
    width: 1024px;
    margin: 0 auto;
    z-index: 10;
  }
  .header h1 a {
    left: 0px;
    top: 68px;
  }
  .header ul.g-navi {
    position: absolute;
    top: 94px;
    right: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .header ul.g-navi li {
    width: 190px;
    height: 50px;
    text-align: center;
    position: relative;
  }
  .header ul.g-navi li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #2b201d;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease-out;
  }
  .header ul.g-navi li a:hover {
    background-color: #282c45;
    color: #fff;
    opacity: 1;
  }
  .header ul.g-navi li.active > a {
    background-color: #282c45;
    color: #fff;
  }
  .header ul.g-navi ul {
    display: none;
    width: 220px;
    position: absolute;
    top: 50px;
    right: 0px;
    margin: 0;
    padding: 0;
  }
  .header ul.g-navi ul li {
    width: 220px;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .header ul.g-navi ul li a {
    color: #fff;
    background-color: #282c45;
  }
  .header ul.g-navi ul li a:hover {
    background-color: #003c7a;
  }
  .header #naviOpenBtn {
    display: none;
  }

  .footer {
    max-width: 1024px;
    margin: 0 auto;
    padding: 67px 0px 50px 0px;
  }
  .footer .navi {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 65px;
  }
  .footer .navi li a {
    display: block;
  }
  .footer .navi > li {
    width: 33%;
  }
  .footer .navi > li > a {
    font-weight: bold;
    margin-bottom: 21px;
    font-size: 14px;
  }
  .footer .navi > li ul li a {
    font-size: 13px;
    margin-bottom: 13px;
  }
  .footer .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  .footer .row p:nth-of-type(1) {
    margin-right: 2em;
  }

  .copyright {
    padding: 35px 20px;
  }
}
/* LG */
@media only screen and (min-width: 1200px) {
  .header {
    width: 1200px;
  }
}
/*# sourceMappingURL=common.css.map */