/* original */

#skt-builder-home-section7-block,#skt-builder-home-section3-block{display: none;}
.ptag1 p{margin: 0px;}

body.page h1 {
    position: relative;
    padding: .75em 1em;
    background-color: #0155A4;
    background:linear-gradient(#037CC9, #0155A4);
    color: #fff;
}
body.page h1::before,
body.page h1::after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: transparent;
}
body.page h1::before {
    left: 0;
    border-width: 0 15px 15px 0;
    border-right-color: #ccc;
}
body.page h1::after {
    right: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-top-color: #ccc;
}
body.page-template-page-fullwidth_template h2{border-bottom: 1px solid #222;margin-bottom: 10px !important; padding-bottom: 3px;color: #1058A8;}
body.page-template-page-nosidebar_template h2{border-bottom: 1px solid #222;margin-bottom: 10px !important; padding-bottom: 3px;color: #1058A8;}

h3 {
    color: #444;
    line-height: 1.6em;
    padding: 10px !important;
    border-left: 4px solid #888;
    border-bottom: 1px solid #888;
}

.skt-builder-home-section2-block .skt-builder-service-column-title {
    font-size: 20px !important;
    color: #107CC0 !important;
}


/* top */

.skt-builder-service-column-link{ display: none;}
#skt-builder-home-section4-block,#skt-builder-home-section6-block{display: none;}
.abouttitledes {
    height: auto !important;
}

/* company */

.companyitem th,.companyitem td{padding: 30px;border: 1px solid #ccc;}
.companyitem th{width: 30%;}

/* page */

.pbox1 ul{}

body.page-id-3127 .thn_post_wrap ul li {
    list-style-type: disc !important;
}

/* 問い合わせフォーム */

.thn_post_wrap table th, .org_comment table th {
    padding: 10px !important;
    background: rgba(0, 0, 0, 0) !important;
}
.thn_post_wrap table tr:nth-child(2n+1), .org_comment table tr:nth-child(2n+1) {
    background: rgba(0, 0, 0, 0) !important;
    border: none !important;
}
.wpcf7 {
    margin: 0px auto !important;
    padding: 0px !important;
    padding-bottom: 0px;
    padding-bottom: 0px !important;
    background: rgba(0, 0, 0, 0) !important;
}
#form1{overflow: hidden;}
#form1 th,#form1 td{padding: 20px 40px;background-color: #fff !important;border: 1px solid #ccc !important;}
#form1 th{width: 40%;text-align: left;font-weight: normal;}
#form1 .form_1{background-color: #f39800;padding: 10px;color: #fff; text-align: center !important;margin-bottom: 20px;}
#form1 .color-botton01{width: 220px; margin: 20px auto;padding: 15px 5px; background-color: #f39800;text-align: center;border-radius: 30px;}
#form1 .color-botton01 a{color: #fff;}
#form1 table{background-color: #fff !important;margin-bottom: 20px;}

@media (min-width: 768px){
    .wpcf7 {
        width: 100% !important;
    }
    
    /* slider */

    .slider1{font-size: 30px !important;font-weight: 700 !important;}
}

.wpcf7 {
    margin: 0px auto !important;
    padding: 0px !important;
    padding-bottom: 0px !important;
    background: rgba(215, 215, 215, 0.15);
}
span.wpcf7-list-item {
    display: block !important;
    margin: 0 0 0 1em;
    width: 100%;
}

/* 必須マーク */
.must{
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
    background: #F92931;
    border-radius: 20px;
    font-size: 11px;
}

/* 任意マーク */
.free {
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
    background: #a9a9a9;
    border-radius: 20px;
    font-size: 11px;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}


/* 送信ボタンを見やすくする */
input.wpcf7-submit {
    width: 100%;
    height: 80px;
    background: #11A6FF;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}

.wpcf7-form-control.wpcf7c-btn-confirm{
    width: 350px;
    padding: 15px !important;
    color: #fff;
    font-size: 30px !important;
    font-weight: 600;
    border-radius: 50px !important;
    margin-top: 30px !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc86a+0,f39800+100 */
    background: #ffc86a !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffc86a 0%, #f39800 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffc86a 0%,#f39800 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffc86a 0%,#f39800 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc86a', endColorstr='#f39800',GradientType=0 ) !important; /* IE6-9 */

}

@media only screen and (max-width:480px){
    #form1 { margin: 0 -10px; }
    #form1 th,
    #form1 td{
        width: 100% !important;
        display: block;
        border-top: none;
    }
    #form1 tr:first-child th { border-top: 1px solid #ddd; }
}



#form2 { margin: 0 -10px;font-size: 14px;}
#form2 th,
#form2 td{
    width: 100% !important;
    display: block;
    border-top: none;
    text-align: left;
    padding: 0px;
}
#form2 td{background-color: #ccc;}
#form2 tr:first-child th { border-top: 1px solid #ddd; }
#form2 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 70px;
}
#form2 th{font-weight: normal;}
#form2 td input{padding: 0px;}
.skt-builder-home-section8-block .skt-builder-formbox input[type="submit"] {
    border: none;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 600;
    width: 100% !important;
    padding: 5px !important;
    float: none;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px !important;
}
#form2 input.wpcf7-submit {
    width: 100%;
    height: auto;
    background: #11A6FF;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.skt-builder-home-section8-block .skt-builder-formbox-inner {
    padding: 20px !important;
}

@media (min-width: 768px) and (max-width: 1023px){}
@media (min-width: 768px) and (max-width: 900px){}
@media(max-width: 639px){}
@media (max-width: 575px) {}
@media(max-width: 479px){}

@media only screen and (min-width: 300px) {}
@media only screen and (min-width: 400px) {}
@media only screen and (min-width: 700px) {}
@media only screen and (min-width: 900px) {}
@media only screen and (min-width: 1100px) {}



