body.w-wide .wrapper.wrapper {
    margin-top: 42px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-bottom: 0;
}

.contents-area {
    width: 72%;
    margin: 0 10% 0 18%;
    padding: 80px 0 0 0;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

main {
    display: block;
}

body.w-wide .wrapper.w-1220 #mainCol {
    float: initial !important;
    width: 100% !important;
}

html {
    line-height: 1.15;
    -webkit-tap-highlight-color: transparent;
    text-size-adjust: 100%;
}

#mainCol {
    font-size: initial;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

.section-link {
    text-decoration: underline;
}

.section-link:hover{
    text-decoration: none;
}

.h4 {
    color: #292B80;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

.w-1240 {
    max-width: 1240px;
    margin: auto;
}

.text-bold {
    font-weight: bold;
}


.title-normal {
    color: #292B80;
    font-size: 36px;
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.contents-normal {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.32;
    padding-bottom: 64px;
}

.title-sub {
    font-size: 2.8rem;
    font-weight: bold;
    margin-top: 25px;
    display: inline-block;
    line-height: 1.32;
}

.sub-title {
    font-size: 32px;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.contents-normal-line {
    position: relative;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.32em;
    padding-bottom: 64px;
}

.contents-normal-line::after {
    position: absolute;
    content: "";
    width: 100%;
    opacity: 1;
    border-width: 1px;
    color: #E2EAFF; 
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.normal-line{
    position: relative;
}

.normal-line::after {
    position: absolute;
    content: "";
    width: 100%;
    opacity: 1;
    border-width: 1px;
    color: #E2EAFF; 
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.title-normal-salon {
    color: #292B80;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.32;
    margin-top: 64px;
    margin-bottom: 40px;
    text-align: center;
}

.document-need-accordion {
    position: relative;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

.document-need-accordion .accordion-head {
    position: relative;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    cursor: pointer;
    color: #285AE1;
}

.document-need-accordion .accordion-head .accordion-head-icon{
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.document-need-accordion .accordion-head .accordion-head-icon::before,.document-need-accordion .accordion-head .accordion-head-icon::after{
    background: #285AE1;
    border-radius: 5px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 14px;
}

.document-need-accordion .accordion-head .accordion-head-icon::after{
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transition: all 0.5s;
}
.document-need-accordion.open .accordion-head .accordion-head-icon::after{
    transform: translateX(-50%) translateY(-50%) rotate(0);
}

.document-need-accordion .accordion-content{
    padding-top: 30px;
}

.document-need-accordion .content-box-head{
    background-color: #F3F3F3;
    margin-bottom: 28px;
    padding: 8px 14px;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 4px;
}
.document-need-accordion .content-box-main{
    margin-bottom: 47px;
    font-size: 1.8rem;
}

.document-need-accordion .content-box-main li{
    position: relative;
    margin-bottom: 16px;
}

.document-need-accordion .content-box-main .list-dot li{
    padding-left: 12px;
}

.document-need-accordion .content-box-main li:last-child{
    margin-bottom: 0;
}

.document-need-accordion .content-box-main .list-dot li::before{
    background: #333;
    border-radius: 5px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 4px;
}

.document-need-accordion .content-box-main .list-annotation{
    line-height: 1.7;
    font-size: 1.3rem;
}

.document-need-accordion .content-box-main .list-annotation li{
    padding-left: 25px;
}

.document-need-accordion .content-box-main li .annotation{
    position: absolute;
    left: 0;
    top: 0;
}

.document-need-accordion .content-box-main .text{
    margin-top: 28px;
    margin-bottom: 28px;
    line-height: 1.7;
}


.head-sub {
    color: white;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 28px;
    display: inline-block;
}
  
.sub-entitle {
    color: white;
    font-size: 20px;
    line-height: 1.44em; 
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 500;
    border-radius: 12px;
}
  
.bg-red {
    background-color: #E6002D;
    padding: 5px 14px;
}

.head-sub.bg-red {
    border-radius: 10px;
}
  
.bg-blue {
    background-color: #08287F;
    padding: 5px;
}
  
.color-blue {
    color: #08287F;
}

.color-blue80 {
    color: #285AE1;
}
  
.color-red {
    color: #E6002D;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-64 {
    margin-top: 64px;
}

.main-area-wrap{
    max-width: 1278px;
    padding: 0 3%;
    margin: 0 auto;
    box-sizing: content-box;
    position: relative;
}

.flex-area {
    margin: 0px 0px 80px auto;
    position: relative;
    padding: initial;
    vertical-align: initial;
    border: initial;
    width: 100%;
    max-width: 1030px;
    background-color: white;
    border-radius: 16px;
    padding: 0 0 80px 0;
}

.area-title{
    text-align: center;
}

.kv{
    background-color: #E2EAFF;
    text-align: center;
}

.kv img {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
}

.text-sup{
    vertical-align: super;
    font-size: 65%;
    line-height: 0;
    position: relative;
}

.note{
    position: relative;
 }

.note .note-char {
    left: 0;
    position: absolute;
    top: 0;
}

.blue__box {
    text-align: center;
    background-color: #294592;
    padding: 14px 0;
}

.solve2 .content > .text{
    margin-top: 20px;
}


  
.merit_account {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 64px 0;
    gap: 40px;
}
  
.merit_account .merit-head {
    margin-bottom: 40px;
}

.merit-text .merit-head {
    font-size: 22px;
    font-weight: 500;
    color: #08287F;
    line-height: 1.34em;
}

.merit-text .merit-head.ft-strong {
    font-size: 28px;
}

.merit-text .merit-main {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
}

.merit_businessdebit {
    display: flex;
    justify-content: space-between;
    padding: 64px 0;
    gap: 55px;
    margin: 0 auto 64px;
}
  
.merit_businessdebit_01 {
    width: 100%;
}

.merit_businessdebit_point_01 {
    width: 100%;
}
  
.merit_businessdebit .merit-head {
    margin: 0px 0 28px 0;
}
  
.merit_businessdebit .merit-main {
    margin-bottom: 28px;
}

.merit-note {
    font-size: 13px;
}

.merit-note > li {
    text-align: left;
    line-height: 1.6em;
    padding-left: 16px;
}
  
.flow-step {
    display: flex;
    justify-content: space-between;
    padding: 48px 0 40px 0;
    gap: 2vw;
    margin: 0 auto;
    width: 100%;
}

.flow-step .flex-item {
    width: 100%;
}
  
.flow-step .gray-box .step {
    position: absolute;
    top: -14px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7em;
    color: #08287F;
    z-index: 10;
}

.flow-step .flex-item {
    position: relative;
}
  
.flow-step .gray-box img{
    background-color: #F3F3F3;
    padding: 21px 52px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
  
.flow-step .main {
    text-align: center;
    font-size: 16px;
    line-height: 1.44em;
    color: #08287F;
    font-weight: 500;
    margin: 20px 0;
}

.flow-step .desc {
    font-size: 13px;
    line-height: 1.6em;
    color: #333333;
    font-weight: 500;
}

.merit_businessdebit .merit-img{
    margin-bottom: 40px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }
  
.merit_account .merit-text{
    width: 57%;
 }

.card-debit .three-points{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 64px 0;

}

.card-debit .three-points .sentence {
    width:65%;
}

.card-debit .three-points .sentence ul li:nth-child(1){
    width:80%;
}

.card-debit .three-points .sentence ul li:nth-child(2){
    width:90%;
}


.card-debit .three-points .sentence-img {
    width: 39%;
    position: absolute;
    right: 0;
}

.card-debit .three-points ul > * + * {
    margin-top: 40px;
}

.card-debit .three-points ul {
    list-style: disc;
    line-height: 1.34em;
    color: #08287F;
    font-size: 24px;
    font-weight: 500;
    padding-left: 30px;
}

.card-debit h4 {
    margin: 64px 0 40px 0;
}

.card-debit .camp h4 {
    margin: 64px 0 28px 0;
}

.card-debit .flex-debit-item {
    display: flex;  
    align-items: flex-start;
    justify-content: space-between;
    gap: 41px;
}

.card-debit .flex-debit-item .flex-card {
    width: 40%;
}

.card-debit .flex-debit-item .flex-card .businessdebit_01{
   margin-bottom: 40px;
}

.card-debit .flex-debit-item .flex-card .businessdebit_notes {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: 14px;
}

.card-debit .flex-debit-item .flex-points {
    width: 54%;
}

.card-debit .flex-debit-item .flex-points ul {
    list-style: disc;
    line-height: 1.34em;
    color: #08287F;
    font-size: 24px;
    font-weight: 500;
}

.card-debit .flex-debit-item .flex-points ul li:first-child {
    font-size: 28px;
    line-height: 1.34em;
    font-weight: bold;
    margin-bottom: 40px;
}

.card-debit .flex-debit-item .flex-points ul li span {
    font-size: 40px;
}

.card-debit .flex-points {
    width: 54%;
}

.card-debit .flex-points li:last-child{
    line-height: 1;
}

.card-debit .flex-points .flex-three-points {
    padding: 24px 0 0 6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-debit .flex-points .flex-three-points .points {
    display: flex;
    gap: 14px;
}

.card-debit .flex-points .flex-three-points .points .img{
    max-width: 96px;
}

.card-debit .flex-points .flex-three-points .points .point {
    display:flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em;
}

.card-debit .camp .camp-tokuten {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 55px;
}

.card-debit .camp .camp-tokuten .sub-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.44em;
    margin-top: 14px;
}

.coconala-grey-box {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 60px;
    background-color: #F3F3F3;
    padding: 40px 0 20px;
}

.coconala .questions {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 20px;
    gap: 8px;
    padding: 0 32px;
}

.coconala .questions .card {
    border-radius: 64px;
    background-color: #FFF;
    padding: 30px 29px 34px;
    width: 33%;
}

.coconala .questions .card .main {
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    color: #08287F;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.coconala .questions .card .desc {
    font-size: 1.6rem;
    line-height: 1.44em;
    font-weight: 500;
    text-align: left;
}

.coconala .arrow-img {
    text-align: center;
    margin: 40px 0;
}

.coconala .ask {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.32em;
    color: #08287F;
    font-weight: 500;
}

.coconala .coconala-img {
    text-align: center;
    padding: 48px 60px;
}

.coconala .coconala-text {
    font-size: 1.8rem;
    line-height: 1.7em;
    font-weight: 500;
    margin-bottom: 20px;
}

.coconala .solve {
    margin: auto;
    text-align: center;
    position: relative;
}

.detail-link{
    text-align: right;
}

.detail {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7rem;
    color: #285AE1;
    display: inline-block;
    margin-right: 26px;
}

.detail::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/special/sougyou02/img/icon_link.svg);
    background-size: contain;
    right: -26px;
    top: -2px;
}

.coconala .solve .solve1 {
    padding :20px 0 64px;
}

.coconala .solve .solve1 .sub-entitle {
    margin-bottom: 28px;
}

.coconala .solve .solve1 .sub-entitle .solve1-red-head {
    font-size: 14px;
    margin-right: 16px;
    font-weight: bold;
    line-height: 1.32rem;
}

.coconala .solve .solve1 .sub-entitle .bg-red {
    border-radius: 4px;
    padding: 4px 6px;
}

.coconala .solve .solve1 .coupon-img {
    margin: 28px 0;
}

.coconala .solve .solve1 .notice {
    margin-bottom: 40px;
}

.coconala .solve .solve1 .notice > li {
    margin-bottom: 2px;
}

.coconala .solve .note{
    padding-left: 15px;
}

.coconala .solve .solve2{
    margin: 0 auto;
    padding: 0 40px 20px;
}

.coconala .solve .solve2 .content{
    padding: 0;
}

.solve2-main-title {
    text-align: center;
    font-size: 28px;
    line-height: 1.32em;
    color: #08287F;
    font-weight: 500;
    margin-bottom: 40px;
}

.solve2-sub-title {
    text-align: center;
    font-size: 24px;
    line-height: 1.32em;
    font-weight: bold;
    margin-bottom: 49px;
}

.solve2 .solve2-title {
    color: #333;
    background-color: #FFCFC9;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    width: 76%;
    font-size: 1.4rem;
    position: absolute;
    top: -15px;
    line-height: 1;
}

.coconala .solve .solve2 .solve2-type {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin: 0 auto;
    margin-bottom: 34px;
}

.coconala .solve .solve2 .solve2-type .solve2-box {
    background-color: #FFF;
    width: 33%;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 58px 0 44px;
}

.coconala .solve .solve2 .solve2-type .solve2-img {
    margin-bottom: 14px;
    padding: 0 24.5px;
}

.coconala .solve .solve2 .solve2-type .solve2-company {
    font-size: 13px;
    line-height: 1.44em;
    padding: 0 20px;
    font-weight: 500;
}

.coconala .solve .solve2 .sub-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.44em;
    margin: 40px 0;
    text-align: left;
}

.coconala .solve .solve1 .sub-entitle .text-sup{
    top: -0.5vw;
}

.business .business-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 64px;
    margin-bottom: 64px;
}

.fee-text {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 1.2em;
    color: #08287F;
}

.notice {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6em;
}

.notice > li {
    text-align: left;
    margin-bottom: 15px;
    padding-left: 25px;
}

.notice > li:last-child {
    margin-bottom: 0!important;
}

.provide-service {
    margin-bottom: 80px;
}

.provide-service .sub {
    font-size: 13px;
    line-height: 1.6em;
    margin: 40px 0;
    font-weight: 500;
}

.provide-service .sub .note{
    padding-left: 25px;
    margin-bottom: 5px;
}

.provide-service .content05:first-child .title-normal{ 
    margin: 0 0 64px;
}

.provide-service .content05:last-child { 
    padding-bottom: 0;
}

.content05 .title-normal { 
    margin: 64px 0;
    padding: 0;
    font-size: 32px;
    line-height: 1.32em;
}
    
.content05 .title-normal>span {
    font-size: 16px;
    border-radius: 14px;
    margin-bottom: 20px;
    display: inline-block;
}

.content05 .title-normal.msbridge{
    margin: 64px 0 20px;
}

.mspaybridge-img { 
    text-align: center;
}

.content05-sub-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 32px;
}

.provide-service .notice { 
    margin: 40px 0;
}

.provide-service .notice > li{ 
    padding-left: 18px;
    margin-bottom: 5px;
}

.merit{
    width: 100%;
    margin: 0 auto;
}

.provide-service .main {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    margin-bottom: 40px;
}

.provide-service div.main.color-blue {
    line-height: 1.5em;
    margin-top: 20px;
}

.merit .blue_bg{
    width: 100%;
    background-color: #F3F3F3;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 16px 20px;
 }

.merit .blue_bg:last-child{
    margin-bottom: 0;
 }

.merit_content{
    display: flex;
    text-align: center;
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 10px;
}

.merit_title-warp{
    display: flex;
    width: 43%;
    align-items: center;
}

.merit_label_img{
    position: relative;
}

.merit_label{
    padding: 4px 10px;
    font-size: 11px;
    font-weight: bold;
    color: #08287F;
    background-color: #C0D2FF;
    border-radius: 6px;
    margin-bottom: 6px;
    position: absolute;
    top: -27px;
    min-width: 52px;
}

.merit_content .solve2-img{
    margin-right: 20px;
    min-width: 64px;
}

.service-img {
    position: relative;
    z-index: 1;
}

.merit_point-title {
    font-size: 1.6rem;
    line-height: 1.3em;
    font-weight: bold;
    text-align: left;
    color: #292B80;
    width: 112px;
}

.content05-flex-content .merit_point-title {
    font-size: 1.4rem;
}

.merit_point-text{
    font-size: 1.4rem;
    line-height: 1.6em;
    font-weight: 500;
    text-align: left;
    width: 100%;
}

.merit .blue_bg ul{
    margin-top: 2px !important;
    line-height: 1.7em;
    font-size: 13px;
}

.merit .blue_bg ul li{
    padding-left: 15px;
    text-align: left;
}

.provide-service .content05 {
    padding-bottom: 64px;
}

.pdf .note .note-char{
    color: #333333;
    text-decoration:none;
}

.pdf .note>a:hover{
    text-decoration :none;
}

.content05-flex-content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.content05-flex-content .img-card {
    width: 31%;
}

.content05-flex-content .merit .blue_bg{
    padding: 13px 15px;
}

.content05-flex-content .merit {
    width: 63%;
}

.content05-flex-content .merit_content {
    width: 100%;
}

.content05-flex-content .merit_point-title {
    width: 100%;
}

.content05-flex-content .merit_point-text{
    line-height: 1.5 !important;
    font-size: 13px;
    width: 57%;
}

.support-style {
    margin-bottom: 0!important;
}

.support-style .main {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    margin-bottom: 40px;
}

.support-style .sub {
    font-size: 13px;
    line-height: 1.6em;
    margin: 40px 0 0;
}

.support-style .sub .note{
    padding-left: 18px;
}

.support-style .notice > li{ 
    padding-left: 18px;
    margin-bottom: 5px;
}

.support-style .detail {
    margin-top: 40px;
}

.support-style .normal-line {
    padding-bottom: 64px;
}

.support-style .smartroundlogo-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    margin-bottom: 48px;
}

.support-style .tokuten{
    margin-top: 52px;
}

.support-style .tokuten-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px 8px;
    margin-bottom: 40px;
}

.support-style .table-head {
    height: 28px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7em;
    text-align: center;
    vertical-align: middle;
    width: 33.33%;
    margin-right: 4px;
}

.support-style .table-head:last-child {
    margin-right: 0;
}

.support-style .table-data-middle {
    align-items: center;
    height: 28px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: center;
    vertical-align: middle;
}

.support-style .table-data-left {
    vertical-align: middle;
    color: #08287F;
}
  
.support-style .table-data-left .table-data-left-main{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
}
  
.support-style .table-data-left .table-data-left-sub{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.support-style .table-data-right {
    align-items: center;
    height: 28px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: center;
    vertical-align: middle;
}
  
.text-small {
    font-size: 13px;
    line-height: 1.6em;
}

.text-large {
    font-size: 20px;
    line-height: 1.7em;
    font-weight: bold;
}
  
.support-style .table-row {
    position: relative;
    display: flex;
    margin-bottom: 8px;
}

.support-style .table-row:last-child {
    margin-bottom: 0;
}

.support-style .table-row:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E2EAFF;
    pointer-events: none; 
}

.support-style .table-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 95px;
    width: 100%;
    margin-right: 4px;
}

.support-style .table-data:last-child{
    margin-right: 0;
}

.support-style .table-bg-gray {
    background-color: #F3F3F3;
}

.support-style .table-bg-pink {
    background-color: #FFCFC9;
    color: #E6002D;
}


.support-style .tokuten .main{
    margin: 20px 0 28px!important;
}

.conversion .blue__box{
    padding: 120px 0;
    background-color: #08287f;
}

.conversion-title {
    font-size: 32px;
    color: #FFF;
    line-height: 1.32em;
    font-weight: 500;
    margin-bottom: 64px;
}

.faq{
    margin: 120px auto 124px;
    padding: 0 10px;
    max-width: 1260px;
}

.faq .section-link{
    text-decoration: underline;
} 

.faq .section-link:hover{
    text-decoration: none;
}

.faq .faq-content{
    margin-bottom: 24px;
}

.faq .faq-accordion {
    position: relative;
    border-top: 1px solid #08287F;
}

.faq .faq-accordion .question {
    position: relative;
    cursor: pointer;
}

.faq .faq-accordion .question::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #285AE1;
    right: 3%;
    top: 50%;
}

.faq .faq-accordion .question::after {
    transition: 0.5s;
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #285AE1;
    right: 3%;
    top: 50%;
    transform: rotate(90deg);
}

.faq .faq-accordion.open .question::after {
    transition: 300ms;
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #285AE1;
    right: 3%;
    top: 50%;
    transform: rotate(0deg);
}

.faq .question {
    display: flex;
}

.faq .faq-accordion:last-of-type {
    border-bottom: 1px solid #08287F;
}

.faq .question img {
    width: auto;
    height: auto;
    padding-right: 18px;
    margin-bottom: auto;
    margin-top: auto;
}

.faq .question .text {
    font-size: 20px;
    line-height: 1.32em;
    font-weight: bold;
    margin: 27px auto 27px 0px !important;
    color: #333333;
    padding-right: 28px;
}

.faq .faq-accordion .anser {
    display: flex;
    padding-bottom: 28px;
}

.faq .anser .section_list .link-list li::before{
    display: none;
}

.faq .anser img {
    padding-right: 18px;
    margin-bottom: auto;
    width: auto;
    height: auto;
}

.faq .anser .link-wrap{
    margin-top: 28px;
}

.faq .anser .list-wrap{
    margin-top: 28px;
}

.faq .anser .list-text{
    margin-bottom: 28px;
}

.faq .anser .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    margin-left: -3px;
    padding: 6px 0 2px;
}
  
.faq .anser .section_list_number {
    margin-bottom: 28px;
}
  
.faq .anser .section_list_number li {
    position: relative;
    padding-left: 18px;
}
  
.faq .anser .section_list_number li span {
    left: 0;
    position: absolute;
    top: 0;
}

.faq .anser .text-wrap{
    margin-bottom: 28px;
}

.faq .anser .link-list li,.faq .anser .link-wrap p{
    margin-bottom: 5px;
}

.faq .anser .link-list li:last-child,.faq .anser .link-wrap p:last-child{
    margin-bottom: 0px;
}

.faq a{
    line-height: 1.7;
}

.faq a.text-link{
    color: #285AE1;
    text-decoration: underline;
}

.faq a.text-link:hover{
    text-decoration: none;
}

.faq a.icon-right {
    color: #285AE1;
    margin-left: 1.3em;
    position: relative;
}

.faq a.icon-right::before {
    position: absolute;
    content: "";
    left: -1.4em;
    background-image: url(/special/sougyou02/img/icon_link.svg);
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 2px;
}
  
.faq a.blank {
    color: #285AE1;
    margin-left: 1.3em;
    position: relative;
}
  
.faq a.blank::before {
    position: absolute;
    content: "";
    left: -1.4em;
    background-image: url(/special/sougyou02/img/icon_link.svg);
    background-size: contain;
    width: 19px;
    height: 19px;
    top: 2px;
}

.faq a.blank::after {
    position: absolute;
    content: "";
    background-image: url(/special/sougyou02/img/icon_window.svg);
    background-size: contain;
    width: 29px;
    height: 26px;
    transform: scale(0.6);
}
  
.faq .anser .text .note {
    font-size: 1.3rem;
    line-height: 1.6;
}

.faq .anser .section_list li {
    padding-left: 14px;
    position: relative;
}
  
.faq .anser .section_list li::before {
    background: #333;
    border-radius: 5px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 4px;
}

.faq .anser .notice{
    margin-top: 28px;
}

.faq .anser .notice.small-text > li {
    padding-left: 15px;
}

.notes {
    padding: 80px 100px;
    background-color: #F3F3F3;
}

.notes .notes-title {
    color: #08287F;
    font-size: 24px;
    line-height: 1.32em;
    font-weight: bold;
    margin-bottom: 40px;
}
  
.notes .main {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
}
  
.notes .main p:not(:last-of-type) {
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {

    body.w-wide .wrapper.w-1220 #mainCol {
        padding-left: 0;
        padding-right: 0;
    }

    .pc-only {
        display: none !important;
    }

    .section>* {
        max-width: 100%;
    }

    .main-area{
        padding: 72px 0 64px;
    }

    .flex-area{
        padding:0 0;
        margin-bottom: 64px;
    }

    .contents-area{
        width: 100%;
        margin: 0;
        padding: 40px 4%;
    }

    .head-sub{
        font-size: 2.0rem;
        margin-bottom: 20px;
    }

    .contents-normal-line{
        font-size: 2.4rem;
        line-height: 1.4;
        padding-bottom: 40px;
    }

    .merit_account{
        padding: 40px 0 40px;
        flex-direction: column-reverse;
    }

    .merit-img{
        display: inline-block;
        max-width: 100%;
        margin: 0 auto ;
    }

    .merit_account .merit-text{
        width: 100%;
    }
    
    .merit_account .merit-head.ft-strong{
        font-size: 2.0rem;
    }

    .merit_account .merit-head{
        margin-bottom: 28px;
        font-size: 2.0rem;
    }

    .merit_businessdebit{
        margin: 0 auto 40px;
        padding: 40px 0;
        gap:40px;
    }

    .merit_businessdebit{
        flex-direction: column;
    }

    .merit_businessdebit .merit-img{
        margin-bottom: 28px;
    }

    .merit-text .merit-head{
        font-size: 2.0rem;
    }

    .flow-step{
        flex-direction: column;
    }

    .flow-step .flex-item{
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        gap: 10px;
    }

    .flow-step .flex-item .gray-box{
        position: relative;
        width: 100%;
    }

    .flow-step .flex-item .gray-box img{
        padding: 21px 4.5vw;
    }

    .flow-step .flex-item .flex-text{
        width: 100%;
    }



    .flow-step .main{
        text-align: left;
        margin: 0 0 20px;
    }

    .document-open{
        padding: 0;
    }

    .document-need-accordion .accordion-content{
        padding-top: 40px;
    }

    .document-need-accordion .content-box-main{
        line-height: 1.7;
        margin-bottom: 40px;
    }

    .document-need-accordion .content-box-main .list-dot{
        padding-left: 10px;
    }
    
    .document-need-accordion .content-box-main .list-dot li::before{
        top:13px;
    }

    .document-need-accordion .content-box-main .text{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .sub-entitle{
        font-size: 1.8rem;
        border-radius: 10px;
        line-height: 1.4;
    }

    .card-debit .three-points{
        flex-direction: column-reverse;
        gap: 40px;
        padding: 40px 0;
    }

    .card-debit .three-points ul{
        font-size: 1.8rem;
        line-height: 1.4em;
    }
    

    .card-debit .three-points .sentence-img{
        width: 100%;
        position: relative;
        top: 0;
        transform: translateY(0%);
        text-align: center;
    }

    .card-debit .three-points .sentence-img img{
        width: 80%;
        margin: 0 auto;
    }

    .card-debit .three-points .sentence{
        width: 100%;
    }

    .card-debit .three-points .sentence ul li:nth-child(1){
        width: 100%;
    }

    .card-debit .three-points .sentence ul li:nth-child(2){
        width: 100%;
    }

    .card-debit h4{
        margin: 40px 0 28px;
    }

    .card-debit .flex-debit-item{
        flex-direction: column;
        gap: 28px;
    }

    .card-debit .flex-debit-item .flex-card{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .card-debit .flex-debit-item .flex-card .businessdebit_01{
        margin: 0 auto 20px;
    }

    .card-debit .flex-debit-item .flex-card .businessdebit_02{
        margin: 0 auto;
    }

    .card-debit .flex-debit-item .flex-card .businessdebit_notes{
        margin-top: 10px;
    }

    .card-debit .flex-debit-item .flex-points{
        width: 100%;
    }

    .card-debit .flex-debit-item .flex-points ul{
        padding-left: 10vw;
        line-height: 1.4em;
    }

    .card-debit .flex-debit-item .flex-points ul li:first-child{
        margin-bottom: 28px;
        font-size: 2.4rem;
    }

    .card-debit .flex-debit-item .flex-points ul li span{
        font-size: 3.6rem;
    }

    .card-debit .flex-points .flex-three-points{
        padding: 24px 8vw 0 8vw;
    }

    .card-debit .flex-points .flex-three-points .points .point{
        font-size: 1.6rem;
    }

    .flex-three-points .points .img{
        width: 33%;
        max-width: 76px;
    }

    .card-debit .camp h4{
        margin: 40px 0 28px 0;
    }

    .card-debit .camp .camp-tokuten{
        flex-direction: column;
    }

    .card-debit .camp .camp-tokuten{
        gap: 28px;
    }

    .contents-normal{
        font-size: 2.4rem;
        padding-bottom: 40px;
        line-height: 1.4;
    }

    .title-sub{
        font-size: 2.0rem;
        margin-top: 20px;
        line-height: 1.4;
    }
        
    .business-merit .sub-title{
        font-size: 1.8rem;
        line-height: 1.4em;
        margin-bottom: 28px;
    }

    .business-fee .sub-title{
        font-size: 2.4rem;
        margin-bottom: 28px;
    }

    .business .business-img{
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .fee-text{
        margin-bottom: 28px;
        font-size: 2.4rem;
        line-height: 1.3em;
    }

    .coconala .contents-normal{
        padding-bottom: 64px;
    }

    .coconala .sub-title{
        font-size: 2.0rem;
        line-height: 1.4;
        margin-bottom: 28px;
    }

    .coconala-grey-box{
        padding: 28px 0 20px;
    }

    .coconala .questions{
        flex-direction: column;
        padding: 0 14px;
        margin: 28px auto 28px;
    }

    .coconala .questions .card{
        width: 100%;
        padding: 20px 25px 25px 25px;
        border-radius: 90px;
    }

    .coconala .questions .card .main{
        font-size: 1.8rem;
    }

    .coconala .questions .card .desc{
        text-align: left;
    }
    
    .coconala .ask{
        font-size: 2.0rem;
        line-height: 1.4;
    }

    .coconala .coconala-img{
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 0;
    }

    .coconala .solve .solve1 .sub-entitle{
        font-size: 1.6rem;
        padding: 9px 12.5px;
    }

    .coconala .solve1 .coconala-text{
        text-align: left;
    }

    .solve .coconala-grey-box{
        border-radius: 10px;
        padding: 40px 0 44px;
    }

    .coconala .solve .solve2{
        padding: 0 3% 0;
    }

    .coconala .solve .solve2 .solve2-main-title{
        font-size: 1.8rem;
        width: 78%;
        margin: 0 auto 40px;
        line-height: 1.4em;
    }
    
    .coconala .solve .solve2 .solve2-type{
        gap: 10px;
    }

    .solve2 .solve2-title{
        width: 90%;
        font-size: 1.2rem;
        line-height: 1.32em;
    }

    .coconala .solve .solve2 .solve2-type .solve2-box{
        width: 50%;
        text-align: center;
        padding: 38px 8px 16px 8px;
    }

    .coconala .solve .solve2 .solve2-type .solve2-img{
        padding: 0;
    }

    .coconala .solve .solve2 .solve2-type .solve2-company{
        padding: 0;
        font-size: 1.1rem;
        line-height: 1.3em;
    }

    .coconala .solve .solve2 .sub-text{
        font-size: 1.3rem;
        line-height: 1.6em;
    }

    .content05 .title-normal{
        font-size: 2.4rem;
        line-height: 1.4em;
    }

    .content05-sub-title {
        font-size: 2.0rem;
    }

    .provide-service .content05{
        padding-bottom: 40px;
    }

    .provide-service .content05:first-child .title-normal{
        margin: 0 0 40px;
    }

    .merit_content {
        flex-direction: column;
        gap: 0;
    }

    .merit_title-warp{
        width: 100%;
        margin-bottom: 20px;
    }

    .merit_point-title{
        width: 100%;
    }

    .content05 .title-normal{
        margin: 40px auto;
    }

    .content05 .title-normal>span{
        margin-bottom: 14px;
    }

    .content05 .title-normal.msbridge{
        margin: 40px auto 20px;
    }

    .merit_label {
        margin-bottom: 10px;
        top: -30px;
    }

    .content05-flex-content .merit .blue_bg {
        padding: 20px 20px 28px;
    }

    .mspaybridge-img{
        width: 78%;
        margin: 0 auto 20px;
    }

    .mspaybridge-img img{
        width: 92%;
        margin: 0 auto;
    }

    .content05-flex-content{
        flex-direction: column;
    }

    .content05-flex-content .img-card{
        width: 60%;
        margin: 0 auto;
    }

    .content05-flex-content .merit_content{
        width: 100%;
    }

    .content05-flex-content .merit{
        width: 100%;
    }

    .content05-flex-content .merit_point-title{
        width: 100%;
        font-size: 1.6rem;
    }

    .content05-flex-content .merit_point-text{
        width: 100%;
    }

    .provide-service .sub .note{
        margin-bottom: 15px;
        padding-left: 22px;
    }

    .provide-service .sub .note:last-child{
        margin-bottom: 0;
    }

    .support-style .table-head{
        font-size: 1.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .support-style .table-data-left .table-data-left-sub{
        font-size: 1.0rem;
        margin-bottom: 10px;
    }

    .support-style .table-data-left .table-data-left-main{
        font-size: 1.1rem;
    }

    .support-style .table-data-middle{
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .support-style .table-data-middle span{
        font-size: 1.3rem;
        margin-bottom: 14px;
    }

    .support-style .table-data-right span.text-large{
        font-size: 2.0rem;
        line-height: 2.0;
    }

    .support-style .table-data-right{
        font-size: 1.3rem;
    }

    .faq{
        padding: 64px 4%;
        margin: 0 auto;
    }

    .faq .section_list li{
        margin-bottom: 5px;
        line-height: 1.5;
    }

    .faq .section_list li:last-child{
        margin-bottom: 0;
    }

    .faq .contents-normal{
        padding-bottom: 64px;
    }

    .faq .question{
        align-items: center;
        gap: 14px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .faq .question img {
        width: auto;
        height: auto;
        padding: 0;
        max-width: 50px;
    }

    .faq .question .text {
        word-wrap: break-word;
        font-size: 1.7rem;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .faq .anser{
        margin-top: 10px;
        gap: 14px;
    }

    .faq .anser img {
        padding-left: 00px;
        padding-right: 0px;
        max-width: 50px;
    }

    .faq .anser .text {
        margin-left: 0px;
        margin-right: 6px;
        word-break: break-all;
    }

    .faq .anser .link-wrap{
        margin-top: 28px;
    }

    .notes{
        padding: 64px 4%;
    }

    .notes .notes-title{
        text-align: center;
    }

    .conversion-title{
        font-size: 2.0rem;
        line-height: 1.4;
        margin-bottom: 40px;
    }

    .conversion .blue__box{
        padding: 80px 0;
    }

    .button-red {
        font-size: 2.0rem;
        line-height: 1.3;
        padding: 14px 44px;
    }

    .support-style .image {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .support-style .smartroundlogo-img {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    
    .support-style .sub {
        font-size: 1.3rem;
        line-height: 1.6;
        margin: 28px auto;
    }
    
    .support-style .sub:first-of-type {
        font-size: 1.3rem;
        line-height: 1.6;
        margin: 40px auto;
    }

    .support-style .sub .note{
        padding-left: 17px;
    }

    .support-style .detail {
        margin-top: 0px;
    }

    .support-style .tokuten .detail{
        margin-top: 40px;
    }

    .support-style .normal-line {
        padding-bottom: 40px;
        line-height: 1.4em;
    }
    
    .title-normal-salon {
        font-size: 2.0rem;
        font-size: 2.0rem;
        margin-top: 40px;
    }

    .title-normal-salon:first-of-type {
        font-size: 2.0rem;
        margin-top: 40px;
        margin-bottom: 28px;
    }

    .support-style .main:first-of-type {
        margin-bottom: 28px;
    }

    .support-style .tokuten{
        margin-top: 0px;
    }

    .pagetop.is-show {
        bottom: 120px !important;
  }
}

@media screen and (min-width:768px) {
    header#header .headerPC-inner.headerPC-inner{
        width: 100%;
    }
    .sp-only {
        display: none !important;
    }

    img {
        width: auto;
        max-width: 100%;
    }

    .w-wide header#header {
        width: 100%;
        min-width: initial !important;
    }

    #footer {
        min-width: initial !important;
        width: 100%;
    }

    #footer .box-footer .content.content {
        width: initial;
    }
}



/* ======================================
    追従ボタン
======================================== */
.w-wide #mainCol .fixed-module{
    position: fixed;
    z-index: 12;
    bottom: 0;
    left: 0;
    width: 100%;
}

.button-red {
    position: relative;
    display: inline-block;
    height: auto;
    background-color: #E6002D;
    color: white !important;
    text-decoration: none;
    border-radius: 30px;
    padding: 12px 72px;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: bold;
    width: 284px;
    transition: 0.25s ease;
}

.button-red::before {
    background: url(/common2024/images/icon/icon_blank_white.svg) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}

.button-red:hover{
    background-color: #ae0c2c;
}

@media screen and (max-width: 767px) {
    .button-red:hover{
        background-color: #E6002D;
    }
}

@media print {
.sp-only {
display: none !important;
}
} 

/* ABテスト差分箇所 */
.js-anchor-area{
    position: relative;
}

.anchor-area{
    background: linear-gradient(135deg, #284490 0 35%, #08287f 35% 100%);
    padding: 28px 24px;
    color: #ffffff;
    z-index: 3;
    border-radius: 0 10px 10px 0;
    width: 30%;
    max-width: 310px;
    box-shadow: 2px 4px 10px 2px rgba(0, 0, 0, 0.2);

}

.anchor-area.abs{
    position: absolute;
    top: 14px;
    left: 0;
}

.anchor-area.fixed{
    position: fixed;
    top: 14px;
    left: 0;
}

.anchor-area.abs-end{
    position: absolute;
    top: initial;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 966px) {
    .anchor-area.fixed{
        top: 82px;
    }
}

.anchor-area .anchor-text-wrap{
    margin-bottom: 20px;
}

.anchor-area .anchor-text-wrap .sub-text{
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 500;
}

.anchor-area .anchor-text-wrap .main-text{
    font-size: 2.2rem;
    font-weight: bold;
}

.anchor-area .anchor-text-wrap .main-text .red-square{
    background-color: #E6002D;
    padding: 0px 8px;
    border-radius: 4px;
}

.anchor-area .anchor-link-wrap .anchor-link-list .anchor-list-item{
    border-top: 1px solid #687DB7;
}

.anchor-area .anchor-link-wrap .anchor-link-list .anchor-link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 6px 12px 10px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
}

.anchor-area .anchor-link-wrap .anchor-link-list .anchor-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .2);
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none;
}

.anchor-area .anchor-link-wrap .anchor-link-list .anchor-link:hover::after {
    opacity: 1;
}

.anchor-area .anchor-link-wrap .anchor-link-list .anchor-link.current::after{
    opacity: 1;
}

.anchor-area .anchor-link-wrap .anchor-link-list .red-square{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    background-color: #E6002D;
    padding: 10px 3px;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    z-index: 5;
    margin-right: 10px;
    flex: 0 0 54px;
}

.anchor-area .anchor-link-wrap .anchor-link-list .red-square .number{
    font-size: 2.0rem;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .anchor-area-sp{
        position: sticky;
        top: 0px;
        background: linear-gradient(137deg, #284490 0 83%, #08287f 83% 100%);
        padding: 12px 24px;
        color: #ffffff;
        z-index: 11;
        transition: padding .2s ease;
    }

    .anchor-area-sp.open{
        padding: 28px 24px;
        background: linear-gradient(137deg, #284490 0 40%, #08287f 40% 100%);
        z-index: 13;
    }

    .anchor-area-sp .anchor-text-wrap{
        position: relative;
        text-align: center;
        cursor: pointer;
    }

    .anchor-area-sp .anchor-text-wrap .sub-text{
        font-size: 1.5rem;
        margin-bottom: 5px;
        transition: transform .2s ease;
        transform-origin: center top;
        transform: translateY(0%) scale(0.9);
    }

    .anchor-area-sp .anchor-text-wrap .main-text{
        font-size: 2.4rem;
        font-weight: bold;
        transition: transform .2s ease;
        transform-origin: center top;
        transform: translateY(0%) scale(0.9);
    }

    .anchor-area-sp.open .anchor-text-wrap .sub-text{
        transform: translateY(5%) scale(1.1);
    }

    .anchor-area-sp.open .anchor-text-wrap .main-text{
        transform: translateY(5%) scale(1.1);
    }

    .anchor-area-sp .anchor-text-wrap .main-text .red-square{
        background-color: #E6002D;
        padding: 0px 8px;
        border-radius: 4px;
    }

    .anchor-area-sp .anchor-text-wrap .accordion-head-icon{
        display: block;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
    }

    .anchor-area-sp .anchor-text-wrap .accordion-head-icon::before, .anchor-area-sp .anchor-text-wrap .accordion-head-icon::after {
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 14px;
        background: rgb(255, 255, 255);
        border-radius: 5px;
    }

    .anchor-area-sp.open .anchor-text-wrap .accordion-head-icon::after {
        transform: translateX(-50%) translateY(-45%) rotate(0deg);
    }

    .anchor-area-sp .anchor-text-wrap .accordion-head-icon::after {
        transform: translateX(-50%) translateY(-45%) rotate(90deg);
        transition: 0.5s;
    }

    .anchor-area-sp .anchor-link-wrap{
        margin-top: 30px;
    }

    .anchor-area-sp .anchor-link-wrap .anchor-link-list .anchor-list-item{
        border-top: 1px solid #687DB7;
    }

    .anchor-area-sp .anchor-link-wrap .anchor-link-list .anchor-link{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
        padding: 10px 0;
        font-weight: bold;
        height: 75px;
    }

    .anchor-area-sp .anchor-link-wrap .anchor-link-list .anchor-link::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, .2);
        opacity: 0;
        transition: opacity .2s ease;
        pointer-events: none;
    }

    .anchor-area-sp .anchor-link-wrap .anchor-link-list .anchor-link:hover::after {
        opacity: 1;
    }

    .anchor-area-sp .anchor-link-wrap .anchor-link-list .red-square{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        background-color: #E6002D;
        padding: 10px 4px;
        border-radius: 4px;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1;
        z-index: 5;
    }

    .anchor-area-sp .anchor-link-wrap .anchor-link-list .red-square .number{
        font-size: 2.0rem;
        font-weight: bold;
    }

    .anchor-area-sp .anchor-link-wrap .anchor-link-list .text{
        line-height: 1.4;
    }

    .anchor-area-sp .anchor-link-wrap .anchor-link-list .anchor-link:hover::after {
        opacity: 0;
    }
}

@media screen and (max-width: 966px) {
    .anchor-area-sp{
        top: 68px;
    }
}

.main-area {
    position: relative;
    background-color: #E2EAFF;
    padding: 80px 0 120px;
}

.head-text-wrap{
    background-color: #08287F;
    border-radius: 10px 10px 0 0;
    padding: 14px 10px;
}

.head-text-wrap .head-text{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    color: #ffffff;
    text-align: center;
}

.head-text-wrap .head-text .red-square{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    background-color: #E6002D;
    padding: 10px 4px;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    min-width: 56px;
}

.head-text-wrap .head-text .red-square .number{
    font-size: 2.2rem;
    font-weight: bold;
}

.head-text-wrap .head-text .text{
    font-size: 3.6rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .head-text-wrap{
        padding: 10px;
    }

    .head-text-wrap .head-text .text{
        font-size: 2.0rem;
        text-align: left;
    }
    
    .head-text-wrap .head-text .red-square{
        width: 100%;
        max-width: 60px;
    }

    .head-text-wrap .head-text .red-square .number{
        font-size: 2.0rem;
    }


}

.max-1200{
    display: none;
}

.min-1201{
    display: block;
}

@media screen and (max-width: 1200px) {
    .max-1200{
        display: block;
    }

    .min-1201{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .flex-area {
        margin: 0px auto 80px auto;
    }

    .contents-area {
        margin: 0 auto 0 auto;
    }
}