@charset "UTF-8";
.limited {
  display: inline-block;
  font-size: 20px;
  margin: 32px 0 50px;
  padding: 12px 50px;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.division {
  position: relative;
}
.division .private {
  position: absolute;
  background-image: url("../img/bg_division_private.png");
  width: 663px;
  height: 61px;
  left: 0;
  font-size: 16px;
  text-align: center;
  padding-top: 12px;
  color: #fff;
}
.division .business {
  position: absolute;
  background-image: url("../img/bg_division_business.png");
  width: 318px;
  height: 61px;
  right: 0;
  font-size: 16px;
  text-align: center;
  padding-top: 12px;
  color: #fff;
}
.card-wrapper {
  position: relative;
  width: 1008px;
  margin: 0 auto;
}
.flex_card-box {
    position: relative;
  display: flex;
  align-items: stretch;
}


.flex_card-item {
  width: 318px;
    margin-top: 80px;
  padding: 20px;
  margin-right: 27px;
  border-radius: 5px;
  background-color: rgb(255 255 255 / 0.65);
  border: 1px solid #fff;
}
.flex_card-item:nth-child(3) {
  margin-right: 0;
}
.card-caption {
  font-size: 22px;
  text-align: center;
  line-height: 1.6em;
  margin-top: 4px;
  margin-bottom: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
/*----------- 斜め吹き出し -----------*/
.balloon-container {
  display: flex;
  justify-content: center;
}
.balloon {
  position: relative;
  width: 270px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 24px
}
.balloon:before, .balloon:after {
  content: "";
  display: inline-block;
  background: #000;
  width: 1px;
  position: absolute;
}
.balloon:before {
  left: 8px;
  height: 36px;
  transform: rotate(-30deg);
  bottom: 10px;
}
.balloon:after {
  right: 8px;
  height: 36px;
  bottom: 10px;
  transform: rotate(30deg);
}
/*----------- ボタン_小（ゴールド） -----------*/
.btn-gold {
  position: relative;
  display: inline-block;
  width: 270px;
  height: 70px;
  background: -webkit-gradient(-45deg, #946e24 60%, #ae935b);
  background: linear-gradient(-45deg, #946e24 60%, #ae935b);
  box-shadow: 0 3px 0 #724d00;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  content: "";
  color: #fff;
}
.btn-gold p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: 64px;
}
.btn-gold img {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  fill: #fff;
}
.btn-gold a {
  color: #fff;
  text-decoration: none;
}
.btn-gold:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
/*----------- ボタン_小（プラチナ） -----------*/
.btn-platinum {
  position: relative;
  display: inline-block;
  width: 270px;
  height: 70px;
  background: -webkit-gradient(-45deg, #646464 60%, #a7a7a7);
  background: linear-gradient(-45deg, #646464 60%, #a7a7a7);
  box-shadow: 0 3px 0 #3e3e3e;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  content: "";
  color: #fff;
}
.btn-platinum p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: 64px;
}
.btn-platinum img {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  fill: #fff;
}
.btn-platinum a {
  color: #fff;
  text-decoration: none;
}
.btn-platinum:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
/*----------- ボタン_小（ビジネス） -----------*/
.btn-business {
  position: relative;
  display: inline-block;
  width: 270px;
  height: 70px;
  background: -webkit-gradient(-45deg, #0d114f 60%, #4e517e);
  background: linear-gradient(-45deg, #0d114f 60%, #4e517e);
  box-shadow: 0 3px 0 #000422;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  content: "";
  color: #fff;
}
.btn-business p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: 64px;
}
.btn-business img {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  fill: #fff;
}
.btn-business a {
  color: #fff;
  text-decoration: none;
}
.btn-business:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

/*----------- ボタン_大（ゴールド） -----------*/
.btn-gold-l {
  position: relative;
  display: inline-block;
  font-size: 17px;
  width: 100%;
  height: 112px;
  background: -webkit-gradient(-45deg, #946e24 60%, #ae935b);
  background: linear-gradient(-45deg, #946e24 60%, #ae935b);
  box-shadow: 0 3px 0 #724d00;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  content: "";
  color: #fff;
}
.btn-gold-l p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: 46px;
}
.btn-gold-l img {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  fill: #fff;
}
.btn-gold-l a {
  color: #fff;
  text-decoration: none;
}
.btn-gold-l:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
/*----------- ボタン_大（プラチナ） -----------*/
.btn-platinum-l {
  position: relative;
  display: inline-block;
  font-size: 17px;
  width: 100%;
  height: 112px;
  background: -webkit-gradient(-45deg, #646464 60%, #a7a7a7);
  background: linear-gradient(-45deg, #646464 60%, #a7a7a7);
  box-shadow: 0 3px 0 #3e3e3e;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  content: "";
  color: #fff;
}
.btn-platinum-l p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: 46px;
}
.btn-platinum-l img {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  fill: #fff;
}
.btn-platinum-l a {
  color: #fff;
  text-decoration: none;
}
.btn-platinum-l:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
/*----------- ボタン_大（ビジネス） -----------*/
.btn-business-l {
  position: relative;
  display: inline-block;
  font-size: 17px;
  width: 100%;
  height: 112px;
  background: -webkit-gradient(-45deg, #0d114f 60%, #4e517e);
  background: linear-gradient(-45deg, #0d114f 60%, #4e517e);
  box-shadow: 0 3px 0 #000422;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  content: "";
  color: #fff;
}
.btn-business-l p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: 46px;
}
.btn-business-l img {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  fill: #fff;
}
.btn-business-l a {
  color: #fff;
  text-decoration: none;
}
.btn-business-l:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}


@media screen and (max-width: 767px) {
.limited {
  display: block;
    text-align: center;
  font-size: 14px;
  margin: 28px 24px 16px 24px;
  padding: 10px 0;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  left: 0;
  transform: translateX(0);
}
.card-wrapper {
  position: relative;
  width: 100%;
    padding: 24px;
  margin: 0 auto;
}
.division {
  position: absolute;
    top:-66px;
    width: calc(100% - 42px);
}
.division .private {
  position: relative;
  display: block;
  background-image: none;
  padding: 16px;
  border-radius: 4px;
  background-color: #00419c;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 0.6;
  color: #fff;
    width: 100%;
    height: 40px;
    text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.division .private::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #00419c transparent transparent;
  translate: -50% 100%;
}
.division .business {
  position: relative;
  display: block;
  background-image: none;
  padding: 16px;
  border-radius: 4px;
  background-color: #080c4b;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 0.6;
  color: #fff;
    width: 100%;
    height: 40px;
    text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.division .business::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #080c4b transparent transparent;
  translate: -50% 100%;
}
.flex_card-box {
  display: flex;
  flex-direction: column;    
  align-items: stretch;
}
.flex_card-item {
    position: relative;
  width: 100%;
  padding: 20px;
    margin-top: 60px;
    margin-bottom: 42px;
  border-radius: 5px;
  background-color: rgb(255 255 255 / 0.65);
  border: 1px solid #fff;
}
.flex_card-item:nth-child(3) {
  margin-bottom: 0;
}
.card-caption {
  font-size: 19px;
  text-align: center;
  line-height: 1.6em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
/*----------- 斜め吹き出し -----------*/
.balloon-container {
  display: flex;
  justify-content: center;
}
.balloon {
  position: relative;
  width: 270px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px
}
.balloon:before, .balloon:after {
  content: "";
  display: inline-block;
  background: #000;
  width: 1px;
  position: absolute;
}
.balloon:before {
  left: 8px;
  height: 36px;
  transform: rotate(-30deg);
  bottom: 10px;
}
.balloon:after {
  right: 8px;
  height: 36px;
  bottom: 10px;
  transform: rotate(30deg);
}
/*----------- ボタン_小（ゴールド） -----------*/
.btn-gold {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(-45deg, #946e24 60%, #ae935b);
  background: linear-gradient(-45deg, #946e24 60%, #ae935b);
  box-shadow: 0 3px 0 #724d00;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  content: "";
  color: #fff;
}
.btn-gold p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: calc(50% - 100px);
}
/*----------- ボタン_小（プラチナ） -----------*/
.btn-platinum {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(-45deg, #646464 60%, #a7a7a7);
  background: linear-gradient(-45deg, #646464 60%, #a7a7a7);
  box-shadow: 0 3px 0 #3e3e3e;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  content: "";
  color: #fff;
}
.btn-platinum p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: calc(50% - 100px);
}
/*----------- ボタン_小（ビジネス） -----------*/
.btn-business {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(-45deg, #0d114f 60%, #4e517e);
  background: linear-gradient(-45deg, #0d114f 60%, #4e517e);
  box-shadow: 0 3px 0 #000422;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  content: "";
  color: #fff;
}
.btn-business p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: calc(50% - 100px);
}

/*----------- ボタン_大（ゴールド） -----------*/
.btn-gold-l {
  position: relative;
  display: inline-block;
  font-size: 17px;
  width: 100%;
  height: 84px;
  background: -webkit-gradient(-45deg, #946e24 60%, #ae935b);
  background: linear-gradient(-45deg, #946e24 60%, #ae935b);
  box-shadow: 0 3px 0 #724d00;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  content: "";
  color: #fff;
}
.btn-gold-l p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: calc(50% - 90px);
}
/*----------- ボタン_大（プラチナ） -----------*/
.btn-platinum-l {
  position: relative;
  display: inline-block;
  font-size: 17px;
  width: 100%;
  height: 84px;
  background: -webkit-gradient(-45deg, #646464 60%, #a7a7a7);
  background: linear-gradient(-45deg, #646464 60%, #a7a7a7);
  box-shadow: 0 3px 0 #3e3e3e;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  content: "";
  color: #fff;
}
.btn-platinum-l p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: calc(50% - 90px);
}
/*----------- ボタン_大（ビジネス） -----------*/
.btn-business-l {
  position: relative;
  display: inline-block;
  font-size: 17px;
  width: 100%;
  height: 84px;
  background: -webkit-gradient(-45deg, #0d114f 60%, #4e517e);
  background: linear-gradient(-45deg, #0d114f 60%, #4e517e);
  box-shadow: 0 3px 0 #000422;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  content: "";
  color: #fff;
}
.btn-business-l p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    left: calc(50% - 90px);
}
    .bg-sp-img{
        margin-top: -160px;
    }    
}
@media screen and (min-width: 768px) {
}