* {
  box-sizing: border-box;
}

.fontarea {
  font-family: "Noto Sans Japanese", sans-serif;
  width: 100%;
}

.wrap {
  max-width: calc(1100px + 5.3333333333vw);
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.6666666667vw;
  padding-left: 2.6666666667vw;
}

.title h1 {
  font-family: "Noto Sans Japanese", sans-serif;
  text-align: center;
  /* font-weight: 300; */
  font-size: 3.6rem;
  font-size: 36px;
  margin-bottom: 3rem;
  margin-top: 5rem;
  line-height: 1.7;
  color: #012e7b;
  /* font-size: 20px; */
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .title h1 {
    font-size: 6.98vw;
  }
}

.title__text {
  margin-top: 80px;
  padding: 0 5%;
  font-size: 17px;
  /* text-align: center; */
}

.privilege {
  background: #dce5f3;
  padding-bottom: 32px;
  padding-top: 32px;
}

.privilege__title {
  font-family: "Noto Sans Japanese", sans-serif;
  text-align: center;
  /* font-weight: 300; */
  font-size: 3.6rem;
  font-size: 36px;
  margin-bottom: 5rem;
  margin-top: 5rem;
  line-height: 1.7;
  color: #012e7b;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .privilege__title {
    font-size: 2.99vw;
  }
}
@media screen and (max-width: 768px) {
  .privilege__title {
    font-size: 36px;
    padding-top: 9.77vw;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .privilege__title {
    font-size: 6.98vw;
  }
}
.privilege__title::before {
  content: "";
  background-image: url(/information/mailmagazine/img/touryokumuryou.png);
  background-size: contain;
  position: absolute;
  border-radius: 120px;
  overflow: hidden;
  width: 110px;
  height: 110px;
  top: -32px;
  left: 28px;
}
@media screen and (max-width: 768px) {
  .privilege__title::before {
    width: 15vw;
    height: 15vw;
    top: -25%;
    left: 50%;
    margin-left: -7.5vw;
  }
}

.privilege__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .privilege__flex {
    flex-direction: column;
  }
}

.card {
  padding: 2em;
  background: #FFF;
  margin-right: 3%;
  width: 33%;
  border-radius: 8px;
}
.card img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 150px;
  height: auto;
}
.card__title {
  font-size: 30px;
  color: #012e7b;
  font-weight: bold;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.card__text {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
}
.card:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .card:last-child {
    margin-bottom: 0;
  }
}
.btn {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FFF;
}
.btnarea__title {
  font-family: "Noto Sans Japanese", sans-serif;
  text-align: center;
  /* font-weight: 300; */
  font-size: 3.6rem;
  font-size: 36px;
  margin-bottom: 5rem;
  margin-top: 5rem;
  line-height: 1.7;
  color: #012e7b;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .btnarea__title {
    font-size: 2.99vw;
  }
}
@media screen and (max-width: 768px) {
  .btnarea__title {
    font-size: 36px;
    padding-top: 9.77vw;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .btnarea__title {
    font-size: 6.98vw;
  }
}
.btn__flex {
  display: flex;
}
.btn__card {
  margin-right: 3%;
  width: 33%;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: #012e7b;
}
.btn__card a {
  color: #fff;
  background: #012e7b;
}
.btn__card:last-child {
  margin-right: 0;
}
.btn__card .btn__title__text {
  width: 100%;
  padding: 9.0909090909%;
}
.btn__card p {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .btn__card p {
    font-size: 1.7vw;
  }
}
.btn__card p.btn__text {
  font-size: 12px;
  margin-top: 1em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .btn__card p.btn__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .btn__card p.btn__text {
    font-size: 1.59vw;
  }
}
@media screen and (max-width: 470px) {
  .btn__card p.btn__text {
    font-size: 12px;
  }
}
.btn__card img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 470px) {
  .btn__card {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2.6666666667vw;
    width: 100%;
    font-size: 18px;
  }
  .btn__card p {
    font-size: 5.15vw;
    line-height: 1.5;
  }
  .btn__card:last-child {
    margin-bottom: 0;
  }
  .btn__flex {
    flex-direction: column;
  }
}
.main__txt a {
  border-radius: 3px;
  text-align: center;
  background: #294d70;
  color: #fff;
  text-decoration: none;
  max-width: 400px;
  width: 100%;
  margin: 40px auto;
  display: block;
  padding: 1em 2em;
  border: 2px solid #294d70;
  transition: 0.3s;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .br--tab {
    display: none;
  }
}
@media screen and (max-width: 470px) {
  .br--tab {
    display: block;
  }
}

.br--sp {
  display: none;
}

/* --------------------form */
.form__img {
  width: 100%;
}
.form__img img {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.form__title {
  font-size: 20px;
  color: #012e7b;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .form__title {
    margin: 0 auto;
    max-width: 194px;
    margin-bottom: 8px;
  }
}

.form__catalog-area {
  padding: 40px 54px;
  background: #FFF;
  margin-bottom: 3em;
}
@media screen and (max-width: 1024px) {
  .form__catalog-area {
    margin-top: 3em;
  }
}
.form__catalog-area p {
  margin-bottom: 1em;
}
.form__catalog-area p:last-child {
  margin-bottom: 0;
}

.downloadpage {
  background: #f1f1f1;
}

@media screen and (max-width: 1024px) {
  .downloadpage-inner {
    margin-bottom: 2em;
  }
}
/* ----------------utirity */
.pc__hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc__hide {
    display: block;
  }
}

.main__txt--mt24 {
  margin-top: 24px;
}

.txt__center {
  text-align: center;
}

.txt__mw608 {
  max-width: 608px;
  margin: auto;
}

.mt24 {
  margin-top: 24px;
}

.mt80 {
  margin-top: 80px;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .main__txt {
    margin-top: 40px;
  }
  #footer02 {
    display: none;
  }
  .br--sp {
    display: block;
  }
}
@media screen and (max-width: 470px) {
  .main h1 {
    font-size: 7.83vw;
  }
  .main h1.title__inquiry_fn {
    font-size: 7.23vw;
  }
}
.mktoHtmlText.mktoHasWidth {
  width: 100% !important;
  max-width: 100%;
  margin-right: auto;
  margin-left: 0;
}

.mktoForm * {
  font-family: "Noto Sans Japanese", sans-serif !important;
}/*# sourceMappingURL=style.css.map */

