

.mod_ttl_05 {
    position: relative;
}

.mod_ttl_05>* {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 16px 0.5em 16px;
    color: #E60012;
    font-size: 50px;
    font-weight: bold;
}

.mod_ttl_05:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 420px;
    height: 22px;
    background-image: url(../img/img_ttl.png);
}

.mod_sec_01 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mod_sec_01 .mod_sec_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: unset;
    font-weight: bold;
}

.mod_ttl_01 {
    margin-bottom: 8rem;
    padding: 0;
}

.mod_sec_inner {
    text-align: center;
}

.tab_container {
    border-top: 0;
    background-color: #fff;
}

.tab_item {
    width: calc(100%/2);
    padding: 1.5rem 0;
    background-color: #E0E0E0;
    text-align: center;
    color: #333;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item_right {
    font-size: 2.4rem;
}

.tab_item_left {
    font-size: 24px;
    border-right: 0.2rem solid #fff;
}

.tab_item:hover {
    opacity: 0.75;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    /* border: 1rem solid #E60012; */
    border-radius: 0 0 1rem 1rem;
    clear: both;
    overflow: hidden;
}

#tab1:checked~#tab1_content,
#tab2:checked~#tab2_content,
#tab3:checked~#tab3_content,
#tab4:checked~#tab4_content {
    display: block;
}

.tab_container input:checked+.tab_item {
    background-color: #E60012;
    color: #fff;
}

.tab_content_description .button p {
    width: 430px;
    height: 70px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin: 80px auto 0;
    background-color: #fff;
    border: 2px solid #E60012;
    border-radius: 5rem;
    position: relative;
    color: #E60012;
}

.tab_content_description .button p::after {
    content: '';
    transition: 0.2s ease;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 0 auto;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.9%22%20height%3D%2218.385%22%20viewBox%3D%220%200%2020.9%2018.385%22%3E%3Cpath%20d%3D%22M11.691-.2%2C10.277%2C1.218%2C17.055%2C8H-.016v2H17.055l-6.778%2C6.779%2C1.414%2C1.414L20.884%2C9Z%22%20transform%3D%22translate%280.016%200.197%29%22%20fill%3D%22%23E7010B%22%2F%3E%3C%2Fsvg%3E%0D%0A");
    background-repeat: no-repeat;
    top: 2.5rem;
    right: 30px;
}

.tab_content_description .button a:hover::after {
    translate: 1rem;
}

.tab_content_description .button_left {
    margin-top: 6.6rem;
    margin-bottom: 4rem;
}

.tab_content_description .button a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
}

.tab_content_description p:hover::after {
    right: 20px;
}

.tab_content_description .button p {
    line-height: 7rem;
}

.card {
    background-color: #F0F3F5;
}

.howto_content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 110px;
}

.howto_content>li {
    padding: 40px 40px 60px;
    border: 8px solid #E60012;
    border-radius: 10px;
}

.howto_content h3 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 100px 20px 30px;
    border-bottom: 6px dotted #E60012;
    font-size: 32px;
    font-weight: bold;
    color: #E60012;
}

.howto_content h3::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    width: 52px;
    height: 50px;
    background-image: url(../img/icon_point.png);
}

.howto_content>li>div:nth-child(2) {
    margin-top: 25px;
}

.howto_content>li>div:nth-child(2) p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}


.howto_content>li>div:nth-child(3) ul {
}

.howto_content>li>div:nth-child(3) li {
    text-align: left;
}


.gentei_area {
    margin-bottom: 10px;
    color: #EC291F;
}

.marker_txt {
    font-weight: 700;
    font-size: 17px;
}

.marker_txt span {
    background: linear-gradient(transparent 65%, #ffe400 65%);
}

.gentei_area span {
    margin-left: 3px;
    font-size: 150%;
}

.btn_box a {
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-decoration: none;
    border-radius: 2.14em;
}

.btn_box.btn_white a {
    color: #EC291F;
    border: 3px solid #EC291F;
}

.btn_box a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 100%;
}

.btn_box.btn_white a::after {
    background: url(../img/arw_right_red01.png) no-repeat center center;
    background-size: 100% auto;
}

.example_clm_cmn {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px 0 60px;
}

.example_clm_cmn img {
    max-width: 100%;
}

.example_clm_cmn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.example_clm_cmn ul li {
    position: relative;
}

.position_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 41%;
    right: 0;
    width: 92.3%;
    height: 14%;
    padding: 0 8px;
}

.position_text>* {
    font-size: 13px;
}

.position_text a {
    display: block;
    width: fit-content;
    font-size: 11px;
    text-decoration: underline;
}


/* ------------------------------ step_area */
.step_area > ol{
  display: flex;
  flex-wrap: wrap;
}
.step_area > ol > li{
  position: relative;
  border: 1px solid #ccc;
}
.step_area > ol > li::before{
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.step_area > ol > li:nth-of-type(1)::before{
  background-image: url(../img/icon_step01.png);
}
.step_area > ol > li:nth-of-type(2)::before{
  background-image: url(../img/icon_step02.png);
}
.step_area > ol > li:nth-of-type(3)::before{
  background-image: url(../img/icon_step03.png);
}
.step_area > ol > li:nth-of-type(4)::before{
  background-image: url(../img/icon_step04.png);
}
.step_area > ol > li .img{
  margin: 0 auto 20px;
}
.step_area > ol > li .ttl{
  margin-bottom: 5px;
  font-weight: 700;
}
.step_area > ol > li .link{
  margin-top: 15px;
}
.step_area > ol > li .link a{
  display: inline-block;
  padding: 5px 40px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #444;
  border-radius: 20px;
}

/* clm2 */
.step_area > ol > li .clm2{

}
.step_area > ol > li .clm2 .txt{

}

/* annotation */
.step_area > ol > li .annotation{
  margin-top: 20px;
  font-size: 1.3rem;
}

/* omatome */
.step_area.omatome > ol > li{
  padding: 0 1.5%;
  border: 0;
}
.step_area.omatome > ol > li::before{
  top: -15px;
  left: -10px;
}
.step_area.omatome > ol > li .img{
  max-width: none;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

/* Nav modal EXサービス会員ID連携の方法 */
.step_area.modal > ol > li {
  border: none;
  padding: 0%;
  margin-bottom: 30px;
}

.step_area.modal > ol > li .clm2 {
  width: 100%;
  padding: 5%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.step_area.modal > ol > li .clm2 .img {
  max-width: 90%;
  margin: 0 auto;
}
.step_area > ol > li {
    position: relative;
    border: 1px solid #ccc;
}
.step_area > ol > li::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.step_area > ol > li:nth-of-type(1)::before {
    background-image: url(../img/icon_step01.png);
}

@media print,
screen and (min-width: 900px) {
    .step_area{
        margin-top: 50px;
        padding: 0 3%;
      }
      .step_area > ol > li{
        width: 48.5%;
        padding: 3%;
        border-radius: 10px;
      }
      .step_area > ol > li::before{
        top: -20px;
        left: -20px;
        width: 73px;
        height: 73px;
      }
      .step_area > ol > li:nth-of-type(2n){
        margin-left: 3%;
      }
      .step_area > ol > li:nth-of-type(n+3){
        margin-top: 3%;
      }
      .step_area > ol > li .img{
        max-width: 264px;
      }
      .step_area > ol > li .ttl{
        font-size: 2.2rem;
      }

      /* clm2 */
      .step_area > ol > li .clm2 .img{
        max-width: 120px;
      }
      .step_area > ol > li .clm2 .txt{
        font-weight: 700;
      }

      /* omatome */
      .step_area.omatome > ol > li:nth-of-type(n+3){
        margin-top: 5%;
      }

    .btn_box {
        margin-top: 40px;
    }

    .btn_box.btn_small a {
        min-width: 250px;
        padding: 9px 50px 10px;
        font-size: 1.5rem;
    }

    .btn_box a::after {
        right: 20px;
    }

    .example_clm_cmn li {
        width: 30%;
        max-width: 390px;
        margin: 0 7px;
    }

    .reason_area .area_list .ttl {
        height: 81px;
    }

    .step_area > ol > li .clm2 .img img {
        width: 100%;
    }
}

.linkList {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 110px;
    margin-top: 65px;
}

.linkList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 298px;
    height: 92px;
    border: 3px solid #E60012;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #E60012;
}

.qna .mod_ttl_05:after {
    width: 319px;
    background-position: center;
}
.tRed {
    color: #EC291F !important;font-weight: 700;
}

@media screen and (max-width: 899px){
    .marker_txt {
        font-weight: 700;
        font-size: 3.733333vw;
    }
  .step_area{
    margin-top: 20px;
  }
  .step_area > ol > li{
    width: 100%;
    padding: 20px 10px;
    border-radius: 5px;
  }
  .step_area > ol > li::before{
    top: -10px;
    left: -10px;
    width: 45px;
    height: 45px;
  }
  .step_area > ol > li:nth-of-type(n+2){
    margin-top: 30px;
  }
  .step_area > ol > li .img{
    max-width: 200px;
  }
  .step_area > ol > li .ttl{
    font-size: 1.6rem;
  }

  /* clm2 */
  .step_area > ol > li .clm2 .img{
    max-width: 100px;
    margin-top: 15px;
  }
  .step_area > ol > li .clm2 .txt{
    width: calc(100% - 100px);
    font-weight: 700;
  }

  /* omatome */
  .step_area.omatome > ol > li:nth-of-type(n+2){
    margin-top: 40px;
  }
  
  /* Nav modal EXサービス会員ID連携の方法 */
  .step_area.modal > ol > li {
    padding: 2%;
    margin-bottom: 0px;
  }

}

/* PC版 */
@media not screen and (max-width: 750px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

/* モバイル版 */
@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .mod_sec_inner {
        padding: 0 15px;
    }

    .mod_sec_01 {
        max-width: 76.7rem;
        width: 100%;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        margin: unset !important;
    }

    .mod_sec_01.card {
        padding-bottom: 60px !important;
    }

    .tab_container {
        background-color: #fff;
        border-top: 0;
        padding: 0;
    }

    .tab_item {
        font-size: 1.6rem;
        background-position: 90%;
    }

    .tab_content_description {
        padding: 0 15px;
    }

    .tab_content_description .button {
        font-size: 1.4rem;
        background-position: 90%;
    }

    .tab_content_description .button p {
        width: 100% !important;
        height: 5rem;
        margin-top: 40px;
        line-height: 5rem;
        font-size: 1.4rem;
    }

    .tab_content_description .button a {
        width: unset;
    }

    .tab_content_description .button a::after {
        transition: 0.2s ease;
    }

    .tab_content_description .button p::after {
        top: 1.7rem;
        width: 20px;
        height: 16px;
        background-size: contain;
    }

    .mod_ttl_05>* {
        font-size: 26px;
    }

    .mod_ttl_05:after {
        width: 208px !important;
        height: 11px;
        background-image: url(../img/img_ttl_sp.png);
        background-size: contain;
        background-position: center;
    }

    .linkList {
        flex-direction: column;
        gap: 30px;
        padding: unset;
        margin-top: 36px;
    }

    .linkList li a {
        width: 100%;
        height: 70px;
        font-size: 18px;
    }

    .example_clm_cmn {
        padding: 30px 0 42px;
    }

    .example_clm_cmn ul {
        gap: 30px;
    }

    .position_text {
        top: 54%;
        width: 100%;
    }

    .position_text>* {
        font-size: 3.73333vw;
    }

    .position_text a {
        font-size: 3.2vw;
    }

    .howto_content {
        padding: 40px 0;
    }

    .howto_content>li {
        padding: 30px 18px 20px 18px;
        border-width: 4px;
    }

    .howto_content h3 {
        padding: 0 66px 10px 15px;
        border-width: 5px;
        font-size: 22px;
    }

    .howto_content h3::after {
        right: 15px;
        width: 36px;
        height: 35px;
        background-size: contain;
    }

    .howto_content>li>div:nth-child(2) {
        flex-direction: column;
    }

    .howto_content>li>div:nth-child(2) p {
        font-size: 16px;
    }

    .howto_content>li>div:nth-child(2) img {
        width: 217px;
        margin: 0 auto;
    }


    .howto_content>li>div:nth-child(3) div p {
        /* text-align: center; */
        font-size: 3.7333333vw;
    }

    .howto_content>li>div:nth-child(3) div p:nth-of-type(2) span {
        font-size: 12px;
    }

    .howto_content>li>div:nth-child(3) li {
        font-size: 12px;
    }

    .reason_area {
        margin-top: 30px;
    }

    .reason_area .area_title {
        padding-bottom: 12px;
        font-size: 1.6rem;
    }

    .reason_area .area_title::before {
        width: 30px;
        height: 4px;
    }

    .reason_area .area_list {
        gap: 40px;
    }

    .reason_area .area_list li {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .reason_area .area_list .ttl {
        padding-left: 67px;
        font-size: 2.5rem;
    }

    .reason_area .area_list .ttl::before {
        width: 55px;
        height: 55px;
    }

    .reason_area .area_list .img {
        padding: 0 25%;
    }

    .btn_box {
        margin-top: 20px;
    }

    .btn_box.btn_small a {
        width: 100%;
        padding: 6px 0 7px;
        font-size: 1.3rem;
    }

    .btn_box a::after {
        right: 12px;
    }

}



/*===========================================
qna
===========================================*/
.qna>.mod_sec_wrap {
    background: #fff;
  }
  
  .qna .mod_ttl_05:after {
    width: 319px;
  }
  
  .qna .qna_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    row-gap: 40px;
    width: min(980px, 100%);
    margin: 50px auto;
  }
  
  .qna .qna_list li {
    display: flex;
    justify-content: center;
  }
  
  .qna .qna_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 298px;
    height: 92px;
    padding-right: 12.5%;
    border: 3px solid #E60012;
    border-radius: 10px;
    background-image: url(../img/qna_img_btn.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #E60012;
    font-weight: bold;
    font-size: 20px;
  }
  
  .qna .button {
    margin-top: 63px;
  }
  
  .qna .button a:nth-child(1) p {
    background-color: #E60012;
    color: #fff;
  }
  
  .qna .button a:nth-child(1) p::after {
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.9%22%20height%3D%2218.385%22%20viewBox%3D%220%200%2020.9%2018.385%22%3E%3Cpath%20d%3D%22M11.691-.2%2C10.277%2C1.218%2C17.055%2C8H-.016v2H17.055l-6.778%2C6.779%2C1.414%2C1.414L20.884%2C9Z%22%20transform%3D%22translate%280.016%200.197%29%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E%0D%0A);
  }
  
  @media not screen and (min-width: 768px) {
    .qna>.mod_sec_wrap>.mod_sec_inner {
    }
    .qna .qna_list {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 30px;
      margin-bottom: unset;
    }
  
    .qna .mod_ttl_05:after {
      width: 156px;
    }
  
    .qna .qna_list li a {
      width: 100%;
      height: 70px;
      padding-right: 12.5%;
      background-size: 51px;
      font-size: 18px;
    }
  }


/* ==========================================================================
tabSlide 01
========================================================================== */
.slider01 {
    /* width: calc(100% - 7rem);
    margin: 0 auto; */
    width: 100%;
    margin-top: 50px;
}

.slider01+h2.mark,
#amuArea h2.mark+h2.mark.onlySp.mt,
#tab h2.mark+h2.mark.onlySp.mt {
    margin-top: calc(8rem + 2.5rem);
}


/* tabSlide01 - slick
-------------------------------------*/
/* prev & next button */
.slider01 .slick-next-bg,
.slider01 .slick-prev-bg {
    width: 50px;
    height: 50px;
    background-color: #707070;
    opacity: 0.7;
    position: absolute;
    top: 30%;
    border-radius: 50%;
}

.slider01 .slick-prev-bg {
  left: 0%;
}

.slider01 .slick-next-bg {
  right: 0%;
}

/* dots */
.slider01 .slick-dots {
    position: relative;
    margin-bottom: 50px;
    margin-top: 0;
}

.slider01 .slick-dots li button:before {
    font-size: 1.8rem;
}

.slider01 .slick-dots li {
    margin: 0 0.3rem;
}


/* tabSlide01 - stepBox
-------------------------------------*/
.slider01 .stepBox {
    display: flex;
}

.slider01 .stepBox ul.note.red {
    margin-top: 1em;
}

.slider01 .stepBox>li {
    display: flex;
    align-items: center;
    justify-content: right;
    position: relative;
    margin: 0 3rem;
    margin-top: 2rem;
}

.slider01 .stepBox>li+li {
    margin-left: 2.8rem;
}

/* step */
.slider01 .stepBox>li .step {
    position: absolute;
    top: -2rem;
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0.5em;
    width: 7.4rem;
    height: 7.4rem;
    border-radius: 50%;
    transform: rotate(-20deg);
    z-index: 2;
}

.slider01 .stepBox>li .step p {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
}

.slider01 .stepBox>li .step p:last-child {
    font-size: 2.12em;
}

/* box */
.slider01 .stepBox>li .box {
    padding: 3rem;
    height: 100%;
    background: #fff;
    border-radius: 1rem;
}


.slider01 .stepBox>li .box .boxFlex div {
    width: 40%;
    min-width: 320px;
    margin: 0 auto 20px auto;
}

.slider01 .stepBox>li .box .boxFlex p {
  text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
}

.slider01 .stepBox>li .box .boxFlex p img {
    max-width: 150px;
    margin: 0 auto;
}

.slider01 .stepBox ul.note.red {
    margin-top: 1em;
    font-size: 1.3rem;
    color: #E60012;
}

@media (max-width: 768px) {
    .slider01 .stepBox>li {
        width: 100%;
        margin: 0 1rem;
        margin-top: 1rem;
    }

    .slider01 .stepBox>li .box .boxFlex {
        flex-direction: column;
    }

    .slider01 .stepBox>li .box .boxFlex p {
        margin-left: 0;
    }

    /* step */
.slider01 .stepBox>li .step {
    position: absolute;
    top: -1rem;
    left: -1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0.5em;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    transform: rotate(-20deg);
    z-index: 2;
}

.slider01 .stepBox>li .step p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

.slider01 .stepBox>li .step p:last-child {
    font-size: 1.8rem;
}
/* box */
.slider01 .stepBox>li .box {
    padding: 3rem 2rem;
}

.slider01 .stepBox>li .box .boxFlex div {
    min-width: auto;
    width: 100%;
    margin: 30px auto 20px auto;
}

/* prev & next button */
.slider01 .slick-next-bg,
.slider01 .slick-prev-bg {
    width: 40px;
    height: 40px;
    background-color: #707070;
    opacity: 0.7;
    position: absolute;
    top: 30%;
    border-radius: 50%;
}
.slick-prev, 
.slick-next {
    height: 1.1rem;
    width: 1.1rem;
}

.slider01 .slick-prev-bg {
  left: -4%;
}

.slider01 .slick-next-bg {
  right: -4%;
}

}


/* tabSlide01 - color
-------------------------------------*/
/* red */

.slider01.red .slick-dots li button:before {
    color: #E0E0E0;
    opacity: 1;
}

.slider01.red .slick-dots li.slick-active button:before {
    color: #E60012;
    opacity: 1;
}

.slider01.red .stepBox li .box {
    border: 0.4rem solid #E60012;
}

.slider01.red .stepBox>li .step {
    background: #E60012;
}


@media (max-width: 768px) {

    /* box */
    .slider01 .stepBox>li .box {
        border-radius: 10px;
    }

    .slider01.red .stepBox li .box {
        border: 4px solid #E60012;
    }
}



/* 追加タイトル */
.about_title h2{
    font-size: 3.5rem;
    color: #e60012;
    font-weight: bold;
    padding: 0 3rem;
    line-height: 1.3;
  }
  .about_title h2 .min{
    font-size: 2.5rem;
  }
  .about_title_image{
    max-width: 80px;
  }
  .about_title_image img{
    width: 100%;
  }
  .about_title_image.reverse{
    transform: scaleX(-1);
  }
  .about_title_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about_contents hr.dotted {
    width: 60%;
    border: none;
    border-top: 10px dotted #e60012;
    margin: 1rem auto 4rem auto;
  }

  @media screen and (max-width: 750px) {
    .about_title h2{
        font-size: 2rem;
        color: #e60012;
        font-weight: bold;
        padding: 0 1.5rem;
      }
      .about_title h2 .min{
        font-size: 2rem;
      }
      .about_title_image{
        max-width: 45px;
      }
      .about_title_image img{
        width: 100%;
      }
      .about_title_image.reverse{
        transform: scaleX(-1);
      }
      .about_title_wrap{
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .about_contents hr.dotted {
        width: 50%;
        border: none;
        border-top: 6px dotted #e60012;
        margin: 1rem auto 2rem auto;
      }
  }

  /* ボタン */

.omatome_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .omatome_btn p {
    width: 400px;
    margin: 30px 20px 0px 20px;
  }
  .omatome_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 70px;
    border-radius: 100vw;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #e60012;
  }
  .omatome_btn a::after {
    transition: translate 0.2s ease;
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 16px;
    margin: auto;
    background: center no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.9%22%20height%3D%2218.385%22%20viewBox%3D%220%200%2020.9%2018.385%22%3E%3Cpath%20d%3D%22M11.691-.2%2C10.277%2C1.218%2C17.055%2C8H-.016v2H17.055l-6.778%2C6.779%2C1.414%2C1.414L20.884%2C9Z%22%20transform%3D%22translate%280.016%200.197%29%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E%0D%0A");
    top: 0;
    bottom: 0;
    right: 30px;
  }
  .omatome_btn a:hover::after {
    translate: 10px;
  } 

@media screen and (max-width: 750px) {
    .omatome_btn {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
      }
      .omatome_btn p {
        width: 100%;
        margin: 20px 0 0 0;
      }
      .omatome_btn a {
        font-size: 1.6rem;
      }
}

/* WebView非表示設定 */
._webviewHidden {display: none;}
