/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
body .inter {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
body a {
  color: inherit;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body a:focus-visible {
  outline: 2px solid #000;
}
body img {
  vertical-align: bottom;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}

@media screen and (min-width: 768px), print {
  body {
    min-width: 980px;
  }
  main {
    position: relative;
  }
  header {
    width: 100%;
    height: 96px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  header:before {
    content: "";
    width: 100%;
    height: 16px;
    display: block;
    background: #cc0000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  header p.logo {
    width: 250px;
    height: 60px;
    position: relative;
    z-index: 1;
    background: url("../images/bg_header.png") no-repeat left top/contain;
  }
  header p.logo a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }
  header p.logo a img {
    margin: 16px 0 0 33px;
    width: 140px;
    height: 33px;
    display: block;
  }
  header p.copy {
    position: absolute;
    top: 30px;
    left: 240px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.012em;
    color: #000;
  }
  article {
    padding-top: 150px;
    background: #EFF6F7;
  }
  article.is_pc {
    zoom: 80%;
  }
  article section {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  article section .inner {
    margin: 0 auto;
    width: 960px;
    position: relative;
  }
  article section .inner h2 {
    font-weight: 500;
  }
  article section .inner h2.headline {
    padding-bottom: 56px;
    position: relative;
    text-align: center;
    line-height: 5.2rem;
    font-size: 3.6rem;
    color: #707070;
  }
  article section ul.cv_btns {
    margin: 0 auto;
    width: 900px;
  }
  article section ul.cv_btns:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  article section ul.cv_btns li {
    width: 400px;
  }
  article section ul.cv_btns li.btn_02_area {
    width: 520px;
  }
  article section ul.cv_btns li.register {
    float: left;
  }
  article section ul.cv_btns li.register p.btn > a {
    background: #FFFFFF;
    color: #CC0000;
  }
  article section ul.cv_btns li.login {
    float: right;
  }
  article section ul.cv_btns li.login p.btn > a {
    background: #CC0000;
    color: #ffffff;
    box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.4), inset -3px -3px 5px rgba(0, 0, 0, 0.5);
  }
  article section ul.cv_btns li.login p.btn_02 > a{
    font-size: 2.2rem;
  }
  article section ul.cv_btns li p.title {
    margin-bottom: 20px;
    text-align: center;
    line-height: 2.9rem;
    font-size: 2rem;
    font-weight: 500;
    color: #707070;
  }
  article section ul.cv_btns li p.btn > a {
    margin-bottom: 15px;
    padding: 10px 20px;
    width: 100%;
    min-height: 70px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.4), inset -3px -3px 5px rgba(0, 0, 0, 0.4);
    line-height: 4.4rem;
    font-size: 3rem;
    font-weight: 500;
    display: block;
    position: relative;
  }
  article section ul.cv_btns li p.btn > a:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    pointer-events: none;
    transform-style: preserve-3d;
    transition-property: background;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  article section ul.cv_btns li p.btn > a:hover:after {
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
  }
  article section ul.cv_btns li p.btn > a svg {
    margin-left: 10px;
  }
  article section ul.cv_btns li p.btn small {
    display: block;
    text-align: center;
  }
  article section ul.cv_btns li p.btn small a {
    padding: 10px;
    display: inline-block;
    border-bottom: 1px solid #707070;
    line-height: 2.6rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #707070;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  article section ul.cv_btns li p.btn small a:hover {
    opacity: 0.8;
  }
  article section.hero {
    margin-bottom: 60px;
    background: url("../images/img_hero_pc.png") no-repeat center top/1200px auto;
  }
  article section.hero h1 {
    margin-top: 396px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 5.8rem;
    font-size: 4rem;
    color: #0F0F55;
    letter-spacing: calc(200em / 1000);
  }
  article section.convenience {
    padding-top: 110px;
    margin-bottom: 150px;
  }
  article section.convenience h2.headline {
    margin-bottom: 54px;
    color: #0F0F55;
  }
  article section.convenience ol.step4 {
    margin-bottom: 150px;
    display: flex;
    gap: 27px;
  }
  article section.convenience ol.step4 li {
    width: 220px;
  }
  article section.convenience ol.step4 li a {
    height: 100%;
    display: block;
    box-shadow: 15px 15px 20px #D2DCE6, -10px -10px 20px #FAFFFF;
    border-radius: 10px;
    transform-style: preserve-3d;
    transition-property: background;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  article section.convenience ol.step4 li a:hover {
    background: #ffffff;
  }
  article section.convenience ol.step4 li a dl {
    position: relative;
    padding-top: 76px;
    padding-bottom: 20px;
  }
  article section.convenience ol.step4 li a dl dt {
    position: absolute;
    top: -55px;
    left: calc(50% - 55px);
    text-align: center;
  }
  article section.convenience ol.step4 li a dl dt img {
    width: 110px;
    height: auto;
  }
  article section.convenience ol.step4 li a dl dd.image {
    margin-bottom: 10px;
    text-align: center;
  }
  article section.convenience ol.step4 li a dl dd.image img {
    width: 105px;
    height: auto;
  }
  article section.convenience ol.step4 li a dl dd.text {
    padding-bottom: 34px;
    position: relative;
    text-align: center;
    line-height: 3rem;
    font-size: 2rem;
    font-weight: 500;
    color: #0F0F55;
  }
  article section.convenience ol.step4 li a dl dd.text:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/icon_arrow_small.png") no-repeat center bottom/20px auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    speak: none;
  }
  article section.convenience .about_yubin_id {
    padding: 54px 0 61px 0;
    width: 100%;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  article section.convenience .about_yubin_id h3 {
    margin-bottom: 40px;
    color: #CC0000;
  }
  article section.convenience .about_yubin_id h3 small {
    margin-bottom: 27px;
    padding: 0 46px;
    display: inline-block;
    position: relative;
    line-height: 3rem;
    font-size: 2rem;
    font-weight: 500;
  }
  article section.convenience .about_yubin_id h3 small:before, article section.convenience .about_yubin_id h3 small:after {
    content: "";
    width: 2px;
    height: 62px;
    display: block;
    background: #CC0000;
    position: absolute;
    top: calc(50% - 31px);
  }
  article section.convenience .about_yubin_id h3 small:before {
    left: 5px;
    transform: rotate(-30deg);
  }
  article section.convenience .about_yubin_id h3 small:after {
    right: 5px;
    transform: rotate(30deg);
  }
  article section.convenience .about_yubin_id h3 span {
    display: block;
    line-height: 5.1rem;
    font-size: 3.5rem;
    font-weight: 500;
  }
  article section.convenience .about_yubin_id p.text {
    margin: 0 auto;
    width: 560px;
    position: relative;
    z-index: 2;
    line-height: 3.6rem;
    font-size: 1.8rem;
    color: #707070;
  }
  article section.convenience .about_yubin_id p.image {
    position: absolute;
    left: 51px;
    bottom: 57px;
    z-index: 1;
  }
  article section.convenience .about_yubin_id p.image img {
    width: 211.5px;
    height: auto;
  }
  article section.point {
    padding-bottom: 150px;
  }
  article section.point h2 {
    margin-bottom: 80px;
    text-align: center;
  }
  article section.point h2 small, article section.point h2 span {
    display: block;
  }
  article section.point h2 small {
    margin-bottom: 20px;
  }
  article section.point h2 small img {
    width: 110px;
    height: auto;
  }
  article section.point h2 span {
    line-height: 5.2rem;
    font-size: 3.6rem;
    font-weight: 500;
    color: #0F0F55;
  }
  article section.point h3 {
    margin: 81px 0 44px 0;
    text-align: center;
  }
  article section.point h3 span {
    padding: 0 70px;
    display: inline-block;
    position: relative;
    line-height: 3.7rem;
    font-size: 2.6rem;
    font-weight: 500;
    color: #707070;
  }
  article section.point h3 span:before, article section.point h3 span:after {
    content: "";
    width: 41px;
    height: 21px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    background: no-repeat center center/contain;
  }
  article section.point h3 span:before {
    left: 0;
    background-image: url("../images/icon_title_left.png");
  }
  article section.point h3 span:after {
    right: 0;
    background-image: url("../images/icon_title_right.png");
  }
  article section.point ul.contents {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 38px 54px;
  }
  article section.point ul.contents li {
    width: calc(50% - 28px);
  }
  article section.point ul.contents li a {
    height: 100%;
    display: block;
    box-shadow: 15px 15px 20px #D2DCE6, -10px -10px 20px #FAFFFF;
    border-radius: 10px;
    position: relative;
    transform-style: preserve-3d;
    transition-property: background;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  article section.point ul.contents li a:hover {
    background: #ffffff;
  }
  article section.point ul.contents li a dl {
    padding: 25px 30px 96px 30px;
  }
  article section.point ul.contents li a dl dt {
    margin-bottom: 22px;
    padding: 0 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: left;
    border-bottom: 2px solid #707070;
    position: relative;
    overflow: hidden;
  }
  article section.point ul.contents li a dl dt.icon_yubinapp, article section.point ul.contents li a dl dt.icon_yupack, article section.point ul.contents li a dl dt.icon_yubinkyoku, article section.point ul.contents li a dl dt.icon_mypost {
    padding-right: 70px;
  }
  article section.point ul.contents li a dl dt.icon_yubinapp:after, article section.point ul.contents li a dl dt.icon_yupack:after, article section.point ul.contents li a dl dt.icon_yubinkyoku:after, article section.point ul.contents li a dl dt.icon_mypost:after, article section.point ul.contents li a dl dt.icon_etn:after,article section.point ul.contents li a dl dt.icon_app:after, article section.point ul.contents li a dl dt.icon_yuyupoint:after{
    content: "";
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: no-repeat center center/contain;
  }
  article section.point ul.contents li a dl dt.icon_yubinapp:after {
    background-image: url("../images/icon_point_yubinapp.png");
  }
  article section.point ul.contents li a dl dt.icon_yupack:after {
    background-image: url("../images/icon_point_yupack.png");
  }
  article section.point ul.contents li a dl dt.icon_yuyupoint{overflow: inherit;}
  article section.point ul.contents li a dl dt.icon_yuyupoint:after {
    background-image: url("../images/icon_yuyupoint.png");
  }
  article section.point ul.contents li a dl dt.icon_yuyupoint::before{
    content: "";
    top: -10px;
    right: 40px;
    position: absolute;
    background-image: url("../images/icon_new.png");
    width: 40px;
    height: 18px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  article section.point ul.contents li a dl dt.icon_yubinkyoku:after {
    background-image: url("../images/icon_point_yubinkyoku.png");
  }
  article section.point ul.contents li a dl dt.icon_etn:after {
    background-image: url("../images/icon_etn.png");
  }
  article section.point ul.contents li a dl dt.icon_app:after {
    background-image: url("../images/icon_app.png");
  }
  article section.point ul.contents li a dl dt.icon_mypost:after {
    background-image: url("../images/icon_point_mypost.png");
  }
  article section.point ul.contents li a dl dt span.image img {
    width: auto;
    height: 80px;
  }
  article section.point ul.contents li a dl dt span.title {
    margin-left: 12px;
    min-height: 7rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 3.5rem;
    font-size: 2.4rem;
    font-weight: 500;
    color: #0F0F55;
  }
  article section.point ul.contents li a dl dt span.title > span {
    display: block;
  }
  article section.point ul.contents li a dl dt span.title small {
    display: block;
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
  article section.point ul.contents li a dl dd {
    line-height: 3.2rem;
    font-size: 1.8rem;
    color: #707070;
  }
  article section.point ul.contents li a dl dd small {
    padding-top: 10px;
    padding-left: 1em;
    display: block;
    line-height: 2.6rem;
  }
  article section.point ul.contents li a dl dd small span {
    margin-left: -1em;
    float: left;
    display: block;
  }
  article section.point ul.contents li a p.more {
    padding: 0 60px 0 10px;
    position: absolute;
    right: 42px;
    bottom: 30px;
    display: inline-block;
    border-radius: 5px;
    background: #647382;
    line-height: 3.4rem;
    font-size: 1.6rem;
    color: #ffffff;
  }
  article section.point ul.contents li a p.more:after {
    content: "";
    width: 65px;
    height: 5px;
    display: block;
    position: absolute;
    right: -22px;
    top: calc(50% - 3px);
    background: url("../images/icon_btn_more.png") no-repeat center center/contain;
  }
  article section.point.point1 .app_info {
    margin-top: 70px;
    padding: 20px 30px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
  }
  article section.point.point1 .app_info:before {
    content: "";
    width: 50px;
    height: 40px;
    display: block;
    background: #ffffff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    top: -39px;
    left: 200px;
  }
  article section.point.point1 .app_info > p {
    display: flex;
    align-items: center;
    gap: 20px;
    float: left;
  }
  article section.point.point1 .app_info > p span {
    display: block;
  }
  article section.point.point1 .app_info > p span.icon img {
    width: 88px;
    height: auto;
  }
  article section.point.point1 .app_info > p span.text {
    line-height: 3.2rem;
    font-size: 2.2rem;
    font-weight: 600;
    color: #707070;
  }
  article section.point.point1 .app_info > p span.text a {
    text-decoration: underline;
  }
  article section.point.point1 .app_info ul {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  article section.point.point1 .app_info ul li {
    width: 160px;
    text-align: center;
  }
  article section.point.point1 .app_info ul li p.banner {
    width: 100%;
  }
  article section.point.point1 .app_info ul li p.banner img {
    width: auto;
    height: 45px;
  }
  article section.point.point1 .app_info ul li p.qr {
    width: 100%;
  }
  article section.point.point1 .app_info ul li p.qr img {
    width: 140px;
    height: auto;
  }
  article section.point.point2 p.bg {
    position: absolute;
    right: 0;
    bottom: -56px;
  }
  article section.point.point2 p.bg img {
    width: 400px;
    height: auto;
  }
  article section.point.point3 h2 {
    margin-bottom: 60px;
  }
  article section.point.point3 p.bg {
    position: absolute;
    right: 124px;
    bottom: 0;
  }
  article section.point.point3 p.bg img {
    width: 230px;
    height: auto;
  }
  article section.point.point4 h2 {
    margin-bottom: 60px;
  }
  article section.step h2 {
    margin-bottom: 56px;
  }
  article section.step ol.step3 {
    margin-bottom: 200px;
    display: flex;
    align-items: stretch;
    gap: 14px;
  }
  article section.step ol.step3 li {
    width: 280px;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
  article section.step ol.step3 li dl {
    position: relative;
    text-align: center;
  }
  article section.step ol.step3 li dl dt {
    position: absolute;
    top: -55px;
    left: calc(50% - 55px);
  }
  article section.step ol.step3 li dl dt img {
    width: 110px;
    height: auto;
  }
  article section.step ol.step3 li dl dd.image {
    padding: 90px 0 12px 0;
  }
  article section.step ol.step3 li dl dd.image img {
    width: 90px;
    height: auto;
  }
  article section.step ol.step3 li dl dd.text {
    padding: 30px;
    line-height: 2.9rem;
    font-size: 2rem;
    font-weight: 500;
    color: #193C78;
  }
  article section.step ol.step3 li.step3_arrow {
    width: auto;
    background: none;
    box-shadow: none;
    display: flex;
    align-items: center;
  }
  article section.step ol.step3 li.step3_arrow span {
    display: block;
    background: #193C78;
    height: 37.2390923627px;
    width: 33px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  article section.cv {
    margin-bottom: 146px;
  }
  article section.service {
    padding-bottom: 200px;
  }
  article section.service h2.headline {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  article section.service ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 45px;
  }
  article section.service ul li {
    width: 290px;
  }
  article section.service ul li a {
    padding: 0 25px;
    height: 100%;
    box-sizing: border-box;
    display: block;
    box-shadow: 15px 15px 20px #D2DCE6, -10px -10px 20px #FAFFFF;
    border-radius: 10px;
    position: relative;
    transform-style: preserve-3d;
    transition-property: background;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  article section.service ul li a:hover {
    background: #ffffff;
  }
  article section.service ul li a dl {
    margin-bottom: 94px;
    overflow: hidden;
  }
  article section.service ul li a dl dt {
    margin-top: 35px;
    margin-bottom: 25px;
    position: relative;
  }
  article section.service ul li a dl dt:after {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    right: 0;
    background: url("../images/icon_service.png") no-repeat center center/contain;
  }
  article section.service ul li a dl dt img {
    width: auto;
    height: 60px;
  }
  article section.service ul li a dl dd {
    line-height: 3.2rem;
    font-size: 1.6rem;
    color: #707070;
  }
  article section.service ul li a p.more {
    padding: 0 60px 0 10px;
    position: absolute;
    right: 37px;
    bottom: 35px;
    display: inline-block;
    border-radius: 5px;
    background: #647382;
    line-height: 3.4rem;
    font-size: 1.6rem;
    color: #ffffff;
  }
  article section.service ul li a p.more:after {
    content: "";
    width: 65px;
    height: 5px;
    display: block;
    position: absolute;
    right: -22px;
    top: calc(50% - 3px);
    background: url("../images/icon_btn_more.png") no-repeat center center/contain;
  }
  article section.contact {
    text-align: center;
  }
  article section.contact h2.headline {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  article section.contact .frame {
    margin-bottom: 50px;
    padding: 50px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #707070;
  }
  article section.contact .frame h3 {
    margin-bottom: 40px;
    line-height: 3.6rem;
    font-size: 2.4rem;
    font-weight: 500;
  }
  article section.contact .frame h3 small {
    padding-top: 20px;
    display: block;
    line-height: 2.5rem;
    font-size: 1.4rem;
    font-weight: 400;
  }
  article section.contact .frame h4 {
    margin-bottom: 30px;
    text-align: center;
  }
  article section.contact .frame h4 span {
    padding: 0 70px;
    display: inline-block;
    position: relative;
    line-height: 3.6rem;
    font-size: 2rem;
    font-weight: 500;
    color: #707070;
  }
  article section.contact .frame h4 span:before, article section.contact .frame h4 span:after {
    content: "";
    width: 40px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    background: no-repeat center center/contain;
  }
  article section.contact .frame h4 span:before {
    left: 0;
    background-image: url("../images/icon_title_left.png");
  }
  article section.contact .frame h4 span:after {
    right: 0;
    background-image: url("../images/icon_title_right.png");
  }
  article section.contact .frame ul {
    margin-bottom: 34px;
    overflow: hidden;
  }
  article section.contact .frame ul li {
    width: 50%;
  }
  article section.contact .frame ul li.phone {
    float: left;
  }
  article section.contact .frame ul li.mobile {
    float: right;
  }
  article section.contact .frame ul li dl dt {
    margin-bottom: 23px;
    padding: 0 30px;
    display: inline-block;
    background: #707070;
    border-radius: 2rem;
    line-height: 4rem;
    font-size: 2rem;
    color: #ffffff;
  }
  article section.contact .frame ul li dl dd a {
    display: inline-block;
    line-height: 4.8rem;
    font-size: 4rem;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  article section.contact .frame ul li dl dd a:hover {
    opacity: 0.8;
  }
  article section.contact .frame ul li dl dd small {
    display: block;
    line-height: 1.9rem;
    font-size: 1.6rem;
  }
  article section.contact .frame p.time {
    margin: 0 auto 40px auto;
    padding: 0 70px;
    width: 700px;
    border: 2px solid #707070;
    box-sizing: border-box;
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: center;
  }
  article section.contact .frame p.time span, article section.contact .frame p.time small {
    display: block;
    line-height: 3.6rem;
  }
  article section.contact .frame p.time span {
    font-size: 1.8rem;
    font-weight: 500;
  }
  article section.contact .frame p.time span {
    font-size: 1.4rem;
  }
  article section.contact .frame p.for_email a {
    margin-bottom: 30px;
    padding-right: 14px;
    border-bottom: 1px solid #707070;
    display: inline-block;
    line-height: 3.6rem;
    font-size: 2rem;
    font-weight: 500;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  article section.contact .frame p.for_email a:hover {
    opacity: 0.8;
  }
  article section.contact .frame p.for_email a img {
    margin: 0 14px;
    width: 25px;
    height: auto;
    vertical-align: middle;
  }
  article section.contact .frame p.for_email small {
    display: block;
    line-height: 2.5rem;
    font-size: 1.4rem;
  }
  article section.contact ul.note {
    margin-bottom: 50px;
    display: inline-block;
  }
  article section.contact ul.note li {
    margin-left: 1em;
    text-align: left;
    line-height: 2.8rem;
    font-size: 1.4rem;
    color: #707070;
  }
  article section.contact ul.note li span {
    margin-left: -1em;
    float: left;
  }
  footer {
    position: relative;
  }
  footer .inner {
    padding: 0 76px;
  }
  footer ul.links {
    margin: 0 0 10px 0;
  }
  footer ul.links li {
    display: inline-block;
    line-height: 3.4rem;
    font-size: 1.3rem;
    color: #6d6d6d;
  }
  footer ul.links li a {
    display: inline-block;
    color: #6d6d6d;
  }
  footer ul.links li a:hover {
    text-decoration: underline;
  }
  footer ul.links li:before {
    margin: 0 28px;
    content: "|";
    display: inline-block;
    speak: none;
  }
  footer ul.links li:first-child:before {
    display: none;
  }
  footer .belt {
    width: 100%;
    height: 30px;
    background: #cc0001;
    overflow: hidden;
    line-height: 0;
  }
  footer .belt p.logo {
    margin: 10px 0 0 40px;
    float: left;
  }
  footer .belt p.logo img {
    width: 104px;
    height: auto;
  }
  footer .belt p.copyright {
    margin: 10px 15px 0 0;
    float: right;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  main {
    position: relative;
  }
  main .inner {
    padding: 0 8vw;
  }
  header {
    width: 100%;
    height: 52px;
    background: #cc0000;
    overflow: hidden;
  }
  header p.logo {
    margin: 12px auto 0 auto;
    width: 132px;
  }
  header p.logo a {
    width: 100%;
    display: block;
  }
  header p.logo a img {
    width: 100%;
    height: auto;
  }
  header p.copy {
    display: none;
  }
  article {
    background: #EFF6F7;
  }
  article section {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  article section .inner {
    position: relative;
  }
  article section .inner h2 {
    font-weight: 500;
  }
  article section .inner h2.headline {
    padding-bottom: 36px;
    position: relative;
    text-align: center;
    line-height: 3.3rem;
    font-size: 2.2rem;
    color: #707070;
  }
  article section ul.cv_btns:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  article section ul.cv_btns li {
    margin-bottom: 25px;
    width: 100%;
  }
  article section ul.cv_btns li.btn_02_area {
    width: 270px;
  }
  article section ul.cv_btns li.register p.btn > a {
    background: #FFFFFF;
    color: #CC0000;
  }
  article section ul.cv_btns li.login p.btn > a {
    background: #CC0000;
    color: #ffffff;
    font-size: 1.6rem;
  }
  article section ul.cv_btns li p.title {
    margin-top: 55px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 2.45rem;
    font-size: 1.7rem;
    font-weight: 500;
    color: #707070;
  }
  article section ul.cv_btns li p.btn {
    margin: 0 auto;
    width: 275px;
  }
  article section ul.cv_btns li p.btn > a {
    margin-bottom: 15px;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 7.5px;
    box-shadow: 3px 3px 2.5px rgba(0, 0, 0, 0.4), inset -1.5px -1.5px 2.5px rgba(0, 0, 0, 0.4);
    line-height: 2.9rem;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
  }
  article section ul.cv_btns li p.btn > a svg {
    width: 7px;
    height: auto;
    margin-left: 0;
    position: absolute;
    right: 20px;
  }
  article section ul.cv_btns li p.btn small {
    display: block;
    text-align: center;
  }
  article section ul.cv_btns li p.btn small a {
    padding: 10px;
    display: inline-block;
    border-bottom: 1px solid #707070;
    line-height: 2.2rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #707070;
  }
  article section.hero {
    margin-bottom: 20px;
    background: url("../images/img_hero_sp.png") no-repeat center top/100% auto;
  }
  article section.hero h1 {
    margin-top: 80%;
    margin-bottom: 20px;
    text-align: center;
    line-height: 4.25rem;
    font-size: 2.4rem;
    color: #0F0F55;
    letter-spacing: calc(30em / 1000);
  }
  article section.convenience {
    padding-top: 50px;
    margin-bottom: 75px;
  }
  article section.convenience h2.headline {
    margin-bottom: 30px;
    color: #0F0F55;
  }
  article section.convenience ol.step4 {
    margin-bottom: 75px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 62px 25px;
  }
  article section.convenience ol.step4 li {
    width: calc(50% - 12.5px);
  }
  article section.convenience ol.step4 li a {
    height: 100%;
    display: block;
    box-shadow: 7.5px 7.5px 10px #D2DCE6, -5px -5px 10px #FAFFFF;
    border-radius: 5px;
  }
  article section.convenience ol.step4 li a dl {
    position: relative;
    padding-top: 46px;
    padding-bottom: 10px;
  }
  article section.convenience ol.step4 li a dl dt {
    position: absolute;
    top: -36px;
    left: calc(50% - 32.5px);
    text-align: center;
  }
  article section.convenience ol.step4 li a dl dt img {
    width: 65px;
    height: auto;
  }
  article section.convenience ol.step4 li a dl dd.image {
    margin-bottom: 10px;
    text-align: center;
  }
  article section.convenience ol.step4 li a dl dd.image img {
    width: 60px;
    height: auto;
  }
  article section.convenience ol.step4 li a dl dd.text {
    padding-bottom: 16px;
    position: relative;
    text-align: center;
    line-height: 2rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #0F0F55;
  }
  article section.convenience ol.step4 li a dl dd.text:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/icon_arrow_small.png") no-repeat center bottom/8px auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    speak: none;
  }
  article section.convenience .about_yubin_id {
    padding: 30px 30px 15px 30px;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  article section.convenience .about_yubin_id h3 {
    margin-bottom: 17px;
    color: #CC0000;
  }
  article section.convenience .about_yubin_id h3 small {
    margin-bottom: 20px;
    padding: 0 30px;
    display: inline-block;
    position: relative;
    line-height: 2.4rem;
    font-size: 2rem;
    font-weight: 500;
  }
  article section.convenience .about_yubin_id h3 small:before, article section.convenience .about_yubin_id h3 small:after {
    content: "";
    width: 2px;
    height: 49px;
    display: block;
    background: #CC0000;
    position: absolute;
    top: calc(50% - 22px);
  }
  article section.convenience .about_yubin_id h3 small:before {
    left: 5px;
    transform: rotate(-30deg);
  }
  article section.convenience .about_yubin_id h3 small:after {
    right: 5px;
    transform: rotate(30deg);
  }
  article section.convenience .about_yubin_id h3 span {
    display: block;
    line-height: 2.9rem;
    font-size: 2rem;
    font-weight: 500;
  }
  article section.convenience .about_yubin_id p.text {
    margin-bottom: 17px;
    line-height: 3rem;
    font-size: 1.5rem;
    word-break: keep-all;
    color: #707070;
  }
  article section.convenience .about_yubin_id p.image {
    text-align: center;
  }
  article section.convenience .about_yubin_id p.image img {
    width: 97.5px;
    height: auto;
  }
  article section.point {
    padding-bottom: 75px;
  }
  article section.point h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  article section.point h2 small, article section.point h2 span {
    display: block;
  }
  article section.point h2 small {
    margin-bottom: 21.5px;
  }
  article section.point h2 small img {
    width: 65px;
    height: auto;
  }
  article section.point h2 span {
    line-height: 3.3rem;
    font-size: 2.3rem;
    font-weight: 500;
    color: #0F0F55;
  }
  article section.point h3 {
    margin: 30px 0 25px 0;
    text-align: center;
  }
  article section.point h3 span {
    padding: 0 45px;
    display: inline-block;
    position: relative;
    line-height: 2.2rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #707070;
  }
  article section.point h3 span:before, article section.point h3 span:after {
    content: "";
    width: 20px;
    height: 10px;
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    background: no-repeat center center/contain;
  }
  article section.point h3 span:before {
    left: 0;
    background-image: url("../images/icon_title_left.png");
  }
  article section.point h3 span:after {
    right: 0;
    background-image: url("../images/icon_title_right.png");
  }
  article section.point ul.contents > li {
    margin-bottom: 30px;
    width: 100%;
  }
  article section.point ul.contents > li > a {
    height: 100%;
    display: block;
    box-shadow: 7.5px 7.5px 10px #D2DCE6, -5px -5px 10px #FAFFFF;
    border-radius: 10px;
    position: relative;
  }
  article section.point ul.contents > li > a dl {
    padding: 12px 15px 54px 15px;
  }
  article section.point ul.contents > li > a dl dt {
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: left;
    border-bottom: 1px solid #707070;
    position: relative;
    overflow: hidden;
  }
  article section.point ul.contents > li > a dl dt.icon_yubinapp, article section.point ul.contents > li > a dl dt.icon_yupack, article section.point ul.contents > li > a dl dt.icon_yubinkyoku, article section.point ul.contents > li > a dl dt.icon_mypost {
    padding-right: 80px;
  }
  article section.point ul.contents > li > a dl dt.icon_yubinapp:after, article section.point ul.contents > li > a dl dt.icon_yupack:after, article section.point ul.contents > li > a dl dt.icon_yubinkyoku:after, article section.point ul.contents > li > a dl dt.icon_mypost:after, article section.point ul.contents li a dl dt.icon_yuyupoint:after {
    content: "";
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: no-repeat center center/contain;
  }
  article section.point ul.contents li a dl dt.icon_yubinapp:after {
    background-image: url("../images/icon_point_yubinapp.png");
  }
  article section.point ul.contents li a dl dt.icon_yupack:after {
    background-image: url("../images/icon_point_yupack.png");
  }
  article section.point ul.contents li a dl dt.icon_yuyupoint{overflow: inherit;}
  article section.point ul.contents li a dl dt.icon_yuyupoint:after {
    background-image: url("../images/icon_yuyupoint.png");
  }
  article section.point ul.contents li a dl dt.icon_yuyupoint::before{
    content: "";
    top: -8px;
    right: 26px;
    position: absolute;
    background-image: url("../images/icon_new.png");
    width: 26px;
    height: 15px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  article section.point ul.contents li a dl dt.icon_yubinkyoku:after {
    background-image: url("../images/icon_point_yubinkyoku.png");
  }
  article section.point ul.contents li a dl dt.icon_etn:after {
    background-image: url("../images/icon_etn.png");
  }
  article section.point ul.contents li a dl dt.icon_app:after {
    background-image: url("../images/icon_app.png");
  }
  article section.point ul.contents li a dl dt.icon_mypost:after {
    background-image: url("../images/icon_point_mypost.png");
  }
  article section.point ul.contents > li > a dl dt span.image img {
    width: auto;
    height: 55px;
  }
  article section.point ul.contents > li > a dl dt span.title {
    margin-left: 10px;
    min-height: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 2.6rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #0F0F55;
  }
  article section.point ul.contents > li > a dl dd {
    line-height: 2.2rem;
    font-size: 1.4rem;
    color: #707070;
  }
  article section.point ul.contents > li > a p.more {
    padding: 0 36px 0 6px;
    position: absolute;
    right: 25px;
    bottom: 15px;
    display: inline-block;
    border-radius: 2.5px;
    background: #647382;
    line-height: 2.4rem;
    font-size: 1.2rem;
    color: #ffffff;
  }
  article section.point ul.contents > li > a p.more:after {
    content: "";
    width: 45.5px;
    height: 3.5px;
    display: block;
    position: absolute;
    right: -18px;
    top: calc(50% - 2px);
    background: url("../images/icon_btn_more.png") no-repeat center center/contain;
  }
  article section.point.point1 .app_info {
    margin: 30px auto;
    padding: 20px 15px;
    max-width: 315px;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
  }
  article section.point.point1 .app_info:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  article section.point.point1 .app_info:before {
    content: "";
    width: 25px;
    height: 20px;
    display: block;
    background: #ffffff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    top: -19px;
    left: calc(50% - 12.5px);
  }
  article section.point.point1 .app_info p.icon {
    float: left;
  }
  article section.point.point1 .app_info p.icon img {
    width: 75px;
    height: auto;
  }
  article section.point.point1 .app_info p.text {
    margin-left: 80px;
    margin-bottom: 12px;
    padding-top: 7px;
    line-height: 1.8rem;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #707070;
  }
  article section.point.point1 .app_info p.text a {
    text-decoration: underline;
  }
  article section.point.point1 .app_info ul {
    margin-left: 80px;
    overflow: hidden;
  }
  article section.point.point1 .app_info ul li.apple {
    width: 40%;
    float: left;
  }
  article section.point.point1 .app_info ul li.google {
    width: 49%;
    float: right;
  }
  article section.point.point1 .app_info ul li p.banner img {
    width: 100%;
  }
  article section.point.point2 p.bg {
    margin-top: -15px;
    text-align: center;
  }
  article section.point.point2 p.bg img {
    width: 198px;
    height: auto;
  }
  article section.point.point3 p.bg {
    margin-top: -15px;
    text-align: center;
  }
  article section.point.point3 p.bg img {
    transform: translateX(54px);
    width: 123px;
    height: auto;
  }
  article section.step h2 {
    margin-bottom: 55px;
  }
  article section.step ol.step3 {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
  article section.step ol.step3 li {
    margin: 0 auto;
    width: calc((100% - 28px - 20px) / 3);
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: inset 2.5px 2.5px 5px rgba(0, 0, 0, 0.3);
  }
  article section.step ol.step3 li dl {
    position: relative;
    text-align: center;
  }
  article section.step ol.step3 li dl dt {
    position: absolute;
    top: -40px;
    left: calc(50% - 32.5px);
  }
  article section.step ol.step3 li dl dt img {
    width: 65px;
    height: auto;
  }
  article section.step ol.step3 li dl dd.image {
    padding: 40px 0 0 0;
  }
  article section.step ol.step3 li dl dd.image img {
    width: 45px;
    height: auto;
  }
  article section.step ol.step3 li dl dd.text {
    padding: 15px 6px;
    line-height: 2.2rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #193C78;
  }
  article section.step ol.step3 li.step3_arrow {
    width: auto;
    background: none;
    box-shadow: none;
    display: flex;
    align-items: center;
  }
  article section.step ol.step3 li.step3_arrow span {
    display: block;
    background: #193C78;
    height: 16.4544826719px;
    width: 14px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  article section.cv {
    margin-bottom: 70px;
  }
  article section.service {
    padding-bottom: 45px;
  }
  article section.service h2 {
    margin-bottom: 15px;
  }
  article section.service ul li {
    margin-bottom: 30px;
  }
  article section.service ul li a {
    padding: 15px;
    height: 100%;
    box-sizing: border-box;
    display: block;
    box-shadow: 7.5px 7.5px 10px #D2DCE6, -5px -5px 10px #FAFFFF;
    border-radius: 5px;
    position: relative;
  }
  article section.service ul li a dl {
    margin-bottom: 36px;
    overflow: hidden;
  }
  article section.service ul li a dl dt {
    margin-bottom: 15px;
    position: relative;
  }
  article section.service ul li a dl dt:after {
    content: "";
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    top: calc(50% - 23px);
    right: 0;
    background: url("../images/icon_service.png") no-repeat center center/contain;
  }
  article section.service ul li a dl dt img {
    width: auto;
    height: 46px;
  }
  article section.service ul li a dl dd {
    line-height: 2.3rem;
    font-size: 1.5rem;
    color: #707070;
  }
  article section.service ul li a p.more {
    padding: 0 36px 0 6px;
    position: absolute;
    right: 25px;
    bottom: 15px;
    display: inline-block;
    border-radius: 2.5px;
    background: #647382;
    line-height: 2.4rem;
    font-size: 1.2rem;
    color: #ffffff;
  }
  article section.service ul li a p.more:after {
    content: "";
    width: 45.5px;
    height: 3.5px;
    display: block;
    position: absolute;
    right: -18px;
    top: calc(50% - 2px);
    background: url("../images/icon_btn_more.png") no-repeat center center/contain;
  }
  article section.contact {
    text-align: center;
  }
  article section.contact h2 {
    margin-bottom: 15px;
  }
  article section.contact .frame {
    margin-bottom: 66px;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: inset 2.5px 2.5px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #707070;
  }
  article section.contact .frame h3 {
    margin-bottom: 30px;
    line-height: 3rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
  article section.contact .frame h3 small {
    padding-top: 30px;
    padding-left: 1em;
    display: block;
    text-align: left;
    line-height: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
  article section.contact .frame h3 small span {
    margin-left: -1em;
    float: left;
    display: block;
  }
  article section.contact .frame h4 {
    margin-bottom: 33px;
    text-align: center;
  }
  article section.contact .frame h4 span {
    padding: 0 32px;
    display: inline-block;
    position: relative;
    line-height: 1.8rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #707070;
  }
  article section.contact .frame h4 span:before, article section.contact .frame h4 span:after {
    content: "";
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    border-top: 1px solid #707070;
  }
  article section.contact .frame h4 span:before {
    left: 0;
    border-left: 1px solid #707070;
  }
  article section.contact .frame h4 span:after {
    right: 0;
    border-right: 1px solid #707070;
  }
  article section.contact .frame ul {
    overflow: hidden;
  }
  article section.contact .frame ul li {
    margin-bottom: 35px;
  }
  article section.contact .frame ul li dl dt {
    margin-bottom: 25px;
    padding: 0 20px;
    display: inline-block;
    background: #707070;
    border-radius: 1.5rem;
    line-height: 3rem;
    font-size: 1.5rem;
    color: #ffffff;
  }
  article section.contact .frame ul li dl dd a {
    display: inline-block;
    line-height: 3.6rem;
    font-size: 3rem;
  }
  article section.contact .frame ul li dl dd small {
    display: block;
    line-height: 2rem;
    font-size: 1.2rem;
  }
  article section.contact .frame p.time {
    margin: 0 auto 35px auto;
    padding: 15px 0;
    border: 1px solid #707070;
  }
  article section.contact .frame p.time span, article section.contact .frame p.time small {
    display: block;
  }
  article section.contact .frame p.time span {
    margin-bottom: 10px;
    line-height: 1.8rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
  article section.contact .frame p.time span {
    line-height: 1.6rem;
    font-size: 1.2rem;
  }
  article section.contact .frame p.for_email a {
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: underline;
    line-height: 2.5rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
  article section.contact .frame p.for_email a img {
    margin: 0 auto 15px auto;
    width: 33px;
    height: auto;
    display: block;
  }
  article section.contact .frame p.for_email small {
    padding-left: 1em;
    display: block;
    text-align: left;
    line-height: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
  article section.contact .frame p.for_email small span {
    margin-left: -1em;
    float: left;
    display: block;
  }
  article section.contact ul.note {
    margin: 0 15px 66px 15px;
    display: inline-block;
  }
  article section.contact ul.note li {
    margin-left: 1em;
    text-align: left;
    line-height: 2rem;
    font-size: 1.2rem;
    color: #707070;
  }
  article section.contact ul.note li span {
    margin-left: -1em;
    float: left;
  }
  footer .inner {
    position: relative;
  }
  footer ul.links {
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
  }
  footer ul.links li {
    margin-bottom: 20px;
    line-height: 2rem;
    font-size: 1.3rem;
    color: #6d6d6d;
  }
  footer ul.links li a {
    display: inline-block;
    color: #6d6d6d;
  }
  footer .belt {
    width: 100%;
    height: 52.5px;
    background: #cc0001;
    overflow: hidden;
    line-height: 0;
  }
  footer .belt p.logo {
    margin: 15px 0 0 0;
    text-align: center;
  }
  footer .belt p.logo img {
    width: 144px;
    height: auto;
  }
  .sp_none {
    display: none !important;
  }
}