@charset "UTF-8";

/*-- コンテンツ部分ここから --*/
.title-maku{
    background: linear-gradient(#f85945, #e50514);
    border:solid 2px #e50514;
    border-radius: 3px;
    line-height:1.5em;
    font-size:22px;
    color:#fff;
    font-weight:bold;
    padding: 10px 20px 8px 20px;
    margin: 100px 0 20px 0;
    text-shadow: 1px 1px 0px #000;
    }

.title-maku-fast{
background: linear-gradient(#f85945, #e50514);
border:solid 2px #e50514;
border-radius: 3px;
line-height:1.5em;
font-size:22px;
color:#fff;
font-weight:bold;
padding: 10px 20px 8px 20px;
margin: 60px 0 20px 0;
text-shadow: 1px 1px 0px #000;
}
.title-maku span{
font-size:18px;
}
.title-maku.title-maku-point{
border:solid 3px #fb8306;
background: linear-gradient(#fdc601, #fb8306);
}

.margin_top120{
	margin-top:120px;
}


/*-- ビニプロの強みここから --*/
.gom_reasonBox{
margin:0;
}
.gom_reasonBox ul{
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
    justify-content: space-between;
}
.gom_reasonBox ul li{
border:solid 1px #ccc;
width: 33.33%;
width: calc( (100% - 24px) / 3);
box-sizing: border-box;
}
.gom_reasonBox ul li h4 img{
display: block;
text-align: inherit;
width: 100%;
}
.gom_reasonBox p{
font-size:14px;
line-height:1.5em;
padding:15px;
text-align: justify;
}

.gom_reasonBox_title {
	text-align: center;
    font-size: 19px;
    font-weight: bold;
    /* margin-top: 5px; */
    margin-bottom: 1px;
    background-color: #30353b;
    color: #ffffff;
    line-height: 40px;
}

.gom_reasonBoxImg {
	width: 100%;
}

.gom_point {
    margin-top: 40px;
    margin-bottom: 70px;
    border: solid 3px #39b54a;
    border-radius: 10px;
}

.gom_point p{
    font-size: 20px;
    color: #39b54a;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}

.point-image {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 45px;
    justify-content: space-between;
}


/*-- ビニプロの強みここまで --*/


/*-- シートの種類についてここから  --*/

.text_center{
    text-align: center;
}

.gom_selectBox {
    margin: 60px 0 0 0;
    width: 900px;
}

.gom_selectBox table {
    width: 900px;
    font-size: 14px;
    line-height: 1.6em;
    border-collapse: collapse;
    margin: 30px 0;
}

.gom_selectBox table {
    width: 900px;
    font-size: 14px;
    line-height: 1.6em;
    border-collapse: collapse;
    margin: 30px 0;
}

.gom_selectBox tr:first-child th:first-child {
    background: transparent;
    border-top: transparent;
    border-left: transparent;
}

.gom_selectBox th:first-child {
    width: 80px;
    padding: 0;
    font-size: 13px;
    background: #efefef;
    color: #333;
}

.gom_selectBox th {
    font-size: 14px;
    line-height: 1.4em;
    width: 205px;
    vertical-align: middle;
    padding: 15px 0;
    font-weight: normal;
    text-align: center;
    border: solid 1px #ccc;
    background: #30353b;
    box-sizing: border-box;
    color: #fff;
}

.gom_selectBox-balloon {
    position: relative;
    margin: 0 auto;
}

.gom_selectBox-balloon span {
    display: block;
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 8px;
    width: 150px;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    border: 1px solid #fb8306;
    border-radius: 5px;
    background: linear-gradient(#fdc601, #fb8306);
    color: #000;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.gom_selectBox-balloon span:before {
    border-top-color: #f51;
    margin-top: -8px;
    margin-left: -8px;
}

.gom_selectBox-balloon span:before, .gom_selectBox-balloon span:after {
    position: absolute;
    left: 50%;
    bottom: -16px;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 8px;
}

.gom_selectBox-balloon span:after {
    top: 27px;
    border-top-color: #fb8306;
    margin: 0 0 1px -8px;
}

.gom-sheet-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: initial;
    justify-content: initial;
    margin: 6px auto 0 auto;
    width: 142px;
}

.gom-sheet-gallery li {
    margin: 0 2px 0 0;
    width: auto;
}

.gom-sheet-gallery li .colorImgModal {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    background: transparent;
    text-align: center;
    overflow: inherit;
    opacity: 1;
    box-sizing: border-box;
}

.gom-sheet-gallery li a {
    border: 3px solid #fff;
    border-radius: 6px;
}

.gom-sheet-gallery li a img {
    border-radius: 2px;
}

.gom-sheet-gallery li .colorImgModal:after {
    position: absolute;
    bottom: -8px;
    right: -5px;
    content: "\f030";
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    border-radius: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    background: rgb(255, 255, 255);
    line-height: 20px;
    text-align: center;
    color: #000;
    z-index: 10;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.gom-cl-thumb {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5em;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
}

.gom-cl-thumb img {
    display: block;
    margin: auto;
    max-width: fit-content;
}

.gom_selectBox .func-icn-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.gom_selectBox td .func-icn-list li {
    margin: 0 2px;
    box-sizing: border-box;
}

.gom_selectBox td .func-icn-list li img {
    display: block;
    width: 32px;
}

.gom_selectBox tr:nth-child(2) td {
    vertical-align: top;
}

.gom_selectBox td {
    font-size: 14px;
    line-height: 1.6em;
    /*text-align: center;*/
    padding: 12px 10px;
    vertical-align: middle;
    border: solid 1px #ccc;
    color: #333;
}

/*-- シートの種類についてここまで  --*/

/*-- 注意事項ここから --*/
.gom_kindBox {
    width: 900px;
    margin: 0;
}

.gom_kindBox .notesBox {
    background: #fff;
    border-radius: 5px 5px 0 0;
    border: solid 1px #e50112;
    margin: 30px auto 70px auto;
    padding: 20px;
}

.gom_kindBox .notesBox h5 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #e50112;
    padding: 18px 0 15px 0;
    border-radius: 5px 5px 0 0;
    border-bottom: solid 1px #e50112;
    background: #fce5e7;
    position: relative;
    margin-bottom: 20px;
}

.gom_kindBox .notesBox h5:before {
    font-family: "Font Awesome 5 Free";
    content: '\f06a';
    position: absolute;
    color: #e50112;
    font-weight: 900;
    font-size: 130%;
    top: 36%;
    left: 260px;
}

.gom_kindBox .notesBox ul {
    padding-left: 20px;
}

.gom_kindBox .notesBox li {
    list-style-type: disc;
    color: #e50112;
}

.notesBox p {
    color: #e50112;
    font-weight: bold;
    padding: 0 10px 15px 0;
}

/*-- 注意事項ここまで --*/


/*-- ゴムシート・マットの固定方法ここから --*/
.kotei_img{
    justify-content: space-evenly;
    display: flex;

}

/*-- ゴムシート・マットの固定方法ここまで --*/


/*-- ゴムシート見積ここから --*/
.gom_estimateBox h3 {
    background: linear-gradient(#4b4b4b, #313536);
    border: solid 3px #131915;
    border-radius: 3px;
    line-height: 1.0em;
    font-size: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 25px 0 13px 20px;
    margin: 50px 0 20px 0;
    text-shadow: 1px 1px 0px #000;
    position: relative;
}

.gom_estimateBox h3 span {
    font-size: 14px;
}

.gom_estimateBox h3:after {
    border: 30px solid transparent;
    border-top-color: #313536;
    border-bottom-width: 0;
    bottom: -30px;
    content: "";
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 0;
}

.gom_estimateBox .ttlBox {
    padding: 10px;
    margin: 50px 0 20px 0;
    border: solid 1px #ccc;
    background: #efefef;
    border-radius: 2px;
    box-sizing: border-box;
}

.gom_estimateBox .ttlBox .point {
    width: 55px;
    height: 55px;
    vertical-align: middle;
    display: inline-block;
    background: linear-gradient(#4b4b4b, #313536);
    margin: 0 15px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.gom_estimateBox .ttlBox .point p.cap {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    line-height: 1.0em;
    margin: 7px 0 0 0;
}

.gom_estimateBox .ttlBox .point p {
    font-size: 30px;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
}

.gom_estimateBox .ttlBox h4 {
    font-size: 22px;
    line-height: 1.5em;
    vertical-align: middle;
    font-weight: bold;
    color: #000;
    display: inline-block;
}

.gom_estStep1 ul {
    text-align: center;
}

.gom_estStep1 ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}

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

.gom_estStep1 label {
    text-align: left;
    padding: 0;
    margin: 0;
    border: 10px solid #efefef;
    border-radius: 8px;
    background: #efefef;
}

.gom_estStep1 label img {
    display: block;
    border-radius: 4px;
}

label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 30px;
    cursor: pointer;
}


.tr_estStep1, .tr_estStep4 {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    height: 100%;
}

.tr_estStep1 .frame, .tr_estStep4 .frame {
    margin: 0 12px 10px 0;
    padding: 0;
    width: calc( ( 100% - 36px) / 4);
}

.check {
    display: none;
}

.check:checked + .b-sheet-check-item {
    border: 5px solid #447ff6;
    background: #f1f8ff;
}

.b-sheet-check-item {
    position: relative;
    display: block;
    height: 100%;
    background: transparent;
    padding: 20px 15px;
    border: 5px solid #efefef;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.b-sheet-check-item h4 {
    margin-top: 0.8em;
    font-size: 16px;
    line-height: 1.3;
}

.check + .b-sheet-check-item span:before {
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: #fff;
    border: 1px solid #999;
}

.check + .b-sheet-check-item span:before, .check + .b-sheet-check-item span:after {
    position: absolute;
    content: '';
    top: 20px;
    left: 50%;
    transform: translate(0, -50%);
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.check + .b-sheet-check-item span:after {
    opacity: 0;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    margin-left: -6px;
    transform: translate(0, -50%);
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #447ff6;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.tr_estStep1 .frame:nth-child(4n), .tr_estStep4 .frame:nth-child(4n) {
    margin: 0 0 10px 0;
}

.b-sheet-check-item ul li span {
    display: block;
    margin: 0 -0.8em 0.5em -0.8em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
}

.b-sheet-check-item .thumb {
    margin-top: 2em;
    display: block;
}

.b-sheet-check-item .thumb img {
    pointer-events: none;
}

.gom_estimate1{
    background: url(/laravel/images/gomsheet/gom_estimate1.jpg) no-repeat;
    width: 400px;
    height: 150px;
}

.gom_estimate2{
    background: url(/laravel/images/gomsheet/gom_estimate2.jpg) no-repeat;
    width: 400px;
    height: 150px;
}

.gom_estStep1 input[type=radio]:checked + label .gom_estimate1{
    background: url(/laravel/images/gomsheet/gom_estimate4.jpg) no-repeat;
}

.gom_estStep1 input[type=radio]:checked + label .gom_estimate2{
    background: url(/laravel/images/gomsheet/gom_estimate3.jpg) no-repeat;
}


.colorList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.colorList li {
    margin-right: 5px;
    margin-bottom: 10px;
    min-width: 218px;
    box-sizing: border-box;
}

.colorList li input {
    position: absolute;
    left: 1em;
    z-index: -1;
}

.colorList input[type="radio"]:checked + label {
    background: #447ff6;
}

.colorList li label {
    display: inline-block;
    position: relative;
    padding: 4px;
    width: 100%;
    background: #efefef;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 8px;
}

.colorList input[type="radio"]:checked + label .simColorCards {
    border: 1px solid #447ff6;
}

.colorList li .simColorCards {
    display: block;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
}

.colorList .simColorImg {
    float: left;
    display: block;
    width: 60px;
}

.colorList .simColorName {
    display: block;
    margin: 5px 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 2.0em;
    text-align: center;
}

.truck-invalid-balloon{
    display: block;
    position: absolute;
    top: -6px;
    left: 21px;
    padding: 8px;
    width: 190px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 5px;
    background: #e60012;
    color: #fff;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-animation: fadeIn 300ms ease 0s;
            animation: fadeIn 300ms ease 0s;
    }
    .truck-input-invalid .truck-invalid-balloon{
    display: flex;
    display: -ms-flexbox;
    }
    @keyframes fadeIn{
        0% {
        opacity: 0;
        margin-top: 15px;
        }
        1% {
        opacity: 0;
        margin-top: 15px;
        }
        100% {
        opacity: 1;
        margin-top: 0;
        }
    }
    .truck-invalid-balloon i{
    margin-top: 0.1em;
    padding-right: 0.25em;
    }
    .truck-invalid-balloon:before{
    position: absolute;
    left: 50%;
    bottom: -16px;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 8px;
    }
    .truck-invalid-balloon:before{
    border-top-color: #e60012;
    margin-top: -8px;
    margin-left: -8px;
    }
/*-- ゴムシート見積ここまで --*/



/*-- ご注文についてここから --*/
.tr_informationBox_tit {
    margin: 50px 0 0 0;
    padding: 8px 10px;
    border-radius: 4px 4px 0 0;
    background: #ddd;
    font-size: 14px;
    line-height: 1.3em;
    color: #000;
}

.tr_informationBox_tit i {
    width: 1.5em;
}

.tr_informationBox {
    border: solid 1px #ddd;
    border-top: 0 none;
    border-radius: 0 0 4px 4px;
    margin: 0;
    padding: 7px 27px;
    box-sizing: border-box;
}

.tr_informationBox dl {
    margin: 20px 0;
}

.tr_informationBox dl dt {
    display: inline-block;
    width: 189px;
    vertical-align: top;
    margin: 0 25px 0 0;
    padding: 12px 10px;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    color: #000;
    box-sizing: border-box;
}

.tr_informationBox dl dd {
    width: 620px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.tr_informationBox dl dt.info1:before {
    font-family: "Font Awesome 5 Free";
    content: '\f157';
    font-weight: 900;
    padding-right: 0.5em;
    font-size: 110%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.tr_informationBox dl dt.info2:before {
    font-family: "Font Awesome 5 Free";
    content: '\f073';
    font-weight: 900;
    padding-right: 0.5em;
    font-size: 110%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.tr_informationBox dl dt.info3:before {
    font-family: "Font Awesome 5 Free";
    content: '\f2f1';
    font-weight: 900;
    padding-right: 0.5em;
    font-size: 110%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}


.tr_informationBox dl dd p {
    margin: 0 auto 1em auto;
    font-size: 13px;
    line-height: 1.5;
}

.tr_informationBox dl dt.info4:before {
    font-family: "Font Awesome 5 Free";
    content: '\f70e';
    font-weight: 900;
    padding-right: 0.5em;
    font-size: 110%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.tr_estContactBox {
    margin: 50px 0 0 0;
    background: #e6e6e6;
    padding: 25px 15px;
}

.tr_estContactBox .contactBtn a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    background: linear-gradient(#f85945, #e50514);
    border: solid 3px #e50514;
    line-height: 1.2em;
    width: 540px;
    padding: 23px 0 20px 0;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.tr_estContactBox .contactBtn a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    position: absolute;
    color: #fff;
    font-weight: 900;
    font-size: 130%;
    top: 38%;
    left: 40px;
}

.tr_estContactBox .contactBtn a span {
    font-size: 14px;
    font-weight: normal;
}

.tr_estStep2 {
    padding: 0 30px;
    /*text-align: center;*/
}

.tr_estStep2-measurement {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
}

.tr_estStep2 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
}

.tr_estStep2 li {
    position: relative;
    padding: 20px;
    text-align: left;
}

.tr_estStep2 li div {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.tr_estStep2 ul li input[type=text] {
    width: 140px;
    height: 54px;
    line-height: 54px;
    padding: 0.3em 0.25em 0.3em 1em;
    border: 5px solid #efefef;
    border-right: none;
    border-radius: 8px 0 0 8px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    box-shadow: none;
    box-sizing: border-box;
}

.bluesheet-input-unit {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 38px;
    padding: 0.3em 1em 0.3em 0;
    border: 5px solid #efefef;
    border-left: none;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.meters {
    display: flex;
    margin: 10px 0 0 2em;
}

.tr_estStep2 .sim-long {
    display: flex;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: bold;
}

[data-display='width-m'], [data-display='height-m'] {
    /* width: 14em; */
    text-align: right;
    flex-grow: 1;
}

.simVinylcurtainItemSizeM:after {
    content: "メートル";
    padding-left: 0.5em;
    font-size: 1em;
}

.b-sheet-order-guide {
    padding: 0 20px;
    border: 2px dotted #4e9975;
    border-radius: 5px;
    background: #eef9f4;
    color: #036638;
    text-align: left;
}

.b-sheet-order-guide-ttl {
    margin-top: 1.5em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.b-sheet-order-guide p {
    margin-bottom: 1.5em;
    font-size: 14px;
    line-height: 1.4;
    color: #036638;
}

.tr_estStep2-note {
    padding: 20px 35px;
    border-top: 1px solid #ccc;
}

.tr_estStep2-note p {
    font-size: 14px;
    text-align: left;
    color: #666;
}

.tr_estStep2-note p a {
    color: #447ff6;
}

.itemBtnBase {
    margin: 1.5rem 0px 0px 0px;
    text-align: right;
}

#bluesheet .itemBtn1, #aoriseat .itemBtn1, #nidainet .itemBtn1, #hoshu .itemBtn1 {
    border: 1px solid #447ff6;
    background: #447ff6;
}

span.error {
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
}

.check:checked + .b-sheet-check-item span:before {
    background: #fff;
    border: 1px solid #447ff6;
}

.check + .b-sheet-check-item span:before {
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: #fff;
    border: 1px solid #999;
}

.check + .b-sheet-check-item span:before, .check + .b-sheet-check-item span:after {
    position: absolute;
    content: '';
    top: 20px;
    left: 50%;
    transform: translate(0, -50%);
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.check:checked + .b-sheet-check-item span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.check + .b-sheet-check-item span:after {
    opacity: 0;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    margin-left: -6px;
    transform: translate(0, -50%);
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #447ff6;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.check + .b-sheet-check-item span:before, .check + .b-sheet-check-item span:after {
    position: absolute;
    /* content: ''; */
    top: 20px;
    left: 50%;
    /* transform: translate(0, -50%); */
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.gom_estStep1 input[type=radio]:checked + label {
    text-align: left;
    padding: 0;
    margin: 0;
    border: 10px solid #447ff6;
    /*background: #447ff6;*/
}

.gom_width{
    width:230px;
    height: 54px;
    line-height: 54px;
    padding: 0.3em 0.25em 0.3em 1em;
    border: 5px solid #efefef;
    border-radius: 8px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    box-shadow: none;
    box-sizing: border-box;
    font-weight: bold;
}

.b-sheet-check-item ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1em 0;
    font-size: 12px;
}

.b-sheet-check-item ul li {
    padding: 0.5em 0.8em;
    width: calc( ( 100% - 10px) / 2);
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

.b-sheet-check-item ul li span {
    display: block;
    margin: 0 -0.8em 0.5em -0.8em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
}

/*-- ご注文についてここまで --*/

/*  ゴムシート価格表 */

.gom-price-disp select {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #447ff6;
    line-height: 1.3;
    padding: 0.6em 1.5em 0.5em 0.8em;
    box-sizing: border-box;
    margin: 0 0.5em;
    border: 1px solid #447ff6;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f1f8ff;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #fff 0%,#f1f8ff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
    width: 250px;
    text-align: center;
}

.gom-price-disp {
    padding: 5px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}

.gom-price-disp optgroup{
    text-align: left;
}

.gom-price-disp optgroup option{
    text-align: center;
}


.gompc{
    display: none;
}


/*-- FAXここから --*/
.tr_faxBox {
    margin: 0;
}

.tr_faxBox ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.tr_faxBox ul li {
    margin: 0;
    padding: 0 10px;
    text-align: center;
}

.tr_faxBox ul li a {
    display: block;
    text-decoration: none;
}

.tr_faxBox ul li p {
    margin: 10px 0 0 0;
    font-size: 0.9rem;
    line-height: 1.4em;
    text-align: center;
    color: #447ff6;
}

.tr_faxBox ul li .faxBtn {
    display: inline-block;
    margin: 10px auto 0 auto;
    padding: 8px 12px;
    border: 1px solid #447ff6;
    border-radius: 4px;
    background: #447ff6;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.tr_faxBox ul li .faxBtn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    padding-right: 0.3em;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*-- FAXここまで --*/



/*-- CTAここから --*/
section[class*="bousai"] * {
    line-height: 1.5;
    box-sizing: border-box;
}

.cta > p:nth-child(1):after {
    bottom: 5px;
}

.cta {
    margin-top: 60px;
}

.cta > p:nth-child(1) {
    background-color: #529D5B;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    color: #fff;
    position: relative;
    padding: 20px;
    font-weight: bold;
    font-size: 24px;
}

section[class*="bousai"] p {
    line-height: 1.5rem;
}

.cta > p:nth-child(1):before {
    top: 5px;
}

.cta > p:nth-child(1):before, .cta > p:nth-child(1):after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    border-top: 1px solid #fff;
}

.cta > p:nth-child(1) span {
    color: #FFEB00;
}

.cta .inner {
    border: solid 4px #F0F0F0;
    border-top: none;
    position: relative;
}

.cta .inner > div {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.contact-product {
    border-right: solid 1px #C6C6C6;
}

.contact-product, .contact-construction {
    width: 292px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
}

.contact-product p, .contact-construction p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.contact-product .button {
    background-color: #E50311;
}

.contact-product .button {
    box-shadow: 0px 4px 0px 0px #900009;
}

.contact-product .button, .contact-construction .button {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    border-radius: 50px;
    padding: 20px 40px 16px 20px;
    position: relative;
    margin: 10px 0 20px;
    transition: 0.1s;
}

.cta .button div:nth-child(1) {
    background: url(/img/modules/shared/cta/mail.png) no-repeat;
    padding-left: 30px;
    line-height: 20px;
}

.cta .button div:nth-child(2) {
    background-color: #fff;
    color: #E50311;
    font-size: 13px;
    font-weight: bold;
    border-radius: 25px;
    padding: 2px 0px;
    margin-top: 8px;
}

.cta .button div:nth-child(2) span {
    background-color: #ffeb00;
    color: #e50311;
    padding: 3px 6px 3px 8px;
    margin-right: 6px;
    border-radius: 25px 0 0 25px;
}

.cta .button::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
}

a:link.tel {
    color: #ff0000;
    text-decoration: none;
}

.cta .tel {
    margin: 0px 12px;
    font-size: 25px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    display: block;
}

i.fas.fa-phone.fa-xs.fa-flip-horizontal {
    vertical-align: 3px;
    padding-left: 5px;
    font-size: 0.9em;
    color: #e40711;
}

.fa-phone:before {
    content: "\f095";
}

.cta p:last-child {
    text-align: center;
    width: 584px;
}

.cta picture {
    position: absolute;
    bottom: 0;
    right: 0;
}

section[class*="bousai"] img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.contact-construction .button {
    background-color: #3774DA;
}

.contact-construction .button {
    box-shadow: 0px 4px 0px 0px #224989;
}

.sp-only {
    display: none;
}

/*-- CTAここまで --*/


/*-- データ納品についてここから --*/
.dateMethod {
    display: -ms-flexbox;
    display: flex;
    margin: 25px 50px;
    justify-content: space-between;
}

.dateMethodL {
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    width: 100%;
    margin-right: 10px;
    border: 5px solid #eee;
    border-radius: 3px;
    box-sizing: border-box;
}

.dateMethodImg img {
    display: block;
    width: 100%;
}

.dateMethodImg + div {
    width: 210px;
    margin: auto;
}

.dateMethod h5 {
    margin-left: 15px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fdaf0a;
}

.dateMethod h5 span {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 0.91rem;
    color: #333;
}

.dateMethod p {
    margin-left: 15px;
    font-size: 13px;
    line-height: 1.5;
}

.dateMethodBtn {
    margin:auto;
}

.dateMethodBtn.basebtn a {
    font-size: 1.5rem;
}

.dateMethodR {
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin-left: 10px;
    border: 5px solid #eee;
    border-radius: 3px;
    box-sizing: border-box;
}

.dowm-arrow {
    color: #333;
    font-size: 1.5rem
}

.dateMethod a:hover {
     text-decoration: none;
     opacity: 0.6;
}

.preparation{
   line-height:20%;
}
.preparation-font{
  font-size: 1.4rem;
  color: #333;
}


/*-- データ納品についてここまで --*/


/*-- ビニプロの足場幕・垂れ幕・横断幕ここから --*/
.makusProduct {
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0px;
    width: 100%;
    justify-content: space-between;
}

.makusProductL {
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    width: 97%;
    height: 100%;
    border-radius: 3px;
    box-sizing: border-box;
}

.makusProductImg img {
    display: block;
    width: 100%;
}

.makusProductImg + div {
    width: 210px;
    margin: auto;
}

.makusProduct h5 {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #333;
}

.makusProduct h5 span {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 0.67rem;
    color: #333;
}

.makusProduct p {
    margin-left: 15px;
    font-size: 13px;
    line-height: 1.5;
}

.makusProductBtn {
    margin:auto;
}

.makusProductBtn.basebtn a {
    font-size: 1.5rem;
}

.makusProductR {
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    border: 5px solid #eee;
    border-radius: 3px;
    box-sizing: border-box;
    width: 97%;
    height: 100%;
}


.makusProduct a:hover {
     text-decoration: none;
     opacity: 0.6;
}

.maku-list-item{
	/*width: 17%;*/
}

.maku-list-item-syako{
	width: 65%;
}

/* ボタン部分の枠線 */
.productColorBL{
      border: 3px solid #42B9D0;
}

.productColorOR{
      border: 3px solid #F58300;
}

.productColorGR{
      border: 3px solid #0A5926;
}

/* コンテンツ部分の枠線 */
.conProductColorBL{
      border: 2px solid #42B9D0;
      border-radius: 3px;
      width: 100%;
      padding: 20px 0px 0px 0px;
}

.conProductColorOR{
      /*border: 2px solid #F58300;*/
      border-radius: 3px;
      /*margin-top: 40px;*/
      width: 100%;
      padding: 20px 0px 0px 0px;
}

.conProductColorGR{
      /*border: 2px solid #0A5926;*/
      border-radius: 3px;
      /*margin-top: 40px;*/
      width: 100%;
      padding: 20px 0px 0px 0px;
}

.conProductColorBL h3,
.conProductColorOR h3,
.conProductColorGR h3{
      font-size: 1.5rem;
      line-height: 1.2;
      color: #333;
      padding: 0px 20px 20px 20px;
}

.conProductColorBL h4{
      background-color:#42B9D0;
      font-size: 1.1rem;
      color: #FFF;
      line-height: 30px;
      margin: 60px 0px 10px 0px;
      padding: 3px 10px;
}

.conProductColorOR h4{
      background-color:#F58300;
      font-size: 1.1rem;
      color: #FFF;
      line-height: 30px;
      margin: 10px 0px 10px 0px;
      padding: 3px 10px;
}

.conProductColorGR h4{
      background-color: #0A5926;
      font-size: 1.1rem;
      color: #FFF;
      line-height: 30px;
      margin: 10px 0px 10px 0px;
      padding: 3px 10px;
}

.conProductColorBL p,
.conProductColorOR p,
.conProductColorGR p{
      margin:0px 10px;
      font-size: 14px;
}


.comUtility {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 4px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

/*-- 標準仕様ここから --*/
.maku_specification{
margin:0;
}

.maku_specification h4{
background-color:#fff;
}

.maku_specification ul{
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
    justify-content: space-between;
}
.maku_specification ul li{
width: 33.33%;
width: calc( (100% - 0px) / 3);
box-sizing: border-box;
}
.maku_specification ul li h4 img{
display: block;
text-align: inherit;
/* width: 100%; */
}
.maku_specification p{
font-size:14px;
line-height:1.5em;
padding:15px;
text-align: justify;
}

.maku_specification_title {
	text-align: center;
  font-size: 16px;
  font-weight: bold;
	margin-top: 20px;
}
/*-- 標準仕様ここまで --*/

/*-- 生地の種類 --*/
.maku-variation-tbl {
    margin: 10px 10px 15px 10px;
    width: 880px;
    border: 2px solid #ccc;
    border-collapse: collapse;
    background: #fff;
}

.maku-variation-tbl .variation-title {
    color: #333;
}

.maku-variation-tbl th {
  background: #eee;
  font-size: .8rem;
  line-height: 1.5em;
  vertical-align: middle;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ddd;
}

.maku-variation-tbl tr:nth-child(n+2) th {
    padding: 5px 8px;
    background: #eee;
    font-size: 14px;
    text-align: left;
}

.maku-variation-tbl td {
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
    padding: 5px 7px;
    vertical-align: middle;
    border: 1px solid #ddd;
    color: #333;
}


.makuKijiBox {
    margin: 30px 2px 20px 0;
    padding: 0 18px 18px 18px;
    border-radius: 2px;
    /*box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 10%);*/
    box-sizing: border-box;
}

.makuKijiBoxImgL {
    display: table-cell;
    padding-top: 20px;
    padding-right: 20px;
    vertical-align: top;
}

.makuKijiBoxCont {
    display: table-cell;
    vertical-align: top;
	padding-top: 20px;
}

.makuKijiBox .makuKijiBoxTtl {
    margin: 0px 0 20px 0;
    padding: 0;
    border: 0 none transparent;
    background: transparent;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.35em;
    color: #333;
    border-bottom: solid 2px #e40112;
}

.makuKijiBox p {
    font-size: 15px;
}

/*-- よくあるサイズ・人気のサイズの価格 --*/
.maku-price-tbl {
    margin: 10px 10px 15px 0px;
    width: 880px;
    border: 2px solid #ccc;
    border-collapse: collapse;
    background: #fff;
}

.maku-price-tbl .price-title {
    color: #333;
}

.maku-price-tbl th {
    background: #eee;
    font-size: .8rem;
    line-height: 1.5em;
    vertical-align: middle;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ddd;
}

/** .maku-price-tbl tr:nth-child(n+2) th {
    padding: 5px 8px;
    background: transparent;
    font-size: 14px;
    text-align: left;
} **/

.maku-price-tbl td {
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
    padding: 5px 7px;
    vertical-align: middle;
    border: 1px solid #ddd;
    color: #333;
    width: 10%;
}

/*-- ビニプロの足場幕・垂れ幕・横断幕ここまで --*/


/*-- ご注文から納品までの詳しい流れここから --*/

.orderItemBoxBg3 {
    background-color: #333333;
    border: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 10px 8px 10px;
    margin: 30px 0 0;
    text-align: center;
}

#order-userguide h4.flowUpper {
    padding: 13px 0 11px 0px;
    line-height: 1.5em;
    color: #333;
    margin: 0 0 20px 0;
    border-left: solid 0px #d23025;
    background: #f0f0f0;
}


#order-userguide h4.flowUpper .step {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #e50e0e;
    width: 110px;
    font-size: 16px;
    padding: 5px 0;
    line-height: 1.4em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#order-userguide h4.flowUpper .flowH3 {
    font-size: 20px;
    line-height: 1.5em;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

#order-userguide h4.flowUpper .flowH3 span {
    color: #e50e0e;
}

#order-userguide .ugBox1 {
    width: 900px;
    display: flex;
}

#order-userguide .ugimgBox {
    width: 300px;
	margin-bottom: 50px;
}

#order-userguide .ugimgBox img{
    width: 300px;
}

#order-userguide .ugtxtBox {
    margin-left: 20px;
}

.stepWidth{
  width: 200px;
}

.stepText{
  text-align: center;
}

/*-- ご注文から納品までの詳しい流れここまで --*/

/*-- よくある質問ここから --*/
.tr_faqBox {
    width:900px;
    margin:0;
    margin-bottom: 100px;
}

.tr_faqBox dt {
    /* cursor:pointer; */
    background-size:12px auto;
    background-repeat: no-repeat;
    background-position: 99% center;
    border-bottom:dotted 1px #ccc;
    padding:20px 30px 20px 40px;
    font-size:15px;
    line-height:1.6em;
    position:relative;
}


.tr_faqBox dt:before{
font-family: "Font Awesome 5 Free";
content:'\f059';
 font-size:130%;
position:absolute;
color:#e50112;
font-weight: 900;
top:30%;
left:5px;
}

.tr_faqBox dd, .aori_faqBox dd, .nidai_faqBox dd, .hoshu_faqBox dd{
    /*display:none;*/
    font-size:15px;
    line-height:140%;
    border-bottom:dotted 1px #ccc;
    padding:20px 30px 20px 40px;
    font-size:15px;
    line-height:1.6em;
    position:relative;
    }

.tr_faqBox dd, .aori_faqBox dd, .nidai_faqBox dd, .hoshu_faqBox dd{
    /*display:none;*/
    font-size:15px;
    line-height:140%;
    border-bottom:dotted 1px #ccc;
    padding:20px 30px 20px 40px;
    font-size:15px;
    line-height:1.6em;
    position:relative;
    }

.tr_faqBox dd:before{
font-family: "Font Awesome 5 Free";
content:'\f0a4';
 font-size:130%;
position:absolute;
color:#e50112;
font-weight: 900;
top:20px;
left:5px;
}

.tr_faqBox dd p, .aori_faqBox dd p, .nidai_faqBox dd p, .hoshu_faqBox dd p{
margin:0 0 20px 0;
    }

.tr_faqBox dt.active{
    background-image: url(/laravel/images/truck/faq_close.png);
    background-size:12px auto;
}

.tr_faqBox dt.over, .aori_faqBox dt.over, .nidai_faqBox dt.over, .hoshu_faqBox dt.over {
    background-color: #faf5e7;

}

/*-- よくある質問ここまで --*/

/*-- 印刷用データ入稿についてここから --*/
.op_button {
  opacity:0.8;
}

/*-- 印刷用データ入稿についてここまで --*/


/*-- フォーム部分ここから --*/

/*-- base --*/

.contact-wrapper p {
	font-size: 0.9rem;
}

/* flex */

.contact-wrapper .flex {
	display: flex;
	align-items: center;
	padding: 20px 60px;
}

.contact-wrapper .flex-item {
	margin-right: 40px;
}

.contact-wrapper .flex-item:last-child {
	margin-right: 0;
}

.contact-wrapper .flex.flex-left {
	justify-content: flex-start;
}

.contact-wrapper .flex.flex-nowrap {
	flex-wrap: nowrap;
}

/* table */

.contact-wrapper .table {
	display: table;
	padding: 20px 60px;
}

.contact-wrapper .table-cell {
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle;
}

.contact-wrapper .table-cell:last-child {
	padding-right: 0;
}

/* button */

.contact-wrapper button {
	cursor: pointer;
	outline: none;
	padding: 0;
	border: none;
	background: transparent;
	transition: opacity 0.2s 0s ease;
}

.contact-wrapper button:hover,
.contact-wrapper .button01:hover,
.contact-wrapper .button02:hover,
.contact-wrapper .button03:hover {
	opacity: 0.6;
}

.contact-wrapper .button01,
.contact-wrapper .button02 {
	display: inline-block;
	width: 360px;
	height: 55px;
	line-height: 55px;
	margin: 0 10px;
	font-size: 0.9rem;
	border-radius: 10px;
}

.contact-wrapper .button01,
.contact-wrapper .button01:link,
.contact-wrapper .button01:visited {
	color: #fff;
	background: #4E9BD5;
	border: 1px solid #4E9BD5;
	text-decoration: none;
}

.contact-wrapper .button02 {
	color: #4E9BD5;
	background: #fff;
	border: 1px solid #4E9BD5;
	width: 270px;
}


.contact-wrapper .button03 {
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #4E9BD5;
	background: #fff;
	border: 1px solid #4E9BD5;
}





.contact-wrapper button[disabled="disabled"] {
	pointer-events: none;
	color: #fff;
	background: #c8c8c8;
	border: 1px solid #c8c8c8;
}

.contact-wrapper .buttons {
	margin-top: 40px;
	text-align: center;
}

.contact-wrapper .buttons2 {
    margin-top: 40px;
    text-align: right;
}

.contact-wrapper .button04 {
    margin-right: 0px;
    text-align: center;
    text-decoration: none;
}

/*-- header --*/

.contact-wrapper {
	position: relative;
	z-index: 0;
}

.contact-wrapper > header strong {
	display: block;
	padding: 26px;
	color: #4E9BD5;
	border-top: 4px solid #4E9BD5;
	font-size: 1.4rem;
	font-weight: bold;
}

.lead {
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #333;
	background: #f8f8f8;
	font-size: 0.9rem;
	font-weight: bold;
}

/* nav */

.nav-tab > ul {
	display: flex;
}

.nav-tab > ul > li {
	margin: 0 4px 4px 0;
}

.nav-tab a:link,
.nav-tab a:hover,
.nav-tab a:visited {
	display: inline-flex;
	align-items: center;
	position: relative;
	height: 2.8em;
	line-height: 1.4;
	padding: 0.8em 40px 0.3em 50px;
	color: #333;
	border: 2px solid #c8c8c8;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9rem;
	transition: all 0.2s 0s ease;
}

.nav-tab a:hover {
	background: #F0F9FF;
	border-color: #4E9BD5;
}

.nav-tab .current a {
	pointer-events: none;
	color: #4E9BD5;
	border-color: #4E9BD5;
}

.nav-tab a:before {
	position: absolute;
	top: 0.7em;
	left: 20px;
	content: "\f107";
	display: inline-block;
	margin: 0 0.5em 0 0;
	color: #c8c8c8;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.4rem;
	vertical-align: top;
	transition: all 0.2s 0s ease;
}

.nav-tab .current a:before,
.nav-tab a:hover:before {
	color: #4E9BD5;
}

/*-- progress --*/

.contact-progress {
	display: flex;
	width: 100%;
	margin: 40px 0;
	text-align: center;
}

.contact-progress > li {
	flex-grow: 1;
	position: relative;
	padding: 80px 0 0 0;
	color: #c8c8c8;
	font-size: 0.96rem;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	counter-increment: progCnt;
	z-index: 0;
}

.contact-progress > li:after {
	content: counter(progCnt);
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0 0 0 -30px;
	border-radius: 50%;
	background: #c8c8c8;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	z-index: 1;
	box-sizing: border-box;
}

.contact-progress > li:not(:last-child):before {
	position: absolute;
	top: 26px;
	left: 50%;
	content: "";
	display: inline-block;
	width: 100%;
	height: 7px;
	background: #e8e8e8;
	z-index: 0;
}

/* current */

.contact-progress .current {
	color: #4E9BD5;
}

.contact-progress .current:after {
	background: #4E9BD5;
}

/* done */

.contact-progress .done:after {
	line-height: 52px;
	color: #4E9BD5;
	background: #fff;
	border: 4px solid #4E9BD5;
}

.contact-progress > li.done:before {
	background: #4E9BD5;
}

/*-- section --*/

.contact-wrapper section {
	margin: 30px 0;
}

.contact-wrapper h2 {
	padding: 1em 1.4em;
	color: #fff;
	background: #4E9BD5;
	font-size: 1.1rem;
	font-weight: normal;
	margin: 60px 0 0 0;
}

.box {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: #f8f8f8;
}

.attention h2 {
	background: #E63A5B;
}

.attention .box {
	border: 1px solid #E63A5B;
	background: #FFF2F4;
}

.attention.PtPre .box {
	border: 1px solid #E63A5B;
	background: #FFF2F4;
	padding: 10px 35px;
}
.attention.PtPre .box ul li{
	list-style: disc;
	font-size: 14px;
	line-height: 1.5em;
}
.attention.PtPre h2 {
	margin-top: 0;
}

.box2 {
	border: 1px solid #E63A5B;
	background: #E1EFF9;
}




.box > p {
	padding: 20px;
}

.box > p > strong {
	font-weight: bold;
}

/* fadein/fadeout */

.close-section {
	height: 0;
	margin-bottom: 0;
	opacity: 0;
	overflow: hidden;
}

.open-section {
	height: auto;
	opacity: 1;
	/*overflow: auto;*/
	transition: all 0.3s 0s ease-out;
}

@keyframes open-section {
	0% {
		height: 0;
		margin-bottom: 0;
		opacity: 0;
		overflow: hidden;
	}
	0.1% {
		height: 0;
		margin-bottom: 0;
		opacity: 0;
		overflow: auto;
	}
	99%,to {
		height: auto;
		margin-bottom: 10px;
		opacity: 1;
		overflow: auto;
	}
}

/*-- table --*/

.form-table {
	width: 100%;
	color: #333;
}

.form-table tr {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	z-index: 0;
}

.form-table tr.has-overlay,
.form-table tr.has-overlay td {
	z-index: 100;
}

.form-table th,
.form-table td {
	position: relative;
	border: 0;
	vertical-align: middle;
	z-index: 0;
}

.form-table th {
	width: 310px;
	line-height: 1.4;
	padding: 0.5em 20px;
	color: #333;
	background: #f8f8f8;
	font-size: 0.9rem;
	box-shadow: inset 0 -2px #fff, inset 0 2px #fff;
}

.form-table.confirm th {
	width: 12em;
}

.form-table td {
	padding: 10px 0 10px 20px;
}

.form-table th.required,
.form-table th.optional {
	width: 250px;
	padding: 0.5em 80px 0.5em 20px;
}

.form-table th.required:after,
.form-table th.optional:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 4em;
	height: 1em;
	line-height: 1em;
	margin: -0.75em 0 0 0;
	padding: 0.3em 0 0.2em 0;
	border-radius: 2px;
	text-align: center;
	font-size: 0.6rem;
}

.form-table th.required:after {
	content: "必須";
	color: #4E9BD5;
	border: 1px solid #4E9BD5;
}

.form-table th.optional:after {
	content: "任意";
	color: #707070;
	border: 1px solid #c8c8c8;
}

/*-- form input --*/

.contact-wrapper input[type="radio"],
.contact-wrapper input[type="checkbox"] {
	position: fixed;
	top: -200%;
	left: -200%;
	visibility: hidden;
}

.contact-wrapper .button-select,
.contact-wrapper input[type="text"],
.contact-wrapper input[type="email"],
.contact-wrapper input[type="tel"],
.contact-wrapper input[type="number"],
.contact-wrapper textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-outline: none;
	-webkit-outline: none;
	outline: none;
	display: block;
	width: 530px;
	height: 44px;
	line-height: 34px;
	padding: 0.2em 0.5em 0.3em 1em;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	font-size: 0.9rem;
	box-shadow: none;
	box-sizing: border-box;
}

.contact-wrapper textarea {
	resize: none;
	width: 100%;
	height: 240px;
	padding: 0.5em 1em;
}

.contact-wrapper input[type="number"] {
	width: 7em;
}

::placeholder {
	color: #ccc;
}

:-ms-input-placeholder{
	color: #ccc;
}
::-ms-input-placeholder{
	color: #ccc;
}

::-webkit-input-placeholder{
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}

.input-valid,
.input-invalid,
.input-blank {
	position: relative;
	display: block;
	width: 530px;
}

.contact-wrapper .button-select {
	width: 465px;
	color: #333;
	text-align: left;
}

.contact-wrapper .button-select:before {
	content: "\f107";
	display: inline-block;
	margin: 0 0.5em 0 0;
	color: #c8c8c8;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.6rem;
	vertical-align: top;
}

/* validation */

.contact-wrapper :invalid,
.contact-wrapper :required {
	box-shadow: none;
}

.contact-wrapper .input-valid input,
.contact-wrapper .input-valid.button-select {
	padding-right: 50px;
	color: #4E9BD5;
	border-color: #4E9BD5;
}

.contact-wrapper .input-invalid input,
.contact-wrapper .input-invalid.button-select {
	border-color: #E63A5B;
	background: #FFF2F4;
}

.contact-wrapper .input-valid:after,
.contact-wrapper .input-invalid:after,
.contact-wrapper .input-blank:after {
  font-family: "Font Awesome 5 Free";
	font-size: 1.4rem;
  font-weight: 900;
	content: "\f058";
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	color: #e8e8e8;
}

.contact-wrapper .input-valid:after {
	color: #4E9BD5;
}
.contact-wrapper .input-invalid:after {
	color: #E63A5B;
}

.contact-wrapper .button-select:after {
	right: -55px;
}

.contact-wrapper ul.invalid-notice {
	margin-top: 6px;
}

.contact-wrapper ul.invalid-notice.notice {
	display: none;
}


/*-- cut order list --*/

.cut_order_list {
	padding: 10px;
}

.cut_order_list > li {
	position: relative;
	display: flex;
	padding: 10px;
	align-items: center;
}

.cut_order_list > tr {
	position: relative;
	display: inline-block;
	border-bottom: none;
}

[data-switchid="section_cut_sample"] .cut_order_list > li:nth-child(4) {
	margin-top: 20px;
	padding-top: 3em;
	border-top: 2px dotted #E63A5B;
}

[data-switchid="section_cut_sample"] .cut_order_list > li:nth-child(4):before{
	position: absolute;
	top: -1.2em;
	left: 2em;
	content: "4点目より1点につき500円（税別）";
	display: block;
	height: 2.4em;
	line-height: 2.4em;
	padding: 0 0.5em 0 1em;
	border: 1px solid #E63A5B;
	border-radius: 4px;
	background: #fff;
	font-size: 0.76rem;
	color: #E63A5B;
}
[data-switchid="section_cut_sample"] .cut_order_list > li:nth-child(n+4):after  {
	content: "有償";
	display: inline-block;
	margin-left: 2em;
	padding: 0.3em 0.5em;
	border: 1px solid #E63A5B;
	border-radius: 2px;
	font-size: 0.9rem;
	color: #E63A5B;
}


.cut_order_list input[type="number"] {
	margin: 0 10px 0 20px;
	text-align: right;
}

.cut_order_list span {
	font-size: 1rem;
}

.cut_order_list button {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	margin-left: 20px;
	border: 0;
	color: #CCC;
	font-size: 1.4rem;
}

.cut_order_list button:hover {
	color: #333;
}

.cut_order_list button i {
	font-weight: normal;
}

.contact-wrapper .add-list {
	display: block;
	width: 16em;
	margin: 10px auto;
	height: 2.4em;
	line-height: 2.4em;
	color: #555;
	border: 1px solid #555;
	border-radius: 4px;
	background: #fff;
	font-size: 0.8rem;
	padding-left: 15px;
}

/*-- add attachment --*/

.add-attachment {
	position: relative;
	min-height: 120px;
	margin-bottom: 6px;
	border: 2px dashed #4E9BD5;
	border-radius: 4px;
	background: #fcfcfc;
}

.add-attachment p {
	padding: 20px 0 0 180px;
	color: #666;
	font-size: 1rem;
	line-height: 2.4;
}

.add-attachment:before {
	position: absolute;
	top: 50%;
	left: 80px;
	content: "\f15b";
	margin: -0.5em 0 0 0;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 60px;
	color: #e8e8e8;
	line-height: 1;
}

.contact-wrapper .button-attachment {
	width: 9em;
	height: 2.4em;
	line-height: 2.4em;
	margin: -0.8em 0 0 0.5em;
	padding: 0 0 0.3em 0;
	border-radius: 10px;
	border-width: 2px;
	font-size: 1rem;
	vertical-align: text-top;
}

/* attachment-list */

.attachment-list > li {
	padding: 12px 0;
	color: #333;
	font-size: 0.7rem;
	vertical-align: top;
}

.attachment-list > li:before {
	content: "\f15b";
	margin: 0 10px 0 0;
  font-family: "Font Awesome 5 Free";
	font-size: 30px;
	color: #e8e8e8;
	vertical-align: top;
}

.attachment-list .remove-attachment:before {
	content: "\f057";
	display: inline-block;
	margin: 0 0 0 10px;
	color: #c8c8c8;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	vertical-align: middle;
}

/*-- prefectures-list --*/

.form-overlay {
	display: none;
	position: absolute;
	top: 26px;
	left: 24px;
	width: 500px;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
	font-size: 0.8rem;
	z-index: 100;
}

.prefectures-list > dt {
	width: 5.4em;
	height: 2.4em;
	line-height: 2.4em;
	margin-top: 6px;
	color: #fff;
	border-radius: 2px 2px 0 0;
	background: #4E9BD5;
	text-align: center;
}

.prefectures-list > dd {
	margin-top: -2.2em;
	padding: 0 0 5px 6em;
	border-bottom: 1px solid #4E9BD5;
}

.contact-wrapper .prefectures-list button {
	padding: 0.4em;
	font-size: 0.8rem;
}

.contact-wrapper .prefectures-list button:hover {
	color: #4E9BD5;
}

/*-- categories --*/

.categories-list {
	padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}

.categories-list > li {
    /* display: inline-block; */
    margin: 5px 3px;
    flex-basis: calc(25% - 7px);
}

.categories-list label {
	cursor: pointer;
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 0.5em 0 50px;
	background: #fff;
	border-radius: 4px;
	border: 2px solid rgba(0,0,0,0);
	font-size: 1.2em;
	transition: opacity 0.2s 0s ease;
}

.categories-list :checked + label {
	border-color: #4E9BD5;
}

.categories-list label:hover {
	opacity: 0.6;
}

.categories-list label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 2px 0 0 2px;
	background: url() no-repeat 50% 50%;
	background-size: cover;
}

.categories-list label[for="category1"]:before {
	background-image: url(/img/layout/sidebar/sidemenu_thumb50.jpg);
}

.categories-list label[for="category2"]:before {
	background-image: url(/img/layout/sidebar/sidemenu_thumb7.jpg);
}

.categories-list label[for="category3"]:before {
	background-image: url(/img/layout/sidebar/sidemenu_thumb13.jpg);
}

.categories-list label[for="category4"]:before {
	background-image: url(/img/layout/sidebar/sidemenu_thumb11.jpg);
}

.categories-list label[for="category5"]:before {
	background-image: url(/img/layout/sidebar/sidemenu_thumb12.jpg);
}

.categories-list label[for="category6"]:before {
	background-image: url(/img/layout/sidebar/sidemenu_thumb18.jpg);
}

.categories-list label[for="category7"]:before {
	background-image: url(/img/layout/sidebar/sidemenu_thumb22.jpg);
}

.categories-list label[for="category8"]:before {
	background-image: url(/img/layout/sidebar/sidemenu_thumb43.png);
}

.categories-list label[for="category9"]:before {
	background-image: url(/img/layout/sidebar/sidemenu_thumb8.jpg);
}

.categories-list label[for="category10"]:before {
	background-image: url(/img/layout/sidebar/sidemenu_thumb9.jpg);
}

.categories-list label[for="category11"]:before {
    background-image: url(/img/layout/sidebar/sidemenu_thumb_trucksheet_01.png);
}

.categories-list label[for="category12"]:before {
    background-image: url(/img/layout/sidebar/sidemenu_thumb_bluesheet_01.png);
}
[data-category] .form-table {
	counter-reset: question;
}

[data-category] .form-table tr {
	position: relative;
	display: table;
	width: 100%;
}

[data-category] .form-table tr:nth-child(1) {
    z-index: 24;
}

[data-category] .form-table tr:nth-child(2) {
    z-index: 23;
}

[data-category] .form-table tr:nth-child(3) {
    z-index: 22;
}

[data-category] .form-table tr:nth-child(4) {
    z-index: 21;
}

[data-category] .form-table tr:nth-child(5) {
    z-index: 20;
}

[data-category] .form-table tr:nth-child(6) {
    z-index: 19;
}

[data-category] .form-table tr:nth-child(7) {
    z-index: 18;
}

[data-category] .form-table tr:nth-child(8) {
    z-index: 17;
}

[data-category] .form-table tr:nth-child(9) {
    z-index: 16;
}

[data-category] .form-table tr:nth-child(10) {
    z-index: 15;
}
[data-category] .form-table tr:nth-child(11) {
    z-index: 14;
}

[data-category] .form-table tr:nth-child(12) {
    z-index: 13;
}

[data-category] .form-table tr:nth-child(13) {
    z-index: 12;
}

[data-category] .form-table tr:nth-child(14) {
    z-index: 11;
}

[data-category] .form-table tr:nth-child(15) {
    z-index: 10;
}

[data-category] .form-table tr:nth-child(16) {
    z-index: 9;
}

[data-category] .form-table tr:nth-child(17) {
    z-index: 8;
}

[data-category] .form-table tr:nth-child(18) {
    z-index: 7;
}

[data-category] .form-table tr:nth-child(19) {
    z-index: 6;
}

[data-category] .form-table tr:nth-child(20) {
    z-index: 5;
}

[data-category] .form-table tr:nth-child(21) {
    z-index: 4;
}

[data-category] .form-table tr:nth-child(22) {
    z-index: 3;
}

[data-category] .form-table tr:nth-child(23) {
    z-index: 2;
}

[data-category] .form-table tr:nth-child(24) {
    z-index: 1;
}

[data-category] .form-table th {
	position: relative;
	width: 230px;
	padding: 0.5em 60px;
	z-index: 1;
}

[data-category] .form-table td {
	position: relative;
	z-index: 0;
}

[data-category] .form-table th:before {
	counter-increment: question;
	content: "Q"counter(question)".";
	position: absolute;
	top: 50%;
	left: 1em;
	margin: -0.7em 0 0 0;
	color: #4E9BD5;
	font-size: 1rem;
	font-weight: bold;
}

[data-category] .form-table th:before {
	counter-increment: question;
	content: "Q"counter(question)".";
	position: absolute;
	top: 50%;
	left: 1em;
	margin: -0.7em 0 0 0;
	color: #4E9BD5;
	font-size: 1rem;
	font-weight: bold;
}

.categories-form-input-size span,
.categories-form-input-size label {
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: middle;
	font-size: 1rem;
}

.depth-area-net {
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: middle;
	font-size: 1rem;
}

.categories-form-input-size span i.fa-times {
	margin: 0 4px;
}

.categories-form-input-size label {
	width: 5em;
}

.categories-form-input-size input[type="text"] {
	width: 100%;
	padding: 0.2em 0.5em 0.3em 0.5em;
	text-align: right;
}

.categories-form-input-size label.optional:after {
	display: none;
}

.sub-question-area {
/*	display: none;*/
}

.sub-question-area textarea {
	height: 60px;
}

.sub-question-area h3 {
	margin: 10px 0 5px 0;
	font-size: 0.9rem;
}

/*-- radio-list --*/

.radio-list > li {
	display: block;
	margin: 0;
	vertical-align: top;
}

.radio-list > li label {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: auto;
	padding: 8px 10px 8px 30px;
	color: #333;
	font-size: 0.9rem;
	line-height: 1.4;
	transition: opacity 0.2s 0s ease;
}

.radio-list > li label:hover {
	opacity: 0.6;
}

.radio-list input[type="radio"]:checked + label {
	pointer-events: none;
	color: #4E9BD5;
	border-color: #4E9BD5;
}

.radio-list label span {
	font-size: 0.7rem;
	font-weight: normal;
}

.radio-list label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	border-radius: 50%;
	background: #e8e8e8;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #c8c8c8;
}

.radio-list input[type="radio"]:checked + label:before {
	background: #4E9BD5;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #4E9BD5;
}

.box .radio-list {
	padding: 30px;
}

.box .radio-list > li {
	display: inline-block;
}

.box .radio-list > li + li {
	margin-left: 20px;
}

.box .radio-list > li label {
	cursor: pointer;
	position: relative;
	display: table-cell;
	height: 100%;
	width: 195px;
	padding: 12px 20px 12px 40px;
	color: #333;
	border: 2px solid #c8c8c8;
	border-radius: 6px;
	background: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	transition: opacity 0.2s 0s ease;
	vertical-align: middle;
}

.box .radio-list label:before {
	content: "";
	position: absolute;
	left: 20px;
	margin: -6px 0 0 0;
}

.box .radio-list input[type="radio"]:checked + label {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#74bcf2+0,4e9bd5+100 */
	background: #74bcf2; /* Old browsers */
	background: -moz-linear-gradient(top, #74bcf2 0%, #4e9bd5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #74bcf2 0%,#4e9bd5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #74bcf2 0%,#4e9bd5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74bcf2', endColorstr='#4e9bd5',GradientType=0 ); /* IE6-9 */
}

/*-- checkbox-list --*/

.checkbox-list > li {
	margin: 0 2em 0 0;
	display: inline-block;
	vertical-align: top;
}

.checkbox-list label {
	cursor: pointer;
	position: relative;
	display: inline-block;
	padding: 8px 0;
	color: #333;
	font-size: 0.9rem;
	line-height: 1.4;
	transition: opacity 0.2s 0s ease;
}

.checkbox-list label:hover {
	opacity: 0.6;
}

.checkbox-list input[type="checkbox"]:checked + label {
	color: #4E9BD5;
	border-color: #4E9BD5;
}

.checkbox-list label span {
	font-size: 0.7rem;
	font-weight: normal;
}

.checkbox-list label:before {
	content: "\f14a";
	margin-right: 0.5em;
	color: #e8e8e8;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.4rem;
	vertical-align: middle;
}

.checkbox-list input[type="checkbox"]:checked + label:before {
	color: #4E9BD5;
}


/* tooltip */

/*
.form-table .tooltip-open {
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 5em;
	height: 2em;
	line-height: 2em;
	margin: -1em 0 0 0;
	padding: 0 0 0.2em 0;
	color: #fff;
	border-radius: 4px;
	background: #ff9f02;
	text-align: center;
	box-shadow: -1px -1px 0 #fff, 1px 1px 0 rgba(0,0,0,0.2);
}
*/
.form-table .tooltip-open {
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	height: 2em;
	line-height: 2em;
	margin: -1em 0 0 0;
	padding: 0 0 0.2em 0;
	color: #ff9f02;
	border-radius: 4px;
	text-align: center;
	text-decoration: underline;
}


.form-table .tooltip-open i {
	margin: 0 0.2em 0 0;
}

.form-table .tooltip-close-times {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	color: #666;
	font-size: 1.4rem;
}

.form-table .tooltip-close-text {
	display: block;
	width: 100%;
	height: 3em;
	line-height: 3em;
	border-top: 1px solid #e8e8e8;
	color: #666;
	font-size: 1rem;
}

.form-table .tooltip-close-text i {
	margin: 0 10px 0 0;
}

.form-table .tooltip-wrapper {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 800px;
	display: none;
	margin: 2em 0 0 0;
	padding: 40px 0 0 0;
	border: 2px solid #ff9f02;
	border-radius: 6px;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	opacity: 0;
	z-index: -1;
	animation: none;
}

.form-table .tooltip-wrapper.open {
	display: block;
	opacity: 1;
	margin: 1.2em 0 0 0;
	z-index: 10000;
	-webkit-animation: tooltip 0.3s ease-out 0s forwards;
	animation: tooltip 0.3s ease-out 0s forwards;
}

@keyframes tooltip {
	0%{
		display: none;
		opacity: 0;
		margin: 2em 0 0 0;
		z-index: -1;
	}
	0.1%{
		display: block;
		opacity: 0;
		margin: 2em 0 0 0;
		z-index: 10000;
	}
	99%,to{
		display: block;
		opacity: 1;
		margin: 1.2em 0 0 0;
		z-index: 10000;
	}
}

.form-table .tooltip-wrapper:before {
	content: "";
	position: absolute;
	top: -9px;
	left: 280px;
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-top: 2px solid #ff9f02;
	border-left: 2px solid #ff9f02;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-table .tooltip-inner {
	overflow-y: auto;
	max-height: 500px;
	padding: 0 20px;
}

.form-table .tooltip-inner .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
}

.form-table .tooltip-inner .flex > p {
	max-width: 50%;
	flex-grow: 1;
	padding: 10px;
	box-sizing: border-box;
}

.form-table .tooltip-inner .flex img {
	max-width: 360px;
}

.form-table .tooltip-inner p {
	margin: 0 0 10px 0;
}

.form-table .tooltip-inner img {
	display: inline-block;
	max-width: 100%;
	margin: 10px auto;
}

.form-table .tooltip-inner img.center {
	display: block;
	max-width: 50%;
}

/*-- faxお見積もり用紙一覧 --*/

#faxMenu ul li {
	display: inline-block;
	width: 284px;
}

#faxMenu ul li + li {
	margin-left: 17px;
}

#faxMenu ul li a {
	float: none;
	display: block;
	width: 100%;
}

.faxBox {
	margin: 20px 0 40px 0;
}

/*-- other component --*/

/* icon-box */

.icon-box {
	display: flex;
	align-items: center;
	padding: 20px 60px;
}

.icon-box .fas,
.icon-box .far {
	margin-right: 40px;
	font-size: 60px;
}

/* freedial */

.freedial {
	position: relative;
	padding: 0.36em 0 0 0px;
	color: #E60012;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	white-space: nowrap;
}

.freedial > span {
	display: block;
	margin-top: 0.8em;
	color: #333;
	font-weight: normal;
	font-size: 0.8rem;
}

/* secure */

.contact-secure {
	display: flex;
	align-items: center;
	padding: 20px 80px;
}

.contact-secure > div {
	padding: 0 30px;
}

/* close-overlay */

.close-prefectures-list,
.close-overlay {
	position: absolute;
	top: 10px;
	right: 10px;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.4rem;
	color: #c8c8c8;
}

/* notice */

.contact-wrapper .notice,
.contact-wrapper ul.notice li {
	display: block;
	margin: 0 0 4px 0;
	font-size: 0.8rem;
	line-height: 1.6;
}

.contact-wrapper ul.notice li {
	padding-left: 1em;
	text-indent: -1em;
}

.contact-wrapper ul.notice li:before {
	content: "・";
}

.notice strong {
	font-weight: bold;
}

.tooltip {
	cursor: pointer;
	font-size: 0.8rem;
}

.tooltip .fa-question-circle {
	color: #4E9BD5;
	font-size: 1rem;
}

/*-- style --*/

.contact-wrapper .red {
	color: #E63A5B;
}

.contact-wrapper .blue {
	color: #4E9BD5;
}

/*-- fabric catalog --*/

.fabric-catalog > tbody > tr > td {
	padding-left: 20px;
}

.fabric-catalog > tbody > tr > td > div {
	margin: 10px 0;
	border: 2px solid #4E9BD5;
	width: 420px;
	height: 190px;
	background: #FFFFFF;
	border-radius: 5px;
	transition: background 0.2s 0s ease;
	cursor: pointer;
}




.fabric-catalog > tbody > tr > td > div:hover{
	margin: 10px 0;
	border: 2px solid #4E9BD5;
	width: 420px;
	height: 190px;
	background: #f2fff4;
	border-radius: 5px;
	transition: background 0.2s 0s ease;
	cursor: pointer;
}









.fabric-catalog > tbody > tr > td > div.fabric-catalog-checked {
	position: relative;
	background: #e6f2e8;
}

.fabric-catalog > tbody > tr > td > div.fabric-catalog-checked::after {
	content: "選択中";
	position: absolute;
	top: 0;
	right: 0;
	background: #4E9BD5;
	width: 100px;
	height: 40px;
	border-radius: 0 0 0 5px;
	font-size: 0.9rem;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fabric-catalog > tbody > tr > td > div > p {
	padding-top: 10px;
	padding-left: 20px;
}

.fabric-catalog > tbody > tr > td > div > table {
	width: 420px;
	height: 157px;
}

.fabric-catalog > tbody > tr > td > div > table > tbody > tr > td:first-child {
	padding-left: 20px;
	width: 70px;
}

.fabric-catalog > tbody > tr > td > div > table > tbody > tr > td:first-child img {
	height: 95px;
	width: 70px;
	border: 1px solid #c8c8c8;
}

.fabric-catalog > tbody > tr > td > div > table > tbody > tr > td:last-child{
	padding-left: 10px;
	padding-right: 20px;
}

.fabric-catalog > tbody > tr > td > div > table table td:last-child {
	padding-left: 5px;
}

.fabric-catalog > tbody > tr > td > div > table table p {
	margin: 0px 0;
	border: 1px solid #4E9BD5;
	width:100px;
	height: 24px;
	border-radius: 5px;
	text-align: center;
	background-color: #FFFFFF;
	color: #4E9BD5;
	font-size: 0.9rem;
}

.fabric-catalog > tbody > tr > td > div > table > tbody > tr:last-child {
	background-color: #4E9BD5;
	height: 40px;
}

.fabric-catalog > tbody > tr > td > div > table > tbody > tr:last-child > td:first-child {
	padding-left: 45px;
	width: 50px;
}

.fabric-catalog > tbody > tr > td > div > table > tbody > tr:last-child > td:last-child {
	padding-top: 0px;
	padding-left: 20px;
}

.fabric-catalog label {
	background: #ffffff;
	padding: 0;
	line-height: 1.7em;
	width: 25px;
  	height: 25px;
	top: 3px;
	pointer-events: none;
}

.fabric-catalog label:before {
	content: "\f00c";
	color: #ffffff;
	position: absolute;
	left: 2px;
}

.fabric-catalog input[type="checkbox"]:checked + label:before {
	color: #8fd900;
}



.fontsizecaution {
    font-size: 0.8rem;
}

.paddingcaution01 {
    margin: 20px 0 0 20px;
    color:#4E9BD5;
}

.paddingcaution02 {
    padding: 0 0 0 20px;
}


.paddingcaution03 {
    margin: 80px 0 0 20px;
    color:#4E9BD5;
}

.kiriuritextbox01 {
    width: 500px;
}

.kiriuritextbox02 {
    width: 680px;
}

.kiriuritextbox03 {
    width: 660px;
}


.catalog1 {
    margin:10px 0;
    border:2px solid #4E9BD5;
    width:420px;
    height:200px;
    background:#FFFFFF;
    border-radius:5px;
}

.catalog2 {
    padding-left:20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width:400px;
    background:#4E9BD5;
}

.catalogtable {
    width:420px;
    height:157px;
}

.catalogdrtext {
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: bold;
    color:#4E9BD5;
}

.catalogtext {
    width:260px;
    line-height:19px;
    padding-right: 10px;
}

.catalogpd {
 padding:0 0 0 20px;
}

.ctgdrbtn {
    padding-right:10px;
}

.ctgdrbtn a:hover {
     text-decoration: none;
}

.ctgdrimg {
    padding-left:20px;
    padding-top: 12px;
}

.katarogutext {
	padding: 0px 0 0 10px;
	color: #FFFFFF;
	font-size: 1rem;
	vertical-align: super;
}

.katarogutext2 {
	line-height: 1.4em;
	padding-top: 5px;
}


.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	width: 0.45em;
	margin-right: 13px;
	margin-bottom: 2px;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}



.plus.icon {
  color: #555;
  position: absolute;
  margin-left: 27px;
  margin-top: 14px;
}
.plus.icon:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: currentColor;
}
.plus.icon:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}


.pdfdl {
    color: #4E9BD5;
    background: #fff;
    border: 1px solid #4E9BD5;
    width: 365px;
    height: 35px;
    margin-left: 25px;
    margin-top: 13px;
    display: inline-block;
    line-height: 40px;
    font-size: 0.9rem;
    border-radius: 10px;

}


.catalogdrtext i {
    font-size: 1em;
}


.ctgdrimg img{
	border: 1px solid #c8c8c8;
}

.samplename{
   color:#4E9BD5;
   font-size: 1.1em;
}

.catalogname{
   color:#FFFFFF;
   font-size: 1em;
}



.catalogtextbox > table > tbody > tr > td > p {
	margin: 0 5px 5px 0;
	border: 1px solid #4E9BD5;
	width:100px;
	height: 24px;
	border-radius: 5px;
	text-align: center;
	background-color: #FFFFFF;
	color: #4E9BD5;
	font-size: 0.9rem;
}

.catalogtextbox {
	padding-top: 10px;
}


.kijibtn {
	padding-right:10px;
}

/**************************************************************************************************
共通パーツ（delivery）
**************************************************************************************************/
.DeliPre{
margin: 20px 0;
background: #f9f4ee;
border-radius: 4px;
}
.DeliPre .DeliPreTtl{
vertical-align: middle;
font-weight: bold;
	border: 0;
	background: #fff;
	color: #ff9f02;
	font-size: 20px;
	padding:0 0 5px 0;
}
.DeliPre .DeliPreTtl img{
vertical-align: middle;
}
.DeliPre p{
padding: 12px;
font-size: 13px;
line-height: 1.5em;
}
.DeliPre .DeliPreUserSet{
font-weight: bold;
font-style: normal;
color:#cc0000;
}


.DeliPreModalTtl{
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
    justify-content: space-between;
-ms-flex-align: center;
    align-items: center;
}
.DeliPreModalBtn {
margin-bottom: 4px;
}
.DeliPreModalBtn a{
display: inline-block;
padding: 0 8px;
height: 20px;
border-radius: 4px;
border-style: none;
background: #ff9f02;
font-size: 11px;
line-height: 20px;
font-weight: normal;
text-align: center;
text-decoration: none;
box-shadow: 1px 1px 0 0 #836410;
box-sizing: border-box;
color: #fff;
cursor: pointer;
}
.DeliPreModalBtn a:hover{
opacity: .8;
}
.DeliPreModalBtn a:active{
position: relative;
top:1px;
left:1px;
box-shadow: none;
opacity: .8;
}

.mdl-contents{
display: none;
}


.DeliPre > ul{
border: 1px solid #ff9f02;
    font-size: 12px;
    line-height: 1.8em;
    padding: 10px;
	border-radius:3px;
}
.contWrap {
	/*text-align: center;*/
}
.contWrap p {
	margin-top: 10px;
}
.contWrap table {
	max-width: 940px;
	width: 100%;
	border-collapse: collapse;
}
.contWrap table tr {
	border: 1px solid #e3e3e3;
	padding: 5px;
	font-size: 14px;
}
.contWrap table tr td {
width: 25%;
	padding: 5px 0;
	font-size: 16px;
	border: 0 none;
	text-align: left;
}
.contWrap table tr td:nth-child(odd) {
	background: #e3e3e3;
	border-bottom:1px solid #fff;
	padding: 0 10px;
	font-size: 14px;
}
.contWrap table tr td:last-child {
}
.pagetop.clicked {
	opacity: 0;
}
@media screen and (max-width:468px){
	.contWrap table tr td {
		width: 100%;
		display: block;
	}
	.contWrap table tr td:nth-child(odd) {
	text-align: center;
		border: 1px solid #000;
	}
	.contWrap table tr td {
		border: 1px solid #e3e3e3;
		padding: 10px 0;
	}

	.truck-invalid-balloon{
        left: auto;
        right: 8px;
        top: -13px;
        width: 182px;
        }
    


}
/**************************************************************************************************
共通パーツ（delivery）end
**************************************************************************************************/


/* utilities */

.flex-basis30 {
	flex-basis: 30%!important;
}

.flex-basis50 {
	flex-basis: 50%!important;
}

.pa00 {
	padding: 0!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.pt-3 {
    padding-top: 5px;
}

.w7em{
    width:7em!important;
}
.w12em{
    width:12em!important;
}

/* ---------------------------------------------------
    設置するメリット
---------------------------------------------------- */
.columnBox-ex{
    /*border: 1px solid #ccc;*/
    padding: 20px 20px 0 20px;
    margin: 40px 0 0 0;
}
.columnBox-ex h3{
    margin: 0 0 20px 0;
    font-size: 24px;
    text-align: center;
	background-color: #094699;
	color: #ffffff;
	line-height: 2em;
}
.columnBox-ex div{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
.columnBox-ex div dl{
    box-sizing: border-box;
    padding: 0;
    margin: 0 20px 20px 0;
    width:calc(33.3333333% - 40px / 3);
}
.columnBox-ex div dl:nth-child(3n){
    margin-right:0;
}
.columnBox-ex div dl dt{
    background-color: #094699;
    line-height: 1em;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding: 10px 0 7px;
}
.columnBox-ex div dl dd img{
    max-width: 100%;
}

/* ---------------------------------------------------
    人気のサイズ
---------------------------------------------------- */

.maku_size{
	display: flex;
	margin: 40px;
	justify-content: center;
    align-items: center;
	justify-content: space-around;
}

.maku_size img{
	max-width: 350px;
}

.maku_ninki{
	margin-top: 30px;
}

.maku_ninki .maisu,
.maku_detaplan .maisu{
	font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.maku_ninki .price,
.maku_detaplan .price{
	font-size: 20px;
    font-weight: bold;
	color: #e50112;
	margin: 0 15px;
	line-height: 35px;
}

.maku_ninki .anderline{
	border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
}

.maku_ninki .anderline2{
	border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}

.maku_kiji_syako{
	display: flex;
}

.maku_kiji_syako .maku-price-tbl{
	margin: 10px 10px 15px 0px;
    width: 350px;
    border: 2px solid #ccc;
    border-collapse: collapse;
    background: #fff;
}

.syako .maku-variation-tbl{
    margin: 10px 10px 15px 10px;
    width: 840px;
    border: 2px solid #ccc;
    border-collapse: collapse;
    background: #fff;
}

.maku_size_ninki{
	height: 650px;
}

.maku_pricelist{
	border-bottom: solid 3px #e50112;
    width: 880px;
    margin: 30px 0px 0px 10px;
}

.maku_detaprice{
	height: 520px;
}

.maku_plan{
	margin-right: 0.5rem;
    padding: 0.25rem 0.35rem 0.25rem 0.35rem;
    border-radius: 3px;
    background: #e60012;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
	font-weight: bold;
}

.maku_detaplan{
	margin-top: 30px;
}

.maku_detaplan .anderline{
	border-bottom: solid 1px #ccc;
    margin-top: 10px;
	margin-bottom: 10px;
}

/* ---------------------------------------------------
    他社比較表
---------------------------------------------------- */
.hikaku_table{
	width: 100%;
    border: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 10px;
	margin-top: 50px;
}

.hikaku_table tr:nth-child(-n + 2) {
    background-color: transparent;
}

.hikaku_table tr {
    background-color: #eff5f5;
    text-align: center;
}

.hikaku_colspan {
    text-align: center;
    font-size: 15px;
	font-weight: bold;
}

.hikaku_erabu {
    color: #ffffff;
    background: #ffeaea;
    font-size: 13px;
    background-color: #ed1c24;
    border-collapse: separate;
    border-top-left-radius: 12px;
    border-spacing: 0;
    border-top-right-radius: 12px;
    padding: 5px 0;
}

.hikaku_table_inner th, .hikaku_table_inner td:not(:nth-child(4)), .hikaku_table_inner th:not(:nth-child(4)) {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.hikaku_01 {
    width: 26%;
}

.hikaku_green {
    background-color: #39b54a;
    color: #ffffff;
    width: 17%;
    border-collapse: separate;
    border-top-left-radius: 12px;
    border-spacing: 0;
    border-top-right-radius: 12px;
    font-size: 17px;
}

.hikaku_red_th {
    background-color: #ffffff;
    border-top: solid 3px #ed1c24 !important;
    border-right: solid 3px #ed1c24 !important;
    border-left: solid 3px #ed1c24;
    border-collapse: separate;
    /*border-top-left-radius: 12px;*/
    border-spacing: 0;
    /*border-top-right-radius: 12px;*/
    position: relative;
}

th.hikaku_red_th::before {
    position: absolute;
    content: "";
    background-color: #ed1c24;
    width: 153px;
    height: 106%;
    top: -2px;
    left: -3px;
    z-index: -1;
}

.hikaku_orange {
    background-color: #f98c11;
    color: #ffffff;
    width: 24%;
    padding: 10px 5px;
    border-collapse: separate;
    border-top-left-radius: 12px;
    border-spacing: 0;
    border-top-right-radius: 12px;
    font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.hikaku_table tr {
    background-color: #eff5f5;
    text-align: center;
}

.hikaku_table tr th.hikaku_blue {
    background-color: #094699;
    color: #ffffff;
    border-collapse: separate;
    /*border-top-left-radius: 12px;*/
    border-spacing: 0;
    /*border-bottom-left-radius: 12px;*/
    padding: 25px 15px 25px 15px;
}

.hikaku_table_inner td {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.hikaku_table_inner td p {
    font-size: 18px;
    margin-bottom: 5px;
    border-bottom: solid 2px #333333;
    padding-bottom: 3px;
}

.img_kigou {
    width: 40px;
}

.hikaku_red {
    background-color: #f3e4e4;
    border-right: solid 3px #ed1c24;
    border-left: solid 3px #ed1c24;
}

.hikaku_red2 {
    background-color: #fbcccc;
    border-right: solid 3px #ed1c24;
    border-left: solid 3px #ed1c24;
    color: #ed1c24;
}

.hikaku_table_inner th p:first-child {
    font-size: 17px;
    margin: 10px 0 0 0;
    font-weight: bold;
    line-height: 1.3em;
	color: #ffffff;
}

.hikaku_table_inner th p {
    font-size: 14px;
    margin: 10px 0 0 0;
    font-weight: bold;
    line-height: 1.3em;
    color: #ffffff;
}

.hikaku_red_bottom {
    border-bottom: solid 3px #ed1c24;
    border-bottom-left-radius: 12px;
    border-spacing: 0;
    border-bottom-right-radius: 12px;
}


.hikaku_red_list {
    font-size: 20px;
    font-weight: bold;
    color: #ed1c24;
    text-align: center;
}

.hikaku_red_text {
    font-size: 16px;
    font-weight: bold;
    color: #ed1c24;
    text-align: center;
}

.kiji_point {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #e50e0e;
    width: 225px;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.4em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 0 20px 20px 0px;
    display: inline-block;
    vertical-align: middle;
}

.hikaku{
    width: 100%;
    overflow-x: auto;
}

.ordergom-vp2-img-head {
	margin-bottom: 0;
}

#mainBox .ordergom-vp2-img-head + p {
	margin-top: 0;
}

.gomsheet-catch {
	text-align: center;
	font-size: 20px;
	display: block;
	font-weight: bold;
	margin: 1.5rem 0 1rem;
}

.gomsheet-catch + .comBtnBase {
	margin-top: 1rem;
}

.gom-listTtl {
	font-size: 22px;
	line-height: 1.2;
}

.listStyle-Check {
	border-top: 0;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 2px solid #555;
}

.listStyle-Check ul li {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px;
	padding: 10px 5px 16px 1.6em;
}

.listStyle-Check ul li:first-child {
	margin-top: 10px;
}

.listStyle-Check ul li span {
	color: #e60012;
}

.listStyle-Check ul li:before {
	content: '';
	background-image: url(../../images/gomsheet/list-check-icon.png);
	width: 25px;
	height: 22px;
	top: calc(50% - 4px);
}

.gomsheet-solution-catch {
	display: flex;
	align-items: baseline;
	margin: 2rem auto 1.5rem;
	padding: 0 0 .25rem;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	line-height: 1.2;
	justify-self: center;
	width: fit-content;
	max-width: 100%;
}

.gomsheet-solution-catch span:not(.pcnone) {
	font-size: 30px;
	color: #e60012;
	display: inline-block;
	margin: 0 .25rem;
}

.gomsheet-solution-catch small {
	font-size: 20px;
}

.gomsheet-solution-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.gomsheet-solution-list li {
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.gomsheet-solution-list figure {
	margin: 0;
	width: 100%;
}

.gomsheet-solution-list img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.gomsheet-solution-list h4 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top: .5rem;
	line-height: 1.5;
}

.gomsheet-solution-list p {
	text-align: center;
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	white-space: nowrap;
	padding: .25rem .5rem .75rem;
}

.gom-text-16 {
	font-size: 16px;
}

.adapt-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 21px;
}

.adapt-list li {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 18px 8px 12px;
}

.adapt-list li > div {
	display: flex;
	align-items: flex-end;
	gap: 9px;
	margin-bottom: 20px;
}

.adapt-list span {
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}

.adapt-list figure {
	margin: 0;
	display: inline-flex;
	width: 48px;
	justify-content: center;
}

.adapt-list dl {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.adapt-list dl div {
	display: flex;
	align-items: center;
	gap: 9px;
}

.adapt-list dt {
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
	padding: 7px 8px;
	background-color: #f5f5f5;
	line-height: 1;
	border-radius: 3px;
}

.adapt-list dd {
	font-size: 1rem;
	line-height: 1;
}

.tr_faxBox + .listTtl {
	line-height: 1.5;
}

.listStyle ol li.gom-text-16 {
	font-size: 16px;
	line-height: 1.5;
}

.gom-listStyle-Request ol li:before {
	top: 22px;
}

.ordergom_bnr:hover{
    opacity: 0.6;

}
