@charset "UTF-8";
.scroll {
  overflow: auto;
}

/*====================================================================
PC CSS
====================================================================*/
@media screen and (min-width: 1080px) {
  .mv {
    background: #feffdb;
    display: flex;
    justify-content: center;
  }
  .mv .wrap-mv {
    background: url(/lp/mail/images/mail-head-bg.png) no-repeat;
    background-size: 1080px;
    background-position: center;
    height: 302px;
    width: 1080px;
  }
  .mv .wrap-mv-sp {
    display: none;
  }
  .mv h2 {
    margin: 47px 78px 28px 78px;
  }
  .mv p {
    font-size: 25px;
    line-height: 1.5;
    margin: 0 80px;
  }
  .mv img {
    width: 374px;
    height: 102px;
  }
  .btn-newuser {
    padding: 56px 0;
    background: #fff;
  }
  .btn-newuser a {
    width: 600px;
    padding: 21px;
    background: #59bf43;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 21px;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 8px rgba(200, 200, 200, 0.63);
    position: relative;
  }
  .btn-newuser a:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
    color: #fff;
  }
  .btn-newuser a span {
    background: #fdff72;
    color: #59bf43;
    padding: 3px 10px 5px;
    border-radius: 3px;
    margin-right: 9px;
  }
  .mail-title {
    background-color: #ffe78e;
    display: flex;
    height: 90px;
    align-items: center;
  }
  .mail-title .mail-title-wrap {
    width: 1080px;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .mail-title .mail-title-wrap img {
    width: 53px;
    height: auto;
  }
  .mail-title .mail-title-wrap .title {
    margin-left: 21px;
  }
  .mail-title .mail-title-wrap .title h1 {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .mail-title .mail-title-wrap .title p {
    font-size: 14px;
  }
  .mail-merit {
    background: #feffeb;
    padding: 50px;
    text-align: center;
  }
  .mail-merit h2 {
    font-size: 26px;
    margin-top: 0;
    position: relative;
    text-align: center;
  }
  .mail-merit h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 110px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .mail-merit ul {
    display: flex;
    width: 788px;
    margin: auto;
    padding-top: 28px;
    justify-content: space-between;
  }
  .mail-merit ul li {
    width: 250px;
  }
  .mail-merit ul img {
    width: 127px;
    height: auto;
    margin: auto;
    padding-bottom: 21px;
  }
  .mail-merit ul p {
    line-height: 1.6;
    font-size: 18px;
    font-weight: bold;
  }
  .mail-kinds {
    background: #fff;
    padding-top: 50px;
    text-align: center;
  }
  .mail-kinds h2 {
    font-size: 26px;
    margin-top: 0;
    position: relative;
    text-align: center;
  }
  .mail-kinds h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 110px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .mail-kinds ul {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin: auto;
    padding-top: 36px;
    justify-content: space-between;
  }
  .mail-kinds ul li {
    width: 430px;
    margin-bottom: 64px;
    display: flex;
  }
  .mail-kinds ul li img {
    width: 110px;
    height: auto;
  }
  .mail-kinds ul li .mail-kinds-right {
    margin-left: 21px;
  }
  .mail-kinds ul li .mail-kinds-right h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 9px;
    text-align: left;
  }
  .mail-kinds ul li .mail-kinds-right p {
    line-height: 1.8;
    font-size: 16px;
    text-align: left;
  }
  .mail-use {
    background: #fff;
    text-align: center;
  }
  .mail-use h2 {
    font-size: 26px;
    margin-top: 0;
    position: relative;
    text-align: center;
  }
  .mail-use h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 110px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .mail-use ul {
    display: flex;
    width: 860px;
    margin: auto;
    padding-top: 6px;
    justify-content: space-between;
  }
  .mail-use ul li {
    position: relative;
    height: 343px;
    width: 267px;
  }
  .mail-use ul li img {
    position: absolute;
    height: 343px;
    width: 267px;
  }
  .mail-use ul li p {
    position: relative;
    font-size: 16px;
    margin: 224px 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    height: 67px;
  }
  .mail-use ul img {
    width: 127px;
    height: auto;
    margin: auto;
    padding-bottom: 21px;
  }
  .mail-use ul p {
    line-height: 1.6;
    font-size: 21px;
    font-weight: bold;
  }
  .mail-use a {
    color: #59bf43;
    text-decoration: underline;
  }
  .mail-use-sp {
    display: none;
  }
}
/*====================================================================
タブレット/sp CSS
====================================================================*/
@media screen and (max-width: 1079px) {
  .mail-title {
    background-color: #ffe78e;
    display: flex;
    height: 60px;
    align-items: center;
  }
  .mail-title .mail-title-wrap {
    display: flex;
    align-items: center;
    margin-left: 2.8vh;
  }
  .mail-title .mail-title-wrap img {
    width: 14%;
    height: auto;
  }
  .mail-title .mail-title-wrap .title {
    margin-left: 12px;
  }
  .mail-title .mail-title-wrap .title h1 {
    font-size: 1.2em;
  }
  .mail-title .mail-title-wrap .title p {
    font-size: 1em;
  }
  .mv {
    background: #feffdb;
    display: flex;
    justify-content: center;
  }
  .mv .wrap-mv {
    display: none;
  }
  .mv .wrap-mv-sp img {
    width: 100%;
  }
  .btn-newuser {
    background: #fff;
    padding: 24px 6vw;
  }
  .btn-newuser a {
    width: 100%;
    padding: 21px;
    background: #59bf43;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 0.9em;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 5px rgba(200, 200, 200, 0.63);
    position: relative;
  }
  .btn-newuser a:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
    color: #fff;
  }
  .btn-newuser a::after {
    content: "";
    position: absolute;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    right: 21px;
    background-image: url(/lp/mail/images/right_yajirusi.png);
  }
  .btn-newuser a span {
    background: #fdff72;
    color: #59bf43;
    padding: 3px 10px 5px;
    border-radius: 3px;
    margin-right: 9px;
  }
  .mail-merit {
    background: #feffeb;
    padding: 32px 4vw;
    text-align: center;
  }
  .mail-merit h2 {
    font-size: 1.1em;
    margin-top: 0;
    position: relative;
    text-align: center;
  }
  .mail-merit h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 110px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .mail-merit ul {
    display: flex;
    width: 100%;
    padding-top: 28px;
    flex-wrap: wrap;
  }
  .mail-merit ul li {
    width: 50%;
    padding-bottom: 21px;
  }
  .mail-merit ul li:first-child {
    width: 100%;
  }
  .mail-merit ul img {
    height: auto;
    width: 13vh;
    margin: auto;
    padding-bottom: 21px;
  }
  .mail-merit ul p {
    line-height: 1.6;
    font-size: 0.9em;
    font-weight: bold;
  }
  .mail-kinds {
    background: #fff;
    text-align: center;
    padding: 32px 4vw;
  }
  .mail-kinds h2 {
    font-size: 1.1em;
    margin-top: 0;
    position: relative;
    text-align: center;
  }
  .mail-kinds h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 110px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .mail-kinds ul {
    flex-wrap: wrap;
    margin: auto;
    padding-top: 36px;
    justify-content: space-between;
    display: flex;
  }
  .mail-kinds ul li {
    margin-bottom: 36px;
    width: 48%;
  }
  .mail-kinds ul li img {
    width: 13vh;
    height: auto;
    margin: auto;
  }
  .mail-kinds ul li .mail-kinds-right {
    margin-top: 12px;
  }
  .mail-kinds ul li .mail-kinds-right h3 {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 9px;
    text-align: center;
  }
  .mail-kinds ul li .mail-kinds-right p {
    line-height: 1.8;
    font-size: 0.8em;
    text-align: left;
  }
  .mail-kinds ul li:last-child,
  .mail-kinds ul li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
  .mail-use {
    display: none;
  }
  .mail-use-sp {
    background: #fff;
    padding: 32px 4vw;
    text-align: center;
  }
  .mail-use-sp h2 {
    font-size: 1.1em;
    margin-top: 0;
    position: relative;
    text-align: center;
  }
  .mail-use-sp h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 50px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .mail-use-sp ul {
    position: relative;
    max-width: 446px;
    margin: auto;
    padding-bottom: 24px;
  }
  .mail-use-sp ul li {
    position: relative;
    height: 25vh;
    display: flex;
    align-items: center;
  }
  .mail-use-sp ul li img {
    position: absolute;
    width: 100%;
  }
  .mail-use-sp ul li p {
    position: relative;
    font-size: 0.9em;
    text-align: left;
    top: 2vh;
    left: 38%;
    width: 57%;
  }
  .mail-use-sp p {
    line-height: 1.6;
    font-size: 0.9em;
  }
  .mail-use-sp a {
    color: #59bf43;
    text-decoration: underline;
  }
}/*# sourceMappingURL=style.css.map */