@charset "utf-8";

/* CSS Document */
body {
  overflow-x: hidden;
}

#famipay * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

/*===============================================
●共通
===============================================*/
#famipay {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  min-height: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
  font-feature-settings: 'palt'1;
  letter-spacing: 0.1em;
}

#famipay :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#famipay :is(ul, ol, li, dl, dt, dd) {
  /* margin: 0; */
  list-style: none;
  padding: 0;
}

#famipay img {
  display: block;
  width: 100%;
  height: auto;
}

#famipay .topics {
  background: rgba(0, 140, 215, 0.05);
  padding: 4rem 0 3rem;
  margin: 0;
}

#famipay .topics .topics-area {
  width: min(100%, 1100px);
  margin: 0 auto;
}

#famipay .topics-area .topics-inner ul li {
  gap: 2rem;
}

#famipay .cp-area {
  width: min(100%, 1100px);
  padding: 3rem 0 0;
  margin: 0 auto;
}

#famipay .cp-area .cp-inner {
  margin: 0 auto;
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {

  /*===== common ======*/
  #famipay .pc-none {
    display: none;
  }

  [id^='ttl'] {
    margin-top: -95px;
    padding-top: 95px;
  }

  /*===== main ======*/
  #famipay .main {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }

  #famipay .main h1 {
    position: relative;
  }

  #famipay .main .main-txt {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 10%;
    left: 4%;
    gap: 0.8rem;
  }

  #famipay .products:first-of-type {
    margin: 0 0 80px;
  }

  /*===== main ttl ama ======*/
  #famipay .main .c-main.w1,
  #famipay .main .c-main.w2,
  #famipay .main .c-main.w3 {
    position: relative;
    font-size: clamp(1.5rem, 3vw, 3.5rem);
    font-weight: 700;
  }

  #famipay .main .c-main .txt_word {
    background-color: #fff;
    padding: 0.5rem 1rem;
    color: #008132;
    display: inline-block;
    will-change: transform;
  }

  #famipay .main .c-main .txt_bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #008132;
    transform-origin: left;
    transform: scaleX(0);
    will-change: transform;
  }

  #famipay .main .c-main .txt_word

  /*, #famipay .main .main-img-fo img*/
    {
    opacity: 0;
  }

  #famipay .main .fo {
    position: relative;
    width: calc(100% / 2);
    overflow: hidden;
    transition: all 0.3s;
  }

  #famipay .main .fo:hover {
    opacity: 0.7;
  }

  #famipay .main .fo .c-maku {
    background: #008132;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    transform-origin: top;
    transform: scaleY(1);
    will-change: transform;
  }

  #famipay .main .fo .c-maku-txt {
    color: #fff;
    display: grid;
    position: absolute;
    width: 100%;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    align-items: center;
    z-index: 5;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    will-change: transform;
  }

  #famipay .main .fo .txt_imgbg {
    display: block;
    width: 100%;
    height: 18%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #008132;
  }

  #famipay .main-img-fo .c-img01 img {
    position: absolute;
    top: 5.5%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 95%;
    will-change: transform;
  }

  #famipay .main-img-fo .c-img02 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    will-change: transform;
  }

  #famipay .main-img-fo .c-img03 img {
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    will-change: transform;
  }

  #famipay .main-img-fo .c-img04 img {
    position: absolute;
    top: 51.1%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    will-change: transform;
  }

  /*=============tit=============*/
  #famipay .ly-mod-ttl-l {
    font-size: clamp(2rem, 2.3vw, 2.6rem);
    margin: 0 0 25px;
  }

  #famipay .subtit {
    font-size: 2.13333rem;
    margin-top: 50px;
  }

  /*===== spe_info ======*/
  #famipay .spe_info {
    position: relative;
    margin: 0;
    background: #f2f9fd;
  }

  #famipay .spe_info::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('../images/line.webp') repeat-x;
    background-size: 36%;
    background-position: top;
    width: 100%;
    height: 20px;
    z-index: 2;
  }

  #famipay .spe_info::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    background: url('../images/line.webp') repeat-x;
    background-size: 36%;
    background-position: bottom;
    width: 100%;
    height: 20px;
  }

  #famipay .spe_info .spe_info_inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    padding: 1.5rem 1.5rem 1.8rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: clamp(1.05rem, 1vw, 1.1rem);
    font-weight: 500;
    box-sizing: border-box;
    position: relative;
  }

  /*  #famipay .spe_info .spe_info_inner .triangle {
    background: #ef0d0d;
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    width: 80px;
    height: 80px;
    clip-path: polygon(0 100%, 0 0, 100% 0);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    z-index: 1;
  }
  #famipay .spe_info .spe_info_inner .triangle::before {
    content: "New!";
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 7px;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(316deg);
    width: 100%;
    height: 100%;
  }*/
  #famipay .spe_info .spe_info_inner .ph {
    text-align: right;
  }

  #famipay .spe_info .spe_info_inner .ph p:first-of-type {
    margin: 0 0 0.3rem;
  }

  #famipay .spe_info .spe_info_inner .col {
    color: #007db8;
    font-weight: 600;
  }

  #famipay .spe_info .spe_info_inner .ph img {
    width: 83%;
    margin: 0 0 0 auto;
  }

  #famipay .spe_info .txt p:first-of-type {
    text-align: left;
    margin: 0 0 0.3rem;
  }

  #famipay .spe_info .txt .btn a {
    background: #007db8;
    border: 2px solid #007db8;
    color: #fff;
    padding: 1.1rem 1rem;
    display: block;
    text-align: center;
    border-radius: 10px;
    width: 80%;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-size: clamp(1rem, 1.1vw, 1.1rem);
  }

  #famipay .spe_info .txt .btn a:hover {
    background: #fff;
    border: 2px solid #007db8;
    color: #007db8;
  }

  #famipay .spe_info .txt .btn a::after {
    content: '\e903';
    font-family: 'icn_font';
    font-weight: 600;
    position: absolute;
    top: 52%;
    right: 6%;
    transform: translate(-50%, -50%);
  }

  /*===== fp dlbtn ======*/
  #famipay .fp-dlbtn {
    background: #008132;
    font-size: clamp(1.1rem, 1.2vw, 1.3rem);
    padding: 1rem;
    font-weight: 600;
    margin: 0;
  }

  #famipay .fp-dlbtn .pc-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
  }

  #famipay .fp-dlbtn .btnarea {
    display: flex;
    align-items: center;
    width: 30%;
  }

  #famipay .fp-dlbtn .btnarea p {
    margin: 0 0 0 10px;
  }

  #famipay .fp-dlbtn .dltxt {
    color: #fff;
  }

  /*===== お知らせエリア ======*/
  #famipay .ly-wrp-imp-area {
    background-color: #eee;
    border: none;
    border-radius: 0px;
    margin: 10px 0 20px;
    padding: 20px;
    height: auto;
    min-height: 0;
  }

  #famipay .ly-imp-area-detail {
    overflow: hidden;
  }

  #famipay .fpinfo p {
    font-size: 1rem;
    line-height: 1.5;
  }

  #famipay .readmore-fade {
    display: none !important;
  }

  /* もっと見るボタン */
  #famipay .readmore-btn {
    display: block;
    margin: -33px 0 0 auto;
    padding: 0.3rem 1rem;
    background: #007db8;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #fff;
  }

  /*===== famipay spot ======*/
  #famipay .fp-spot .ly-mod-layout-2clmspl .ly-mod-layout-clm {
    width: 46.4%;
    margin-left: 2.5%;
  }

  /*===== a-btn ======*/
  #famipay .abtn {
    width: min(100%, 1200px);
    margin: 0 auto 50px;
  }

  #famipay .abtn ul {
    display: grid;
    grid-template-columns: repeat(4, 23%);
    justify-content: center;
    margin: 4% auto 0;
    gap: 1rem;
  }

  #famipay .abtn li .abtn-wrap a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #f2f9fd;
    width: 100%;
    padding: 10px 10px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
  }

  #famipay .abtn li .abtn-wrap ::after {
    content: '\e914';
    font-family: 'icn_font';
    font-weight: bold;
    position: absolute;
    top: 87%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(0.75rem, 0.651rem + 0.22vw, 0.813rem);
    color: #313131;
  }

  #famipay .abtn .abtn-txt {
    font-size: clamp(0.75rem, 0.651rem + 0.22vw, 0.813rem);
    font-weight: bold;
    text-align: center;
    margin: 7px 0 0;
  }

  #famipay .abtn li img {
    width: clamp(2rem, 4vw, 3rem);
  }

  #famipay .abtn li a:hover {
    background: #c6e8f8;
    transition: all 0.3s ease-in-out;
  }

  /*===== famipay web yoyaku ======*/
  #famipay .fp-wy {
    width: 58.07%;
    margin: 0px 25.5%;
  }

  #famipay .fp-wy .ly-pc-fs12 {
    color: #535353;
  }

  .ly-mod-layout-2clmspl .ly-mod-layout-clm {
    width: 39.75%;
    margin-left: 4.5%;
  }

  /*===== famipayとは？ ======*/
  #famipay .fp-area {
    background: #edf5ed;
    padding: 4rem 0 5rem;
    margin: 0;
  }

  #famipay .fp-area .pt img {
    width: 60%;
  }

  #famipay .fp-area .fp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    width: min(90%, 1200px);
    margin: 0 auto 3rem;
    column-gap: 1.2rem;
    row-gap: 3rem;
  }

  #famipay .fp-box {
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #famipay .fp-area .spacer {
    width: 100%;
  }

  #famipay .fp-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    gap: 0.5rem;
    background: #fff;
    padding: 0.5rem 1.5rem 1.5rem;
    border-radius: 0 0 20px 20px;
  }

  #famipay .fp-ttl {
    text-align: center;
    font-size: clamp(1.125rem, 1.2vw, 1.25rem);
    font-weight: bold;
    background: #f2f9fd;
    padding: 1rem;
    height: 90px;
    display: flex;
    align-items: center;
    border-radius: 20px 20px 0 0;
    justify-content: center;
  }

  #famipay .fp-wrap {
    display: flex;
    align-items: center;
    padding: 1rem 4.5rem;
    border-radius: 20px;
    height: clamp(190px, 50vh, 200px);
    box-sizing: border-box;
  }

  #famipay .fp-wrap img {
    width: 90%;
    margin: 0 auto;
  }

  #famipay .fp-area .pt.fp-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #famipay .fp-txt {
    font-size: clamp(1rem, 1.2vw, 1.05rem);
    text-align: left;
    line-height: 1.6;
    flex-grow: 1;
  }

  #famipay .fp-txt span {
    font-size: clamp(0.8rem, 0.9vw, 0.9rem);
    display: block;
    margin: 0.2rem 0 0;
  }

  #famipay .fp-area .fp-btn {
    width: 100%;
  }

  #famipay .fp-area .fp-btn a {
    background: #fff;
    padding: 0.2rem 2rem 0.2rem 1rem;
    display: block;
    color: #008132;
    border-radius: 50px;
    border: 1.5px solid #008132;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }

  #famipay .fp-area .fp-btn a:hover {
    background: #008132;
    color: #fff;
    text-decoration: none;
  }

  #famipay .fp-area .fp-btn a::after {
    content: '\e903';
    font-family: 'icn_font';
    font-weight: normal;
    position: absolute;
    top: 52%;
    right: 2%;
    transform: translate(-50%, -50%);
  }

  #famipay .fp-area .fp-btn.gaib a::after {
    content: '\e905';
  }

  #famipay .fp-area .fp-btn.otk a::after {
    content: '\e914';
  }

  #famipay .fp-area .btn-area {
    display: flex;
    justify-content: center;
    width: min(60%, 1200px);
    margin: 0 auto;
    gap: 1rem;
  }

  #famipay .fp-area .btn-area p {
    width: calc(100% / 2);
  }

  #famipay .btn-area .fpbtn {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 1.5rem 1rem;
    background: #fff;
    border: 2px solid #e3e3e3;
    border-radius: 50px;
    margin: 0 auto;
    font-weight: 600;
    color: #313131;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
  }

  #famipay .btn-area .fpbtn::after {
    content: '\e903';
    font-family: 'icn_font';
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
  }

  #famipay .btn-area .fpbtn:hover {
    color: #008132;
    border: 2px solid #008132;
  }

  /*===== おトク ======*/
  #famipay .otoku {
    background: rgba(0, 140, 215, 0.05);
    padding: 4rem 0 3rem;
    margin: 0;
  }

  #famipay .otoku_txt {
    font-size: clamp(1.2rem, 1.3vw, 1.5rem);
    font-weight: 500;
    text-align: center;
    margin: 0 0 1.5rem;
  }

  #famipay .otoku .otoku-wrap {
    width: min(100%, 1200px);
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  #famipay .otoku .otoku-wrap .otoku-list {
    display: grid;
    grid-template-columns: repeat(3, 31.5%);
    gap: 1rem;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin: 0 auto 3rem;
  }

  #famipay .otoku .otoku-wrap .otoku-list>li {
    border: 3px solid #008cd6;
    background: #fff;
    border-radius: 20px;
    height: clamp(390px, 50vw, 400px);
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.2));
  }

  #famipay .otoku .otoku-wrap .otoku-list .ot-inner {
    padding: 1.5rem;
  }

  #famipay .otoku .otoku-wrap .otoku-list dt {
    font-size: clamp(1.5rem, 2.1vw, 2.2rem);
    background: #008cd6;
    color: #fff100;
    display: block;
    width: 65px;
    height: 60px;
    border-radius: 10px 0 40% 0;
    font-weight: 700;
    float: left;
    margin: 0 0.8rem 0 0;
    text-align: center;
    padding: 0.5rem;
  }

  #famipay .otoku .otoku-wrap .otoku-list dt span {
    display: block;
    font-size: clamp(0.8rem, 0.9vw, 1rem);
    margin: 0 0 -0.7rem;
    text-align: center;
  }

  #famipay .otoku .otoku-wrap .otoku-list dd {
    font-size: clamp(1.125rem, 1.2vw, 1.25rem);
    font-weight: 600;
    padding: 0.7rem 1rem 0;
  }

  #famipay .otoku .otoku-list dd span {
    font-size: clamp(1rem, 1.4vw, 1.1rem);
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 1rem 0 0;
  }

  #famipay .otoku .note li,
  #famipay .otoku .otoku-list .sm {
    font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  }

  #famipay .otoku .note {
    padding: 0.5rem;
  }

  /*  #famipay .otoku .list .btn {
    display: flex;
  }
  #famipay .otoku .iconL {
    float: none;
  }
  /*===== 共通ボタン ======*/
  #famipay .btn-area.combtn p {
    margin: 20px 0 5rem;
  }

  #famipay .btn-area.combtn.last p {
    margin: 20px 0 30px;
  }

  #famipay .btn-area.combtn .fpbtn {
    width: 40%;
    font-size: clamp(1rem, 0.801rem + 0.43vw, 1.125rem);
  }

  #famipay .btn-area.combtn .fpbtn::after {
    font-size: clamp(1rem, 0.801rem + 0.43vw, 1.125rem);
  }

  /*===== 共通ボタン 外部遷移======*/
  #famipay .btn-area.combtn.gaib .fpbtn {
    padding: 14px;
  }

  #famipay .btn-area.combtn.gaib .fpbtn::after {
    content: '\e905';
  }

  #famipay .btn-area.combtn .gaib .fpbtn::after {
    content: '\e905';
  }

  /*===== 便利な機能 ======*/
  #famipay .other-area {
    width: min(100%, 1200px);
    padding: 3rem 0 5rem;
    margin: 0 auto;
  }

  #famipay .other-area .other {
    display: grid;
    grid-template-columns: repeat(3, 31.5%);
    justify-content: center;
    gap: 1.2rem;
  }

  #famipay .other-area .other>li:first-of-type {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  #famipay .other-area .other li {
    display: flex;
    flex-direction: column;
  }

  #famipay .other-area .other .other-ttl {
    background: #f2f9fd;
    padding: 2rem 1rem;
    font-size: clamp(1.125rem, 1.2vw, 1.25rem);
    border-radius: 20px 20px 0 0;
    text-align: center;
  }

  #famipay .other-area .other .other-inner .col {
    color: #007db8;
    font-weight: 600;
  }

  #famipay .other-area .other .other-inner {
    background: #edf5ed;
    padding: 1.8rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 0 0 20px 20px;
    flex-grow: 1;
    justify-content: space-between;
  }

  #famipay .other-area .other .other-txt {
    text-align: left;
    flex-grow: 1;
  }

  #famipay .other-area .other .other-txt span {
    font-size: 0.8rem;
    display: block;
    margin: 0.2rem 0 0;
  }

  #famipay .other-area .other .other-inner .furu_cah {
    font-size: clamp(1.05rem, 1.1vw, 1.2rem);
    font-weight: 500;
  }

  #famipay .other-area .other .other-inner .step_subttl {
    font-size: clamp(1.05rem, 1.1vw, 1.2rem);
    font-weight: 700;
    color: #008132;
    padding: 0 1rem;
    margin: 0 auto;
    position: relative;
    display: inline-block;
  }

  #famipay .other-area .other .other-inner .step_subttl::before {
    content: '';
    display: inline-block;
    background: #008132;
    width: 100px;
    height: 3px;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 100%;
  }

  #famipay .other-area .other .other-inner .step_subttl::after {
    content: '';
    display: inline-block;
    background: #008132;
    width: 100px;
    height: 3px;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 100%;
  }

  #famipay .other-area .other .other-inner .step_subttl span {
    font-size: 1.5rem;
  }

  #famipay .other .other-inner ol {
    display: grid;
    grid-template-columns: repeat(3, 31%);
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    gap: 2rem;
    align-items: center;
    align-content: space-between;
  }

  #famipay .other .other-inner ol li div {
    width: 100%;
    background: #fff;
    padding: 1rem;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #famipay .other .other-inner ol li:not(:last-child)::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -4.2rem;
    background: #008132;
    width: 2.3rem;
    height: 3rem;
    clip-path: polygon(0% 0%, 0 0, 50% 50%, 0 100%, 0% 100%);
    transform: translate(-50%, -50%);
  }

  #famipay .other .other-inner figure {
    display: flex;
    flex-direction: column;
  }

  #famipay .other .other-inner figcaption {
    flex-grow: 1;
  }

  #famipay .other .other-inner div figcaption span {
    font-size: 0.95rem;
    display: block;
    background: #008132;
    border-radius: 5px;
    color: #fff;
    padding: 0.1rem 0;
    width: 27%;
    margin: 0 auto 0.2rem;
  }

  #famipay .other-inner.furusato .furu_ttl p img {
    width: 42%;
  }

  #famipay .other li img {
    width: 60%;
    margin: 0 auto;
  }

  #famipay .btn-area.combtn.other .fpbtn {
    width: 100%;
    font-size: clamp(1.25rem, 1.051rem + 0.43vw, 1.375rem);
  }

  #famipay .btn-area.other .gaib .fpbtn::after {
    content: '\e905';
    font-weight: normal;
  }

  #famipay .btn-area.other .fpbtn::after {
    font-weight: normal;
  }

  #famipay .btn-area.other .furusato .fpbtn {
    width: 50%;
  }

  #famipay .btn-area.other .fpbtn {
    border: 1.5px solid #008132;
    color: #008132;
    width: 80%;
    padding: 0.8rem 1rem;
    font-weight: normal;
  }

  #famipay .btn-area.other .fpbtn:hover {
    background: #008132;
    color: #fff;
    text-decoration: none;
  }

  /*===== swiper ======*/
  /*スライドが非アクティブのときは矢印ボタンを非表示にする*/
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .swiper:not(.swiper-initialized) .swiper-button-prev,
  .swiper:not(.swiper-initialized) .swiper-button-next {
    display: none;
  }

  .swiper {
    /*スライダーの幅と高さを調整*/
    width: 100%;
    height: auto;
  }

  /*===== ファミペイを始めよう ======*/
  #famipay .fp-start-area {
    padding: 4rem 0 0;
  }

  #famipay .fp-start-area .start_step {
    width: min(100%, 1200px);
    margin: 0 auto;
    text-align: center;
  }

  #famipay .fp-start-area .start_step p {
    font-size: clamp(1.05rem, 1.1vw, 1.2rem);
    font-weight: 700;
    color: #008132;
    padding: 0 1rem;
    margin: 0 0 1.5rem;
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 60%, #fff100 60%);
  }

  #famipay .fp-start-area .start_step span {
    font-size: 1.5rem;
  }

  #famipay .fp-start-area .start_step ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    gap: 2rem;
    align-items: center;
    align-content: space-between;
  }

  #famipay .fp-start-area .start_step ol li:not(:last-child)::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 27%;
    right: -4.2rem;
    background: #008132;
    width: 2.3rem;
    height: 3rem;
    clip-path: polygon(0% 0%, 0 0, 50% 50%, 0 100%, 0% 100%);
    transform: translate(-50%, -50%);
  }

  #famipay .fp-start-area .start_step dl {
    background: #eee;
    padding: 0.8rem;
    margin: 2rem 0;
    border-radius: 10px;
    height: clamp(140px, 20vw, 150px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  #famipay .fp-start-area .start_step dl::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -8%;
    left: 50%;
    margin: auto;
    background: #eee;
    width: 2.3rem;
    height: 3rem;
    clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  #famipay .fp-start-area .start_step dt {
    width: 100%;
    background: #008132;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }

  #famipay .fp-start-area .start_step dd {
    padding: 0.5rem 0 0;
    text-align: left;
    font-weight: 500;
  }

  #famipay .fp-start-area .start_step dd span {
    font-size: 0.8rem;
    display: inline-block;
    background: linear-gradient(transparent 60%, #fff100 60%);
  }

  #famipay .fp-start-area .start_step dd .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0.5rem 0 0;
    column-gap: 1rem;
    row-gap: 0.5rem;
  }

  #famipay .fp-start-area .start_step dd .box span {
    width: calc(100% / 2 - 10px);
    background: linear-gradient(transparent 60%, #fff100 60%);
    font-size: 0.9rem;
  }

  #famipay .dlbtn02 .kensaku {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #008132;
    padding: 1rem;
    gap: 1rem;
  }

  #famipay .dlbtn02 .kensaku .kensaku_txt {
    width: calc(100% / 2);
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    text-align: right;
  }

  #famipay .dlbtn02 .kensaku div {
    width: calc(100% / 2);
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    text-align: left;
  }

  #famipay .dlbtn02 .kensaku div p {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
  }

  #famipay .dlbtn02 .kensaku p .ke01 {
    display: inline-block;
    padding: 0.2rem 1rem;
    border-radius: 10px 0 0 10px;
    border: 2px solid #fff;
    background: #39a437;
  }

  #famipay .dlbtn02 .kensaku p .ke02 {
    display: inline-block;
    padding: 0.2rem 2rem 0.2rem 0.2rem;
    border-radius: 0 10px 10px 0;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background: #fff;
    color: #008132;
    position: relative;
  }

  #famipay .dlbtn02 .kensaku p .ke02::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: '\f002';
    position: absolute;
    top: 52%;
    right: -8px;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
  }

  /*===== ファミッペ ======*/
  #famipay .fmp-area {
    background: #edf5ed;
    padding: 4rem 0;
    position: relative;
    margin: 0px 0 70px;
  }

  #famipay .fmp {
    background: #fff;
    border-radius: 20px;
    width: min(75%, 1200px);
    padding: 1.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
  }

  #famipay .fmp-ttl {
    width: 30%;
    margin: 0 auto;
    padding: 30px 50px 50px;
  }

  #famipay .fmp-main {
    width: 40%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }

  #famipay .fmp-txt {
    width: 50%;
    margin: 20px auto;
    font-size: clamp(0.9rem, 1.1vw, 1.1rem);
    line-height: 1.6;
    text-align: left;
  }

  #famipay .c-fmp01 {
    position: absolute;
    top: 23%;
    left: 4%;
    width: 20%;
    z-index: -1;
    will-change: transform;
  }

  #famipay .c-fmp02 {
    position: absolute;
    top: 63%;
    left: 4%;
    width: 20%;
    z-index: -1;
    will-change: transform;
  }

  #famipay .c-fmp03 {
    position: absolute;
    top: 23%;
    right: 4%;
    width: 20%;
    z-index: -1;
    will-change: transform;
  }

  #famipay .c-fmp04 {
    position: absolute;
    top: 63%;
    right: 4%;
    width: 20%;
    z-index: -1;
    will-change: transform;
  }

  #famipay .fmp-area .btn-area p {
    width: 50%;
    margin: 20px auto;
  }

  /*===== animation-area ======*/
  /*  #famipay .c-pic-item {
    position: relative;
    z-index: -1;
  }
  #famipay .c-ams {
    width: 100%;
    position: relative;
  }
  #famipay .c-mv-ttl {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    will-change: transform;
  }
  #famipay .c-mv-ttl01 {
    position: absolute;
    top: 4%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 13%;
    will-change: transform;
  }
  #famipay .c-mv-ttl02 {
    position: absolute;
    top: 33%;
    left: 24%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 13%;
    will-change: transform;
  }*/
  /*===== お知らせ欄修正 ======*/
  .ly-wrp-imp-area .ly-imp-area-detail {
    background-color: #eee;
    padding: 0;
  }

  .ly-wrp-imp-area .ly-imp-area-detail li {
    padding: 0;
  }

  .ly-wrp-imp-area .ly-imp-area-detail li a .ly-imp-area-more:after {
    content: none;
  }

  /*===== FAQ修正 ======*/
  #famipay .faq dl dt label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
  }

  #famipay .faq dl .cp_actab-content {
    margin: 0 10px;
  }

  .faq .cp_plus {
    margin: 0 0 0 10px;
  }

  /*===== 今すぐdl部分修正 ======*/
  #famipay .pctab .wrap p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    width: calc(93% / 2);
    text-align: right;
  }
}

/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  #famipay .sp-none {
    display: none;
  }

  #famipay {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  [id^='ttl'] {
    margin-top: -54px;
    padding-top: 54px;
  }

  #famipay .sp-mg {
    margin: 0 0.8rem;
  }

  #famipay .topics {
    padding: 2rem .8rem 1rem;
  }

  #famipay .cp-area {
    width: auto;
    padding: 2rem 0 0;
  }

  .responsive_carousel_module>.responsive_carousel_module_wrapper>.splide>.splide__controls {
    padding: 0px 0px;
  }

  /*===== main ======*/
  #famipay .main {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  #famipay .main h1 {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  #famipay .main .main-txt {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 5%;
    left: 3%;
    gap: 0.5rem;
  }

  #famipay .products {
    margin: 0 0 50px;
  }

  /*=============tit=============*/
  #famipay .ly-mod-ttl-l {
    font-size: clamp(1.3rem, 6vw, 1.5rem);
    margin: 0 0 1rem;
  }

  #famipay .subtit {
    font-size: 1.33333rem;
    margin-top: 30px;
  }

  /*===== main ttl ama ======*/
  #famipay .main .c-main.w1,
  #famipay .main .c-main.w2,
  #famipay .main .c-main.w3 {
    position: relative;
    font-size: clamp(1.4rem, 6vw, 2rem);
    font-weight: 700;
  }

  #famipay .main .c-main .txt_word {
    font-weight: bold;
    background-color: #fff;
    padding: 0.2rem 0.5rem;
    color: #008132;
    display: inline-block;
    font-feature-settings: 'palt'1;
    letter-spacing: 0.1em;
  }

  #famipay .main .c-main .txt_bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #008132;
    transform-origin: left;
    transform: scaleX(0);
    will-change: transform;
  }

  #famipay .main .c-main .txt_word

  /*, #famipay .main .main-img-fo img*/
    {
    opacity: 0;
  }

  #famipay .main .fo {
    position: relative;
    width: 100%;
    height: clamp(248px, 30vh, 292px);
    overflow: hidden;
  }

  #famipay .main .fo .c-maku {
    display: none;
  }

  #famipay .main .fo .c-maku-txt {
    display: none;
  }

  #famipay .main .fo .txt_imgbg {
    display: block;
    width: 100%;
    height: 15%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #008132;
    transform-origin: left;
    transform: scaleX(0);
    will-change: transform;
  }

  #famipay .main-img-fo .c-img01 img {
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 95%;
    will-change: transform;
  }

  #famipay .main-img-fo .c-img02 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    will-change: transform;
  }

  #famipay .main-img-fo .c-img03 img {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    margin: auto;
    width: 88%;
    will-change: transform;
  }

  #famipay .main-img-fo .c-img04 img {
    position: absolute;
    top: 52.9%;
    left: 0;
    right: 0;
    margin: auto;
    width: 88%;
    will-change: transform;
  }

  /*===== spe_info ======*/
  #famipay .spe_info {
    position: relative;
    margin: 0;
    background: #f2f9fd;
  }

  #famipay .spe_info::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('../images/line.webp') repeat-x;
    background-size: 150%;
    background-position: top;
    width: 100%;
    height: 20px;
    z-index: 2;
  }

  #famipay .spe_info::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    background: url('../images/line.webp') repeat-x;
    background-size: 150%;
    background-position: bottom;
    width: 100%;
    height: 20px;
  }

  #famipay .spe_info .spe_info_inner {
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 0.5rem;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-size: clamp(1rem, 1vw, 1.1rem);
    font-weight: 500;
    box-sizing: border-box;
  }

  #famipay .spe_info .ph p:first-of-type {
    margin: 0 0 0.3rem;
  }

  #famipay .spe_info .spe_info_inner .ph {
    text-align: center;
  }

  #famipay .spe_info .spe_info_inner .col {
    color: #008132;
    font-weight: 600;
  }

  #famipay .spe_info .spe_info_inner .ph img {
    width: 94%;
    margin: 0 auto;
  }

  #famipay .spe_info .txt p:first-of-type {
    text-align: center;
    margin: 0 0 0.3rem;
  }

  #famipay .spe_info .txt .btn a {
    background: #007db8;
    border: 1.5px solid #007db8;
    color: #fff;
    padding: 1rem;
    display: block;
    text-align: center;
    border-radius: 10px;
    width: 92%;
    margin: 0 auto;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
  }

  #famipay .spe_info .txt .btn a:hover {
    background: #fff;
    border: 2px solid #007db8;
    color: #0081cc;
  }

  #famipay .spe_info .txt .btn a::after {
    content: '\e903';
    font-family: 'icn_font';
    font-weight: 600;
    position: absolute;
    top: 52%;
    right: 6%;
    transform: translate(-50%, -50%);
  }

  /* #famipay .spe_info .spe_info_inner .triangle {
    background: #ef0d0d;
    position: absolute;
    top: .6rem;
    left: 0;
    width: clamp(54px, 13vw, 60px);
    height: clamp(50px, 13vw, 60px);
    clip-path: polygon(0 100%, 0 0, 100% 0);
    color: #fff;
    font-size: clamp(.8rem, 1vw, 1rem);
    font-weight: 600;
    z-index: 1;
  }
  #famipay .spe_info .spe_info_inner .triangle::before {
    content: "New!";
    display: inline-block;
    position: absolute;
    top: .9rem;
    left: .3rem;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(316deg);
    width: 100%;
    height: 100%;
  }*/
  /*===== fp dlbtn ======*/
  #famipay .fp-dlbtn {
    background: #008132;
    font-size: clamp(0.813rem, 0.764rem + 0.24vw, 0.875rem);
    padding: 12px;
    font-weight: bold;
    margin: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
  }

  #famipay .fp-dlbtn section {
    margin-bottom: 0;
  }

  #famipay .fp-dlbtn .btnarea {
    display: flex;
    align-items: center;
    width: 30%;
  }

  #famipay .fp-dlbtn .btnarea p {
    margin: 0 0 0 10px;
  }

  #famipay .fp-dlbtn .dltxt {
    color: #fff;
    width: calc(125% / 2 - 10px);
    text-align: left;
    font-size: clamp(1rem, 3vw, 1.5rem);
  }

  #famipay .fp-dlbtn .app-box2 {
    width: calc(75% / 2 - 10px);
  }

  #famipay .fp-dlbtn .app-link02-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #famipay .fp-area .fp-btn.gaib a::after {
    content: '\e905';
  }

  /*===== お知らせエリア ======*/
  #famipay .ly-wrp-imp-area {
    background-color: #eee;
    border: none;
    border-radius: 0px;
    margin: 10px 0 20px;
    padding: 13px;
    font-size: 0.87rem;
    position: relative;
  }

  #famipay .fpinfo p {
    font-size: 0.9333rem;
    line-height: 1.5;
  }

  #famipay .ly-imp-area-detail {
    overflow: hidden;
    position: relative;
  }

  #famipay .readmore-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 63px;
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0), #eee 50%);
    pointer-events: none;
    z-index: 2;
    display: block;
    opacity: 1;
  }

  /* もっと見るボタン */
  #famipay .readmore-btn {
    display: block;
    margin: -33px 0 0 auto;
    padding: 0.3rem 1rem;
    background: #007db8;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    font-size: 0.8rem;
  }

  /*===== a-btn ======*/
  #famipay .abtn {
    margin: 0 0.8rem 50px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #famipay .abtn::-webkit-scrollbar {
    display: none;
  }

  #famipay .abtn ul {
    display: grid;
    grid-template-columns: repeat(4, 22%);
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    gap: 0.8rem;
  }

  #famipay .abtn li {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  #famipay .abtn li .abtn-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f9fd;
    width: 100%;
    height: 15vw;
    padding: 7px;
    box-sizing: border-box;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
    will-change: filter;
  }

  #famipay .abtn .abtn-txt {
    font-size: clamp(0.563rem, 0.466rem + 0.48vw, 0.688rem);
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }

  #famipay .abtn li img {
    width: 60%;
  }

  /*===== famipay web yoyaku ======*/
  #famipay .fp-wy .ly-fs12 {
    font-size: 0.8rem;
    color: #535353;
  }

  #famipay .fp-wy {
    margin-bottom: 50px;
  }

  /*===== famipay ======*/
  #famipay .fp-area {
    background: #edf5ed;
    padding: 2rem 0.8rem 2rem;
    margin: 0;
  }

  #famipay .fp-area .pt {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #famipay .fp-area .pt img {
    width: 38%;
  }

  #famipay .fp-area .fp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 2rem;
    gap: 1rem;
  }

  #famipay .fp-area .fp .spacer {
    display: none;
  }

  #famipay .fp-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    background: #fff;
    padding: 1rem 0.5rem;
    border-radius: 0 0 15px 15px;
  }

  #famipay .fp-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
  }

  #famipay .fp-ttl {
    text-align: center;
    background: #f2f9fd;
    font-size: clamp(1.1rem, 1.3vw, 1.3rem);
    font-weight: 600;
    padding: 1rem;
    width: 100%;
    border-radius: 15px 15px 0 0;
    margin: 0 0.8rem 0;
    box-sizing: border-box;
  }

  #famipay .fp-wrap {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    width: calc(54% / 2);
    height: clamp(118px, 5vh, 150px);
    display: flex;
    align-items: center;
  }

  #famipay .fp-txt {
    padding: 0;
    font-size: clamp(0.93rem, 1.2vw, 1.1rem);
    font-weight: 500;
    line-height: 1.6;
    width: calc(140% / 2);
    text-align: left;
  }

  #famipay .fp-txt span {
    font-size: clamp(0.8rem, 0.9vw, 0.9rem);
    margin: 0.3rem 0 0;
    display: block;
    font-weight: 400;
  }

  #famipay .fp-area .fp-btn {
    width: 90%;
    display: flex;
  }

  #famipay .fp-area .fp-btn a {
    background: #fff;
    padding: 0.2rem 2rem 0.2rem 1rem;
    display: block;
    color: #008132;
    border-radius: 50px;
    border: 1px solid #008132;
    position: relative;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }

  #famipay .fp-area .fp-btn a:hover {
    background: #008132;
    color: #fff;
    text-decoration: none;
  }

  #famipay .fp-area .fp-btn a::after {
    content: '\e903';
    font-family: 'icn_font';
    font-weight: normal;
    position: absolute;
    top: 52%;
    right: 0;
    transform: translate(-50%, -50%);
  }

  #famipay .fp-area .fp-btn.otk a::after {
    content: '\e914';
  }

  #famipay .fp-area .btn-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    gap: 1rem;
  }

  #famipay .btn-area .fpbtn {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 16px;
    background: #fff;
    border: 2px solid #e3e3e3;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto;
    color: #313131;
    position: relative;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
  }

  #famipay .btn-area .fpbtn::after {
    content: '\e903';
    font-family: 'icn_font';
    font-weight: 500;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translate(-50%, -50%);
    font-size: clamp(1rem, 1.2vw, 1.1rem);
  }

  #famipay .btn-area .fpbtn:hover {
    color: #008132;
    border: 2px solid #008132;
  }

  /*===== おトク ======*/
  #famipay .otoku {
    background: rgba(0, 140, 215, 0.05);
    padding: 2rem 0 0.1rem;
  }

  #famipay .otoku_txt {
    font-size: clamp(1.1rem, 1.15vw, 1.2rem);
    font-weight: 500;
    text-align: center;
    margin: 1rem 0;
  }

  #famipay .otoku .otoku-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  #famipay .otoku .otoku-wrap .otoku-list {
    display: grid;
    grid-template-columns: repeat(1, 90%);
    gap: 1rem;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin: 0 auto 3rem;
  }

  #famipay .otoku .otoku-wrap .otoku-list>li {
    background: #fff;
    border: 2px solid #008cd6;
    border-radius: 16px;
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.2));
  }

  #famipay .otoku .otoku-wrap .otoku-list .ot-inner {
    padding: 1.5rem;
  }

  #famipay .otoku .otoku-wrap .otoku-list dt {
    font-size: clamp(1.8rem, 1.3vw, 2rem);
    background: #008cd6;
    color: #fff100;
    display: block;
    width: 56px;
    height: 53px;
    border-radius: 10px 0 40% 0;
    font-weight: 700;
    float: left;
    margin: 0 0.8rem 0 0;
    text-align: center;
    padding: 0.2rem 0.4rem 0.3rem 0;
  }

  #famipay .otoku .otoku-wrap .otoku-list dt span {
    display: block;
    font-size: clamp(0.85rem, 0.9vw, 1rem);
    margin: 0 0 -0.5rem;
    text-align: center;
  }

  #famipay .otoku .otoku-wrap .otoku-list dd {
    font-size: clamp(1.1rem, 1.3vw, 1.5rem);
    font-weight: 600;
    padding: 0.4rem 0.5rem 0;
  }

  #famipay .otoku .otoku-list dd span {
    font-size: clamp(0.95rem, 1vw, 1.2rem);
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 1rem 0 0;
    clear: both;
  }

  #famipay .otoku .note li {
    font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  }

  #famipay .otoku .note {
    padding: 0.5rem;
  }

  #famipay .otoku .ot-pic img {
    border-radius: 16px;
  }

  /*===== 毎日のお買い物でおトクが盛りだくさん ======*/
  #famipay .otoku .three {
    font-size: 1rem;
  }

  /*===== 共通ボタン ======*/
  #famipay .btn-area.combtn p {
    margin: 20px 0 50px;
  }

  #famipay .btn-area.combtn.last p {
    margin: 20px 0 0;
  }

  #famipay .btn-area.combtn .fpbtn {
    width: 75%;
    font-size: clamp(0.875rem, 0.779rem + 0.48vw, 1rem);
  }

  #famipay .btn-area.combtn .fpbtn::after {
    font-size: clamp(0.875rem, 0.779rem + 0.48vw, 1rem);
  }

  /*===== 共通ボタン 外部遷移======*/
  #famipay .btn-area.combtn.gaib .fpbtn {
    padding: 10px;
  }

  #famipay .btn-area.combtn.gaib .fpbtn::after {
    content: '\e905';
  }

  #famipay .btn-area.combtn .gaib .fpbtn::after {
    content: '\e905';
  }

  /*===== 便利な機能 ======*/
  #famipay .other-area {
    padding: 2rem 0 3rem;
    margin: 0 auto;
  }

  #famipay .other-area .other {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin: 1rem 0.8rem;
  }

  #famipay .other-area .other .other-ttl {
    text-align: center;
    background: #f2f9fd;
    font-size: clamp(1.1rem, 1.3vw, 1.3rem);
    font-weight: 600;
    padding: 1rem;
    width: 100%;
    border-radius: 15px 15px 0 0;
    margin: 0;
    box-sizing: border-box;
  }

  #famipay .other-area .other li {
    display: flex;
    flex-direction: column;
  }

  #famipay .other-area .other .other-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    gap: 0.8rem;
    background: #edf5ed;
    padding: 1rem 0.5rem;
    border-radius: 0 0 20px 20px;
  }

  #famipay .other-area .other .other-inner .other-wrap {
    border-radius: 10px;
    box-sizing: border-box;
    width: calc(54% / 2);
    height: clamp(118px, 5vh, 150px);
    display: flex;
    align-items: center;
  }

  #famipay .other-area .other .other-inner .other-txt {
    padding: 0;
    font-size: clamp(0.93rem, 1.2vw, 1.1rem);
    font-weight: 500;
    line-height: 1.6;
    width: calc(136% / 2);
    text-align: left;
  }

  #famipay .other-area .other .other-txt span {
    font-size: 0.8rem;
    font-weight: 400;
    display: block;
    margin: 0.2rem 0 0;
  }

  #famipay .other-area .other li img {
    width: 90%;
    margin: 0 auto;
  }

  #famipay .other-inner .col {
    color: #007db8;
    font-weight: 600;
    display: block;
  }

  #famipay .other-inner .furu_cah {
    font-size: clamp(0.95rem, 1.1vw, 1.2rem);
    font-weight: 500;
    text-align: center;
  }

  #famipay .other-inner .furu_step {
    text-align: center;
    width: 85vw;
    height: 92vw;
  }

  #famipay .other-inner.furusato .txt {
    width: 94%;
    font-weight: 500;
    margin: 0;
    text-align: left;
  }

  #famipay .other-inner.furusato .step_subttl {
    font-size: clamp(1rem, 1.1vw, 1.1rem);
    font-weight: 700;
    color: #008132;
    padding: 0 0.5rem;
    margin: 0.5rem auto 0;
    position: relative;
    display: inline-block;
  }

  #famipay .other-inner .step_subttl::before {
    content: '';
    display: inline-block;
    background: #008132;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 100%;
  }

  #famipay .other-inner .step_subttl::after {
    content: '';
    display: inline-block;
    background: #008132;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 100%;
  }

  #famipay .other-inner .furu_step span {
    font-size: 1.3rem;
  }

  #famipay .other .other-inner ol li div {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 1rem;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
  }

  #famipay .other .other-inner div figcaption span {
    font-size: 0.95rem;
    display: block;
    background: #008132;
    border-radius: 5px;
    color: #fff;
    padding: 0.1rem 0;
    width: 27%;
    margin: 0 auto 0.2rem;
  }

  #famipay .btn-area.combtn.other .fpbtn {
    width: 100%;
    font-size: clamp(1.25rem, 1.051rem + 0.43vw, 1.375rem);
  }

  #famipay .btn-area.other .gaib .fpbtn::after {
    content: '\e905';
  }

  #famipay .other-area .btn {
    width: 90%;
    display: flex;
  }

  #famipay .btn-area.other .fpbtn {
    border: 1px solid #008132;
    color: #008132;
    width: 100%;
    padding: 0.6rem;
    font-size: clamp(0.85rem, 0.9vw, 0.95rem);
  }

  #famipay .btn-area.other .fpbtn::after {
    top: 52%;
    right: 1px;
    font-size: clamp(0.85rem, 0.9vw, 0.95rem);
  }

  #famipay .btn-area.other .fpbtn:hover {
    background: #008132;
    color: #fff;
    text-decoration: none;
  }

  /*===== swiper other======*/
  #famipay .other .swiper-area {
    position: relative;
    text-align: center;
  }

  #famipay .other .swiper-button-prev,
  #famipay .other .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: -2rem;
    bottom: 0;
    margin: auto;
  }

  #famipay .other .swiper-button-prev:after,
  #famipay .other .swiper-button-next:after {
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    background: #008132cc;
    border-radius: 50% 50%;
    padding: 0.6rem;
    width: 6px;
    height: 6px;
    line-height: 6px;
    position: absolute;
  }

  #famipay .other .swiper-button-prev:after {
    content: 'prev';
    left: -1.3rem;
  }

  #famipay .other .swiper-button-next:after {
    content: 'next';
    right: -1.3rem;
  }

  #famipay .other .swiper-pagination {
    bottom: 0;
  }

  /*===== fp-start======*/
  #famipay .fp-start-area {
    padding: 2rem 0 0;
  }

  #famipay .fp-start-area .start_step p {
    font-size: clamp(1.05rem, 1.1vw, 1.2rem);
    font-weight: 700;
    color: #008132;
    padding: 0 1rem;
    margin: 0 0 1.5rem;
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 60%, #fff100 60%);
  }

  #famipay .fp-start-area .start_step span {
    font-size: 1.5rem;
  }

  #famipay .fp-start-area .start_step dl {
    background: #eee;
    padding: 0.8rem;
    margin: 1rem 0 0;
    border-radius: 10px;
    height: clamp(133px, 20vw, 180px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  #famipay .fp-start-area .start_step dl::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -8%;
    left: 50%;
    margin: auto;
    background: #eee;
    width: 2.3rem;
    height: 3rem;
    clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  #famipay .fp-start-area .start_step dt {
    width: 100%;
    background: #008132;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }

  #famipay .fp-start-area .start_step dd {
    padding: 0.5rem 0 0;
    font-size: 0.9rem;
    text-align: left;
  }

  #famipay .fp-start-area .start_step dd {
    padding: 0.5rem 0 0;
    text-align: left;
    font-weight: 500;
  }

  #famipay .fp-start-area .start_step dd span {
    font-size: 0.8rem;
    display: inline-block;
    background: linear-gradient(transparent 60%, #fff100 60%);
  }

  #famipay .fp-start-area .start_step dd .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0.5rem 0 0;
    column-gap: 1rem;
    row-gap: 0.5rem;
  }

  #famipay .fp-start-area .start_step dd .box span {
    width: calc(100% / 2 - 10px);
    background: linear-gradient(transparent 60%, #fff100 60%);
    font-size: 0.9rem;
  }

  #famipay .dlbtn02 .app-link02-wrapper {
    padding: 0.5rem 0;
  }

  #famipay .dlbtn02 .app-link02-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  #famipay .dlbtn02 .dltxt {
    width: calc(85% / 2);
    font-weight: 700;
  }

  #famipay .dlbtn02 .app-box2 {
    width: calc(60% / 2);
  }

  /*===== swiper fp-start======*/
  #famipay .fp-start-area .swiper-area {
    position: relative;
  }

  #famipay .fp-start-area .swiper-button-prev,
  #famipay .fp-start-area .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #famipay .fp-start-area .swiper-button-prev:after,
  #famipay .fp-start-area .swiper-button-next:after {
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    background: #008132cc;
    border-radius: 50% 50%;
    padding: 0.6rem;
    width: 6px;
    height: 6px;
    line-height: 6px;
    position: absolute;
  }

  #famipay .fp-start-area .swiper-button-prev:after {
    content: 'prev';
    left: 3rem;
  }

  #famipay .fp-start-area .swiper-button-next:after {
    content: 'next';
    right: 3rem;
  }

  #famipay .fp-start-area .swiper-pagination {
    bottom: 0;
  }

  #famipay .fp-start-area .swiper-area {
    position: relative;
    text-align: center;
  }

  #famipay .fp-start-area .swiper {
    width: 60%;
    height: 140vw;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
  }

  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }

  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }

  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }

  /*===== ファミッペ ======*/
  #famipay .fmp-area {
    background: #edf5ed;
    padding: 2rem 0.8rem;
    position: relative;
  }

  #famipay .fmp {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 1rem 1.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }

  #famipay .fmp-ttl {
    width: 60%;
    margin: 0 auto;
    padding: 20px;
  }

  #famipay .fmp-main {
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }

  #famipay .fmp-txt {
    width: 100%;
    margin: 20px auto;
    font-size: clamp(0.813rem, 0.764rem + 0.24vw, 0.875rem);
    line-height: 1.6;
    text-align: left;
  }

  #famipay .c-fmp01 {
    position: absolute;
    top: 22%;
    left: 4%;
    width: 25%;
    z-index: -1;
    will-change: transform;
  }

  #famipay .c-fmp02 {
    position: absolute;
    top: 44%;
    left: 2%;
    width: 25%;
    z-index: -1;
    will-change: transform;
  }

  #famipay .c-fmp03 {
    position: absolute;
    top: 22%;
    right: 2%;
    width: 25%;
    z-index: -1;
    will-change: transform;
  }

  #famipay .c-fmp04 {
    position: absolute;
    top: 44%;
    right: 4%;
    width: 25%;
    z-index: -1;
    will-change: transform;
  }

  /*===== animation-area ======*/
  /*  #famipay .c-ams {
    width: 100%;
    position: relative;
  }
  #famipay .c-pic {
    position: relative;
    z-index: 0;
  }
  #famipay .c-mv-ttl {
    position: absolute;
    top: 1%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 58%;
    will-change: transform;
  }
  #famipay .c-mv-ttl01 {
    position: absolute;
    top: 3.5%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 15%;
    z-index: 1;
    will-change: transform;
  }
  #famipay .c-mv-ttl02 {
    position: absolute;
    top: 21%;
    left: 16%;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 16%;
    will-change: transform;
  }*/
  /*===== お知らせ欄修正 ======*/
  .ly-wrp-imp-area .ly-imp-area-detail {
    background-color: #eee;
    padding: 0;
  }

  .ly-wrp-imp-area .ly-imp-area-detail li {
    padding: 0;
  }

  .ly-wrp-imp-area .ly-imp-area-detail li a .ly-imp-area-more:after {
    content: none;
  }

  .ly-wrp-imp-area .ly-imp-area-detail li:after {
    content: none;
  }

  /*===== FAQ修正 ======*/
  #famipay .faq dl dt label {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #famipay .faq dl .cp_actab-content {
    margin: 0;
  }

  /*===== WEB予約修正 ======*/
  #famipay a:link .famipay_date {
    font-size: 0.9rem;
  }

  #famipay a:link .famipay_date,
  #famipay a:visited .famipay_date {
    color: #313131;
  }
}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #famipay {
    width: 100vw;
  }

  #famipay .main .fo .c-maku-txt {
    font-size: 2rem;
  }

  #famipay .otoku .otoku-wrap .otoku-list dt {
    padding: 0.5rem 0.5rem 0 0;
  }

  #famipay .otoku .otoku-wrap .otoku-list dt span {
    margin: 0 0 -0.5rem;
  }

  #famipay .dlbtn02 .kensaku .kensaku_txt {
    font-size: 1.5rem;
  }

  #famipay .dlbtn02 .kensaku div p {
    font-size: 1rem;
  }

  #famipay .ly-other {
    width: 100%;
  }

  #famipay .other-area {
    width: min(96%, 1200px);
  }

  #famipay .other .other-inner ol li div {
    flex-grow: 1;
  }
}

@media screen and (min-width: 737px) and (max-width: 1023px) {
  #famipay {
    width: 100vw;
  }

  #famipay .main .fo .c-maku-txt {
    font-size: 1.7rem;
  }

  #famipay .main .main-txt {
    gap: 0.5rem;
  }

  #famipay .otoku .otoku-wrap .otoku-list dt {
    width: 50px;
    height: 50px;
  }

  #famipay .ly-wrp-cts {
    padding: 0 20px;
  }

  #famipay .abtn {
    width: min(96%, 1200px);
  }

  #famipay .otoku .otoku-wrap {
    width: min(96%, 1200px);
    padding: 0;
  }

  #famipay .otoku .otoku-wrap .otoku-list dt span {
    margin: 0 0 -0.3rem;
  }

  #famipay .otoku .otoku-wrap .otoku-list dt {
    padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  }

  #famipay .dlbtn02 .kensaku .kensaku_txt {
    font-size: 1.4rem;
  }

  #famipay .dlbtn02 .kensaku div p {
    width: 100%;
    font-size: 1rem;
  }

  #famipay .dlbtn02 .kensaku img {
    width: calc(60% / 2);
  }

  #famipay .fmp {
    width: min(85%, 1200px);
  }

  #famipay .ly-other {
    width: 100%;
  }

  #famipay .fp-area {
    padding: 3rem 0 4rem;
  }

  #famipay .fp-area .fp {
    width: min(94%, 1200px);
    column-gap: 1rem;
    row-gap: 1.2rem;
  }

  #famipay .fp-wrap {
    padding: 1rem;
  }

  #famipay .fp-wrap img {
    width: 60%;
  }

  #famipay .fp-box {
    width: calc(100% / 2 - 30px);
  }

  #famipay .fp-area .spacer {
    display: none;
  }

  #famipay .fp-inner {
    padding: 0.5rem 1rem 1rem;
  }

  #famipay .fp-area .pt img {
    width: 35%;
  }

  #famipay .fp-area .btn-area {
    width: min(90%, 1200px);
  }

  #famipay .btn-area .fpbtn::after {
    right: 7%;
  }

  #famipay .other-area {
    padding: 3rem 0 4rem;
  }

  #famipay .other-area .other {
    grid-template-columns: repeat(3, 30%);
    gap: 1rem;
  }

  #famipay .other-area .other .other-inner {
    padding: 2rem 1rem;
  }

  #famipay .btn-area.other .fpbtn {
    width: 98%;
  }

  #famipay .spe_info::before,
  #famipay .spe_info::after {
    background-size: 66%;
    height: 12px;
  }

  #famipay .spe_info .spe_info_inner {
    font-size: clamp(0.9rem, 0.95vw, 1rem);
    padding: 1rem 1rem 1.5rem;
    gap: 1rem;
  }

  #famipay .spe_info .txt .btn a {
    padding: 0.5rem 1rem;
    width: 90%;
  }

  #famipay .spe_info .spe_info_inner .col {
    display: block;
  }

  #famipay .spe_info .spe_info_inner .ph {
    text-align: center;
  }

  #famipay .spe_info .spe_info_inner .ph img {
    width: 97%;
    margin: 0 auto;
  }

  #famipay .spe_info .spe_info_inner .triangle {
    top: 0.5rem;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }

  #famipay .spe_info .spe_info_inner .triangle::before {
    top: 11px;
    left: 5px;
    right: 0;
  }

  #famipay .other .other-inner ol li div {
    flex-grow: 1;
  }
}