@charset "UTF-8";
/*** template ***/
body {
  font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

.l-inner {
  max-width: 720px !important;
}

.l-header-lp {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  height: 95px;
}

@media (max-width: 768px) {
  .l-header-lp {
    height: 58px;
  }
}
@media (max-width: 768px) {
  .wid-md-25per {
    width: 25% !important;
  }
  .wid-md-35per {
    width: 35% !important;
  }
}
.header-logo-lp {
  margin-left: 25px;
  width: 194px;
  height: 54px;
  background: url(/common_c/images/common/logo.svg) no-repeat left top;
  background-size: 194px 54px;
}

@media (max-width: 768px) {
  .header-logo-lp {
    margin-left: 13px;
    background: url(/common_c/images/common/logo.svg) no-repeat left top;
    background-size: 117px 26px;
    width: 117px;
    height: 26px;
  }
}
@media (max-width: 768px) {
  .l-page-head {
    padding: 30px 0 40px;
  }
}
/*** template-disnone ***/
.l-footer-bottom {
  display: none;
}

/*** Title ***/
h1.ttl-page {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  h1.ttl-page {
    font-size: 1.6em;
  }
}
h1.ttl-page + p {
  font-size: 1em;
  margin-bottom: 0;
}

/*** Table ***/
.table tr th {
  color: #fff;
  font-weight: bold;
  background-color: #ff0033;
}
@media (max-width: 768px) {
  .table tr th {
    font-size: 0.8rem;
  }
}
.table tr:nth-child(2n) td {
  background-color: #f1f2f2;
}
@media (max-width: 768px) {
  .table tr td {
    font-size: 0.8rem;
  }
}
.table tr td:nth-child(1), .table tr td:nth-child(2) {
  font-weight: bold;
}
.table tr td:nth-child(1) a, .table tr td:nth-child(2) a {
  color: #000;
  padding: 5px 15px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fef1c9;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .table tr td:nth-child(1) a, .table tr td:nth-child(2) a {
    width: 100%;
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .table tr td:nth-child(2), .table tr td:nth-child(3) {
    padding: 15px 10px;
  }
}
.table tr td .myy-btn-black {
  display: inline-block;
  width: 12em;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #000;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .table tr td .myy-btn-black {
    width: 100%;
    font-size: 0.8rem;
  }
}
.table tr td .myy-btn-red {
  width: 12em;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #ff0033;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .table tr td .myy-btn-red {
    width: 100%;
    font-size: 0.8rem;
  }
}
.table tr td .myy-btn-pink {
  width: 12em;
  display: inline-block;
  color: #000;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #fdbecf;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .table tr td .myy-btn-pink {
    width: 100%;
    font-size: 0.8rem;
  }
}
.table tr td .myy-btn-gray {
  width: 12em;
  display: inline-block;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #7f7f7f !important;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .table tr td .myy-btn-gray {
    width: 100%;
    font-size: 0.8rem;
  }
  .table tr td .myy-btn-gray span {
    font-size: 0.5rem;
  }
}
.table tr.bg-etc-gray td {
  background-color: #f1f2f2;
}
.table tr.bg-etc-white td {
  background-color: #fff;
}
.table tr.etc-link td:nth-child(1) {
  background-color: #FFF7F7;
}
.table tr.etc-link td:nth-child(2) {
  background-color: #fff;
}
.table tr.etc-link td a {
  color: #157ED8;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .table tr.etc-link td a {
    font-size: 0.8rem;
  }
}