@charset "UTF-8";
/* =================================================================
  変数
   ================================================================= */
/* =================================================================
  mixin
   ================================================================= */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* =================================================================
    header
   ================================================================= */
header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48vw;
  text-align: center;
  background: url("../images/bgi_cost_campaign.png") center/cover no-repeat;
  overflow: hidden;
}

@media (min-width: 769px) {
  header h1 {
    max-height: 434px;
  }
}

header h1 img {
  width: 121%;
  transform: translate(-5%, 0);
}

@media (min-width: 769px) {
  header h1 img {
    width: auto;
    height: 100%;
  }
}

@media (min-width: 1130px) {
  header h1 img {
    transform: translate(0);
  }
}

/* =================================================================
    main
   ================================================================= */
.btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  text-align: center;
  background: #2c3e59;
}

@media (min-width: 769px) {
  .btn-area {
    height: 100px;
  }
}

a.btn {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 80px;
  font-size: 2.0rem;
  color: #333;
  background: #ffe039;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.1), 3px 3px 5px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 35px;
}

@media (min-width: 769px) {
  a.btn {
    height: 56px;
    line-height: 56px;
    font-size: 2.4rem;
  }
}

a.btn:hover {
  background: #b0ff38;
}

.main .cm-ttl {
  text-align: center;
  font-feature-settings: 'palt';
}

.main .cm-box .cm-ttl {
  text-align: left;
}

.main sup {
  font-size: 80%;
}

.members .service-basic__content--01 .service-basic__detail dt span {
  width: 128px !important;
}

.panel-case .cm-ttl {
  text-align: left;
}

/* =================================================================
    footer
   ================================================================= */
.footer p {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 1.6rem;
}

.footer p a {
  color: #e61616 !important;
}

.footer_copy {
  height: 50px;
  line-height: 50px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #000;
}
