@font-face {
  font-family: "DINPro-CondBold";
  src: url(./Fonts/DINPro-CondBold.otf);
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.shadow-panel {
  background: #fff;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.15);
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.width0 {
  width: 0px !important;
}

.width25 {
  width: 25px !important;
}

.width50 {
  width: 50px !important;
}

.width75 {
  width: 75px !important;
}

.width100 {
  width: 100px !important;
}

.width125 {
  width: 125px !important;
}

.width150 {
  width: 150px !important;
}

.width175 {
  width: 175px !important;
}

.width200 {
  width: 200px !important;
}

.width225 {
  width: 225px !important;
}

.width250 {
  width: 250px !important;
}

.width275 {
  width: 275px !important;
}

.width300 {
  width: 300px !important;
}

.width325 {
  width: 325px !important;
}

.width350 {
  width: 350px !important;
}

.width375 {
  width: 375px !important;
}

.width400 {
  width: 400px !important;
}

.width425 {
  width: 425px !important;
}

.width450 {
  width: 450px !important;
}

.width475 {
  width: 475px !important;
}

.width500 {
  width: 500px !important;
}

.common-width-contents {
  width: 1000px;
  margin: 0 auto;
}

.premium-section {
  background: #e9e9e9;
  color: #093621;
  font-size: 18px;
}
.premium-section__mainv-inner {
  padding: 50px 0;
  background: url("img/premium/mainv-bg.png") no-repeat 0 0;
  background-size: cover;
  text-align: center;
}
.premium-section__mainv-inner img {
  width: 50%;
}
.premium-section__mainv-link {
  margin-top: 60px;
}
.premium-section__mainv-link a:hover {
  opacity: 0.75;
}
.premium-section__mainv-link img {
  width: 300px;
}
.premium-section .marker {
  padding-left: 3px;
  padding-right: 3px;
  background: linear-gradient(transparent 65%, #fffc7f 65%);
}
.premium-section .marker2 {
  padding-left: 3px;
  padding-right: 3px;
  background: linear-gradient(transparent 60%, #befcbb 60%);
}
.premium-section .renew-heading-common {
  width: 1000px;
  border-top-color: #198740;
}
.premium-section .renew-heading-common-type {
  border-top-color: #198740;
  border-bottom-color: #198740;
}
.premium-section__about {
  margin-top: 90px;
}
.premium-section__list {
  margin-top: 50px;
}
.premium-section__list-contents {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.premium-section__list--line {
  display: flex;
}
.premium-section__list-head {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  font-size: 20px;
}
.premium-section .list1,
.premium-section .list2,
.premium-section .list3 {
  position: relative;
}
.premium-section .list1:before,
.premium-section .list2:before,
.premium-section .list3:before {
  display: block;
  content: "";
  position: absolute;
}
.premium-section .list1 .premium-section__list-head {
  padding-left: 80px;
}
.premium-section .list2 {
  padding-left: 150px;
}
.premium-section .list3 {
  padding-left: 280px;
}
.premium-section .list1:before {
  background: url(img/premium/1.png);
  width: 120px;
  height: 230px;
  background-size: cover;
  top: -60px;
}
.premium-section .list2:before {
  background: url(img/premium/2.png);
  width: 191px;
  height: 230px;
  background-size: cover;
  left: 0;
}
.premium-section .list3:before {
  background: url(img/premium/3.png);
  width: 198px;
  height: 266px;
  background-size: cover;
  left: 120px;
}
.premium-section__recommend {
  margin-top: 90px;
}
.premium-section__recommend-list {
  list-style: none;
}
.premium-section__recommend-list li {
  display: flex;
}
.premium-section__recommend-list li:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: 10px;
  border-top: 7px solid transparent;
  border-left: 7px solid #083521;
  border-bottom: 7px solid transparent;
}
.premium-section__price {
  margin-top: 90px;
  color: #198740;
  font-size: 18px;
}
.premium-section__price-table {
  margin-top: 40px;
}
.premium-section__price th,
.premium-section__price td {
  border-color: #198740;
  border: 1px solid #198740;
  font-size: 18px;
}
.premium-section__price th {
  text-align: center;
  background-color: #c0d4c9;
  font-size: 20px;
}
.premium-section__price .strong1 {
  font-weight: bold;
}
.premium-section__price .strong2 {
  color: #bd0100;
}
.premium-section__price-text1 {
  font-size: 20px;
}
.premium-section__notice-text {
  margin-top: 35px;
  text-align: center;
  color: #bd0100;
  font-weight: bold;
}
.premium-section__qa {
  margin-top: 90px;
  padding-bottom: 50px;
}
.premium-section__qa-list {
  max-width: 86%;
  margin: 0 auto;
  margin-top: 35px;
}
.premium-section__qa-list dt,
.premium-section__qa-list dd {
  position: relative;
  display: flex;
  color: #0a3426;
  border: 0;
}
.premium-section__qa-list dt span,
.premium-section__qa-list dd span {
  display: inline-block;
  padding-top: 5px;
  width: calc(100% - 73px);
  margin-left: 20px;
}
.premium-section__qa-list dt:before,
.premium-section__qa-list dd:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.premium-section__qa-list dt:before {
  background-color: #befcbd;
  content: "Q";
}
.premium-section__qa-list dd:before {
  background-color: #fffc7f;
  content: "A";
}

@media (max-width: 768.98px) {
  .common-width-contents {
    width: auto;
  }

  .premium-section {
    padding: 0 15px;
    font-size: 15px;
  }
  .premium-section__mainv {
    margin: 0 -15px;
    background: #0d6f83;
    background: linear-gradient(25deg, #0d6f83 0%, #03b293 100%);
  }
  .premium-section__mainv-inner {
    background-position: center;
    background-size: cover;
  }
  .premium-section__mainv-text {
    width: 100% !important;
  }
  .premium-section__mainv-link {
    display: block;
  }
  .premium-section__mainv-link img {
    width: 300px;
  }
  .premium-section .renew-heading-common {
    width: auto;
  }
  .premium-section__list.list1 .premium-section__list-contents {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    justify-items: center;
    align-items: center;
  }
  .premium-section__list--line {
    flex-wrap: wrap;
    display: block;
  }
  .premium-section__list-head {
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
  }
  .premium-section__list-head br {
    display: none;
  }
  .premium-section__list-contents {
    justify-content: center;
  }
  .premium-section .list1:before {
    width: 60px;
    height: 110px;
    top: -40px;
  }
  .premium-section .list1 .premium-section__list-head {
    padding-left: 0;
  }
  .premium-section .list2 {
    padding-left: 0;
    margin-left: 0;
    padding-top: 30px;
  }
  .premium-section .list2:before {
    width: 92px;
    height: 110px;
    top: -20px;
  }
  .premium-section .list3 {
    margin-left: 0;
    padding-left: 0;
    padding-top: 30px;
  }
  .premium-section .list3:before {
    width: 83px;
    height: 113px;
    left: 0;
    top: 15px;
  }
  .premium-section__recommend-list {
    padding: 0;
  }
  .premium-section__recommend-list li {
    display: block;
    overflow: hidden;
  }
  .premium-section__recommend-list li:before {
    float: left;
  }
  .premium-section__recommend-list li span {
    padding-left: 10px;
  }
  .premium-section__price {
    margin-top: 50px;
  }
  .premium-section__price th,
.premium-section__price td {
    width: 50%;
  }
  .premium-section__price th {
    font-size: 16px;
  }
  .premium-section__price td {
    font-size: 14px;
    text-align: left !important;
    padding: 8px;
  }
  .premium-section__price td br.ds {
    display: none;
  }
  .premium-section__qa-list {
    max-width: 95%;
  }
}
.premium-bottom {
  position: relative;
  width: 100%;
  max-width: 1175px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}
.premium-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 100%;
  background: #e9e9e9;
}
.premium-bottom .page-new-bottom {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #3caa6e;
}