@charset "utf-8";

/* コンテンツ部分全体(個別設定) 
-------------------------------------------------------------------------------------- */

body {
    /*background-color: #222222;*/
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    color: #333333;
}

.wrapper {
	max-width: 1200px;
}


/* 色替え */

header {
    background-color: #ffffff;
}

#header-box_line {
    box-sizing: border-box;
    width: 98%;
    height: 2px;
    margin: 0 auto;
    background-color: #222222;
}



/* 問い合わせ色替え */

#header-box_inq a {
    color: #222222;
}

.header-txt_main_jpn,.header-txt_sub,.header-txt_main {
    font-weight: 500;
}

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

/* グループ問い合わせ */

.inqfooter-box{
    width: 100%;
    margin: 30px auto 30px auto;
    background-color: #ffffff;
}

/**/

#inq-index_bg {
    text-align: center;
    padding: 40px 0;
    font-size: 3.6rem;
    font-weight: 700;
    background-color: #0e4452;
    color: #ffffff;
}
 

.bold {
    font-weight: 400;
    color: #f87072;
}


/* 共通お問い合わせ
-------------------------------------------------------------------------------------- */

.cmn-box_inq {
    width: 80%;
    margin: 50px auto 0 auto;
    padding: 30px 20px 10px 20px;
    border: 2px dashed #222222;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    color: #453a3a;
}

.cmn-txt_inq {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.cmn-hr_inq {
    width: 10%;
    border: 1px solid #453a3a;
    margin: 30px auto 0 auto;
}

.cmn-box_inqkind {
    width: 90%;
    margin: 10px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.cmn-link_inqkind {
    display: inline-block;
    width: 30%;
    padding: 20px 0;
    color: #453a3a;
    transition: 0.5s;
}

.cmn-link_inqkind:hover {
    opacity: 0.5;
}

/*.cmn-link_inqorder {
    display: inline-block;
    width: 30%;
    padding: 20px 0;
    color: #453a3a;
    transition: 0.5s;
}*/

.cmn-link_inqorder:hover {
    box-shadow: 0px 0px 10px -6px #ffa800;
}

.cmn-inrbox_inqkind {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.cmn-img_inqkind {
    width: 50%;
    margin: 0 auto 20px auto;
}

.cmn-box_inqkind_telno {
    width: 100%;
    text-align: center;
}

.cmn-txt_inqkind {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
}

.cmn-txt_inqkind_s {
    width: 100%;
    margin-top: -10px;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}

.cmn-txt_inqkind_tel {
    margin-top: 5px;
}

.cmn-img_tokutenbnr {
    border: 1px dotted #453a3a;
    width: 100%;
    margin-top: 20px;
}

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

    .cmn-box_inq {
        width: 100%;
        margin: 50px auto 0 auto;
        padding: 20px 20px 10px 20px;
    }

    .cmn-txt_inq {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .cmn-hr_inq {
        width: 20%;
        border: 1px solid #453a3a;
        margin-bottom: 20px;
    }

    .cmn-link_inqkind {
        display: inline-block;
        width: 100%;
        padding: 20px 0;
        color: #453a3a;
        transition: 0.5s;
    }

    .cmn-link_inqorder {
        display: inline-block;
        width: 100%;
        padding: 20px 0;
        color: #453a3a;
        transition: 0.5s;
    }

    .cmn-link_inqorder {
        padding: 10px 0;
    }

    .cmn-inrbox_inqkind {
        width: 100%;
        align-items: center;
    }

    .cmn-img_inqkind {
        width: 20%;
        margin: 0 auto 0px auto;
    }

    .cmn-txt_inqkind {
        width: 78%;
        font-size: 2.4rem;
        font-weight: 600;
        text-align: center;
    }

    .cmn-txt_inqkind_tel {
        width: 100%;
        text-align: center;
    }

    .cmn-box_inqkind_telno {
        width: 78%;
        text-align: center;
    }

    .cmn-img_tokutenbnr {
        margin-top: 25px;
    }

}



/* メインビジュアル
---------------------------------------------------------------------------------------------------- */

#mv-area {
    width: 100%;
    height: 600px;
    background-image: url(../images/mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 50%;
    background-color: #ffffff;
    border-bottom: 1px solid #666666;
}

#mv-box_title {
    position: relative;
    height: 600px;
}

#mv-img_title {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 60%;
    transform: translateY(-70%);
}



@media screen and (min-width: 1201px) {

    #mv-area {
        padding-bottom: 0%;
        height: 600px;
    }

}



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

    #mv-area {
    width: 100%;
    height: 300px;
    background-size: auto 100%;
    background-position: 20% 50%;
    }

    #mv-box_title {
        height: 300px;
    }

    #mv-img_title {
        right: 0px;
        width: 90%;
    }

}



/* 特徴
---------------------------------------------------------------------------------------------------- */

#lead-area {
    position: relative;
    margin-top: 0px;
    padding: 120px 0 120px 0;
    background-image: url(../images/bg-lead.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.lead-txt_midashi {
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
}

.lead-txt {
    width: 90%;
    margin: 30px auto 0px auto;
    font-size: 1.8rem;
    line-height: 2.0;
}

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



/* モデル部分
---------------------------------------------------------------------------------------------------- */

.software-area {
    padding: 0px 0;
    background-image: url(../images/software-bg.png);
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.software-box {
    width: 100%;
    padding: 120px 0;
    border-top: 1px dotted #666666;
    /*border-bottom: 1px dotted #666666;*/
}

.software-box_conts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.software-img_model {
    width: 35%;
    background-color: #eeeeee;
}

.software-inrbox_software {
    width: 63%;
    margin-top: 10px;
}

.software-inrbox_spec {
    width: 35%;
    margin-top: 30px;
}

.software-txt_ttl {
    width: 100%;
    font-size: 2.2rem;
    font-weight: 600;
}

.software-txt_spec {
    width: 100%;
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.75;
}

.software-link_inq {
    display: block;
    width: 80%;
    background-color: #ebc323;
    border: 2px solid #ebc323;
    border-radius: 25px;
    padding: 8px 0 11px 0;
    margin: 20px auto 0 auto;
    font-size: 2.0rem;
    font-weight: 600;
    color: #333333;
    text-align: center;
    transition: 0.3s;
}

.software-link_inq:hover {
    background-color: #ffffff;
}

.software-txt_midashi {
    width: 100%;
    padding: 5px 0 8px 10px;
    border-left: 5px solid #666666;
    font-size: 3.6rem;
    font-weight: 600;
}

.software-txt_detail {
    width: 100%;
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.75;
}

.software-inrbox_point {
    position: relative;
    width: 100%;
    margin-top: 40px;
    border: 1px solid #666666;
    background-color: #ffffff;
    padding: 10px;
}

.software-txt_point {
    position: absolute;
    top: -20px;
    left: 5px;
    background-color: #ffffff;
    padding: 0px 10px;
    white-space: nowrap;
    font-size: 2.2rem;
    font-weight: 600;
}

.software-txt_point_detail {
    width: 100%;
    padding: 10px;
    background-color: #f0f0f0;
    font-size: 1.6rem;
    line-height: 1.75;
}

.software-txt_price {
    width: 100%;
    margin-top: 40px;
    text-align: right;
    font-size: 2.4rem;
    font-weight: 600;
}

.price {
    font-size: 3.0rem;
    color: #ba0000;
}

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

    .software-area {
        padding: 0px 0;
        background-image: url(../images/software-bg.png);
        background-size: auto 100%;
        background-position: 0% 0%;
        background-repeat: no-repeat;
    }

    .software-inrbox_software {
        width: 100%;
        margin-bottom: 20px;
        order: 1;
    }

    .software-img_model {
        width: 80%;
        margin: 0 auto;
        background-color: #eeeeee;
        order: 2;
    }

    .software-inrbox_spec {
        width: 100%;
    }

}



/* 作業プライスリスト
---------------------------------------------------------------------------------------------------- */

#pricelist-area {
    padding: 120px 0;
}

#pricelist-txt_midashi {
    width: 100%;
    margin-bottom: 80px;
    font-size: 2.0rem;
    font-weight: 400;
    text-align: center;
}

#pricelist-table {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
}

#pricelist-table td {
    padding: 8px 5px;
    vertical-align: middle;
    border: 1px solid #cccccc;
}

.pricelist-table_midashi {
    width: 23.5%;
    text-align: left;
    font-size: 1.3rem;
}

.pricelist-table_menu {
    width: 9.5%;/*70 7*/
    text-align: center;
}

.pricelist-table_price {
    width: 10%;
    text-align: center;
}

#pricelist-txt_desc {
    margin-top: 20px;
    font-size: 1.2rem;
}

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

    #pricelist-table_all {
        width: 100%;
        overflow-x: scroll;
    }

}



/* お問い合わせ
---------------------------------------------------------------------------------------------------- */

#section-orderhowto {
    padding: 100px 0;
    background-color: #333333;
    color: #ffffff;
}

#section-inquiry {
    padding: 80px 0;
    color: #ffffff;
}

.about-txt_title {
}

#inquiry-txt_title {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
    font-size: 3.2rem;
    padding-bottom: 10px;
}

.inquiry-box_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto 30px auto;
    color: ffffff;
}

#inquiry-box_line_last {
    margin: 0 auto 60px auto;
}

.inquiry-txt_item {
    width: 15%;
    /*text-align: right;*/
}

.inquiry-txt_item_reqbox {
    width: 4%;
}

.inquiry-form {
    width: 78%;
    color: #444444;
}

.inquiry-txt_item_req {
    display: inline;
    padding: 1px 5px;
    background-color: #ac182e;
    color: #ffffff;
    font-size: 1.4rem;
}

.inquiry-box_line input {
    width: 100%;
    height: 36px;
    font-size: 1.6rem;
    /*border: none;*/
    border: 1px dotted #444444;
    border-radius: px;
}

#form_present-count {
    width: 10%;
    height: 36px;
    font-size: 1.6rem;
    /*border: none;*/
    border: 1px dotted #444444;
    border-radius: px;
}

.inquiry-box_line input[type=checkbox] {
    height: 20px;
    font-size: 1.6rem;
    /*border: none;*/
}

.inquiry-box_line select {
    height: 30px;
    font-size: 1.6rem;
    /*border: none;*/
}

.inquiry-box_line textarea {
    width: 100%;
    height: 150px;
    font-size: 1.6rem;
    /*border: none;*/
    border: 1px dotted #444444;
    border-radius: 0px;
}

.inquiry-form_policy_detail {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    padding: 10px;
    text-align: left;
    font-size: 1.6rem;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    line-height: 1.3;
    border: 1px dotted #444444;
}

.inquiry-form_policy_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    font-size: 1.4rem;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
}

.inquiry-form_submit {
    text-align: center;
}

.inquiry-form_submit_out {
    width: 50%;
    margin: 0 auto 0px auto;
    border: 1px solid #222222;
    padding: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.inquiry-form_submit input {
    width: 100%;
    padding: 10px 20px 7px 20px;
    border-radius: 5px;
    font-size: 2.4rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    text-align: center;
    background-color: #ffc000;
    border: 0px solid #fee15b;
    white-space: nowrap;
}

.inquiry-form_submit input:hover {
    color: #453a3a;
    background-color: #fee15b;
    border: 0px dotted #FFFFFF;
}

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

    #inquiry-txt_title {
        width: 100%;
        border-radius: 5px;
        font-size: 2.4rem;
    }

    .inquiry-txt_item {
        width: 50%;
        text-align: left;
        font-size: 1.4rem;
    }

    .inquiry-txt_item_reqbox {
        width: 50%;
        text-align: right;
        font-size: 1.4rem;
    }

    .inquiry-box_line select {
        height: 30px;
        font-size: 1.4rem;
        /*border: none;*/
    }

    .inquiry-form {
        margin-top: 10px;
        width: 100%;
        font-size: 1.6rem;
    }

    .inquiry-form_policy_detail {
        font-size: 1.2rem;
    }

    .inquiry-form_policy_agree {
        display: block;
        align-items: center;
        width: 100%;
        font-size: 1.4rem;
        margin: 0 auto;
        text-align: center;
        white-space: nowrap;
    }

    .inquiry-form_submit_out {
        width: 80%;
        margin: 0 auto 80px auto;
    }

    .inquiry-form_submit input {
        padding: 10px 20px 7px 20px;
        border-radius: 5px;
        font-size: 1.8rem;
    }

}