@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height: 1.7em;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.09em;
    background-color: #f8f8f8;
}

p {
    line-height: 1.7em;
    color: #000;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul li {
    list-style-type: none;
    line-height: 0;
    line-height: 1.3em;
}

img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
}

a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);

}

article {
    background-image: url("../images/common/bg_img.png");
    background-position: center 700px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    article {
        background-image: url("../images/common/bg_img@2x.png");
        background-size: 1920px 890px;
    }
}


/*******************/
.sys_area {
    padding: 40px !important;
}

.sys_area .sb_l {
    width: 440px;
}

.sys_area .sb_r {
    width: 620px;
    margin-left: auto;
}

.sys_area .link_01 a {
    text-decoration: underline;
}


.item_btn_area {
    margin-bottom: 22px;
    border-bottom: 1px dotted #A88A50;
    padding-bottom: 22px;
}

.item_btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_btn>span{
    max-width: 188px;
    width: 100%; 
}
.item_btn::after {
    content: "";
    display: block;
    width: 188px;
    height: 0;
}

.item_btn input {
    display: none;
}

.item_btn label {
    display: block;
    cursor: pointer;
    max-width: 188px;
    width: 100%;
    border-radius: 40px;
    margin: 0 0 17px;
    padding: 10px 5px;
    border: 2px solid #35aa86;
    box-shadow: 0px 3px 0 #cccccc;
    background: #fff;
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    position: relative;
    letter-spacing: -0.05em;
}

.item_btn input[type="radio"]:checked + label {
    background-color: #a1b91d;
    color: #000;
}


.item_btn label:hover {
    background-color: #a1b91d;
    color: #000;
}

.item_btn span.nodata {
    width: 140px;
    height: 1px;
}

label span {
    display: inline-block;
    position: relative;
}
label span.sys_01{
    padding-left: 26px;   
}
label span.sys_02{
    padding-left: 36px;
}
label span.sys_01:before {
    height: 22px;
    width: 22px;
    top: -4px;
    left: 0;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    label span.sys_01:before {
        background-size: 22px 22px;
    }
}

label span.sys_02:before {
    height: 22px;
    width: 32px;
    top: -4px;
    left: 0;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    label span.sys_02:before {
        background-size: 32px 22px;
    }
}


.item01 span:before {
    background-image: url("../images/common/sys_icon_16.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item01 span:before {
        background-image: url("../images/common/sys_icon_16@2x.png");
    }
}

.item02 span:before {
    background-image: url("../images/common/sys_icon_17.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item02 span:before {
        background-image: url("../images/common/sys_icon_17@2x.png");
    }
}

.item03 span:before {
    background-image: url("../images/common/sys_icon_01.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item03 span:before {
        background-image: url("../images/common/sys_icon_01@2x.png");
    }
}

.item04 span:before {
    background-image: url("../images/common/sys_icon_02.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item04 span:before {
        background-image: url("../images/common/sys_icon_02@2x.png");
    }
}

.item05 span:before {
    background-image: url("../images/common/sys_icon_03.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item05 span:before {
        background-image: url("../images/common/sys_icon_03@2x.png");
    }
}

.item06 span:before {
    background-image: url("../images/common/sys_icon_04.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item06 span:before {
        background-image: url("../images/common/sys_icon_04@2x.png");
    }
}

.item07 span:before {
    background-image: url("../images/common/sys_icon_18.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item07 span:before {
        background-image: url("../images/common/sys_icon_18@2x.png");
    }
}

.item08 span:before {
    background-image: url("../images/common/sys_icon_05.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item08 span:before {
        background-image: url("../images/common/sys_icon_05@2x.png");
    }
}

.item09 span:before {
    background-image: url("../images/common/sys_icon_06.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item09 span:before {
        background-image: url("../images/common/sys_icon_06@2x.png");
    }
}

.item10 span:before {
    background-image: url("../images/common/sys_icon_07.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item10 span:before {
        background-image: url("../images/common/sys_icon_07@2x.png");
    }
}

.item11 span:before {
    background-image: url("../images/common/sys_icon_08.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item11 span:before {
        background-image: url("../images/common/sys_icon_08@2x.png");
    }
}

.item12 span:before {
    background-image: url("../images/common/sys_icon_09.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item12 span:before {
        background-image: url("../images/common/sys_icon_09@2x.png");
    }
}

.item13 span:before {
    background-image: url("../images/common/sys_icon_19.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item13 span:before {
        background-image: url("../images/common/sys_icon_19@2x.png");
    }
}

.item14 span:before {
    background-image: url("../images/common/sys_icon_20.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item14 span:before {
        background-image: url("../images/common/sys_icon_20@2x.png");
    }
}

.item15 span:before {
    background-image: url("../images/common/sys_icon_10.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item15 span:before {
        background-image: url("../images/common/sys_icon_10@2x.png");
    }
}

.item16 span:before {
    background-image: url("../images/common/sys_icon_11.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item16 span:before {
        background-image: url("../images/common/sys_icon_11@2x.png");
    }
}

.item17 span:before {
    background-image: url("../images/common/sys_icon_12.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item17 span:before {
        background-image: url("../images/common/sys_icon_12@2x.png");
    }
}

.item18 span:before {
    background-image: url("../images/common/sys_icon_21.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item18 span:before {
        background-image: url("../images/common/sys_icon_21@2x.png");
    }
}

.item19 span:before {
    background-image: url("../images/common/sys_icon_22.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item19 span:before {
        background-image: url("../images/common/sys_icon_22@2x.png");
    }
}

.item20 span:before {
    background-image: url("../images/common/sys_icon_23.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item20 span:before {
        background-image: url("../images/common/sys_icon_23@2x.png");
    }
}

.item21 span:before {
    background-image: url("../images/common/sys_icon_24.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item21 span:before {
        background-image: url("../images/common/sys_icon_24@2x.png");
    }
}

.item22 span:before {
    background-image: url("../images/common/sys_icon_25.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item22 span:before {
        background-image: url("../images/common/sys_icon_25@2x.png");
    }
}

.item23 span:before {
    background-image: url("../images/common/sys_icon_26.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item23 span:before {
        background-image: url("../images/common/sys_icon_26@2x.png");
    }
}

.item24 span:before {
    background-image: url("../images/common/sys_icon_27.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item24 span:before {
        background-image: url("../images/common/sys_icon_27@2x.png");
    }
}
.item25 span:before {
    background-image: url("../images/common/sys_icon_13.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item25 span:before {
        background-image: url("../images/common/sys_icon_13@2x.png");
    }
}

.item26 span:before {
    background-image: url("../images/common/sys_icon_14.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item26 span:before {
        background-image: url("../images/common/sys_icon_14@2x.png");
    }
}

.item27 span:before {
    background-image: url("../images/common/sys_icon_15.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .item27 span:before {
        background-image: url("../images/common/sys_icon_15@2x.png");
    }
}


#drawing {
    margin-bottom: 15px;
}

.naiyou_area {
    border: 1px solid #a88a50;
    margin-top: 15px;
    background: #fff;
}

.naiyou_ttl {
    background-color: #a88a50;
    color: #fff;
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
}

.naiyou_inner {
    padding: 18px 25px;
}

.naiyou_inner ul li {
    margin-bottom: 8px;
    letter-spacing: 0;
    display: flex;
    align-items: flex-start;
}

.naiyou_inner ul .total {
    padding: 15px 0 8px;
    margin-top: 8px;
    border-top: 1px solid #a88a50;
    margin-bottom: 0;
}

.naiyou_inner ul li small {
    background-color: #a88a50;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    min-width: 70px;
    display: inline-block;
    margin-right: 10px;
}

.naiyou_inner ul li span {
    letter-spacing: 0;
    font-weight: bold;
}



.sys_btn {
    display: flex;
    justify-content: space-around;
    /*justify-content: space-between;*/
    margin-top: 25px;
}

.sys_area .btn_04 {
    text-align: center;
}

.sys_area .btn_04 {
    /*min-width: 115px;*/
    min-width: 150px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #b50f0f;
    text-align: center;
    position: relative;
    border-radius: 50px;
    border: 2px solid #b50f0f;
    display: inline-block;
    padding: 2px 19px 0px 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    box-shadow: 0 4px 0px #c2c9c1;
}

.sys_area .btn_04 span {
    position: relative;
}

.sys_area .btn_04 span:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    right: -10px;
    bottom: -5px;

}

.sys_area .btn_04:hover {
    opacity: 1;
    border: 2px solid #b50f0f;
    transform: translateY(0.1875em);
    box-shadow: none;
    color: #b50f0f;
    background-color: #dda2a2;
}


.sys_area .btn_05 {
    text-align: center;
}

.sys_area .btn_05 {
    /*min-width: 115px;*/
    min-width: 150px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #35AA86;
    text-align: center;
    position: relative;
    border-radius: 50px;
    border: 2px solid #35AA86;
    display: inline-block;
    padding: 2px 19px 0px 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    box-shadow: 0 4px 0px #c2c9c1;
}

.sys_area .btn_05 span {
    position: relative;
}

.sys_area .btn_05 span:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    right: -10px;
    bottom: -5px;

}

.sys_area .btn_05:hover {
    opacity: 1;
    border: 2px solid #35AA86;
    transform: translateY(0.1875em);
    box-shadow: none;
    color: #35AA86;
    background-color: #DCFFF3;
}

/*******************/
.sys_area h2 {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
}

.sys_error {
    position: relative;
    background-color: #FF0000;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    border-radius: 3px;
    line-height: 1em;
    padding: 4px 9px 4px 22px;
    display: inline-block;
    margin-top: 5px;
}

.sys_error:before {
    content: "\f071";
    position: absolute;
    left: 6px;
    top: 4px;
    font-family: "Font Awesome 5 Free";
}

/*******************/


.size_box {
    display: flex;
    justify-content: space-between;
    ;
    align-items: center;
    border-bottom: 1px dotted #A88A50;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.size_box_a {
    border-bottom: 1px dotted #A88A50;
    margin-bottom: 22px;
}

.size_box_a .size_box {
    border-bottom: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.size_box_b {
    margin-bottom: 22px;
}

.size_box .radio_btn{
    width: 100%;
    text-align: left;
}
/*******************/

.size_etc h2 {
    font-size: 20px;
    min-width: 280px;
}

/*******************/
.sys_area .sb_r .link_01 {
    display: block;
}

.sys_area .sb_r .link_01 span {
    display: block;
}

.sys_area .sb_r .link_01 a {
    color: #35AA86;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    border-bottom: 1px solid #35AA86;
    margin-bottom: 5px;
}



/*******************/
.ipselect_01 {
    /*overflow: hidden;*/
    width: 90%;
    text-align: center;
}

.ipselect_01 select {
    padding: 3px 10px;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.ipselect_01 select::-ms-expand {
    display: none;
}

.ipselect_01.inp01 {
    position: relative;
    border: 2px solid #000;
    border-radius: 5px;
    background: #ffffff;
    width: 100%;
}

.ipselect_01.inp01::before {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 15px;
    width: 0;
    height: 0;
    padding: 0;
    color: #000;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    pointer-events: none;
    font-weight: bold;
}

.ipselect_01.inp01 select {
    padding: 5px 38px 5px 8px;
    color: #000;
    font-weight: bold;
}


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




/*******************/
.pieces_select {
    width: 100%;
}

[type="number"] {
    padding: 5px 8px 5px 8px;
    color: #000;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 3px 0 0 3px / 3px 0 0 3px;
    width: 85%;

}


[type="number"]:focus {
    outline: none;
}

.number_input {}

.pieces_select span {
    width: 15%;
    text-align: center;
    display: inline-block;
    border-radius: 0 3px 3px 0 / 0 3px 3px 0;
    border: 2px solid #000;
    padding: 5px 0;
    background-color: #000;
    color: #fff;
    letter-spacing: 0;
}

/*******************/
.radio_input {
    display: none;
}

.radio_input + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    font-weight: bold;
}

.radio_input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #d7403b;
    border-radius: 50%;
}

.radio_input:checked + label {
    color: #222;
}

.radio_input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #d7403b;
    border-radius: 50%;
}


/*******************/
.deadline_select {}

.deadline_select ul {
    display: flex;
    justify-content: space-between;
}

.deadline_select ul > li {
    border: 2px solid #000;
    width: 47%;
    text-align: center;
}

.deadline_select ul > li h3 {
    padding: 10px;
    font-size: 16px;
    color: #35aa86;
    border-bottom: 2px solid #000;
}

.deadline_select ul > li p {
    color: #d7403b;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: bold;
    padding: 10px;
}

.deadline_select ul > li p span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.3em;
}

/***********************/
.float_sb {
    display: flex;
    justify-content: space-between;
}

.float_sa {
    display: flex;
    justify-content: space-around;
}

.float_ce {
    display: flex;
    justify-content: center;
}

.float_ft {
    display: flex;
    justify-content: flex-start;
}

.float_en {
    display: flex;
    justify-content: flex-end;
}

/**************/
.mv_box {
    position: relative;
    min-width: 1230px;
}

.mv_img {
    text-align: center;
    background-color: #fff;
}

.mv_box img {}

.main_cont {
    padding: 0 15px;
    width: 1230px;
    margin: auto;
}


/**** パンくず 
*******************************************/

.pan_list {
    width: 100%;
    margin-bottom: 50px;
}

.pan_list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding: 11px 15px 0;
    max-width: 1230px;
    margin: auto;
}


.pan_list ul li {
    margin-right: 15px;
    font-size: 12px;
    font-weight: 700;
    word-break: break-all;
}

.pan_list ul li a {
    position: relative;
    display: block;
    color: #008b45;
    font-size: 12px;
    font-weight: 700;
}

.pan_list ul li a:after {
    content: "\f105";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #008b45;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -12px;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px
}

.pan_list .pan_home {
    font-size: 12px;
    font-weight: 500;
}



/*******************/


header h1 {
    margin-right: auto;
}

header h1 img {
    max-width: 410px;
}

.head_cont {
    width: 1230px;
    margin: 0 auto;
    padding: 11px 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.head_cont .h_tel,
.head_cont .h_fax {
    font-weight: 800;
    font-size: 30px;
    background-repeat: no-repeat;
    padding: 6px 0 6px 42px;
    color: #000;
    margin-top: 10px;
}

.head_cont .h_tel {
    background-image: url("../images/common/icon_tel01.png");
    background-position: left 3px;

}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .head_cont .h_tel {
        background-image: url("../images/common/icon_tel01@2x.png");
        background-size: 35px 35px;
    }
}

.head_cont .h_fax {
    background-image: url("../images/common/icon_fax01.png");
    background-position: left 3px;
    margin-left: 15px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .head_cont .h_fax {
        background-image: url("../images/common/icon_fax01@2x.png");
        background-size: 35px 35px;
    }
}

.head_cont .h_tel span {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1em;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.h_mail {
    margin-top: 10px;
    padding: 3px 0;
    margin-left: 15px;
}



/**** top_scroll
*******************************************/
.is-show h1 img {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
}

.is-show .logo_scroll {
    display: block;
    padding: 20px 20px 20px 0;
}

.top_scroll_inner {
    margin: 0 auto;
    position: relative;
}

.is-show .head_cont {
    padding: 0 15px;
}

.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    transform: translateY(-200%);
    background-color: #fff;
    z-index: 10000;
    transition: transform 0.3s;
    border-bottom: 2px solid #35aa86;
    min-width: 1230px;
}


.pc_scroll_btn {
    display: none;
}

.is-show .pc_scroll_btn {
    display: block;
    z-index: 10000;
    margin-top: 8px;
}

.is-show {
    transform: translateY(0);
}

.is-show .top_scroll_inner {}

.is-show .pc_nav > ul {
    padding-right: 5px;
}

.close_btn {
    position: relative;
}

.close_btn:after {
    content: "";
    position: absolute;
    background-image: url("../images/common/close_btn.png");
    width: 54px;
    height: 55px;
    right: 0;
    top: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .close_btn:after {
        background-image: url("../images/common/close_btn@2x.png");
        background-size: 54px 55px;
    }
}

.is-show .open_area {
    display: none;
    position: absolute;
    top: 71px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
}






/**** pcnav
*******************************************/
.pc_nav_area {
    background-color: #35aa86;
    min-width: 1230px;
}


.pc_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.pc_nav > li {
    background-repeat: no-repeat;
    line-height: 1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url("../images/common/icon_nav.png");
    background-size: 6px 30px;
    background-position: right center;
    padding: 0 32px 0 10px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .pc_nav > li {
        background-image: url("../images/common/icon_nav@2x.png");
        background-size: 6px 30px;
    }
}

.pc_nav > li:first-child {
    text-align: left;
    padding-left: 0;
}

.pc_nav > li > a {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    padding: 8px 0;
}



.pc_nav > li > a:hover {
    opacity: 1;
    color: #41210a;
}


/*******************/



.sp_head {
    width: 100%;
    height: 58px;
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 0;
    display: none;
    border-bottom: 3px solid #35aa86;
}

.sp_box {
    position: fixed;
    height: 100%;
    z-index: 20000;
    background-color: rgba(0, 0, 0, 0.55);
    top: 60px;
    width: 100%;
    display: none;
}

.sp_nav.on {
    height: calc(100% - 50px) !important;
    background-color: #35aa86;

}

.sp_nav {
    margin-top: 60px;
    height: auto;
}

.sp_nav {
    overflow-y: scroll;
    position: fixed;
    height: auto;
    left: 0;
    z-index: 2000;
    background-color: #fff;
    top: -5px;
    width: 100%;
}

.sp_area {
    padding: 20px 0 10px;
    height: 90px;
    background-color: #cdecfb;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
}

.sp_nav > ul {
    display: none;
    padding-bottom: 200px;
    background-color: #35aa86;
}

.sp_nav > ul > li {
    border-bottom: 2px solid #fff;
    position: relative;
}

.sp_nav > ul > li > a {
    color: #fff;
    padding: 18px 20px 15px 31px;
    display: block;
    text-decoration: none;
    text-align: left;
    font-size: 17px;
    font-weight: 900;
}

.sp_nav > ul > li > a:hover {
    background-color: #fff;
    color: #35aa86;
    opacity: 1;
}

.sp_nav > ul > li:nth-child(2) {
    text-align: center;
}

.sp_nav > ul > li:nth-child(2) > a:after {
    content: "";
}

.sp_nav > ul > li:nth-child(2) a {
    text-align: center;
    display: inline-block;
    padding: 20px;
}

.sp_nav > ul > li:nth-child(2) a:hover {
    background-color: transparent;

}

.sp_nav > ul > li:nth-child(2) a img:hover {
    opacity: 0.6;
}

.sp_nav > ul > li > a:after {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 10px;
    top: 19px;
}

.sp_nav > ul > li:first-child {
    text-align: center;
}

.sp_nav > ul > li:first-child > span {
    background-color: #2b9c75;
    display: block;
    padding: 23px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn_03 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.btn_03 a {
    min-width: 270px;
    font-size: 15px;
    font-weight: bold;
    color: #35aa86;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #35aa86;
    display: inline-block;
    padding: 13px 25px 11px;
    box-shadow: 0 5px 0 #064422;
}


.btn_03 a span {
    position: relative;
}

.btn_03 a span:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    right: -16px;
    bottom: 0;

}

.btn_03 a:hover {
    opacity: 1;
    border: 2px solid #fff;
    color: #fff;
    background-color: #35aa86;


}

/*******************/

#navToggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    padding: 10px;
    height: 55px;
    cursor: pointer;
    z-index: 1000000;
    background-color: #35aa86;
}


#navToggle div {
    position: relative;
}

#navToggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    border-bottom: solid 4px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

#navToggle span:nth-child(1) {
    top: 8px;
    width: 100%;
}

#navToggle span:nth-child(2) {
    top: 17px;
    width: 100%;
}

#navToggle span:nth-child(3) {
    top: 26px;
    width: 100%;
}

.openNav #navToggle span:nth-child(1) {
    top: 16px;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0px;
}


/*2番目と3番目のspanを45度に*/

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    right: 0px;
    top: 16px;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.openNav #navToggle:after {
    content: "";
    text-align: center;
    margin: 0 auto;
    width: 40px;
    left: 0;
    right: 0;
}

.s_logo {
    position: absolute;
    left: 10px;
    top: 12px;
    bottom: 0;
    margin: auto;
    max-height: 46px;
}

.s_logo img {
    max-width: 250px;
    min-width: 210px;
    width: 60%;
}


/*******************/


.flow_box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

.flow_box > li {
    background-color: #fff;
    border: 1px solid #6dbe9b;
    width: 220px;
    position: relative;
}

.flow_box > li:before {
    content: "";
    position: absolute;
    background-image: url("../images/common/icon_04.png");
    width: 10px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -18px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .flow_box > li:before {
        background-image: url("../images/common/icon_04@2x.png");
        background-size: 10px 20px;
    }
}

.flow_box > li:first-child:before {
    background-image: none;
}

.flow_box > li h3 {
    color: #35aa86;
    background-color: #f3f9f3;
    display: flex;
    align-items: center;
    height: 72px;
    font-size: 20px;
    line-height: 1.4em;
    padding-right: 5px;
    border-bottom: 1px solid #6dbe9b;
}

.flow_box > li h3 span {
    background-image: url("../images/common/bg_img02.png");
    background-size: 40px 72px;
    color: #fff;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    margin-right: 10px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .flow_box > li h3 span {
        background-image: url("../images/common/bg_img02@2x.png");
        background-size: 40px 72px;
    }
}

.flow_box > li p {
    padding: 10px 15px;
    letter-spacing: 0;
}











/*******************/
footer {
    background-color: #35aa86;
    margin-top: 100px;
    min-width: 1230px;
}

.foot_inner {
    width: 1230px;
    padding: 32px 15px;
    margin: auto;
}

.foot_inner p,
.foot_inner h3 {
    color: #fff;
}

.foot_inner h2 {
    margin-bottom: 20px;

}

.foot_inner h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.foot_inner p {
    font-size: 14px;
}


.foot_inner p a {
    color: #fff;
}


.foot_nav {
    margin-top: 30px;
}

.foot_nav ul {
    display: flex;
    justify-content: space-between;
}

.foot_nav ul li {
    border-left: 1px solid #fff;
    line-height: 1em;
}

.foot_nav ul li:last-child {
    border-right: 1px solid #fff;
}

.foot_nav ul li a {
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    padding: 0 10px;
}

.foot_nav ul li a:hover {
    color: #000;
}





#page_top {
    position: fixed;
    bottom: 36px;
    right: 40px;
}

.copy {
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #2e8c70;
    padding: 10px 5px;
    line-height: 1.4em;
    min-width: 1230px;
}

/**** pagenavi ************/


.wp-pagenavi {
    margin-top: 35px;
    font-size: 14px;
    text-align: center;
}



.wp-pagenavi a {
    background-color: #fff;
    border: 2px solid #35aa86;
    color: #35aa86;
    padding: 4px 12px;
    margin: 5px 8px;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 18px;
    border-radius: 3px;
    font-weight: bold;
}

.wp-pagenavi span {
    padding: 9px 0px;
    margin: 5px;
    margin-bottom: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
    padding: 4px 12px;
    border: 2px solid #35aa86;
    background-color: #35aa86;
    color: #fff;
    opacity: 1;
    font-size: 18px;
    border-radius: 3px;
    font-weight: bold;
}


/*-------------------------------
media
--------------------------------*/
.sp_on {
    display: none;
}


@media (min-width: 768px) {
    .sp_nav {
        display: none !important;
    }
}



@media (max-width: 767px) {
    body {
        min-width: 100%;
    }

    img {
        max-width: 100%;
    }

    .sp_head,
    .sp_nav {
        display: block;
    }

    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .sp_on {
        display: block;
    }

    .pc_on {
        display: none;
    }

    .float_sb,
    .float_sa,
    .float_ce,
    .float_en,
    .float_ft {
        display: block;
    }

    .main_cont {
        width: 100%;
        padding: 0 10px;
    }
    .mv_img{
        margin-top: 58px;
    }
    .mv_img img {
        width: 100%;
    }

    /**************/
    .head_inner,
    .top_scroll {
        display: none;
    }

    /*******************/
    .flow_box > li {
        width: 100%;
        margin-bottom: 30px;
    }

    .flow_box > li:before {
        content: "";
        position: absolute;
        background-image: url("../images/common/icon_03.png");
        width: 20px;
        height: 10px;
        left: 0;
        right: 0;
        top: -21px;
        margin: auto;
        bottom: auto;
    }

    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .flow_box > li:before {
            background-image: url("../images/common/icon_03@2x.png");
            background-size: 20px 10px;
        }
    }

    /*******************/
    .foot_inner {
        width: 100%;
    }

    .foot_nav {
        display: none;
    }

    .foot_inner .sb_l {
        margin-bottom: 30px;
    }

    .foot_inner h3 {
        font-size: 15px;
    }

    .foot_inner p {
        font-size: 13px;
    }

    #page_top {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }



    /*******************/
    .item_btn>span{
        max-width: 49%;
        display: block;
    }
    .item_btn label{
        font-size: 13px;
        max-width: 100%;
        margin: 0 1% 17px;
    }
    .sys_area {
        padding: 40px 10px !important;
    }

    .sys_area .float_sb {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .sys_area .sb_r {
        margin-bottom: 50px;
        width: 100%;
    }

    .sys_area .sb_l {
        width: 100%;
    }

    #drawing {
        text-align: center;
        margin-bottom: 30px;
    }

    .size_box {
        display: block;
    }

    .size_etc h2 {
        margin-bottom: 10px;
    }
    .copy,
    footer,
    .mv_box{
        min-width: 100%;
    }

}


@media (max-width: 398px) {
    .item_btn label{
        font-size: 12px;
    }

}

@media (max-width: 374px) {
    .item_btn{
        justify-content: center;
    }
    .item_btn>span{
        max-width: 100%;
    }
    .item_btn label{
        max-width: 75%;
        margin: 0 auto 17px;
    }  
}

@media (max-width: 350px) {

    .sys_area {
        padding: 40px 10px !important;
    }

}
