@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.page_h2 .inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 818px) {
  .page_h2 .inner {
    padding-bottom: 40px;
  }
}
.newsletter .m_flex_box {
  display: flex;
}
@media screen and (max-width: 818px) {
  .newsletter .m_flex_box {
    display: block;
  }
}
.newsletter .m_flex_box dt {
  padding-right: 20px;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .newsletter .m_flex_box dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.newsletter .m_flex_box dd {
  width: 50%;
}
@media screen and (max-width: 818px) {
  .newsletter .m_flex_box dd {
    width: 100%;
  }
}
.newsletter .h3_ttl {
  font-family: "Noto Serif JP", serif;
  border-left: 5px solid #333333;
  margin-bottom: 32px;
}
@media screen and (max-width: 818px) {
  .newsletter .h3_ttl {
    margin-bottom: 20px;
  }
}
.newsletter p {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .newsletter p {
    margin-bottom: 20px;
  }
}
.newsletter p span {
  color: #CE3582;
  font-weight: bold;
}
.newsletter .pink_btn {
  margin-top: 60px;
}
@media screen and (max-width: 818px) {
  .newsletter .pink_btn {
    margin-top: 30px;
  }
}
.newsletter .box {
  max-width: 944px;
  margin: auto;
  margin-top: 120px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.55);
  padding: 30px 20px 55px 20px;
}
@media screen and (max-width: 818px) {
  .newsletter .box {
    margin-top: 60px;
  }
}
.newsletter .box .ttl {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .newsletter .box .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.newsletter .box ul {
  width: fit-content;
  margin: auto;
}
.newsletter .box ul li {
  text-align: left;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .newsletter .box ul li {
    padding-left: 25px;
  }
}
.newsletter .box ul li + li {
  margin-top: 6px;
}
.newsletter .box ul li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: #1D50A1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .newsletter .box ul li::after {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}
.newsletter .box02 {
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 818px) {
  .newsletter .box02 {
    margin-top: 40px;
  }
}
.newsletter .box02 .ttl {
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .newsletter .box02 .ttl {
    margin-top: 20px;
    font-size: 20px;
  }
}
.newsletter .box02 .txt {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.newsletter .box02 .img {
  max-width: 233px;
  margin: auto;
}
