@charset "utf-8";
/*---------------------- 共通CSS　*/

@font-face {
    font-family: 'NotoSansCJKjp';
    src: url(../font/NotoSansJP-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;

}


@font-face {
    font-family: 'NotoSansCJKjp';
    src: url(../font/NotoSansJP-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;

}

html, body {
    font-weight: 400;
}

html {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, monospace;
    font-size: 14px;
    color: #333;

}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*
@media screen and (min-width: 768px){
	.container {
	    width: 668px;
	}
}

@media screen and (min-width: 992px) {
	.container {
	    width: 970px;
	}
}

@media screen and (min-width: 1200px){
	.container {
	    width: 1170px;
	}
}
*/

.pc, .pc02 {
    display: block !important;
}

.pc03 {
    display: inline !important;
}

.sp, .sp02 {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

@media screen and (max-width: 786px) {
    .pc02, .pc03 {
        display: none !important;
    }

    .sp02 {
        display: block !important;
    }

    #option_box, #price_box {
        font-size: 12px !important;
    }
}

/*---------------------- ログイン画面　*/

#login_ttl {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

#login_box {
    box-sizing: border-box;
    padding: 0rem 4.5rem 30px 4.5rem;
    letter-spacing: 1px;
    border: 1px solid #9e9e9f;
    border-radius: 7px;
    -webkit-box-shadow: -2px 2px 13px -44px #333333 inset, -4px 10px 8px -4px #DEDEDE;
    margin-bottom: 25px;
    /* text-align: center; */
    background: #fff;
}

.login_box {
    margin: 5vw 0;
}

.login_box img {
    margin-bottom: 56px;
}

.login_form_input {
    position: relative;
}

.login_form_input input {
    box-sizing: border-box;
    width: 100%;
    padding: 1.6rem;
    letter-spacing: 1px;
    border: 1px solid #9e9e9f;
    -webkit-border-radius: 7px;
    /* for Safari and Chrome */
    -moz-border-radius: 7px;
    /* for Firefox */
    -o-border-radius: 7px;
    /* for opera */
    border-radius: 7px;
    margin-bottom: 23px;
    font-size: 1.2rem;
    font-weight: bold;
}

.login_form_input input::placeholder {
    color: #989898;
}

.login_form_input input:focus {
    outline: none;
}

.login_form_input input:focus::after {
    outline: none;
}

.login_form_input i {
    position: absolute;
    top: 4px;
    left: 30px;
    padding: 9px 5px;
    transition: 0.3s;
    color: #aaaaaa;
}

.login_form_btn {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    -webkit-border-radius: 6px;
    /* for Safari and Chrome */
    -moz-border-radius: 6px;
    /* for Firefox */
    -o-border-radius: 6px;
    /* for opera */
    border-radius: 6px;
    background-image: -moz-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    box-shadow: 0px 1px 5px 0px rgba(176, 176, 176, 0.55);
    color: #fff;
    padding: 1.2rem;
    font-size: 2.0rem;
    font-weight: bold;
    display: block;
    text-align: center;
    /*-webkit-border-radius: 7px;/* for Safari and Chrome */
    -moz-border-radius: 7px;
    /* for Firefox */
    -o-border-radius: 7px;
    /* for opera */
    border-radius: 7px;
    box-shadow: 0px 0px 7px -1px #ccc;
    -webkit-box-shadow: 0px 0px 7px -1px #ccc;
    -moz-box-shadow: 0px 0px 7px -1px #ccc;
    background-color: #2f9ac1;
    color: #fff;
    width: 100%;
    padding: 1.0rem;
    font-size: 1.6rem;
    border: 1px solid #fff;
    margin-top: 12px;
    font-weight: bold;
    letter-spacing: 0.3rem;
    */
}

.login_form_btn:active {
    outline: none;
}

.login_form_btn:focus {
    outline: none;
}

.plan_shiyo_btn {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    -webkit-border-radius: 6px;
    /* for Safari and Chrome */
    -moz-border-radius: 6px;
    /* for Firefox */
    -o-border-radius: 6px;
    /* for opera */
    border-radius: 6px;
    background-image: -moz-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    box-shadow: 0px 1px 5px 0px rgba(176, 176, 176, 0.55);
    color: #fff;
    padding: 1.2rem;
    font-size: 2.0rem;
    font-weight: bold;
    /*display:block;*/
    text-align: center;
    /*-webkit-border-radius: 7px;/* for Safari and Chrome */
    -moz-border-radius: 7px;
    /* for Firefox */
    -o-border-radius: 7px;
    /* for opera */
    border-radius: 7px;
    box-shadow: 0px 0px 7px -1px #ccc;
    -webkit-box-shadow: 0px 0px 7px -1px #ccc;
    -moz-box-shadow: 0px 0px 7px -1px #ccc;
    background-color: #2f9ac1;
    color: #fff;
    width: 100%;
    padding: 1.0rem;
    font-size: 1.6rem;
    border: 1px solid #fff;
    margin-top: 12px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    */
}

.plan_shiyo_btn:active {
    outline: none;
}

.plan_shiyo_btn:focus {
    outline: none;
}

.plan_shiyo_btn {
    background: #009245;
    width: auto;
    font-size: 14px;
    padding: 10px;
}

.plan_tokuchyo_btn {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    margin-top: 0 !important;
    margin-left: 2em !important;
}

@media (max-width: 1024px) {
    .plan_shiyo_btn {
        font-size: 10px;
    }
}

.footer_total_btn {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    -webkit-border-radius: 6px;
    /* for Safari and Chrome */
    -moz-border-radius: 6px;
    /* for Firefox */
    -o-border-radius: 6px;
    /* for opera */
    border-radius: 6px;
    background-image: -moz-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    box-shadow: 0px 1px 5px 0px rgba(176, 176, 176, 0.55);
    color: #fff;
    padding: 1.2rem;
    font-size: 2.0rem;
    font-weight: bold;
    display: block;
    text-align: center;
    /*-webkit-border-radius: 7px;/* for Safari and Chrome */
    -moz-border-radius: 7px;
    /* for Firefox */
    -o-border-radius: 7px;
    /* for opera */
    border-radius: 7px;
    box-shadow: 0px 0px 7px -1px #ccc;
    -webkit-box-shadow: 0px 0px 7px -1px #ccc;
    -moz-box-shadow: 0px 0px 7px -1px #ccc;
    background-color: #2f9ac1;
    color: #fff;
    width: 100%;
    padding: 1.0rem;
    font-size: 1.6rem;
    border: 1px solid #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.footer_total_btn:active {
    outline: none;
}

.footer_total_btn:focus {
    outline: none;
}

.footer_total_btn {
    background: #005ac6;
    width: auto;
    font-size: 14px;
    padding: 10px 5px;
    margin-top: 15px;
}

.footer_trash_btn {
    background: #bf272d;
    width: auto;
    font-size: 14px;
    padding: 10px;
    margin-top: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    display: block;
    text-align: center;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 7px -1px #ccc;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

@media (max-width: 1024px) {
    .footer_total_btn {
        font-size: 10px;
    }
}

.footer_option_btn {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    -webkit-border-radius: 6px;
    /* for Safari and Chrome */
    -moz-border-radius: 6px;
    /* for Firefox */
    -o-border-radius: 6px;
    /* for opera */
    border-radius: 6px;
    background-image: -moz-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    box-shadow: 0px 1px 5px 0px rgba(176, 176, 176, 0.55);
    color: #fff;
    padding: 1.2rem;
    font-size: 2.0rem;
    font-weight: bold;
    display: block;
    text-align: center;
    /*-webkit-border-radius: 7px;/* for Safari and Chrome */
    -moz-border-radius: 7px;
    /* for Firefox */
    -o-border-radius: 7px;
    /* for opera */
    border-radius: 7px;
    box-shadow: 0px 0px 7px -1px #ccc;
    -webkit-box-shadow: 0px 0px 7px -1px #ccc;
    -moz-box-shadow: 0px 0px 7px -1px #ccc;
    background-color: #2f9ac1;
    color: #fff;
    width: 100%;
    padding: 1.0rem;
    font-size: 1.6rem;
    border: 1px solid #fff;
    font-weight: bold;
    letter-spacing: 0.3rem;
    */
}

.footer_option_btn:active {
    outline: none;
}

.footer_option_btn:focus {
    outline: none;
}

.footer_option_btn {
    background: #009245;
    width: auto;
    font-size: 14px;
    padding: 10px;
    margin-top: 8px;
}

@media (max-width: 1024px) {
    .footer_option_btn {
        font-size: 10px;
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .footer_option_btn {
        margin-top: 0px;
    }
}

.fa-org-user:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/icons/login_user.png) no-repeat;
    background-size: 20px 20px;
}

.fa-org-lock:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/icons/login_pass.png) no-repeat;
    background-size: 20px 20px;
}

/*---------------------- ヘッダー　*/

.header_container {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #434343;
}

.header_container .container {
    position: relative;
}

/*---------------------- コンテンツ　*/

.basic_box {
    -webkit-border-radius: 10px;
    /* for Safari and Chrome */
    -moz-border-radius: 10px;
    /* for Firefox */
    -o-border-radius: 10px;
    /* for opera */
    border-radius: 10px;
    border: 2px solid #e1e1e1;
}

.basic_box .panel-heading {
    background-color: #fff;
    -webkit-border-radius: 10px 10px 0 0;
    /* for Safari and Chrome */
    -moz-border-radius: 10px 10px 0 0;
    /* for Firefox */
    -o-border-radius: 10px 10px 0 0;
    /* for opera */
    border-radius: 10px 10px 0 0;
    border-bottom: 3px solid #c1c1c1;
    font-size: 2.2rem;
    font-weight: bold;
    /*padding-left:55px;*/
}

.basic_box .panel-heading .panel-title a {
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
    ;
    text-decoration: none;
    position: relative;
    line-height: 3.0rem;
    letter-spacing: 4px;
}

.basic_box .panel-heading .panel-title a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 40px;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    background: url(../images/icons/arrow_top.png) no-repeat;
    background-size: 27px 27px;
}

.basic_box .panel-heading .panel-title a.collapsed:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 40px;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    background: url(../images/icons/arrow_bottom.png) no-repeat;
    background-size: 27px 27px;
}

.sub_category_box {
    border-radius: 0;
    border: 0;
    margin-top: 30px;
    box-shadow: initial;
}

.sub_category_box .panel-heading {
    font-size: 2.3rem;
    font-weight: normal;
    padding: 0;
    background: #0a5b9e;
    color: #fff;
    /*border-radius:0;*/
    -webkit-border-radius: 5px;
    /* for Safari and Chrome */
    -moz-border-radius: 5px;
    /* for Firefox */
    -o-border-radius: 5px;
    /* for opera */
    border-radius: 5px;
    border: 0;
}

.sub_category_box .panel-heading .panel-title a {
    padding: 10px 15px;
    line-height: inherit;
    font-size: 2.3rem;
    font-weight: normal;
    letter-spacing: initial;
}

.sub_category_box .panel-heading .panel-title a.collapsed:after {
    /*content: '▼';
    font-size:2.3rem;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 40px;
    background: none;*/
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f067";
    font-size: 2.3rem;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
}

.sub_category_box .panel-heading .panel-title a:after {
    /*content: '▲';
    font-size:2.3rem;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 40px;
    background: none;*/
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f068";
    font-size: 2.3rem;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
}

.sub_category_box .panel-body {
    /*padding:0;*/
    border-top-width: 0 !important;
}

.option_box {
    /*-webkit-border-radius: 10px;/* for Safari and Chrome */
    /*-moz-border-radius: 10px; /* for Firefox */
    /*-o-border-radius: 10px; /* for opera */
    /*border-radius: 10px;
	/*border:2px solid #e1e1e1;
	/*margin-top:40px;
	*/
    -webkit-border-radius: 5px;
    /* for Safari and Chrome */
    -moz-border-radius: 5px;
    /* for Firefox */
    -o-border-radius: 5px;
    /* for opera */
    border-radius: 5px;
    border: 2px solid #e1e1e1;
    margin-top: 40px;
}

.option_box .panel-heading {
    /*border-bottom: 3px solid #c1c1c1;
	font-size:2.2rem;
	font-weight:bold;
	background: #e5e5e5;
	border-radius: 0;*/
    font-size: 2.2rem;
    font-weight: bold;
    background: #e5e5e5;
    border-radius: 0;
    border-bottom-width: 0;
}

.option_box .panel-heading .panel-title a {
    font-weight: bold;
    display: block;
    ;
    text-decoration: none;
    position: relative;
    /*line-height:3.0rem;*/
    letter-spacing: 4px;
    font-size: 2.0rem;
    color: #333333;
}

.option_box .panel-heading .panel-title a:after {
    /*content : '';
	display: inline-block;
    position: absolute;
	top: 12px;
	right: 40px;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    background: url(../images/icons/arrow_top.png) no-repeat;
    background-size: 27px 27px;*/
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f068";
    font-size: 2.3rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
    background: none;
}

.option_box_2 .panel-heading .panel-title a:after {
    top: 10px;
}

.option_box .panel-heading .panel-title a.collapsed:after {
    /*content : '';
	display: inline-block;
    position: absolute;
	top: 10px;
	right: 40px;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    background: url(../images/icons/arrow_bottom.png) no-repeat;
    background-size: 27px 27px;
	*/
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f067";
    font-size: 2.3rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
    background: none;
}

.option_box_2 .panel-heading .panel-title a.collapsed:after {
    top: 10px;
}

.option_box .panel-body {
    padding: 15px;
}

.link_btn_01 {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    border-radius: 6px;
    background-image: -moz-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(42, 161, 204) 0%, rgb(46, 156, 195) 43%, rgb(50, 150, 186) 100%);
    box-shadow: 0px 1px 5px 0px rgba(176, 176, 176, 0.55);
    color: #fff;
    padding: 1.2rem;
    font-size: 2.0rem;
    font-weight: bold;
    display: block;
    text-align: center;
}

.link_btn_01:hover {
    color: #fff;
    text-decoration: none;
}

.link_btn_01:focus {
    color: #fff;
    text-decoration: none;
}

.link_btn_01:active {
    color: #fff;
    text-decoration: none;
}

.btn_orange {
    border-color: rgb(230, 162, 66);
    background-image: -moz-linear-gradient(90deg, rgb(240, 158, 70) 0%, rgb(245, 163, 76) 54%, rgb(249, 168, 82) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(240, 158, 70) 0%, rgb(245, 163, 76) 54%, rgb(249, 168, 82) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(240, 158, 70) 0%, rgb(245, 163, 76) 54%, rgb(249, 168, 82) 99%);
    box-shadow: 0px 2px 3px 0px rgba(118, 118, 118, 0.35);
}

/*---------------------- 見積作成画面　*/

body.plan_body {
    background: #fcfcfc;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(#f2f2f2 1px, transparent 0), linear-gradient(90deg, #f2f2f2 1px, transparent 0);
    background: -ms-linear-gradient(#f2f2f2 1px, transparent 0);
    /* IE */
    background-size: 16px 16px;
}

.plan_container {
    padding-top: 40px;
    padding-bottom: 300px;
}

/*カルーセルメニュー*/

.category_manu_area {
    background: #e5e5e5;
    border-bottom: 5px solid #d1d1d1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.category_manu_area_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.slider {
    margin: 0;
}

.slider img {
    width: 35px;
    height: auto;
}

.slider a {
    display: inline-block;
    background: #fff;
    padding: 8px;
    border: 2px solid #dfdfdf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.slider a:focus {
    outline: none;
}

.slick-prev {
    /*left: 0;*/
    left: -20px;
}

.slick-next {
    /*right: 0;*/
    right: -20px;
}

.slick-prev:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url(../images/icons/menu_left.png) no-repeat;
    background-size: 25px 25px;
}

.slick-next:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url(../images/icons/menu_right.png) no-repeat;
    background-size: 25px 25px;
}

/*radio*/

input.org_radio[type=radio] {
    display: none;
}

.org_label {
    border: 2px solid rgb(209, 209, 209);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: block;
    padding: 8px 0;
    color: #414141;
    font-size: 1.6rem;
    text-align: center;
}

.org_label_2line {
    height: 64px;
    line-height: 42px;
}

.org_label small {
    font-size: 1.3rem;
}

input.org_radio[type=radio]+label:hover {
    cursor: pointer;
}

input.org_radio[type=radio]:checked+label {
    border: 2px solid rgb(202, 202, 202);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-color: rgb(42, 161, 204);
    box-shadow: 0px 2px 5px 0px rgba(208, 208, 208, 0.45);
    color: #fff;
}

input.org_radio[type=radio]:disabled+label {
    color: #bcbcbc;
    cursor: not-allowed;
}

.org_label_color {
    padding: 5px;
    margin-top: 10px;
}

.org_label_color img {
    width: 100%;
    vertical-align: bottom;
}

input.org_radio[type=radio]:checked+label.org_label_color {
    background: #fff;
    border: 2px solid rgb(42, 161, 204);
}

.org_menu_label {
    background: #ed5565;
    border: 2px solid #ed5565;
    color: #FFF;
    width: 100%;
    margin: 0 auto 0 auto;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    font-weight: bold;
    margin-top: 10px;
}

.org_menu_label::after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
}

input.org_radio[type=radio]:checked+label.org_menu_label {
    color: #ed5565;
    background: #fafafa;
    border: 2px solid #ed5565;
}

/*checkbox*/

.org_check {
    display: none;
}

.org_check+label {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 8px 0;
    padding: 12px 12px 12px 49px;
    border-radius: 8px;
    background-color: #f6f7f8;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.6rem;
    width: 100%;
}

.org_check+label:hover {
    background-color: #e9f5f9;
}

.org_check+label:hover:after {
    border-color: rgb(42, 161, 204);
}

.org_check+label:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 22px;
    height: 22px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
}

.org_check+label:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 22px;
    display: block;
    margin-top: -7px;
    width: 8px;
    height: 12px;
    border-right: 3px solid rgb(42, 161, 204);
    border-bottom: 3px solid rgb(42, 161, 204);
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.org_check:checked+label:before {
    opacity: 1;
}

/*select*/

.org_select {
    width: 100%;
    padding: 4px;
    border: 2px solid #d1d1d1;
    border-radius: 4px;
    color: #414141;
    font-size: 1.8rem;
    height: 41px;
}

.org_select:hover {
    cursor: pointer;
}

.org_select:focus {
    outline: none;
}

.org_select:active {
    outline: none;
}

.etc_select {
    width: 100%;
    padding: 4px;
    border: 2px solid #9c9c9d;
    border-radius: 4px;
    color: #414141;
    font-size: 1rem;
    height: 35px;
}

.etc_select:hover {
    cursor: pointer;
}

.etc_select:focus {
    outline: none;
}

.etc_select:active {
    outline: none;
}

.etc_text {
    height: 35px;
    padding: 4px;
    border: 2px solid #9c9c9d;
    border-radius: 4px;
    font-size: 1rem;
}

.org_input01 {
    width: 85%;
    margin-right: 10px;
    padding: 6px;
    border: 2px solid #d1d1d1;
    border-radius: 4px;
    color: #414141;
    font-size: 1.8rem;
}

.org_input01:focus {
    outline: none;
}

.org_input01:active {
    outline: none;
}

.option_input {
    margin: 0;
    margin-bottom: 5px;
}

.btnspinner {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.btnspinner:focus {
    outline: none;
}

.spinner_area input {
    padding: 6px;
    border: 2px solid #d1d1d1;
    border-radius: 4px;
    font-size: 1.8rem;
    width: auto;
    vertical-align: middle;
    /* デフォルトのスピナーを消す */
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.spinner_area input[type="number"]::-webkit-outer-spin-button, .spinner_area input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.spinner_area input:focus {
    outline: none;
}

.spinner_area input[type="button"] {
    cursor: pointer;
    background: #ccc;
}

@media screen and (max-width: 992px) {
    .option_input {
        font-size: 1.1rem;
    }
}

.option_add {
    font-size: 1.8em;
    line-height: 1.4;
    color: #333;
    cursor: pointer;
}

.option_remove {
    font-size: 1.8em;
    line-height: 1.4;
    color: #ff0000;
    cursor: pointer;
    margin-left: 5px;
    display: inline-block;
}

.option_table {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

/*---------------------- 見積作成画面 カテゴリーアイコン　*/

.fa-category_01:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_01.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_02:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_02.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_03:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_03.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_04:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_04.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_05:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_05.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_06:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_06.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_07:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_07.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_08:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_08.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_09:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_09.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_10:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_10.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_11:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_11.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_12:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_12.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_13:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_13.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_14:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_14.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_15:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_15.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_16:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_16.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_17:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_17.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_18:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_18.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_19:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_19.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_20:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_20.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_21:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_21.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_22:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_22.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_23:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_23.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_24:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_24.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.fa-category_25:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icons/category_25.png) no-repeat;
    background-size: 30px 30px;
    margin-right: 10px;
}

.panel-group .panel+.panel {
    margin-top: 30px;
}

.sub_category_title {
    font-size: 2.3rem;
    padding: 10px 15px;
    background: #0a5b9e;
    color: #fff;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    /* for Safari and Chrome */
    -moz-border-radius: 5px;
    /* for Firefox */
    -o-border-radius: 5px;
    /* for opera */
    border-radius: 5px;
}

.sub_category_title2 {
    background: #f26522;
}

.item_title {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 12px;
    border-left: 8px solid #a4a4a4;
    margin-top: 20px;
}

.item_title span {
    font-weight: normal;
    font-size: 1.4rem;
}

.item_sub_title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 20px;
}

.item_sub_title span {
    font-weight: normal;
    font-size: 1.4rem;
}

/*
.panel-body{
	padding:15px 55px 60px 55px;
}
*/

/*footer*/

#footer {
    background: #eaeaea;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 25px;
}

#footer h4 {
    font-size: 1.8rem;
    color: #2e2e2e;
    border-left: 6px solid #626262;
    padding-left: 15px;
    margin: 0;
}

.price_box {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    padding: 0 15px;
    margin-top: 15px;
}

.price_box table {
    width: 100%;
}

.price_box table tr td {
    font-size: 1.6rem;
    padding: 7px;
    font-weight: bold;
}

.price_box table tr td span {
    font-size: 2.4rem;
    margin-right: 10px;
}

.price_border_bottom {
    border-bottom: 1px solid #6c6c6c;
}

.price_box table tr td span.total_price {
    color: #cf2f2f;
}

.temp_save_btn {
    border: 1px solid rgb(162, 162, 162);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, rgb(201, 201, 201) 0%, rgb(228, 228, 228) 43%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(201, 201, 201) 0%, rgb(228, 228, 228) 43%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(201, 201, 201) 0%, rgb(228, 228, 228) 43%, rgb(255, 255, 255) 100%);
    box-shadow: 0px 2px 1px 0px rgba(145, 145, 145, 0.35);
    color: #4b4b4b;
    font-size: 1.3rem;
    padding: 8px;
}

.temp_save_btn:focus {
    outline: none;
}

.save_btn {
    border: 1px solid rgb(21, 173, 29);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, rgb(0, 173, 8) 1%, rgb(67, 217, 74) 29%, rgb(67, 217, 74) 35%, rgb(59, 219, 67) 70%, rgb(51, 220, 59) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 173, 8) 1%, rgb(67, 217, 74) 29%, rgb(67, 217, 74) 35%, rgb(59, 219, 67) 70%, rgb(51, 220, 59) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 173, 8) 1%, rgb(67, 217, 74) 29%, rgb(67, 217, 74) 35%, rgb(59, 219, 67) 70%, rgb(51, 220, 59) 100%);
    box-shadow: 0px 2px 3px 0px rgba(118, 118, 118, 0.35);
    margin-top: 15px;
    width: 100%;
    height: 99px;
    color: #fff;
    font-size: 1.8rem;
}

.save_btn:focus {
    outline: none;
}

@media screen and (max-width: 992px) {
    .price_box table tr td {
        font-size: 1.4rem;
    }
}

.option_area div:first-child span {
    display: none;
}

.modal-message {
    color: #534741;
    font-weight: bold;
    font-size: 18px;
}

.modal-message .planing_note {
    color: #534741;
    font-weight: normal;
    text-align: left;
}

.tag_link {
    padding-left: 20px;
    font-size: 12px;
}

.tag_link a:link, .tag_link a:visited, .tag_link a:hover {
    text-decoration: underline;
    color: #009245 !important;
    font-weight: bold;
}

/* ページトップ */

#return-top {
    background-color: rgba(0, 146, 69, 0.72);
    border-radius: 50%;
    bottom: 100px;
    color: #fff !important;
    font-size: 24px;
    height: 50px;
    outline: 0;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 50px;
    line-height: 0.2em;
    padding-top: 4px;
}

#provisional-presheet {
    background-color: rgba(255, 136, 0, 0.72);
    border-radius: 50%;
    bottom: 100px;
    color: #fff !important;
    font-size: 24px;
    height: 50px;
    outline: 0;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 50px;
    line-height: 0.2em;
    padding-top: 4px;
}

#return-top span {
    font-size: 14px;
}

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

    #return-top,
    #provisional-presheet {
        bottom: 70px;
    }
}

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

    #return-top,
    #provisional-presheet {
        bottom: 90px;
    }
}

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

    #return-top,
    #provisional-presheet {
        bottom: 70px;
    }
}

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

    #return-top,
    #provisional-presheet {
        bottom: 80px;
    }
}

@media all and (-ms-high-contrast: none) {
    #logout_lock_modal_open .modal-message {
        font-size: 14px;
    }

    #logout_lock_modal_open .modal-body {
        padding: 1rem 1rem 3rem 1rem;
    }

    #logout_lock_modal_open .modal-footer {
        padding: 1rem 1rem 4rem 1rem;
    }

    #cancel_modal .modal-message {
        font-size: 14px;
    }

    #cancel_modal .modal-body {
        padding: 1rem 1rem 3rem 1rem;
    }

    #cancel_modal .modal-footer {
        padding: 1rem 1rem 4rem 1rem;
    }

    #lock_modal_open .modal-message {
        font-size: 14px;
    }

    #lock_modal_open .modal-body {
        padding: 1rem 1rem 3rem 1rem;
    }

    #lock_modal_open .modal-footer {
        padding: 1rem 1rem 4rem 1rem;
    }
}

/*---------------------- 約款部分*/

#yakkan_modal h1 {
    font-size: 1.0rem;
    font-weight: 600;
    margin-top: 2.5rem;
}

#yakkan_modal h2 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

#yakkan_modal p {
    font-size: 0.8rem;
    margin-top: 0;
}

#yakkan_modal ol, #yakkan_modal ul {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 0.8rem;
}

#yakkan_modal ol.top_li, #yakkan_modal ol.top_li ol {
    padding-left: 1rem;
    margin-top: 1rem;
    font-size: 0.8rem;
}

#yakkan_modal ol.top_li li {
    list-style-type: decimal;
    margin-left: 1rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
}

#yakkan_modal ol.top_li li:before {
    display: inline-block;
    text-align: right;
    width: 1.5rem;
    margin-right: 0.5rem;
    margin-left: -2rem;
}

#yakkan_modal ol.top_li>li>ol>li {
    list-style: none;
    counter-increment: cnt;
    margin-bottom: 1rem;
    font-size: 0.8rem;
}

#yakkan_modal ol.top_li>li>ol>li:before {
    content: "("counter(cnt) ") ";
    font-size: 0.8rem;
}

#copyTarget_url {
    font-size: 1rem !important;
    padding: 2px;
    color: #333;
}

/*---------------------- 処理中のスピナー　*/

#overlay_for_calc {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

/*注意文*/

.notice {
    font-size: 0.9rem;
    padding: 5px;
    font-weight: bold;
}

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

.btn-preview {
    color: #fff;
    background-color: #fd691a;
    border-color: #fd691a
}

.btn-preview:hover {
    color: #fff;
    background-color: #fd691a;
    border-color: #fd691a
}

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

.fa-creative-commons-nd {
    font-weight: bold;
}

.multi_custom_name_input {
    display: none;
}