.l-contentsMailReceive {
  color: #24617d;
  padding: 0 40px 100px 40px;
  width: 1020px;
  margin: 118px auto 0;
}
.l-contentsMailReceive > div > ul {
  margin-top: 27px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.l-contentsMailReceive > div > ul > li {
  margin-top: 15px;
  border: 1px #5b93ad solid;
}
.l-contentsMailReceive > div > ul > li:first-child {
  margin-top: 0;
}
.l-contentsMailReceive > div > ul > li p {
  line-height: 1.6;
}
.l-contentsMailReceive > div > ul > li > a {
  font-size: 2.4rem;
  text-align: left;
  padding: 34px 63px 33px 39px;
  border: 0;
  position: relative;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
.l-contentsMailReceive > div > ul > li > a:after {
  right: 30px;
  width: 14px;
  height: 26px;
  margin: -11px 0 0 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: url("/assets/img/common/ico_btn_b_l.png") no-repeat;
  background-size: contain;
}
.l-contentsMailReceive > div > ul > li > a.open:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  margin: -11px 0 0 0;
}
.l-contentsMailReceive > div > ul > li > a:hover {
  border: 0;
}
.l-contentsMailReceive > div > ul > li > a:hover:after {
  background: url(/assets/img/common/ico_btn_w_l.png) no-repeat;
  background-size: contain;
}
.l-contentsMailReceive > div > ul > li > div {
  display: none;
  border-top: 1px #dee9ef solid;
  padding: 54px 0 62px;
}
.l-contentsMailReceive > div > ul > li > div > div {
  margin-top: 74px;
  padding: 0 37px;
}
.l-contentsMailReceive > div > ul > li > div > div:first-child {
  margin-top: 0px;
}
.l-contentsMailReceive > div > ul > li > div > section {
  margin-top: 74px;
  padding: 0 37px;
}
.l-contentsMailReceive > div > ul > li > div > section:first-child {
  margin-top: 0px;
}
.l-contentsMailReceive > div > ul > li > div > section > section + section {
  margin-top: 48px !important;
}
.l-contentsMailReceive > div section h2,
.l-contentsMailReceive > div div h2 {
  font-size: 2.8rem;
}
.l-contentsMailReceive > div section h2 + section,
.l-contentsMailReceive > div div h2 + section {
  margin-top: 48px;
}
.l-contentsMailReceive > div section h2 + p,
.l-contentsMailReceive > div div h2 + p {
  margin-top: 22px;
}
.l-contentsMailReceive > div section h3,
.l-contentsMailReceive > div div h3 {
  font-size: 2.4rem;
}
.l-contentsMailReceive > div section h3 + ul, .l-contentsMailReceive > div section h3 + p,
.l-contentsMailReceive > div div h3 + ul,
.l-contentsMailReceive > div div h3 + p {
  margin-top: 22px;
  line-height: 1.6;
}
.l-contentsMailReceive > div section p + .img,
.l-contentsMailReceive > div div p + .img {
  margin-top: 25px;
}
.l-contentsMailReceive > div section p + .img > img,
.l-contentsMailReceive > div div p + .img > img {
  width: 361px;
}
.l-contentsMailReceive > div section p + .caution,
.l-contentsMailReceive > div div p + .caution {
  margin-top: 11px;
}
.l-contentsMailReceive > div section p + .btn,
.l-contentsMailReceive > div div p + .btn {
  margin-top: 37px;
}
.l-contentsMailReceive > div section .caution,
.l-contentsMailReceive > div div .caution {
  font-size: 1.4rem;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
.l-contentsMailReceive > div section .img ul,
.l-contentsMailReceive > div div .img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 24px;
}
.l-contentsMailReceive > div section .img ul li,
.l-contentsMailReceive > div div .img ul li {
  width: 52%;
}
.l-contentsMailReceive > div section .img ul li:first-child,
.l-contentsMailReceive > div div .img ul li:first-child {
  width: 43%;
}
.l-contentsMailReceive > div section .img ul li img,
.l-contentsMailReceive > div div .img ul li img {
  width: 100%;
}
.l-contentsMailReceive > div section .img ul li span,
.l-contentsMailReceive > div div .img ul li span {
  margin-top: 11px;
  display: inline-block;
}
.l-contentsMailReceive > div section .copyArea,
.l-contentsMailReceive > div div .copyArea {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-contentsMailReceive > div section .copyArea p,
.l-contentsMailReceive > div div .copyArea p {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300;
  border: 1px #5b93ad solid;
  width: 65.5%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 71px;
}
.l-contentsMailReceive > div section .copyArea .btn,
.l-contentsMailReceive > div div .copyArea .btn {
  margin-top: 0;
  position: relative;
}
.l-contentsMailReceive > div section .copyArea .btn .c-btn--blue,
.l-contentsMailReceive > div div .copyArea .btn .c-btn--blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 100%;
  height: 71px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
}
.l-contentsMailReceive > div section .copyArea .btn > p,
.l-contentsMailReceive > div div .copyArea .btn > p {
  font-size: 1.6rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 56px;
  font-family: "Noto Sans JP", serif !important;
  z-index: -1;
}
.l-contentsMailReceive > div section .copyArea .btn > p:before,
.l-contentsMailReceive > div div .copyArea .btn > p:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.75) transparent;
  border-width: 20px 8px 0 8px;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
.l-contentsMailReceive > div section .copyArea .btn > p.view,
.l-contentsMailReceive > div div .copyArea .btn > p.view {
  opacity: 1;
  top: -75px;
  z-index: 1;
}
.l-contentsMailReceive > div section .settingMethod,
.l-contentsMailReceive > div div .settingMethod {
  margin-top: 53px;
}
.l-contentsMailReceive > div section .settingMethod p,
.l-contentsMailReceive > div div .settingMethod p {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif !important;
}
.l-contentsMailReceive > div section .settingMethod ul,
.l-contentsMailReceive > div div .settingMethod ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
}
.l-contentsMailReceive > div section .settingMethod ul li,
.l-contentsMailReceive > div div .settingMethod ul li {
  width: 32%;
}

@media screen and (max-width: 769px) {
  .l-contentsMailReceive {
    width: 100%;
    padding: 0 15px 50px;
    margin: 49px auto 0;
  }
  .l-contentsMailReceive > div > ul {
    margin-top: 27px;
  }
  .l-contentsMailReceive > div > ul > li {
    margin-top: 10px;
  }
  .l-contentsMailReceive > div > ul > li > a {
    font-size: 1.5rem;
    padding: 19px 39px 18px 13px;
    height: auto;
  }
  .l-contentsMailReceive > div > ul > li > a:after {
    width: 8px;
    height: 14px;
    right: 15px;
    background: url(/assets/img/common/ico_btn_b__l_sp.png) no-repeat;
    background-size: contain;
    margin-top: -6px;
  }
  .l-contentsMailReceive > div > ul > li > a:before {
    display: none;
  }
  .l-contentsMailReceive > div > ul > li > a.open:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    margin: -5px 0 0 0;
    background: url(/assets/img/common/ico_btn_b__l_sp.png) no-repeat;
    background-size: contain;
  }
  .l-contentsMailReceive > div > ul > li > a:hover {
    border: 0;
    background-color: #fff;
  }
  .l-contentsMailReceive > div > ul > li > a:hover:after {
    width: 8px;
    height: 14px;
    right: 15px;
    background: url(/assets/img/common/ico_btn_b__l_sp.png) no-repeat;
    background-size: contain;
    margin-top: -6px;
  }
  .l-contentsMailReceive > div > ul > li > div {
    /*display: none;*/
    border-top: 1px #dee9ef solid;
    padding: 24px 0 20px;
  }
  .l-contentsMailReceive > div > ul > li > div > div {
    margin-top: 45px;
    padding: 0 14px;
  }
  .l-contentsMailReceive > div > ul > li > div > div:first-child {
    margin-top: 0px;
  }
  .l-contentsMailReceive > div > ul > li > div > div > section + section {
    margin-top: 19px !important;
  }
  .l-contentsMailReceive > div > ul > li > div > section {
    margin-top: 45px;
    padding: 0 14px;
  }
  .l-contentsMailReceive > div > ul > li > div > section:first-child {
    margin-top: 0px;
  }
  .l-contentsMailReceive > div > ul > li > div > section > section + section {
    margin-top: 19px !important;
  }
  .l-contentsMailReceive > div section,
.l-contentsMailReceive > div div {
    font-size: 1.4rem;
  }
  .l-contentsMailReceive > div section h2,
.l-contentsMailReceive > div div h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .l-contentsMailReceive > div section h2 + section,
.l-contentsMailReceive > div div h2 + section {
    margin-top: 17px;
  }
  .l-contentsMailReceive > div section h2 + p,
.l-contentsMailReceive > div div h2 + p {
    margin-top: 9px;
    line-height: 1.6;
  }
  .l-contentsMailReceive > div section h3,
.l-contentsMailReceive > div div h3 {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .l-contentsMailReceive > div section h3 + ul, .l-contentsMailReceive > div section h3 + p,
.l-contentsMailReceive > div div h3 + ul,
.l-contentsMailReceive > div div h3 + p {
    margin-top: 12px;
    line-height: 1.6;
  }
  .l-contentsMailReceive > div section p + .img,
.l-contentsMailReceive > div div p + .img {
    margin-top: 20px;
  }
  .l-contentsMailReceive > div section p + .img > img,
.l-contentsMailReceive > div div p + .img > img {
    width: 100%;
  }
  .l-contentsMailReceive > div section p + .caution,
.l-contentsMailReceive > div div p + .caution {
    margin-top: 8px;
  }
  .l-contentsMailReceive > div section p + .btn,
.l-contentsMailReceive > div div p + .btn {
    margin-top: 21px;
  }
  .l-contentsMailReceive > div section ul li,
.l-contentsMailReceive > div div ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contentsMailReceive > div section .caution,
.l-contentsMailReceive > div div .caution {
    font-size: 1.2rem;
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contentsMailReceive > div section .img ul,
.l-contentsMailReceive > div div .img ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
  }
  .l-contentsMailReceive > div section .img ul li,
.l-contentsMailReceive > div div .img ul li {
    width: 100%;
    padding-left: 0;
    text-indent: 0;
    margin-top: 25px;
  }
  .l-contentsMailReceive > div section .img ul li:first-child,
.l-contentsMailReceive > div div .img ul li:first-child {
    width: 100%;
    margin-top: 0;
  }
  .l-contentsMailReceive > div section .img ul li img,
.l-contentsMailReceive > div div .img ul li img {
    width: 100%;
  }
  .l-contentsMailReceive > div section .img ul li span,
.l-contentsMailReceive > div div .img ul li span {
    margin-top: 11px;
    display: inline-block;
  }
  .l-contentsMailReceive > div section .copyArea,
.l-contentsMailReceive > div div .copyArea {
    margin-top: 19px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-contentsMailReceive > div section .copyArea p,
.l-contentsMailReceive > div div .copyArea p {
    font-size: 1.5rem;
    width: 100%;
    height: 51px;
  }
  .l-contentsMailReceive > div section .copyArea .btn,
.l-contentsMailReceive > div div .copyArea .btn {
    margin-top: 19px;
    width: 100%;
  }
  .l-contentsMailReceive > div section .copyArea .btn .c-btn--blue,
.l-contentsMailReceive > div div .copyArea .btn .c-btn--blue {
    height: 50px;
  }
  .l-contentsMailReceive > div section .copyArea .btn > p,
.l-contentsMailReceive > div div .copyArea .btn > p {
    font-size: 1.4rem;
    width: 76%;
    left: calc(50% - 38%);
    height: 43px;
  }
  .l-contentsMailReceive > div section .copyArea .btn > p:before,
.l-contentsMailReceive > div div .copyArea .btn > p:before {
    bottom: auto;
    top: -15px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    border-width: 16px 9px 0 9px;
  }
  .l-contentsMailReceive > div section .copyArea .btn > p.view,
.l-contentsMailReceive > div div .copyArea .btn > p.view {
    top: 64px;
  }
  .l-contentsMailReceive > div section .settingMethod,
.l-contentsMailReceive > div div .settingMethod {
    margin-top: 44px;
  }
  .l-contentsMailReceive > div section .settingMethod p,
.l-contentsMailReceive > div div .settingMethod p {
    font-size: 1.7rem;
  }
  .l-contentsMailReceive > div section .settingMethod ul,
.l-contentsMailReceive > div div .settingMethod ul {
    margin-top: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-contentsMailReceive > div section .settingMethod ul li,
.l-contentsMailReceive > div div .settingMethod ul li {
    text-indent: 0;
    padding-left: 0;
    width: 100%;
    margin-top: 19px;
  }
  .l-contentsMailReceive > div section .settingMethod ul li:nth-of-type(1),
.l-contentsMailReceive > div div .settingMethod ul li:nth-of-type(1) {
    margin-top: 0;
  }
  .l-contentsMailReceive > div section .settingMethod ul li a,
.l-contentsMailReceive > div div .settingMethod ul li a {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */