@charset 'UTF-8';

/* リセット */
/* ============================================ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/* モバイル */
/* ============================================ */

/* ----- 切り替え ----- */
.none_375 { display: none; }

/* ----- 共通 ----- */
body {
    font-size: 18px;
    color: #222222;
    text-align: center;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "MS PGothic", Helvetica, Arial, sans-serif;;
}

ul {
    list-style: none;
}


.nomal_text {
    line-height: 1.6;
    text-align: left;
}

.content {
    width: 95%;
    margin: 0 auto;
    padding: 60px 0 40px;
}


.text_large {
    font-size: calc(3vw + 20px );
    display: block;
    font-weight: bold;
}

.text_blue {
    color: #304AAA;
}


/* ----- CTAボタン ----- */
.btn {
    border-radius: 100px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.btn_orange_fill {
    width: 340px;
    height: 70px;
    border: none;
    color: #FFFFFF;
    background: linear-gradient(to top right, #FC8012, #FCA212);
    background: -webkit-liner-gradient(top right, #FC8012, #FCA212);
    background: -moz-linear-gradient(top right, #FC8012, #FCA212);
}

.btn_orange_solid {
    width: 340px;
    height: 70px;
    border: 4px solid #fd5f0f;
    color: #fd5f0f;
    background-color: #FFFFFF;
}

.btn_blue_fill {
    width: 300px;
    height: 60px;
    background: linear-gradient(to top right, #304AAA, #3E64CE);
    background: -webkit-liner-gradient(top right, #304AAA, #3E64CE);
    background: -moz-linear-gradient(top right, #304AAA, #3E64CE);
    color: #FFFFFF;
    margin-bottom: 10px;
    box-shadow: 3px 3px 3px rgba(173, 173, 173, 1);
}

.btn_blue_solid {
    width: 240px;
    height: 50px;
    border: 3px solid #304AAA;
    color: #304AAA;
    margin-bottom: 5px;
    box-shadow: 2px 2px 2px rgba(204, 204, 204, 1);
}


/* ----- CTAエリア ----- */
.cta_area_1 {
    background: url("../image/cta_1_back.png")no-repeat bottom;
    background-size: contain;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.cta_area_1 > .cta_title {
    font-weight: bold;
}

.cta_area_1 .cta_text {
    margin: 15px 0 25px;
}

.cta_area_1 .btn_wrap.reason {
    margin-top: 20px;
}

.cta_area_2 {
    background-color: #304AAA;
    color: #FFFFFF;
    padding: 20px 10px;
    line-height: 1.4;
    box-sizing: border-box;
}

.cta_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

.cta_area_2 .btn_orange_solid {
    margin-top: 10px;
}

.cta_area_2 .btn {
    box-shadow: 3px 3px 6px rgba(16, 43, 160, 1);
    margin-top: 15px;
    width: 300px;
}

.cta_area_2 .cta_text {
    margin: 15px 0;
}


/* ----- 見出し ----- */
.section_title {
    font-weight: bold;
    line-height: 1.4;
}

.section_title_s {
    color: #FD5F0F;
    margin-bottom: 10px;
    font-size: 14px;
}

.section_title_wrap > .section_title::after {
    content: "";
    display: block;
    height: 5px;
    width: 80px;
    background-color: #F86A3B;
    margin: 20px auto 0;
}

.section_info {
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    padding: 30px 0;
    width: 80%;
    margin: 0 auto;
}

.small_title {
    font-weight: bold;
    margin-bottom: 10px;
}



/* ----- header ----- */
.main_header {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    background-color: #FFFFFF;
}

.main_header img {
    width: 80px
}


/* ----- mainview ----- */
.main_view_inner {
    background-color: #304AAA;
    font-family: "Noto Sans Display", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "MS PGothic", Helvetica, Arial, sans-serif;;
    padding: 30px 10px;
}

.main_view_inner {
    color: #FFFFFF;
}

.main_view_inner h1 {
    font-size: 42px;
    font-family: "Noto Sans Display", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "MS PGothic", Helvetica, Arial, sans-serif;;
    line-height: 1.2;
    padding-bottom: 20px;
    text-align: left;
}

.main_view_inner h1 span {
    display: block;
    font-size: 24px;
}

.main_view_inner .data_wrap {
    margin-top: 30px;
    /* height: 240px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.main_view_inner .data_wrap img {
    width: 190px;
}

.main_view_inner .data_wrap img:nth-child(2) {
    margin: 10px 0;
}

.main_view_inner .btn {
    box-shadow: 3px 3px 6px rgba(16, 43, 160, 0.6);
    margin: 30px auto 10px;
}

.main_view_inner .text_wrap_pc .text_small {
    line-height: 1.4;
}



/* ----- 導入事例 ----- */
#customer {
    box-shadow: 0 3px 10px -8px rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    box-sizing: border-box;
}

#customer .section_title {
    margin-bottom: 20px;
}

#customer .customer_info {
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
}


/* ----- 新規顧客向け ----- */
.for_customer_banner {
    color: #FFFFFF;
    background-color: #5E77BC;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
    font-weight: bold;
}

.for_customer_inner .card {
    padding: 50px 10px;
    box-sizing: border-box;
    line-height: 1.4;
}

.for_customer_inner .point_wrap > .point > .small_title::before {
    content: "・";
    display: inline-block;
    color: #FD5F0F;
}

.for_customer_inner .arrow {
    margin: 20px 0;
}


/* ----- 転送or共有 ----- */
.sendshare_inner .card .card_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 20px;
}

.sendshare_inner .card .card_head .data {
    background-color: #FFFFFF;
    padding: 5px;
    font-size: 14px;
    margin-top: 10px;
}

.sendshare_inner .sendshare_func::before,
.sendshare_inner .sendshare_func::after{
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    background: url("../image/img_system_line.png")no-repeat center;
}

.sendshare_inner .card .system_name {
    margin: 20px 0;
}

.sendshare_func {
    margin: 20px 0 10px;
}

/* ----- card共通 ----- */
.card {
    border: 3px solid #EBEDED;
    border-radius: 10px;
}

.sendshare_inner .card .card_head,
.system_inner .card .card_head {
    background-color: #EBEDED;
    font-weight: bold;
}

.card_body {
    padding: 20px;
    line-height: 1.4;
}

.card_title {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.4;
}

.system_inner .card .card_head {
    padding: 20px;
}

.card .point:not(:last-child) {
    margin-bottom: 30px;
}

.card .system_name img {
    width: 100%;
    margin: 8px 0;
}

.card.ws {
    margin-bottom: 20px;
}

/* ----- Watasoon/WebFile ----- */
.system_inner .card .system_name {
    border-bottom: 2px dotted #707070;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.card .gray {
    background-color: #F4F6FA;
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box;
}

.card .gray .gray_title {
    margin-bottom: 20px;
}

.system_inner .card .gray ul li {
    display: inline-block;
    margin-bottom: 5px;
}

.system_inner .card_text.watasoon {
    color: #304AAA;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
}

.system_inner .card_bottom_wrap {
    border-top: 6px solid #426ADB;
    border-bottom: 6px solid #426ADB;
    padding: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.system_inner .card_bottom_wrap .data {
    border: 3px solid #426ADB;
    border-radius: 6px;
    color: #426ADB;
    padding: 10px;
    display: inline-block;
    margin-top: 5px;
}

.system_inner .card .card_head {
    position: relative;
}

.system_inner .card .card_circle {
    background: #FFFFFF;
    border: 3px solid #304AAA;
    border-radius: 50%;
    position: absolute;
    color: #304AAA;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    font-size: 12px;
    width: 120px;
    height: 120px;
    top: -20%;
    right: 0;
}

.system_inner .card_bottom_wrap .text_large {
    display: inline-block;
    padding: 10px;
}


/* ----- 選ばれている理由 ----- */
.reason_title {
    color: #426ADB;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
}

.reason_content {
    line-height: 1.4;
    width: 80%;
    margin: 0 auto 40px;
}

.reason_content .number {
    font-size: 28px;
    font-weight: bold;
    background-color: #EBEDED;
    border: none;
    border-radius: 6px;
    margin-bottom: 15px;
}

.reason_content ul {
    text-align: left;
    list-style: circle;
    padding-left: 30px;
}



/* ----- フォーム ----- */
#form {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
}

.form_wrap {
    width: 80%;
    margin: 0 auto;
}

.form_wrap dl {
    margin-bottom: 15px;
}

.form_wrap dt {
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #707070;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 5px;
}

textarea {
    display: block;
    width: 100%;
    height: 150px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #707070;
    box-sizing: border-box;
    overflow: scroll;
}

.form_wrap dl dt span {
    font-size: 14px;
    color: #FFFFFF;
    background-color: #304AAA;
    padding: 5px 10px;
    margin-left: 10px;
}

.checklist {
    margin-top: 12px;
    text-align: left;
}

.form_wrap .name input {
    width: calc(97%/2);
    display: inline-block;
}

.checklist input[type="checkbox"] {
    display: none;
}

.checklist input[type="checkbox"] + label {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
}

.checklist input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    box-sizing: border-box;
    position: absolute;
    left: 0;
}

.checklist input[type="checkbox"]:checked+label::before {
    content: "";
    display: inline-block;
    background: url("../image/icon_checked.png")no-repeat center;
}

.form_wrap .privacy {
    border-top: 1px solid #707070;
    padding-top: 30px;
    text-align: left;
}

.form_wrap .privacy dt {
    display: block;
    margin-bottom: 20px;
}

.form_wrap .privacy dd {
    line-height: 1.4;
}

 .privacy_check a {
    display: block;
    margin: 20px 0;
}
 .privacy_check {
    display: inline-block;
    margin-bottom: 20px;
}

.privacy_check input[type="checkbox"] {
    display: none;
}

.privacy_check input[type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
}

.privacy_check input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    box-sizing: border-box;
    position: absolute;
    left: 0;
}

.privacy_check input[type="checkbox"]:checked + label::before {
    content: "";
    display: inline-block;
    background: url("../image/icon_checked.png")no-repeat center;
}

form .btn_orange_fill {
    font-size: 18px;
}


/* ----- フォーム：エラー ----- */
p.attention {
    color: #EA3348;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
    margin: 10px 0 30px;
}


/* ----- フォーム：確認 ----- */
.form_wrap.confirm dd {
    text-align: left;
}

.form_wrap.confirm dl {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.btn_back {
    width: 340px;
    height: 70px;
    border: 1px solid #EBEDED;
    color: #191919;
    background-color: #EBEDED;
    font-size: 18px;
}

.confirm_btn_wrap {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    justify-content: center;
}

.confirm_btn_wrap .btn {
    box-shadow: 2px 2px 2px rgba(204, 204, 204, 1);
}


/* ----- 電話で問い合わせ ----- */
#tell {
    background-color: #EBEDED;
}

.tell_wrap {
    margin: 30px 0;
    line-height: 1.4;
}

.tell_wrap .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}


/* ----- footer ----- */
footer {
    background-color: #CCCCCC;
    padding-bottom: 10px;
}

footer ul {
    text-align: left;
    margin-bottom: 20px;
}

.footer_inner {
    padding: 60px 30px;
    box-sizing: border-box;
    line-height: 1.4;
}

footer a {
    text-decoration: none;
}



/* タブレット */
/* ============================================ */
@media (min-width:768px) {

    /* ----- 切り替え ----- */
    .none_768 { display: none; }


    /* ----- mainview ----- */
    .main_view_inner h1 {
        text-align: center;
    }

    .main_view_inner .text_wrap_pc {
        width: 80%;
        margin: 0 auto;
    }

    .main_view_inner .data_wrap {
        flex-direction: row;
        height: auto;
    }

    /* ----- sendshare ----- */
    .sendshare_inner .card_wrap {
        display: flex;
        justify-content: space-between;
    }

    .sendshare_inner .card_wrap .card {
        width: calc(96% / 2);
        max-width: 650px;
    }

    .sendshare_inner .card .card_head {
        height: 280px;
    }

    /* ----- 選ばれる理由 ----- */
    .reason_content {
        display: flex;
        align-items: baseline;
        width: auto;
        text-align: left;
    }

    .reason_content .text_large {
        display: inline-block;
    }

    .reason_content .number {
        width: 50px;
        background-color: inherit;
        margin: 0;
    }

    /* ----- CTA ----- */
    .cta_area_1 {
        background-size: cover;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 0;
    }

    .cta_area_1 .btn_wrap {
        display: flex;
        justify-content: center;
    }

    .cta_area_1 .btn_wrap .btn_blue_fill {
        width: calc(95% / 3);
    }

    .cta_area_1 .cta_text {
        font-size: 26px;
    }

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

    .cta_area_2 .cta_title {
        text-align: left;
        font-size: 28px;
    }


    /* ----- card共通 ----- */
    .card .system_name img {
        width: 70%;
    }

    .card.ws {
        margin-bottom: 0;
    }


    /* ----- 選ばれる理由 ----- */
    .reason_title {
        margin-bottom: 30px;
    }

    .reason .wrap_pc .reason_content {
        margin-left: 80px;
    }


    /* ----- Watasoon/WebFile ----- */
    .system_inner .card .card_head {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .system_inner .card .system_name {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding-bottom: 20px;
    }

    .system_inner .card .point_wrap {
        margin: 30px 0;
    }

    .system_inner .card .card_title {
        text-align: left;
        margin-left: 20px;
        width: 65%;
    }

    .system_inner .card .card_circle {
        top: -20%;
        right: 0;
    }

    .card .gray ul {
        text-align: left;
        width: 90%;
        margin: 0 auto;
    }

} 


/* PC */
/* ============================================ */
@media (min-width:1024px) {

    /* ----- 切り替え ----- */    
    .none_1024 { display: none; }
    .set_1024 { display: inline-block; }


    /* ----- 共通 ----- */    
    .section_title {
        font-size: 28px;
    }

    .content {
        width: 80%;
        padding: 140px 0 80px;
    }

    .text_large {
        font-size: 36px;
        display: inline-block;
        margin: 0 10px;
    }

    .section_info {
        text-align: center;
        margin-bottom: 30px;
    }

    /* ----- 見出し ----- */
    .section_title_wrap {
        margin-bottom: 40px;
    }

    .section_info {
        padding-bottom: 40px;
    }

    .section_title_s {
        font-size: 18px;
        margin-bottom: 15px;
    }


    /* ----- mainview ----- */
    #main_view {
        background: url("../image/main_view_back.svg")no-repeat right;
        background-size: cover;
        height: 770px;
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .main_view_inner {
        background-color: inherit;
        margin: 0 auto;
        padding: 10px;
    }

    .main_header {
        position: absolute;
        top: 10px;
        background: none;
    }

    .main_header img {
        position: absolute;
        width: auto;
    }

    #main_view  .inner {
        display: flex;
        position: relative;
        flex-direction: row;
        align-items: center;
        max-width: 1400px;
    }

    #main_view  .inner .img_wrap {
        position: absolute;
        left: 60%;
        top: -120px;
    }

    .main_view_inner .text_wrap_pc {
        text-align: left;
        width: 50%;
        padding-left: 120px;
        margin: inherit;
    }

    .text_wrap_pc .btn {
        margin: 40px 0 20px;
        width: 440px;
    }

    .main_view_inner h1 {
        font-size: 48px;
        line-height: 1.4;
        padding: 40px 0 20px;
        text-align: left;
    }

    .main_view_inner h1 span {
        font-size: 36px;
    }

    .main_view_inner .data_wrap {
        margin: 20px 0;
    }


    /* ----- 導入事例 ----- */
    #customer {
        padding: 60px 0;
    }

    #customer .customer_inner {
        width: 75%;
        margin: 0 auto;
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #customer .customer_info {
        text-align: center;
        padding: 0;
    }


    /* ----- 新規顧客向け ----- */
    .for_customer_inner .card {
        padding: 50px;
    }

    .for_customer_inner .card_head {
        font-size: 26px;
    }

    .for_customer_inner .point_wrap {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }

    .for_customer_inner .point_wrap .point {
        width: calc(90% / 3);
        margin: 0;
    }

    .for_customer_banner {
        font-size: 36px;
        width: 85vw;
        margin: 0 calc(100% - 80vw);
    }


    /* ----- CTA ----- */
    .cta_area_1 {
        height: 360px;
        margin: 0;
        justify-content: flex-start;
    }

    .cta_area_1 > .cta_title {
        font-size: 32px;
    }

    .cta_area_1 .cta_text {
        margin: 30px 0;
    }

    .cta_area_1 .btn_wrap .btn_blue_fill {
        width: 375px;
        height: 80px;
        margin: 10px;
    }

    .cta_area_1 .btn_wrap.reason {
        margin-top: 50px;
    }

    .cta_area_2 {
        height: 300px;
        justify-content: center;
    }

    .cta_inner {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .cta_area_2 .btn {
         margin: 0;
         width: 436px;
         height: 80px;
         font-size: 20px;
     }

     .cta_area_2 .btn_orange_solid {
         margin-top: 10px;
     }

     .btn_blue_fill:hover,
     .btn_blue_solid:hover,
     .btn_orange_fill:hover,
     .btn_orange_solid:hover,
     .btn_back:hover {
        box-shadow: none;
        opacity: 0.8;
     }


    /* ----- 転送or共有 ----- */
    .sendshare_inner .btn_wrap {
        display: flex;
    }

    .sendshare_inner .card .card_head {
        height: auto;
        padding: 0;
    }

    .sendshare_inner .data_wrap {
        display: flex;
        justify-content: space-between;
    }

    .sendshare_inner .data_wrap.wf .data {
        width: calc(90% / 3);
    }

    .sendshare_inner .card .card_head .wrap_pc {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 70%;
        margin: 0 auto;
        padding: 40px 0;
    }

    .sendshare_inner .card .card_head .card_title {
        margin: 0;
    }

    .sendshare_func {
        font-size: 22px;
        margin: 0 0 15px;
    }

    .sendshare_inner .card .card_head .data {
        margin-top: 0;
    }

    .sendshare_inner .card .card_head_text {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .sendshare_inner .sendshare_func::before,
    .sendshare_inner .sendshare_func::after {
         margin: 0 5px;
     }

     .sendshare_inner .card_body {
         display: flex;
         flex-direction: column;
         padding: 30px 20px;
     }

     .sendshare_inner .card .nomal_text {
         padding: 0 40px;
     }     

     .sendshare_inner .card .system_name {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: 170px;
     }


    /* ----- 選ばれる理由 ----- */
    .reason .wrap_pc {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding-top: 30px;
        width: 95%;
        margin: 0 auto;
        max-width: 1200px;
    }

    .reason_title {
        font-size: 28px;
    }

    .reason .wrap_pc .reason_content {
        margin: 0 0 60px;
    }

    .reason_content .customer_inner {
        display: flex;
        align-items: center;
    }

    .reason_content .customer_inner img {
        width: 110px;
    }

    .reason_content .customer_inner img:not(:last-child) {
        margin-right: 15px;
    }


    /* ----- Watasoon/WebFile ----- */
    .system_inner .card .card_head {
        justify-content: center;
    }

    .system_inner .card .point_wrap {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-top: 40px;
    }

    .system_inner .card .point_wrap .point {
        width: calc(90% / 3);
        margin-bottom: 0;
    }

    .system_inner .card .point .small_title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .system_inner .card_text.watasoon {
        margin-top: 50px;
        font-size: 22px;
    }

    .system_inner .card_bottom_wrap {
        margin-top: 50px;
    }

    .system_inner .card_bottom_wrap .wrap_pc {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        width: 80%;
        margin: 0 auto;
    }

    .system_inner .card_bottom_wrap .text_large {
        font-size: 36px;
        padding: 0;
    }

    .system_inner .card_bottom_wrap .data_wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .system_inner .card .system_name {
        padding-bottom: 40px;
    }

    .system_inner .card .system_name img {
        width: 30%;
        margin-right: 40px;
    }

    .system_inner .card .system_name p {
        font-size: 24px;
    }

    .card .gray {
        width: 90%;
        margin: 20px auto 20px;
        padding: 30px 0;
    }

    .system_inner .card .gray ul li {
        margin-right: 20px;
    }

    .system_inner .card .card_body {
        padding: 50px;
    }

    .system_inner .card .card_title {
        width: auto;
    }

    .card .gray .gray_title .small_title {
        font-size: 24px;
    }

    .system_inner .card .card_circle {
        font-size: 14px;
        width: 150px;
        height: 150px;
        top: -30%;
        right: -5%;
    }

    .system_inner .card .point .small_title img {
        margin-right: 10px;
    }


    /* ----- 問い合わせ ----- */
    #form {
        width: 80%;
        padding: 140px 0;
    }

    .form_wrap dl:not(:last-child) {
        display: table;
        width: 100%;
        margin-bottom: 30px;
    }

    .form_wrap dl dt {
        display: table-cell;
        width: 40%;
    }


    /* ----- footer ----- */
    .footer_inner {
        padding: 80px;
        display: flex;
        justify-content: space-between;
        line-height: 1.6;
    }

}

@media (min-width:1300px) {

    .main_view_inner .data_wrap {
        width: 95%;
    }

    .main_view_inner .data_wrap img {
        width: 200px;
    }

}



/* ----- よく使う ----- */
.ll { text-align: left; }
.bold{ font-weight: bold; }

.text_small { font-size: 14px; }

.mB_10 { margin-bottom: 10px; }
.mL_10 { margin-left: 10px; }