@charset "UTF-8";

.mailmagArchive_inner {
  background-color: #001A47;
  padding: 30px 20px;
  width: 40%;
}


@media screen and (max-width: 900px) {
  .mailmagArchive_inner {
    width: 100%;
  }
}


@media screen and (min-width: 901px) and (max-width: 1130px) {
  .mailmagArchive_inner {
    width: 80%;
  }
}

@media screen and (min-width: 1131px) and (max-width: 1450px) {
  .mailmagArchive_inner {
    width: 60%;
  }
}

@media screen and (min-width: 1451px) and (max-width: 1800px) {
  .mailmagArchive_inner {
    width: 50%;
  }
}

.mailmag_inner {
  padding: 0 var(--global-inner-xs);
}

@media screen and (max-width: 750px) {
  .mailmag_inner {
    padding: 0;
  }
}

.mailmagArchive_inner .m-head_title_jp {
  color: #FFFFFF;
}

.mailmagArchive_inner_form form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .mailmagArchive_inner_form form {
    flex-direction: column;
    align-items: center;
  }
}

.mailmagArchive_inner_form input[type="text"] {
  font-size: 16px;
  background-color: #FFFFFF;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  width: calc(100% - 250px);
}

@media screen and (max-width: 750px) {
  .mailmagArchive_inner_form input[type="text"] {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .mailmagArchive_inner_form input[type="text"] {
    width: 100%;
  }
}

.mailmagArchive_inner_form input[type="submit"] {
  display: flex;
  align-items: center;
  color: #fff;
  display: inline-block;
  max-width: 280px;
  width: 100%;
  line-height: 60px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#DF0015), to(#730000));
  background: -webkit-linear-gradient(top, #DF0015 0%, #730000 100%);
  background: linear-gradient(to bottom, #DF0015 0%, #730000 100%);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 220px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
}

.mailmagArchive_inner_form input[type="submit"]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.mailmagArchive_inner_form input[type="submit"]:hover:after {
  opacity: 0.2;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 750px) {
  .mailmagArchive_inner_form input[type="submit"] {
    max-width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .mailmagArchive_inner_form input[type="submit"] {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .mailmagArchive_inner_form button {
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .mailmagArchive_inner_form button {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .mailmagArchive_inner_form button {
    margin-top: 30px;
  }
}

.mailmagArchive_bna_list {
  display: flex;
  flex-wrap: wrap;
}

.mailmagArchive_bna_list li {
  width: calc(100% / 3);
  margin-top: 60px;
}

.mailmagArchive_bna_list li span {
  width: 100%;
}

.mailmagArchive_bna_list li span a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
  text-decoration: underline;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .mailmagArchive_bna_list li span a {
    font-size: 20px;
  }
}

.mag_single_head {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 750px) {
  .mag_single_head {
    padding-left: 20px;
  }
}

@media screen and (max-width: 750px) {
  .mag_single_head {
    padding-right: 20px;
  }
}

.mag_single_head_title {
  text-align: center;
  margin-top: 40px;
}

.mag_single_head_title_jp {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .mag_single_head_title_jp {
    font-size: 24px;
  }
}

.mag_single_head_title_en {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #CEA73F;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .mag_single_head_title_en {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .mag_single_head_title_jp {
    font-size: 6vw;
  }

  .mag_single_head_title_en {
    margin-top: 10px;
  }
}

.mag_single_desc {
  padding-left: 60px;
  padding-right: 60px;
  background-color: #FFFFFF;
  padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
  .mag_single_desc {
    padding-left: 20px;
  }
}

@media screen and (max-width: 750px) {
  .mag_single_desc {
    padding-right: 20px;
  }
}

.mag_single_desc_inner p {
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 16px;
  max-width: 1200px;
  line-height: 2.0;
  color: #222222;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .mag_single_desc_inner p {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .mag_single_desc_inner p>.forpc {
    display: none;
  }
}

.mag_single_desc_inner p>a {
  text-decoration: underline;
}

.mag_single_form {
  background: #FFFFFF;
  padding-bottom: 50px;
}

.mag_single_form_content {
  padding: 0 clamp(1.25rem, -0.536rem + 8.93vw, 3.75rem);
  background-color: #001A47;
  margin: 0 auto;
  width: 700px;
}

@media screen and (max-width: 750px) {
  .mag_single_form_content {
    padding: 0 16px;
    width: 100%;
  }
}

.mag_single_form_content_title {
  padding: 20px 0 0;
  text-align: center;
}

.mag_single_form_content_title_jp {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .mag_single_form_content_title_jp {
    font-size: 22px;
  }
}

.mag_single_form_content_title_en {
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #CEA73F;
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .mag_single_form_content_title_en {
    font-size: 14px;
    margin-top: 0px;
  }
}

.mag_single_form_content_inner {
  padding: 10px 0 30px;
}


@media screen and (max-width: 750px) {
  .mag_single_form_content_title {
    padding: 20px 20px 0;
  }

  .mag_single_form_content_inner {
    padding: 10px 0 30px;
  }
}

.mag_single_form_content_title_jp {
  color: #FFFFFF;
}


.mag_single_form_content_inner_form {
  display: grid;
  gap: 8px;
  align-items: center;
  grid-auto-flow: column;
  width: fit-content;
  margin-inline: auto;
}


@media screen and (max-width: 750px) {
  .mag_single_form_content_inner_form {
    display: flex;
    flex-wrap: wrap;
    width: auto;
  }
}

.mag_single_form_content_inner_form input[type="text"],
.mag_single_form_content_inner_form input[type="mail"] {
  font-size: 16px;
  background-color: #FFFFFF;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  flex: 1;
  border-radius: 2px;
  width: 100%;
}

.mag_single_form_content_inner_form input[type="mail"] {
  flex: 0;
  width: 320px;
}

@media screen and (max-width: 750px) {
  .mag_single_form_content_inner_form input[type="mail"] {
    flex: 1;
  }
}

.mag_single_form_content_inner_form input[type="submit"] {
  display: flex;
  align-items: center;
  color: #fff;
  display: inline-block;
  max-width: 180px;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#DF0015), to(#730000));
  background: -webkit-linear-gradient(top, #DF0015 0%, #730000 100%);
  background: linear-gradient(to bottom, #DF0015 0%, #730000 100%);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 60px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
}

.mag_single_form_content_inner_form input[type="submit"]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.mag_single_form_content_inner_form input[type="submit"]:hover:after {
  opacity: 0.2;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 750px) {
  .mag_single_form_content_inner_form input[type="submit"] {
    flex: 0;
    min-width: 60px;
    margin-inline: auto;
  }
}

.mag_single_form_content_inner_link {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 750px) {
  .mag_single_form_content_inner_link {
    width: 100%;
    justify-content: center;
  }
}

.mag_single_form_content_inner_link_inner {
  width: 190px;
}

@media screen and (max-width: 750px) {
  .mag_single_form_content_inner_link_inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.mag_single_form_content_inner_link_inner a {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .mag_single_form_content_inner_link_inner a {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
}

.mag_single_article {
  margin-top: 30px;
}

.mag_single_article_head {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .mag_single_article_head {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.mag_single_article_head_title {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  font-size: 24px;
  color: #222222;
}

@media screen and (max-width: 750px) {
  .mag_single_article_head_title {
    font-size: 22px;
  }
}

.mag_single_article_head_title::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #CEA73F;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-100%, -50%);
}

.mag_single_article_head_title::before {
  content: none;
}

@media screen and (max-width: 750px) {
  .mag_single_article_head_title {
    padding-bottom: 40px;
  }

  .mag_single_article_head_title::after {
    height: 25px;
  }
}

@media screen and (max-width: 750px) {
  .mag_single_article_head_title {
    font-size: 20px;
  }
}

.mag_single_article_body {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .mag_single_article_body {
    padding-left: 20px;
  }
}

@media screen and (max-width: 750px) {
  .mag_single_article_body {
    padding-right: 20px;
  }
}

.mag_single_article_body_inner {
  max-width: 780px;
  margin: 20px auto 0;
  background-color: #FFFFFF;
  padding: 30px 0;
}

.mag_single_article_body_inner p {
  margin-bottom: 20px;
}

.mag_single_article_body_inner a {
  text-decoration: underline;
}

.mag_comp_head {
  padding-top: 60px;
  background: #FFFFFF;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 750px) {
  .mag_comp_head {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mag_comp_head_title {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  font-size: 20px;
  color: #222222;
}

@media screen and (max-width: 750px) {
  .mag_comp_head_title {
    font-size: 22px;
  }
}

.mag_comp_head_title::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #CEA73F;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-100%, -50%);
}

.mag_comp_head_title::before {
  content: none;
}

@media screen and (max-width: 750px) {
  .mag_comp_head_title {
    padding-bottom: 40px;
  }

  .mag_comp_head_title::after {
    height: 25px;
  }
}

@media screen and (max-width: 750px) {
  .mag_comp_head_title {
    font-size: 18px;
  }
}

.mag_comp_head_list {
  max-width: 1200px;
  margin: 40px auto 60px;
}

.mag_comp_head_list_item:not(:last-child) {
  margin-bottom: 30px;
}

.mag_comp_head_list_item p {
  font-size: 16px;
  color: #222222;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .mag_comp_head_list_item p {
    font-size: 14px;
  }
}

.mag_comp_head_list_item p a {
  text-decoration: underline;
}

.mag_comp_bottom {
  background-color: #FFFFFF;
  padding-bottom: 100px;
  padding-top: 100px;
  margin-bottom: -100px;
}

.mag_comp_bottom_content {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 60px;
  background-color: #F7F6F5;
}

@media screen and (max-width: 750px) {
  .mag_comp_bottom_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mag_comp_bottom_content_title {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  font-size: 24px;
  color: #222222;
}

@media screen and (max-width: 750px) {
  .mag_comp_bottom_content_title {
    font-size: 22px;
  }
}

.mag_comp_bottom_content_title::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #CEA73F;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-100%, -50%);
}

.mag_comp_bottom_content_title::before {
  content: none;
}

@media screen and (max-width: 750px) {
  .mag_comp_bottom_content_title {
    padding-bottom: 40px;
  }

  .mag_comp_bottom_content_title::after {
    height: 25px;
  }
}

@media screen and (max-width: 750px) {
  .mag_comp_bottom_content_title {
    font-size: 20px;
  }
}

.mag_comp_bottom_content_inner {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.mag_comp_bottom_content_inner_item {
  width: calc(100% / 3);
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .mag_comp_bottom_content_inner_item {
    font-size: 18px;
  }
}

.mag_comp_bottom_content_inner_item a {
  text-decoration: underline;
  color: #222222;
}


.mailmag_complete {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .mailmag_complete {
    text-align: left;
  }

  .mailmag_complete br {
    display: none;
  }

}


.mail_comp_message {
  text-align: center;
  margin-bottom: 20px;
}

.mail_comp_message a {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .mail_comp_message {
    text-align: left;
  }
}

.mlmg_line_bold {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mag_single_form_content_wrap {
  display: flex;
  align-items: center;
}


.mag_single_form_content_text,
.mag_single_form_content_privacy {
  color: #fff;
  font-size: 11px;
}

@media screen and (max-width: 750px) {
  .mag_single_form_content_text {
    margin-top: 4px;
    text-align: center;
    width: 100%;
  }
}

.mag_single_form_content_privacy {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .mag_single_form_content_privacy {
    margin-top: 12px;
  }
}

.mag_single_form_content_privacy>a {
  text-decoration: underline;
}