@charset "utf-8";

body {
    color: #292F34;
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Inter', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS PGothic', Osaka, arial, sans-serif;
    line-height: 26px;
}

h2 {
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    margin: 91px 0 68px;
    text-align: center;
}

h2:before {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 30px);
    width: 60px;
    height: 7px;
    content: '';
    background: #5D90BF;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.node-des {
    font-size: 1.25rem;
    text-align: center;
    line-height: 2rem;
}

.pc {
    display: block;
}

.sp {
    display: none;
}


/*--header--*/

.logo img {
    width: 123px;
}

.header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 40px;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-list {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 16px;
    font-weight: bold;
}

nav {
    display: flex;
}

.header-list a {
    color: #292F34;
    font-weight: bold;
}

.header-list a:hover {
    color: #68747e;
    text-decoration: none;
}

.header-list a:visited {
    color: #292F34;
    text-decoration: none;
}

.header-item--contact {
    background-color: #26499D;
    color: #fff;
    font-weight: bold;
    padding: 12px 42px;
    border-radius: 40px;
    margin-left: 30px;
    text-decoration: none;
}

a.header-item--contact:hover {
    background: rgba(44, 125, 212, 0.5);
    text-decoration: none;
}

/*--MV--*/
.about {
    margin-top: 100px;
    background: #F5F7FA;
}

.about-box {
    display: flex;
    align-items: center;
    padding: 52px 0 30px;
    position: relative;
}

.about-info {
    width: 60%;
    z-index: 1;
}

.about-ttl {
    color: #26499D;
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 72px;
    margin-bottom: 24px;
}

.about-des {
    font-size: 1.125rem;
    line-height: 26px;
    margin-bottom: 30px;
}

.about-info a {
    display: block;
    width: 259px;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background-color: #26499D;
    border-radius: 40px;
    padding: 26px 40px;
    margin-bottom: 20px;
}

.about-info a:hover {
    background: rgba(44, 125, 212, 0.5);
    text-decoration: none;
}

.about-info a:visited,
.about-info a:active {
    background-color: #26499D;
    text-decoration: none;
}

.about-thumb {
    position: absolute;
    left: 60%;
}

.about-thumb iframe {
    width: 560px;
    height: 315px;
    border: 0;
}

/*--課題--*/
.review {
    margin-top: 74px;
}

.review-lst {
    display: flex;
    gap: 0 40px;
    margin: 0 auto;
}

.review-lst dl {
    width: 48%;
    background-color: #fff;
    border-radius: 40px;
    padding: 30px 70px;
    box-shadow: 0 0 20px rgba(220, 223, 230, 0.5);
    position: relative;
    margin: 0 auto;
}

.review-lst dl dt {
    font-size: 1.25rem;
    font-weight: bold;
    color: #5D90BF;
    position: relative;
    padding: 0 0 0 40px;
}

.review-lst dl dt:before {
    position: absolute;
    top: 5px;
    left: -10px;
    content: url('../img/title-check.webp');
}

.review-lst dl dd {
    position: relative;
    padding: 16px 0 0 40px;
}

.review-lst dl dd:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: url('../img/title-line.webp');
}

.solution-thumb img {
    display: block;
    margin: 0 auto;
}

.solution-ttl {
    margin: 36px auto 16px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}


/*--Senjuとは--*/

.about-senju {
    margin-top: 52px;
    padding: 20px 0 80px;
    background-color: #F5F7FA;
}

.about-senju .container {
    padding-bottom: 18px;
    background-color: #fff;
    border-radius: 40px;
}

.about-senju .container h2 {
    padding-top: 50px;
}

.about-senju .container img {
    display: block;
    width: 90%;
    margin: 32px auto 40px;
}

.about-senju a {
    display: block;
    width: 259px;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background-color: #5D90BF;
    border-radius: 40px;
    padding: 20px 30px;
    margin: 0 auto 20px;
}

.about-senju a:hover {
    background: rgba(52, 104, 160, 0.5);
    text-decoration: none;
}

/*--特徴--*/

.feature-box-1 {
    height: 400px;
    min-height: 234px;
    overflow: hidden;
    background: url('../img/background-2.webp') no-repeat 0;
    margin-top: 40px;
}

.feature-box-2 {
    min-height: 234px;
    overflow: hidden;
    background: url('../img/background-2.webp') no-repeat 100%;
    margin-top: 40px;
}

.feature-box-1 .container,
.feature-box-2 .container {
    display: flex;
    align-items: center;
}

.feature-box-2 .container .feature-des {
    padding-left: 50px;
}

.feature-des {
    width: 70%;
    padding-right: 20px;
}

.feature-ttl span {
    color: #5D90BF;
    text-decoration: underline;
    margin-right: 10px;
    font-size: 1.25rem;
    font-weight: bold;
}

.feature-ttl {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 16px;
}

.feature-thumb {
    width: 50%;
}

.feature-thumb img {
    width: 95%;
}

.feature-box-2 .container .feature-thumb img {
    width: 100%;
}


/*使い方*/

.step-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-box div {
    text-align: center;
}

.step-box div.step-arrow {
    width: 10%;
}

.step-box div img {
    width: 60%;
}

.step-box div p {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
}

.step-btn a {
    display: block;
    width: 259px;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background-color: #5D90BF;
    border-radius: 40px;
    padding: 20px 30px;
    margin: 32px auto 20px;
}

.step-btn a:hover {
    background: rgba(52, 104, 160, 0.5);
    text-decoration: none;
}


/*使用例*/

.example table {
    margin-top: 42px;
    border-collapse: separate;
    border-spacing: 0;
}

.example table th:first-child {
    border-radius: 5px 0 0 0;
}

.example table th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #3c6690;
}

.example table th {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background: #5D90BF;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 25%;
    padding: 10px 0;
}

.example table td {
    border-left: 2px solid #5D90BF;
    border-bottom: 2px solid #5D90BF;
    border-top: none;
    font-weight: bold;
    text-align: right;
    width: 25%;
    padding: 12px 10px;
}

.example table td:first-of-type {
    text-align: left;
}

.example table td:last-child {
    border-right: 2px solid #5D90BF;
}

.example table tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

.example table tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

.example .note {
    margin-top: 12px;
    font-size: 1rem;
    text-align: right;
}


/*料金プラン*/

.price {
    margin-top: 80px;
    padding: 20px 0 80px;
    background-color: #F5F7FA;
}

.price .price-table {
    background-color: #fff;
    border-radius: 40px;
    padding: 9px 0 18px;
    margin-top: 85px;
}

.price table {
    width: 90%;
    border-collapse: separate;
    margin: 40px auto;
    padding: 0;
    border-spacing: 10px;
    table-layout: fixed;
}

.price thead th {
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

.price thead th:first-of-type {
    color: #5D90BF;
    font-weight: bold;
    border: 1px solid #5D90BF;
    border-radius: 5px;
}

.price table tr.monthly-price th,
.cost th,
.limit th,
.pay th,
.license th,
.license_plus th {
    color: #5D90BF;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.price table tr.monthly-price td,
.cost td,
.limit td,
.pay td,
.license td,
.license_plus td {
    font-size: 1.25rem;
    font-weight: bold;
}

.price table tr.monthly-price td span,
.cost td span,
.limit td span,
.pay td span,
.license td span,
.license_plus td span {
    font-size: 1rem;
    font-weight: bold;
}


.price table tr {
    background-color: #fff;
    padding: 10px;
}

.price table tr.monthly-price td {
    font-size: 1.875rem;
    font-weight: bold;
}

.price table tr.monthly-price span {
    font-size: 1.25rem;
    font-weight: bold;
}

.price table tr:nth-child(even) {
    background-color: #F5F7FA;
}

.price table td {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.price .plan1,
.plan2,
.plan4 {
    background: #5D90BF;
}

.price .plan3 {
    position: relative;
    background: #F18101;
}

.price .plan3 div.balloon {
    position: absolute;
    top: -70px;
    left: 33px;
}

.price .plan3 div.balloon img {
    display: block;
    width: 76%;
}

.price .orange {
    color: #F18101;
}

.price .orange_bg {
    background-color: #FAF9F5;
}

.price div.price-des {
    padding: 40px;
    border-top: 2px solid #AFC8DF;
}

.price div.price-des p {
    text-align: center;
    font-size: 1.5rem;
    color: #5D90BF;
    font-weight: bold;
}

.price div.price-des img {
    display: block;
    width: 90%;
    margin: 12px auto 0;
}

/*--よくある質問--*/

.faq-lst {
    margin-top: 85px;
}

.faq-box {
    position: relative;
}

.faq-lst div .faq-quest:before {
    content: "Q";
    font-size: 1.25rem;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    position: absolute;
    left: -1px;
    top: -8px;
    border-radius: 20%;
    background: #5D90BF;
    color: #fff;
    width: 36px;
    height: 36px;
    font-weight: 600;
}

.faq-lst div .faq-ans:before {
    content: "A";
    font-size: 1.25rem;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    position: absolute;
    left: -1px;
    top: -2px;
    border-radius: 20%;
    background: #D7DDE5;
    color: #292F34;
    width: 36px;
    height: 36px;
    font-weight: 600;
}

.faq-quest {
    color: #5D90BF;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 20px 50px;
}

.faq-ans {
    color: #292F34;
    font-size: 1.25rem;
    margin: 0 50px;
    line-height: 2rem;
}

.faq-lst .faq-con {
    padding: 30px 0;
    border-bottom: 1px solid #AFC8DF;
}

/*--フッター--*/

footer {
    margin-top: 80px;
    padding: 30px 0;
    background-color: #5D90BF;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

footer .container img {
    width: 11%;
    display: flex;
    justify-content: right;
}

footer .container div {
    display: flex;
    justify-content: right;
}

footer p {
    color: #FFF;
    font-weight: bold;
}

footer a {
    margin-right: 20px;
    color: #FFF;
    text-decoration: underline solid #FFF;
}


@media screen and (max-width: 1280px) {
    body {
        line-height: 26px;
    }

    h2 {
        font-size: 1.8rem;
    }

    h2:before {
        bottom: -25px;
    }

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

    .node-des {
        font-size: 1rem;
        text-align: center;
    }

    .pc {
        display: none;
    }


    .tb {
        display: block;
    }


    /*--header--*/
    .header {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        padding: 8px 20px;
        background-color: #FFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-list {
        display: flex;
        align-items: center;
        gap: 32px;
        font-size: 16px;
        font-weight: bold;
    }

    nav {
        display: none;
    }

    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #ffffff;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #292F34;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        /*メニューオープン時は真ん中の線を透明にする*/
    }

    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    #menu-btn-check {
        display: none;
    }

    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 80;
        background-color: #3584bb;
    }

    .menu-content ul {
        padding: 70px 10px 0;
    }

    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }

    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }

    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }

    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #3584bb;
        transition: all 0.5s;
        /*アニメーション設定*/
    }

    #menu-btn-check:checked ~ .menu-content {
        left: 0;
        /*メニューを画面内へ*/
    }


    /*--MV--*/
    .about {
        margin-top: 0;
        padding-top: 100px;
    }

    .about-box {
        flex-direction: column;
        padding: 0;
        position: static;
    }

    .about-info {
        width: 100%;
    }

    .about-info a {
        margin: 0 auto;
    }

    .about-ttl {
        text-align: center;
        font-size: 2rem;
        line-height: 40px;
        margin-bottom: 18px;
    }

    .about-des {
        font-size: 1rem;
        line-height: 26px;
        text-align: center;
    }

    .about-thumb {
        position: static;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-thumb iframe {
        width: 400px;
        height: 225px;
    }


    /*--課題--*/
    .review {
        margin-top: -30px;
    }

    .review-lst {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }

    .review-lst dl {
        width: 90%;
        position: static;
    }

    .review-lst dl dt:before {
        top: -3px;
    }

    .review-lst dl dt {
        margin-bottom: 10px;
    }

    .solution-thumb img {
        display: block;
        width: 4%;
        margin: 30px auto;
    }

    .solution-ttl {
        margin: 36px auto 16px;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
    }

    /*--Senjuとは--*/
    .about-senju {
        margin-top: 32px;
        padding: 20px 0 80px;
    }

    .about-senju .container {
        width: 90%;
        padding-bottom: 18px;
        border-radius: 40px;
    }

    /*--特徴--*/
    .feature {
        padding-bottom: 0;
    }

    .feature-box-1 {
        height: auto;
        min-height: 0;
        background: none no-repeat 0;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .feature-box-2 {
        height: auto;
        min-height: 0;
        background: none no-repeat 0;
        margin-top: 40px;
    }

    .feature-ttl {
        font-size: 1.5rem;
        line-height: 36px;
        text-align: center;
    }

    .feature-ttl span {
        font-size: 1.25rem;
    }

    .feature-box-1 .container,
    .feature-box-2 .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-box-2 .container .feature-des {
        padding-left: 0;
    }

    .feature-des {
        margin: 0 auto;
        padding-right: 0;
    }

    .feature-box-2 .container .feature-thumb img {
        width: 100%;
    }

    .feature-thumb img {
        margin-top: 20px;
    }

    /*使い方*/
    .step-box {
        width: 90%;
        margin: 0 auto;
    }

    .step-box div p {
        font-size: 0.9rem;
    }

    /*使用例*/
    .example table {
        width: 90%;
        margin: 42px auto 0;
    }

    /*料金プラン*/
    .price h2 {
        margin-top: 62px;
    }

    .price .price-table {
        width: 90%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 40px;
    }

    .price table {
        width: 95%;
        border-spacing: 7px;
    }

    .price table td {
        vertical-align: middle;
    }

    .price table tr.monthly-price td {
        font-size: 1.25rem;
    }

    .price table tr.monthly-price span {
        font-size: 1rem;
    }

    .price div.price-des img {
        display: block;
        width: 100%;
        margin: 12px auto 0;
    }

    /*--よくある質問--*/
    .faq-lst {
        width: 90%;
        margin: 85px auto 0;
    }

    .faq-box {
        position: relative;
    }

    .faq-lst div .faq-quest:before {
        content: "Q";
        font-size: 1.25rem;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0.05em;
        position: absolute;
        left: -1px;
        top: -8px;
        border-radius: 20%;
        background: #5D90BF;
        color: #fff;
        width: 36px;
        height: 36px;
        font-weight: 600;
    }

    .faq-lst div .faq-ans:before {
        content: "A";
        font-size: 1.25rem;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0.05em;
        position: absolute;
        left: -1px;
        top: -2px;
        border-radius: 20%;
        background: #D7DDE5;
        color: #292F34;
        width: 36px;
        height: 36px;
        font-weight: 600;
    }

    .faq-quest {
        color: #5D90BF;
        font-size: 1.25rem;
        font-weight: bold;
        margin: 20px 50px;
    }

    .faq-ans {
        color: #292F34;
        font-size: 1.25rem;
        margin: 0 50px;
        line-height: 2rem;
    }

    .faq-lst .faq-con {
        padding: 30px 0;
        border-bottom: 1px solid #AFC8DF;
    }


    footer {
        margin-top: 80px;
        padding: 30px 0;
        background-color: #5D90BF;
    }

    footer .container {
        display: block;
        text-align: center;
    }

    footer .container img {
        display: block;
        width: 20%;
        margin: 0 auto 5px;
    }

    footer .container div {
        display: block;
    }

    footer p {
        font-size: 0.8rem;
    }

    footer a {
        font-size: 0.8rem;
    }
}


@media screen and (max-width: 767px) {
    h2 {
        font-size: 1.2rem;
    }

    h2:before {
        height: 4px;
    }

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

    .node-des {
        font-size: 1rem;
        text-align: center;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    /*--MV--*/
    .about {
        margin-top: 0;
        padding-top: 140px;
    }

    .about-box {
        flex-direction: column;
        padding: 0;
        position: static;
    }

    .about-info {
        width: 90%;
    }

    .about-info a {
        margin: 0 auto;
    }

    .about-ttl {
        text-align: center;
        font-size: 1.4rem;
        line-height: 40px;
        margin-bottom: 18px;
    }

    .about-des {
        font-size: 0.8rem;
        white-space: nowrap;
    }

    .about-info a {
        width: 200px;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        padding: 18px 40px;
    }

    .about-thumb {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }

    .about-thumb img {
        width: 100%;
    }

    /*--課題--*/
    .review {
        margin-top: -30px;
    }

    .review-lst {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }

    .review-lst dl {
        width: 100%;
        position: static;
        border-radius: 0;
        box-shadow: none;
        padding: 30px 25px;
    }

    .review-lst dl dt {
        font-size: 1.1rem;
    }

    .review-lst dl {
        width: 95%;
    }


    .review-lst dl:first-of-type {
        width: 95%;
        border-bottom: 1px solid #5D90BF;
    }

    .solution {
        width: 90%;
        margin: 0 auto;
    }

    .solution .node-des {
        text-align: left;
    }

    .solution-thumb img {
        display: block;
        width: 10%;
        margin: 30px auto;
    }

    .solution-ttl {
        margin: 36px auto 16px;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
    }

    /*--Senjuとは--*/
    .about-senju h2 {
        margin: 21px 0 30px;
    }

    .review-ttl {
        width: 95%;
    }

    .about-senju .node-des {
        margin: 0 auto;
        width: 95%;
        text-align: left;
    }

    .about-senju a {
        display: block;
        width: 200px;
        font-size: 1rem;
        font-weight: 700;
        padding: 18px 30px;
    }

    /*--特徴--*/
    .feature h2 {
        margin: 30px 0 30px;
    }

    .feature {
        padding-bottom: 0;
    }

    .feature-ttl {
        font-size: 1.1rem;
        line-height: 36px;
        text-align: center;
    }

    .feature-ttl span {
        font-size: 1rem;
    }

    .feature-des {
        width: 90%;
    }

    .feature-thumb {
        width: 90%;
    }

    .feature-box-2 .container .feature-thumb img {
        width: 100%;
    }

    .feature-thumb img {
        margin-top: 20px;
    }

    /*使い方*/
    .step-box {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

    .step-box div {
        margin: 12px auto;
    }

    .step-box div img {
        width: 40%;
    }

    .about-senju a {
        display: block;
        width: 200px;
        font-size: 1rem;
        font-weight: 700;
        padding: 18px 30px;
    }

    /*使用例*/
    .example table {
        margin-top: 42px;
        border-collapse: separate;
        border-spacing: 0;
    }

    .example table th:first-child {
        border-radius: 0;
    }

    .example table th:last-child {
        border-radius: 0;
        border-right: 1px solid #3c6690;
    }

    .example table th {
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        background: #5D90BF;
        border-top: none;
        border-left: none;
        border-bottom: none;
        width: 25%;
        padding: 10px 0;
    }

    .example table tr:last-child td:first-child {
        border-radius: 0;
    }

    .example table tr:last-child td:last-child {
        border-radius: 0;
    }

    .example .note {
        width: 95%;
        margin-top: 12px;
        font-size: 0.8rem;
        text-align: right;
    }

    /*料金プラン*/
    .price h2 {
        margin-top: 42px;
    }

    .price {
        padding: 20px 0 40px;;
    }

    .price table {
        width: 95%;
        margin: 20px auto;
        border-spacing: 16px;
    }


    .price thead th:first-of-type {
        color: #FFF;
        background: #5D90BF;
        border-radius: 5px;
    }

    .price table tr.monthly-price th,
    .cost th,
    .limit th,
    .pay th,
    .license th,
    .license_plus th {
        color: #292F34;
        font-weight: bold;
        text-align: left;
        padding-left: 10px;
    }

    .price table tr.monthly-price th:first-of-type {
        color: #292F34;
        text-align: center;
        font-size: 1.4rem;
        padding: 10px 0 10px;
    }

    .price table tr {
        background-color: #fff;
        padding: 10px;
    }

    .price table tr.monthly-price span {
        font-size: 1.25rem;
        font-weight: bold;
    }

    .price table tr:nth-child(even) {
        background-color: #F5F7FA;
    }

    .price .plan3 {
        position: relative;
        border: 1px solid #F18101 !important;
        background: #F18101 !important;
    }

    .Essential_sp {
        margin-bottom: 40px;
    }

    .Standard_sp .plan3 span {
        background-color: #FFF;
        color: #F18101;
        font-weight: bold;
        padding: 3px;
        margin-right: 5px;
        border-radius: 40px;
    }

    .price .orange {
        color: #F18101 !important;
    }

    .price .orange_bg {
        background-color: #FAF9F5 !important;
    }

    .price div.price-des {
        padding: 10px;
        border-top: 2px solid #AFC8DF;
    }

    .price table tr.monthly-price th span,
    .cost th span,
    .limit th span,
    .pay th span,
    .license th span,
    .license_plus th span {
        color: #292F34;
        font-weight: bold;
        float: right;
        padding-right: 10px;
    }

    .price div.price-des p {
        font-size: 1.1rem;
    }

    .price div.price-des img {
        display: block;
        width: 100%;
        margin: 12px auto 0;
    }

    /*--よくある質問--*/
    .faq-lst {
        width: 90%;
        margin: 40px auto 0;
    }

    .faq-lst div .faq-quest:before {
        content: "Q";
        font-size: 1.1rem;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0.05em;
        position: absolute;
        left: -1px;
        top: 0;
        border-radius: 20%;
        background: #5D90BF;
        color: #fff;
        width: 36px;
        height: 36px;
        font-weight: 600;
    }

    .faq-lst div .faq-ans:before {
        content: "A";
        font-size: 1.1rem;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0.05em;
        position: absolute;
        left: -1px;
        top: 0;
        border-radius: 20%;
        background: #D7DDE5;
        color: #292F34;
        width: 36px;
        height: 36px;
        font-weight: 600;
    }

    .faq-quest {
        color: #5D90BF;
        font-size: 1.1rem;
        font-weight: bold;
        margin: 0 0 20px 45px;
    }

    .faq-ans {
        color: #292F34;
        font-size: 1.1rem;
        margin: 0 0 0 45px;
        line-height: 2rem;
    }

    .faq-lst .faq-con {
        padding: 30px 0;
        border-bottom: 1px solid #AFC8DF;
    }


    footer .container img {
        display: block;
        width: 40%;
        margin: 0 auto 5px;
    }

}