/* マウスオーバー */

.ser_list li a,
.ser_case li a {
    color: #333333;
    height: 100%;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}

.ser_list li {
    padding: 1.2rem;
}

.ser_list li a:hover,
.ser_case li a:hover,
.scene_list li a:hover {
    opacity: 0.7;
}

.cov_link {
    color: #320688;
}




/* PC */

.pc {
    display: block;
}

.sp {
    display: none;
}

.ser_box img {
    width: 100%;
    height: auto;
}

.service__detail #mainContents img {
    max-width: 100%;
    height: auto;
}

#lead .content {
    background: url(/wp-content/themes/alphanote/img/common/contents_shadow_s.png) no-repeat center bottom;
}

#lead .content_ser {
    width: 100%;
    margin: 20px auto 40px;
}

.ser_box {
    position: relative;
    background: #f4f4f4;
    -moz-box-shadow: 0px 0px 1px 1px white inset;
    -webkit-box-shadow: 0px 0px 1px 1px white inset;
    -ms-box-shadow: 0px 0px 1px 1px white inset;
    box-shadow: 0px 0px 1px 1px white inset;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #EEE;
    box-sizing: border-box;
    clear: both;
}

.ser_ttl {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background: #1EB2EB;
    width: 265px;
    padding: 0.4rem 0;
    margin-top: 1rem;
}

.ser_ttl02 {
    color: #320685;
    font-size: 25px;
    font-weight: normal;
    background: #EEE;
    line-height: 30px;
    padding: 15px 10px;
    position: relative;
    margin: 60px auto 30px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.ser_ttl02:before {
    content: '';
    width: 3px;
    height: 80%;
    background: #02007B;
    position: absolute;
    top: 10%;
    left: 0;
    border-left: 0;
    margin-right: 0;
}

.ser_ttl03 {
    color: #02007B;
    font-weight: normal;
    margin: 3rem 0 1rem;
    padding: 0.2rem;
    border: 1px solid #02007B;
    text-align: center;
}

.ser_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 1rem 1rem 0.5rem;
}

.ser_list::after {
    content: "";
    display: block;
    width: 32%;
}

/* サイドバー有り
.ser_list li {
    background: #fff;
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    width: calc((100% - (10px*2))/3);
    margin: 0 10px 10px 0;
    list-style: none;
    box-sizing: border-box;
}
.ser_list li:nth-of-type(3n) {
    margin-right: 0;
}*/

.ser_list li {
    background: #fff;
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    width: calc((100% - (10px*4))/5);
    margin: 0 10px 10px 0;
    list-style: none;
    box-sizing: border-box;
}
.service__detail .ser_list li {
    width: calc((100% - (10px*2))/3);
}
.service__detail .ser_list li:nth-of-type(3n) {
    margin-right: 0;
}
.service__detail .ser_list li:nth-of-type(5n) {
    margin-right: 10px;
}

.ser_list li:nth-of-type(5n) {
    margin-right: 0;
}

.ser_list_icon {
    margin-bottom: 1rem;
    text-align: center;
}
.ser_list_icon img {
    width: 80px !important;
    height: 80px !important;
}
@media screen and (max-width: 767px) {
    .ser_banner_A8 {
        max-width: 100% !important;
    }
    .service__detail .ser_list li:nth-of-type(5n) {
        margin-right: 0;
    }
}
.ser_list_ttl {
    font-size: 15px;
    margin-bottom: 0.5rem;
    text-align: center;
    line-height: 1.5;
}
a .ser_list_ttl {
    color: #5A419F;
}

.ser_list_ttl img,
.scene_list img {
    width: 17px !important;
    height: 18px !important;
    margin-right: 0.3rem;
    vertical-align: text-top;
}

.ser_list_txt {
    font-size: 13px;
    line-height: 1.6;
}

.ser_list_check {
}

.ser_list_check > li {
    color: inherit !important;
    margin-top: 2rem;
    padding: 0 !important;
}
.ser_list_check > li:first-of-type {
    margin-top: 0 !important;
}
.ser_list_check > li > .flex_area {
    display: flex;
    align-items: flex-start;
}
.ser_list_check > li > .sub_ttl {
}
.ser_list_check > li > .sub_ttl::before {
    content: "アルファノートなら解決できます";
    display: block;
    color: #dd9700;
    font-size: 80%;
    background: url(http://www.alpha-note.co.jp/wp-content/uploads/2024/11/icon_light.svg) no-repeat 8px center #fff2d7;
    background-size: 11px;
    margin: 0 0 5px;
    padding: 0 10px 0 25px;
    width: fit-content;
    border-radius: 50px;
}

.flex_area_img {
    width: 100%;
    max-width: 200px !important;
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
.ser_list_check > li > .flex_area {
    display: block;
}
.flex_area_img {
    max-width: none !important;
    margin: 0 0 1rem 0;
}
}
.ser_list_check > li > .sub_list {
    margin-left: 30px;
}
.ser_list_check > li > .sub_list > li {
    list-style: inside;
}
.ser_list_check > li > .sub_list > li:not(:first-of-type) {
    margin-top: 10px;
}

.ser_list_check dt,
.ser_list_check > li > .ttl {
    background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/service/ico_check.png) no-repeat 0 0;
    color: #000079;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    padding: 0.1rem 0 1rem 2rem;
}

.ser_list_check dd,
.ser_list_check > li > p {
    font-size: 13px;
    line-height: 2;
    padding: 0 0 2rem;
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
}
.ser_list_check dd {
    padding: 0 0 2rem;
}
.ser_list_check > li > p {
    padding: 0;
}
.ser_list_check > li > p > .p_flex_img {
    width: 30%;
}
.ser_list_check > li > p > .p_flex_box {
    width: 70%;
}

.ser_case {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ser_case li {
    width: 48%;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
}

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

.ser_case_ttl {
    font-size: 16px;
    text-indent: -24px;
    font-weight: bolder;
    margin: 7px 0 5px 24px;
    line-height: 140%;
}

.ser_case_ttl:before {
    content: '';
    background: url(/wp-content/themes/alphanote/img/service/ico_circle01.png) no-repeat 0;
    width: 17px;
    height: 18px;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}

.ser_case_ttl p,
.ser_case_txt p {
    margin: 0;
    padding: 0;
}

.ser_case_txt {
    font-size: 11px;
    margin-left: 1.6rem;
}

.ser_case_lead {
    font-size: 13px;
    line-height: 1.75;
    margin: 0;
    padding: 10px 0 0;
}

.ser_spec_list {
    display: flex;
    flex-wrap: wrap;
}

.ser_spec_list > li {
    background: none !important;
    width: 30%;
    max-width: 105px;
    margin: 0 5px 10px !important;
    padding: 0 !important;
    list-style: none;
}

.ser_flow {
    display: flex;
    flex-wrap: wrap;
}

.ser_flow dt {
    color: #ffffff;
    font-size: 12px;
    font-weight: bolder;
    background-color: #02007B;
    width: 10%;
    margin-bottom: 1rem;
    padding: 0.5rem;
    line-height: 1.3;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.ser_flow dd {
    background-color: #f5f5f5;
    font-size: 13px;
    width: 90%;
    margin-bottom: 1rem;
    padding: 0.5rem;
    line-height: 1.7;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-sizing: border-box;
}

.mc_flow {
}

.mc_flow li {
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.mc_flow li .mc_flow_img {
    width: 208px;
    padding: 2px;
    border: 1px solid #ddd;
}

.mc_flow li p {
    width: 70%;
    padding-left: 1rem;
    line-height: 1.7;
}

.ser_faq {
    font-size: 13px;
    line-height: 180%;
}

.ser_faq dt {
    background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/faq/ico_q.png) no-repeat 0 0;
    padding: 0px 0 10px 30px;
    border-bottom: 1px dashed #ccc;
}

.ser_faq dd {
    background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/faq/ico_a.png) no-repeat 0 0;
    padding: 0px 0 10px 30px;
    margin: 15px auto 40px;
}

.reco_cate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reco_cate li {
    color: #000079;
    width: 31%;
    padding: 1rem;
    line-height: 1.6;
    text-align: center;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ser_boxcont {
    position: relative;
    background: #F4F4F4;
    -moz-box-shadow: 0px 0px 1px 1px white inset;
    -webkit-box-shadow: 0px 0px 1px 1px white inset;
    -ms-box-shadow: 0px 0px 1px 1px white inset;
    box-shadow: 0px 0px 1px 1px white inset;
    width: 100%;
    padding: 15px 10px 10px;
    margin: 30px auto;
    border-radius: 5px;
    border: 1px solid #EEE;
    box-sizing: border-box;
}

.ser_boxcont dt {
    background: url(../img/entry/ico_check.png) no-repeat 0 0;
    color: #000079;
    font-size: 20px;
    line-height: 130%;
    padding: 2px 0 0 38px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.ser_boxcont dd {
    overflow: hidden;
    background: #fff;
    font-size: 13px;
    line-height: 200%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
}

.ser_boxcont dd:last-child,
.ser_boxcont:last-child {
    margin-bottom: 0;
}

.ser_boxcont dd .image,
.ser_boxcont dd .image140 {
    width: 90px;
    line-height: 0;
    float: left;
    margin-right: 10px;
    padding-bottom: 0px;
}
.ser_boxcont dd .image140 {
    width: 140px;
}

.ser_boxcont dd .title {
    color: #000079;
    font-size: 17px;
    line-height: 130%;
    display: block;
    margin-bottom: 6px;
}

.ser_boxcont02 {
    overflow: hidden;
    margin: 30px auto;
}

.ser_boxcont02 dt {
    color: #000079;
    font-size: 20px;
    line-height: 130%;
    padding: 0 0 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #00007D;
}

.ser_boxcont02 dd {
    margin-bottom: 2.5rem;
}

.ser_boxcont02 dd:last-child {
    margin-bottom: 0;
}

.ser_boxcont02 dd .image {
    width: 135px;
    float: left;
    margin: 0 20px 20px 0;
    height:10em;
}

.ser_boxcont02 dd .text {
    font-size: 13px;
    line-height: 2;
}

.ser_text {
    font-size: 13px;
    line-height: 2;
}

.ser_spec {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 3rem;
}

.ser_spec tr {
    border-bottom: 1px solid #cccccc;
}

.ser_spec th {
    width: 20%;
    font-weight: 700;
    padding: 0.8rem;
    text-align: left;
    line-height: 1.5;
}

.ser_spec td {
    padding: 0.8rem;
    line-height: 1.5;
}

.A8_banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.A8_banner li {
    max-width: 335px;
}


.scene_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 1rem 1rem 0.2rem;
}

.scene_list::after {
    content: "";
    display: block;
    width: 49%;
}

.scene_list li {
    background: #fff;
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    width: 49%;
    margin-bottom: 0.8rem;
    list-style: none;
    box-sizing: border-box;
}

.scene_list li a {
    color: #5A419F;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    box-sizing: border-box;
    line-height: 21px;
}

.view_more {
    width: 18px;
    height: 16px;
}

#mainVisual-scene,
#mainVisual-intro {
    width: 100%;
    height: 300px;
    position: relative;
}

#mainVisual-scene {
    background: url("https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/scene/vsl_main.jpg") no-repeat center 0;
}

#mainVisual-intro{
    background: url("https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/introduction/vsl_main.jpg") no-repeat center 0;
}

#mainVisual-scene .ttl,
#mainVisual-intro .ttl {
    position: absolute;
    left: 0px;
    top: 123px;
    line-height: 1;
    color: #320688;
    font-size: 38px;
    font-weight: bolder;
}

#mainVisual-scene .lead,
#mainVisual-intro .lead {
    position: absolute;
    left: 27px;
    top: 150px;
    font-size: 13px;
    line-height: 210%;
}

.manual_area {
    display: flex;
    flex-wrap: wrap;
}
.manual {
    width: calc((100% - 40px)/3);
    margin-bottom: 3rem;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.manual:not(:nth-of-type(3n)) {
    margin-right: 20px;
}
.manual ul {
    padding: 0.5rem;
}
.manual ul li {
    width: 100%;
    min-height: 46px;
    margin: 0.5rem 0;
}
.manual ul li a {
    background: #ededed;
    color: #320688;
    width: 100%;
    height: 100%;
    padding: 0.7rem;
    border-bottom: solid 3px #bfbfbf;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    transition: 0.1s;
    display: inline-block;
    box-sizing: border-box;
}
.manual ul li a:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.manual ul li a:active {
    background: #320688;
    color: #ffffff;
}
.manual_icon {
    width: 170px;
    height: 170px;
    margin: 1rem auto 0;
    box-sizing: border-box;
}
.manual_icon img {
    width: 100%;
}
.manual_ttl {
    font-size: 110%;
    font-weight: 700;
    margin-top: 1rem;
    text-align: center;
    line-height: 1.5;
}

.fontsize li a{
  font-size: 16px;
}

.fs12 {
    font-size: 12px;
}

.IntaPay_att {
    font-size: 10px;
    line-height: 1.3;
}

.mt4rem {
    margin-top: 4rem;
}

.mokuji_ttl {
    color: #320685;
    font-size: 120%;
    margin-bottom: 13px;
}

.mokuji {
    background: #F4F4F4;
    padding: 15px 15px 5px 15px;
    overflow: hidden;
    -ms-box-shadow: 0px 0px 1px 1px white inset;
    box-shadow: 0px 0px 1px 1px white inset;
    border-radius: 5px;
    border: 1px solid #EEE;
}

.mokuji li {
    background: url("https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/side_cat_ttl_list.png") no-repeat left 0;
    margin-bottom: 7px;
    padding-left: 11px;
    line-height: 1.5;
}

.docbox_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.docbox {
    width: 45%;
}

.docbox_ttl {
    color: #594099;
    font-size: 140%;
    font-weight: bolder;
    padding: 5px 0 0 10px;
    border-left: 4px solid #594099;
}

.docbox_h {
    color: #594099;
    font-size: 110%;
    margin: 1.5rem 0 0.5rem;
}

.docbox ul {
}

.docbox ul li {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #dddddd;
    border-radius: 5px;
    line-height: 1.4;
    text-align: center;
}

.conveni_list,
.qr_list {
    width: 100%;
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.conveni_list li {
    width: 30%;
    margin: 0 3% 3% 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
}

.conveni_list li:first-child a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.conveni_list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 0.5rem;
    box-sizing: border-box;
    line-height: 2;
}

.conveni_ttl {
    color: #ffffff;
    font-weight: normal;
    background-color: #999999;
    width: 50%;
    margin: 1rem auto;
    padding: 0.2rem 1rem;
    text-align: center;
    border-radius: 50px;
    line-height: 1.5;
    box-sizing: border-box;
    display: block;
}

.qr_list li {
    width: 30%;
    height: 133px;
    margin: 0 3% 3% 0;
    padding: 1rem 1rem 0.5rem;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.qr_list > .qr_list_li {
    border: 1px solid #eee;
}
.qr_list > .qr_list_li > span {
    font-size: 15px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.qr_list > .qr_list_li > span:before {
    content: "";
    background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/service/ico_circle02.png) center/cover no-repeat;
    width: 17px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
}
.qr_list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.qr_list li a:hover {
    text-decoration: none;
}

.qr_list li a span {
    color: #593F99;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.qr_list li a span:before {
    content: "";
    background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/service/ico_circle01.png) center/cover no-repeat;
    width: 17px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .qr_list {
        justify-content: space-between;
    }

    .qr_list li {
        width: 48%;
        height: 120px;
        margin: 0 0 1rem 0;
    }
}

.center {
    text-align: center;
}

.txt_center {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .txt_center {
        text-align: left;
    }
}

.right {
    text-align: right;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.con_flow {
    display: flex;
    flex-wrap: wrap;
}

.con_flow dt {
    color: #ffffff;
    font-size: 12px;
    font-weight: bolder;
    width: 10%;
    margin-bottom: 1rem;
    padding: 0.5rem;
    line-height: 1.3;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.con_flow_p {
    background-color: #594099;
}

.con_flow_g {
    background-color: #aaaaaa;
}

.con_flow dd {
    background-color: #f5f5f5;
    font-size: 13px;
    width: 90%;
    margin-bottom: 1rem;
    padding: 0.5rem 0.8rem;
    line-height: 1.3;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-sizing: border-box;
}

.con_flow_h {
    font-size: 15px;
    color: #594099;
    font-weight: 700;
    margin-bottom: 0.3rem;
    display: block;
}

.con_flow_h02 {
    font-size: 15px;
    color: #888888;
    font-weight: 700;
    margin-bottom: 0.3rem;
    display: block;
}

.annotation {
    font-size: 12px;
    line-height: 1.5;
}

.WP_step_h {
    color: #320685;
    font-size: 18px;
}

.text_link {
    background-color: #321388;
    width: fit-content;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.text_link a {
    color: #fff !important;
    padding: 1rem;
    text-align: center;
    display: block;
    line-height: 1.5;
}

.text_link a:before {
    content: '';
    background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/ico_arrow01.png) no-repeat 0;
    width: 6px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
}

.text_link02 {
    line-height: 1.5;
}

.text_link03 {
    color: #320688;
    text-decoration: underline;
}
.text_link03:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .text_link {
        width: 94.3%;
    }
    .text_link a {
    line-height: 1.5;
    }
}
.ser_list_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.ser_list_flex img {
    max-width: 270px!important;
    height: auto;
    margin-right: 1rem;
}

.ser_list_flex p {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 0.5rem;
}

.s_l_flex_ttl {
    display: block;
    font-size: 120%;
    font-weight: 700;
}

.scene_cate_list {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}

.scene_cate_list li {
    width: calc((100% - 30px)/4);
    margin-bottom: 10px;
    position: relative;
}
.scene_cate_list li:not(:nth-of-type(4n)) {
    margin-right: 10px;
}
.scene_cate_list li img {
    width: 100%;
    aspect-ratio: 1/1;
}
.scene_cate_list:after {
    content: "";
    display: block;
    width: calc((100% - 30px)/4);
}

.scene_cate_list li a:hover {
    opacity: 0.7;
    transition: opacity 300ms;
}

.scene_cate_list_caption {
    color: #fff;
    background: rgba(30, 178, 235, 0.6);
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scene_cate_list_caption:before {
    content: '';
    background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/ico_arrow01.png) no-repeat 0;
    width: 6px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
.scene_cate_list {
    justify-content: space-between;
}
.scene_cate_list li {
    width: 48%;
}
.scene_cate_list li:not(:nth-of-type(4n)) {
    margin-right: 0;
}
.scene_cate_list_caption {
    justify-content: flex-start;
    line-height: 17px;
    text-align: left;
    height: auto;
    min-height: 49px;
    padding: 5px 10px 5px 9px;
    box-sizing: border-box;
}
}







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

.pc {
    display: none;
}

.sp {
    display: block;
}

#mainContents {
    width: 100%;
}

.ser_box {
    background: #eeeeee;
}

.ser_list li,
.service__detail .ser_list li {
    width: 99%;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    margin-right: 0;
    margin-bottom: 1rem;
}

.ser_ttl {
/*    font-size: 19px;*/
    padding: 0.5rem 0;
}

.ser_ttl02 {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: .05em;
    padding: 8px 10px 7px;
    position: relative;
    margin: 55px auto 25px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.ser_ttl02:before {
    width: 3px;
    height: 80%;
    background: #02007B;
    position: absolute;
    top: 10%;
    left: 0;
    border-left: 0;
    margin-right: 0;
}

.ser_case li {
    width: 100%;
}

.ser_flow dt {
    width: 20%;
}

.ser_flow dd {
    width: 80%;
}

.mc_flow li {
    font-size: 16px;
    justify-content: space-between;
    align-items: flex-start;
}

.mc_flow li .mc_flow_img {
    width: 48%;
}

.mc_flow li p {
    font-size: 14px;
    width: 48%;
    line-height: 200%;
}

.ser_list_icon img {
    width: 85px !important;
    height: 85px !important;
}

.ser_list_ttl {
    font-size: 17px;
}

.ser_text,
.ser_list_txt,
.ser_list_check dd,
.ser_list_check > li > p,
.ser_flow dd,
.ser_faq dt,
.ser_faq dd,
.ser_case_lead,
.con_flow dd,
.ser_list_flex p,
.scene__detail .detailText {
    font-size: 15px;
}

.reco_cate li {
    width: 100%;
    margin-bottom: 1rem;
}

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

.ser_boxcont {
    width: 100%;
}

.ser_boxcont dd .image,
.ser_boxcont dd .image140 {
    float: none;
    display: block;
    margin: 0 auto 1rem;
    text-align: center;
}

.ser_boxcont dd .title {
    line-height: 1.6;
}

.ser_boxcont02 dd .image {
    margin: 0 20px 0px 0;
   height:5em;
}

.ser_boxcont02 dd .text {
    font-size: 15px;
}

.ser_spec th {
    font-size: 12px;
    width: 30%;
    padding: 0.5rem;
}

.ser_spec td {
    padding: 0.5rem;
}

.A8_banner {
    margin-top: 0.5rem;
}

.A8_banner li {
    width: 49%;
}

.scene_list li {
    font-size: 15px;
    width: 100%;
}

#mainVisual-scene,
#mainVisual-intro {
    height: 43.75vw;
    padding: 0 0 0 4.0625vw;
    box-sizing: border-box;
}

#mainVisual-scene {
    background: url(../img/scene/vsl_main_sp.jpg) center/cover no-repeat;
}

#mainVisual-intro {
    background: url(../img/introduction/vsl_main_sp.jpg) center/cover no-repeat;
}

#mainVisual-scene .ttl,
#mainVisual-intro .ttl {
    font-size: 6.875vw;
    line-height: 8.28125vw;
    top: 17vw;
}

.manual {
    width: 100%;
    margin-bottom: 2rem;
}
.manual_ttl {
    font-size: 17px;
}
.manual ul li {
    margin: 0.8rem 0;
}
.manual:not(:nth-of-type(3n)) {
    margin-right: 0;
}

.manual ul li a,
.mokuji li,
.docbox {
    font-size: 15px;
}

.docbox {
    width: 100%;
    margin-bottom: 2rem;
}

.docbox:last-child {
    margin-bottom: 0;
}

.docbox_ttl {
    font-size: 115%;
    border-left: 3px solid #594099;
}

.mokuji li {
    background: url("https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/side_cat_ttl_list.png") no-repeat left 2px;
}

.conveni_list {
    justify-content: space-between;
}

.conveni_list li {
    width: 48%;
    margin: 0 0 1rem 0;
}

.conveni_ttl {
    width: 94%;
}

.con_flow dt {
    width: 20%;
}

.con_flow dd {
    width: 80%;
}

.WP_step_h {
    color: #320685;
    font-size: 15px;
}

.text_link a {
    font-size: 15px;
    padding: 0.8rem;
    line-height: 1.5;
}

.ser_list_flex {
    flex-wrap: wrap;
}

.ser_list_flex img {
    text-align: center;
    margin: 0 auto 1rem;
}

}

#inMenu_ser {
  background: none;
  width: 100%;
  padding: 10px 0;
  margin: 7px 0 30px;
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #f6f6f6;
}

@media screen and (max-width: 767px) {
  #inMenu_ser {
    padding: 25px 0 5px;
    z-index: 99;
  }
}

.faq_list {
  color: #593c9b;
  font-weight: bold;
}

#inMenu_ser:before {
  background: url("../img/common/contents_shadow_s.png") no-repeat center bottom;
  content: '';
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  bottom: -5px;
}

#inMenu_ser ul {
  margin: 0 auto;
  padding: 0 0 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #inMenu_ser ul {
    padding: 0;
  }
}

#inMenu_ser li {
  width: 25%;
}

@media screen and (max-width: 767px) {
  #inMenu_ser li {
    opacity: 1 !important;
    margin-bottom: 14px;
  }
}

#inMenu_ser li.not {
  opacity: 0.5 !important;
}

#inMenu_ser li.current {
  opacity: 1 !important;
}

#inMenu_ser li a {
  text-align: center;
  padding: 8px 22px 0;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #fff;
  display: block;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #inMenu_ser li a {
    padding: 4px 0 8px;
    font-size: 12px;
    letter-spacing: .04em;
  }
  #inMenu_ser li a .is--sp {
    margin: 11px auto 0;
  }
}

#inMenu_ser li:first-child a {
  border-left: 0px none;
}

#inMenu_ser li:last-child a {
  border-right: 0px none;
}

.app_logo_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.app_logo_list li {
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

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

.app_logo_list li {
    width: 33.3333%;
}
}

.ser_contact_btn,
.ser_manager_btn {
    width: 280px;
    margin: 30px auto;
}

.ser_contact_btn a,
.ser_manager_btn a {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    padding: 20px 0;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.ser_contact_btn a {
    background: linear-gradient(to bottom, #FFC778, #ff3b0a);
}

.ser_manager_btn a {
    background: linear-gradient(rgb(88, 61, 153), rgb(88, 61, 102));
}

.ser_contact_btn a:hover,
.ser_manager_btn a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .ser_contact_btn,
    .ser_manager_btn {
        width: 85%;
    }
}

.reco_cate_list {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    flex-flow: row wrap;
}
.reco_cate_list li {
    width: 162px;
    height: 162px;
    position: relative;
}
.reco_cate_list li:not(:nth-of-type(4n)) {
    margin-right: 10px;
}
.reco_cate_list li:nth-of-type(n+5) {
    margin-top: 10px;
}
.reco_cate_list li img {
    width: 100%;
    height: auto;
}
.reco_cate_list figcaption {
    background: rgba(30, 178, 235, 0.75);
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1.3;
    box-sizing: border-box;
}
.reco_cate_list figcaption:before {
    content: '';
    background: url(https://www.alpha-note.co.jp/img/common/ico_arrow01.png) no-repeat 0;
    width: 6px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .reco_cate_list {
        justify-content: space-between;
    }
    .reco_cate_list li {
        width: 48%;
        height: auto;
    }
    .reco_cate_list li:nth-of-type(n+3),
    .reco_cate_list li:nth-of-type(n+5) {
        margin-top: 15px;
    }
    .reco_cate_list li:not(:nth-of-type(4n)) {
        margin-right: 0;
    }
    .reco_cate_list figcaption {
        font-size: 12px;
        background: rgba(30, 178, 235, 0.8);
        display: flex;
        align-items: center;
        line-height: 17px;
        text-align: left;
        height: auto;
        min-height: 34px;
        padding: 5px 10px 5px 9px;
        box-sizing: border-box;
    }
    .reco_cate_list figcaption:before {
        background: url(https://www.alpha-note.co.jp/img/common/ico_arrow01.png) center/auto no-repeat;
        width: 5px;
        height: 8px;
    }
}

.ann_list,
.ann_list_no {
}

.ann_list {
}

.ann_list li,
.ann_list_no li {
    margin: 0 0 1rem 1.3rem;
    line-height: 1.75;
}

.ann_list li {
    list-style: square;
}

.ann_list_no li {
    list-style: decimal;
}

@media screen and (max-width: 767px) {
    .ann_list li,
    .ann_list_no li {
        font-size: 15px;
    }
}

.entry_btn_area {
    max-width: 300px;
    width: 70%;
    margin: 1rem auto 0;
    display: flex;
    justify-content: center;
}

.entry_btn_area a {
    color: #fff;
    font-weight: 700;
    width: 100%;
    padding: 1rem 0;
    height: auto;
    display: block;
    text-align: center;
    background: linear-gradient(to bottom, #FFC778, #ff3b0a);
    border-radius: 5px;
}

.entry_btn_area a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .entry_btn_area a {
        font-size: 15px;
    }
}

.ser_list_secu {
}

.ser_list_secu li {
    font-size: 13px;
    margin-bottom: 1rem;
    line-height: 2;
}

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

@media screen and (max-width: 767px) {
    .ser_list_secu li {
        font-size: 15px;
        line-height: 27px;
    }
}

h3 {
    font-weight: normal;
}

.ser_boxcont_tbl {
    width: 100%;
    border-collapse: collapse;
}

.ser_boxcont_tbl th {
    background-color: #eee;
    width: 20%;
    padding: 0.5rem;
    border: solid 1px #ccc;
}

.ser_boxcont_tbl th:last-child {
    width: 60%;
}

.ser_boxcont_tbl td {
    padding: 0.5rem;
    border: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
    .ser_boxcont_tbl th {
        width: 30%;
    }

    .ser_boxcont_tbl th:last-child {
        width: 40%;
    }
}

.text_ttl {
    color: #593999;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0.3rem;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .text_ttl {
        font-size: 16px;
    }
}

.ser_mokuji_skip {
    width: auto;
    margin-top: 20px;
    padding: 15px 0;
    background: #FDFDFD;
    border-radius: 5px;
    border: 1px solid #EEE;
}

.ser_mokuji_skip li {
    background: url(https://www.alpha-note.co.jp/img/common/side_list_arrow.png) no-repeat 0 6px;
    line-height: 150%;
    margin: 0 20px 5px;
    padding-left: 12px;
}

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

@media screen and (max-width: 767px) {
    .ser_mokuji_skip {
        padding: 10px 0;
    }

    .ser_mokuji_skip li {
        margin: 0 15px 5px;
    }
}

.emoney_list {
    width: 680px;
    line-height: 1.5;
    border: 1px solid #ccc;
    margin-top: 1rem;
}

.emoney_list tr:nth-of-type(even) {
    background-color: #eee;
}

.emoney_list th {
    color: #fff;
    background-color: #1EB2EB;
    padding: 0.5rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.emoney_list td {
    width: 16.6666%;
    padding: 10px 0;
    border-right: 1px solid #ccc;
    text-align: center;
}

.emoney_list td:nth-of-type(1) {
    /*border-bottom: 1px solid #ccc;*/
    overflow: hidden;
}

.emoney_list td:nth-of-type(1) img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}

/*.emoney_list td:nth-of-type(n+3) {
    font-size: 180%;
    font-weight: 700;
    text-align: center;
}*/
.emoney_list .bg_blue {
    background-color: #def6ff;
}

@media screen and (max-width: 767px) {
.emoney_list_area {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.emoney_list {
}
}

.web_brand_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.web_brand_list:after {
    content: "";
    display: block;
    width: 32%;
}

.web_brand_list li {
    width: 32%;
    padding: 1rem;
    line-height: 1.6;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.web_brand_list li img {
    width: 170px !important;
    margin: auto;
    display: block;
}

.web_brand_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.web_brand_list li a:hover {
    text-decoration: none;
}

.web_brand_list li span,
.web_brand_list li a span {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.web_brand_list li span {
    margin: 0.5rem 0 0;
}
.web_brand_list li a span {
    color: #593F99;
    font-weight: 700;
    margin: 0.5rem 0;
}

.web_brand_list li a span:before {
    content: "";
    background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/service/ico_circle01.png) center/cover no-repeat;
    width: 17px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .web_brand_list {
        justify-content: space-between;
    }

    .web_brand_list li {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.prepaid_dl a {
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.prepaid_dl img {
    width: 200px !important;
    height: 150px !important;
    margin: 0 1.5rem 0 0;
}

.prepaid_dl_text {
    width: 100%;
}

.prepaid_dl_ttl {
    color: #5a419f;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.prepaid_dl_ttl:before {
    content: '';
    background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/service/ico_circle01.png) no-repeat 0;
    width: 17px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
}
.prepaid_dl_text p {
    margin-bottom: 10px;
    line-height: 160%;
}
.prepaid_dl_ul {
}
.prepaid_dl_ul > li {
    margin-bottom: 10px;
}
.prepaid_dl_btn {
    color: #fff;
    background-color: #321388;
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
    display: block;
    line-height: 1;
    box-sizing: border-box;
    line-height: 1.5;
}
.prepaid_dl_btn a {
    color: #fff !important;
}

.prepaid_dl_btn:before {
    content: '';
    background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/ico_arrow01.png) no-repeat 0;
    width: 6px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
}

.prepaid_dl_btn:hover {
    text-decoration: underline;
}

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

    .prepaid_dl img {
        margin: 0 auto 1rem;
        display: block;
    }

    .prepaid_dl_ttl {
        font-size: 19px;
        line-height: 30px;
    }

    .prepaid_dl_ttl:before {
        /*top: 6px;*/
    }

    .prepaid_dl_text p {
        font-size: 15px;
    }
}

.prepaid_btn {
    color: #321388;
    font-size: 18px;
    background: url(https://www.alpha-note.co.jp/wp-content/uploads/2021/11/prepaid_btn.png) no-repeat center left;
   width: 100%;
   height: 100px;
   padding: 0 1.5rem;
   text-align: right;
   border: 1px solid #321388;
   border-radius: 5px;
   display: flex;
   justify-content: end;
   align-items: center;
   box-sizing: border-box;
}

.prepaid_btn:hover {
    opacity: 0.6;
    transition: 0.3s;
    text-decoration: none;
}

.prepaid_btn span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .prepaid_btn {
        background: url(https://www.alpha-note.co.jp/wp-content/uploads/2021/11/prepaid_btn_sp.png) no-repeat center center;
        background-size: cover;
        padding: 0;
        text-align: center;
        justify-content: center;
    }
}

.ser_case_txt2 {
    padding: 10px 0 0 0;
    color: #32008B;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-feature-settings: "palt";
    letter-spacing: .06em;
    border-bottom: 1px solid #32008B;
    padding-bottom: 5px;
}

.ser_contact_area {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.ser_contact_area > li {
}
@media screen and (max-width: 767px) {
    .ser_contact_area {
        width: 100%;
        display: block;
    }
}

.comparison_tbl {
    width: 100%;
    line-height: 1.5;
    border: 1px solid #ccc;
    margin-top: 1rem;
    table-layout: fixed;
}
.comparison_tbl tr:nth-of-type(even) {
    background-color: #eee;
}
.comparison_tbl th {
    padding: 0.5rem 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.comparison_tbl td {
    padding: 0.5rem;
    border-right: 1px solid #ccc;
    text-align: center;
}
.comparison_tbl td:nth-of-type(n+2) {
    font-size: 180%;
}
.comparison_tbl .note {
    font-size: 11px;
    display: block;
}
.comparison_tbl th:nth-of-type(2) {
    color: #fff;
    background-color: #5A419F;
    border-top: 3px solid #5A419F;
}
.comparison_tbl th:nth-of-type(2),
.comparison_tbl tr td:nth-of-type(2) {
    border-left: 3px solid #5A419F;
    border-right: 3px solid #5A419F;
}
.comparison_tbl tr:last-of-type td:nth-of-type(2) {
    border-bottom: 3px solid #5A419F;
}
@media screen and (max-width: 767px) {
.comparison_tbl td:nth-of-type(n+2) {
    font-size: 120%;
}
}

.btnMore {
    position: relative;
    font-size: 15px;
    min-width: 300px;
    margin: 0px auto 30px;
    clear: both;
}
.btnMore a {
    opacity: 1;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 1rem;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    color: #593F99;
}
.btnMore a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/ico_arrow03.png) center/cover no-repeat;
    margin-right: 12px;
}
@media screen and (max-width: 767px){
.btnMore {
    width: 94.3%;
}
}

.reason_fee_tbl {
  width: 100%;
  margin: 20px auto 0;
  border-collapse: collapse;
}
.reason_fee_tbl th,
.reason_fee_tbl td {
  width: 25%;
  padding: 15px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 1.5;
}
.reason_fee_tbl th {
  background-color: #eeeeee;
}
.reason_fee_tbl tr th:nth-child(2) {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #594099;
  border: 3px solid #594099;
}
.reason_fee_tbl tr td:nth-of-type(2) {
  border-right: 3px solid #594099;
  border-left: 3px solid #594099;
}
.reason_fee_tbl tr:last-child td:nth-child(2) {
  border-bottom: 3px solid #594099;
}
.reason_fee_tbl tr td:nth-of-type(2) {
  color: #320688;
  font-size: 16px;
  font-weight: 700;
  background-color: #f5f3f9;
}
@media screen and (max-width: 767px) {
  .scroll-box {
    overflow-x: auto;
    padding-bottom: 1rem;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .reason_fee_tbl {
    font-size: 15px;
    width: 600px;
    margin: 20px 3% 0;
  }
}

.ser_txt_list {
    margin-bottom: 20px;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
.ser_txt_list > li {
    margin-bottom: 10px;
    line-height: 1.5;
    list-style: disc;
    margin-left: 1rem;
}
.ser_txt_list > li:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .detail .flowContents {
        width: 100%;
        box-sizing: border-box;
    }
    .detail .flowContents .key {
        margin: 0;
    }
    .detail .flowContents .value {
        width: 100%;
        margin-top: -10px;
        margin-left: 0;
        padding: 20px 10px 10px;
        box-sizing: border-box;
    }
}
.ser_faq a {
    color: #320688;
    text-decoration: underline;
}

.tbl_col3 {
}
.tbl_col3 tr:first-child {
    font-weight: bolder;
    background-color: #ccc;
}
.tbl_col3 td {
    width: calc(100% / 3);
    padding: 1rem;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #ccc;
}
.tbl_col3 tr td:nth-of-type(1) {
    text-align: left;
}
.tbl_col3 td > span {
    font-size: 80%;
}

.feature_list,
.feature_list_4col {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.feature_list > li,
.feature_list_4col > li {
    font-size: 120%;
    width: 32%;
    min-height: 80px;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature_list_4col > li {
    width: 23%;
}
.feature_list > li:nth-of-type(n+4) {
    margin-top: 1rem;
}
.flex_img_area {
    display: flex;
}
@media screen and (max-width: 767px) {
    .feature_list > li,
    .feature_list_4col > li {
        font-size: 100%;
        width: 48%;
        min-height: 60px;
    }
    .feature_list > li:nth-of-type(n+3),
    .feature_list_4col > li:nth-of-type(n+3) {
        margin-top: 1rem;
    }
    .flex_img_area {
        display: block;
    }
    .flex_img_size {
        width: 50% !important;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
}

.an_reco_area {
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
}
.an_reco_area .center {
    display: flex;
    justify-content: center;
    text-align: center;
}
.an_reco_area .ttl {
    color: #594099;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

#lead .ser_sec {
    margin-bottom: 10px;
}
.TAB-A01 {
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.ser_box > .box {
  background: #fff;
  width: calc((100% - 20px)/2);
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.ser_box > .box > a {
  height: 100%;
  padding: 20px 20px 40px;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}
.ser_box > .box > a > .text {
  width: 55%;
}
.ser_box > .box > a > .ico {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ser_box > .box > a > .ico > img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.ser_box > .box > a .ser_ttl {
  color: #320685;
  font-size: 120%;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: center;
  line-height: 1.75;
}
.ser_box > .box > a .ser_ttl > span {
  color: #333;
  font-size: 85%;
  display: block;
}
.ser_box_list {
  min-height: 90px;
  margin-top: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.ser_box_list > li {
  font-size: 90%;
  width: 48%;
  margin-top: 5px;
  padding: 5px 0;
  border: 1px solid #ddd;
  border-radius: 50px;
  text-align: center;
  line-height: normal;
}
.readMore {
  color: #321388;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.readMore::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/ico_circle01.png) center/cover no-repeat;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: 0;
}
.ser_box > .box > a:hover > .readMore {
  text-decoration: underline;
}
.btn_lead {
  margin-bottom: 20px;
  text-align: center;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .TAB-A01 {
    font-size: 14px;
    padding: 10px;
    display: block;
  }
  .ser_box > .box {
    width: 100%;
  }
  .ser_box > .box:not(:first-of-type) {
    margin-top: 10px;
  }
  .ser_box > .box > a {
    padding-bottom: 60px;
    flex-direction: column-reverse;
  }
  .ser_box > .box > a > .text,
  .ser_box > .box > a > .ico {
    width: 100%;
  }
  .ser_box > .box > a > .ico {
    margin-bottom: 20px;
  }
  .ser_box_list {
    min-height: 100%;
  }
  .btn_lead {
    font-size: 14px;
  }
}

.ser_banner {
    border-radius: 5px;
    text-align: center;
    box-shadow: none !important;
}
.ser_banner img {
    width: auto;
    max-width: 100%;
}
.relation_ttl {
    color: #222;
    font-size: 22px;
    font-weight: bolder;
    margin: 0 auto 20px;
}
.relation_area {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.relation_area li {
    width: 48%;
    background: #fff;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.relation_area li:nth-of-type(n+3) {
    margin-top: 1rem;
}
.relation_area li a {
    color: #5A419F;
    padding: 1rem;
    display: flex;
    align-items: center;
    line-height: 1.5;
}
.relation_area li img {
    width: 17px !important;
    height: 18px !important;
    margin-right: 0.3rem;
    vertical-align: text-top;
    display: block;
}
@media screen and (max-width: 767px) {
    .relation_area {
        justify-content: center;
    }
    .relation_area li {
        width: 94%;
        margin-bottom: 20px;
        text-align: left;
    }
    .relation_ttl {
        font-size: 16px;
    }
}


/* /cashless/terminal/a8サイドバーなし */
.flex_area_A8 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex_area_A8 > .box {
    width: 48%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.flex_area_A8 > .box:nth-of-type(n+3) {
    margin-top: 2rem;
}
.bg_A8 {
    position: relative;
    z-index: 1;
}
.bg_A8::after {
    content: "";
    width: 1000%;
    height: 100%;
    background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/bg_paper.png) repeat center;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
}
.new_badge {
    color: #fff;
    font-weight: bolder;
    background-color: #008CD9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 767px) {
    .new_badge {
        font-size: 9px;
        width: 40px;
        height: 40px;
        top: -25px;
    }
}

.fullpage_A8 #structure .content {
    margin-bottom: 0;
    padding-bottom: 80px;
}
.ttlMain02 {
    color: #320688;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 30px;
    line-height: 1.3;
    text-align: center;
}
.ttlMain03 {
    color: #320688;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 30px;
    line-height: 1.3;
}
.fullpage_A8 .terminal_cv_btn {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
.flex_area_A8 > .box {
    width: 100%;
    max-width: none;
}
.flex_area_A8 > .box {
    margin-bottom: 2rem;
}
.flex_area_A8 > .box:last-of-type {
    margin-bottom: 0;
}
.flex_area_A8.column-reverse > .box:first-of-type {
    margin-top: 2rem;
    margin-bottom: 0;
}
.column-reverse {
    flex-direction: column-reverse;
}
.ttlMain02,
.ttlMain03 {
    font-size: 24px;
    text-align: center;
}
}

#case a {
  display: inline-block;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #case a {
    display: block;
  }
}

#case .ttlMain {
  margin: 0 0 20px;
  padding-left: 20px;
}

#case .ttlMain .is--pc {
  margin: 0;
}

#case .ttlMain .is--sp {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #case .ttlMain {
    margin: 0 0 40px;
    padding: 0;
  }
}

#case .list {
  overflow: hidden;
  display: table;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #case .list {
    width: 100%;
  }
}

#case .box {
  position: relative;
  float: left;
  width: 220px;
  margin: 0 16px 16px 0;
  padding-top: 16px;
  border-top: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
  #case .box {
    width: 230px !important;
    margin: 0 auto !important;
    padding-bottom: 1rem;
    float: none;
  }
}

#case .type {
  color: #1B0F6A;
  font-size: 11px;
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  #case .type {
    color: #111;
  }
}

#case .ph {
  margin-bottom: 12px;
}

#case .userName {
  font-size: 16px;
  text-indent: -24px;
  margin-left: 24px;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  #case .userName {
    display: flex;
    font-size: 17px;
    letter-spacing: .04em;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 7px;
  }
}

#case .userName:before {
  content: '';
  background: url("https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/ico_circle01.png") no-repeat 0;
  width: 17px;
  height: 18px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #case .userName:before {
    width: 15px;
    height: 15px;
    background: url("https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/ico_circle01_sp.png") center/15px no-repeat;
    margin: 0 30px 0 6px;
  }
}

#case .userType {
  font-size: 11px;
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  #case .userType {
    font-size: 13px;
    margin-left: 27px;
  }
}

#case .text {
  line-height: 160%;
  margin: 12px 0 0;
}

@media screen and (max-width: 767px) {
  #case .text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .04em;
    padding: 0 5px;
  }
}

#case figcaption {
  background: rgba(30, 178, 235, 0.6);
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 25px;
  padding: 10px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
#case figcaption:before {
  content: '';
  background: url("https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/ico_arrow01.png") no-repeat 0;
  width: 6px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
}

.ser_list_A8 {
    margin-top: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ser_list_A8 > li {
    width: 309px;
}
.ser_list_A8 > li .ser_list_img_A8 {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .ser_list_A8 > li {
        width: 49%;
        margin-bottom: 1rem;
    }
    .ser_list_A8 > li .ser_list_ttl {
        font-size: 13px !important;
        line-height: 1.3 !important;
    }
}

.box_col3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.box_col3 > li {
    width: 30%;
    position: relative;
}
.box_col3 > li > img {
    width: 100%;
    height: auto;
}
.box_col3 > li .ttl {
    color: #320688;
    font-size: 120%;
    font-weight: bolder;
    text-align: center;
    line-height: 1.5;
}
.box_col3 > li p {
    margin-top: 10px;
    line-height: 1.75;
}
.box_col3 > li > .flow_num {
    color: #320685;
    background-color: #fff;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #320685;
    position: absolute;
    top: -5px;
    left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .box_col3 > li {
        width: 100%;
        margin-bottom: 1rem;
    }
}

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

.ani_cv_btn {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.ani_cv_btn a {
    color: #ffffff;
    font-size: 16px;
    background: linear-gradient(to bottom, #FFC778, #ff3b0a);
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.ani_cv_btn a:hover {
    text-decoration: none;
}
.ani_reflection {
    width: 30px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-animation: reflection 3s ease-in-out infinite;
    animation: reflection 3s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 999;
    pointer-events: none;
}
@keyframes reflection {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.25;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 0.5;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@media screen and (max-width: 767px) {
    .ani_cv_btn {
        max-width: none;
        width: 94.3%;
    }
}

.subheading {
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin-bottom: 8px;
    padding: 2px 0;
}

.mc_flow02 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.mc_flow02 > li {
    width: 24%;
    padding: 0 20px 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.mc_flow02 > li > .mc_flow_img {
    text-align: center;
}
@media screen and (max-width: 767px) {
.mc_flow02 > li {
    width: 100%;
}
.mc_flow02 > li:not(:first-of-type) {
    margin-top: 1rem;
}
}