@charset "utf-8";

@-ms-viewport {
    width: auto;
}

/*----------------------------- 
　共通
-------------------------------*/

* {
    /* スマホずれ防止のため、全てを含めたサイズで指定 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, sans-serif;
    width: 100%;
    overflow-x: hidden;
    color: #312927;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    /* iPhoneのデフォルト1.6で統一 */
    line-height: 1.6;
}

img {
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    z-index: 100;
}


p {
    line-height: 1.5rem;
    font-size: 16px;
    text-align: left;
}


.pc {
    display: inherit;
}

.sp {
    display: none;
}

#container {
    margin: 0 auto;
}

/* ブロックマージン調整用 */
.blank_sm {
    height: 8px;
}

.blank_mm {
    height: 16px;
}

.blank_lm {
    height: 24px;
}

.blank_xlm {
    height: 32px;
}

/* 画像を重ねる際の設定 */
.layerbox {
    position: relative;
    width: 100%;
}

/* 背景とする画像。これを指定する画像が高さとなる */
.layer_bg {
    position: relative;
    width: 100%;
}

/* 重ねる画像 */
.layer_fg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
}

.inner {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    line-height: 0;
}

.under {
    background: linear-gradient(transparent 80%, yellow 80%);
}


#header {
    margin: 0 auto;
    width: 100%;
    top: 0;
    background-color: white;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    z-index: 200;
    border-bottom: 1px solid #bababa;
}

#maildone {
    padding: 16px;
    background-color: #e1ffee;
}

.sameh2 {
    margin-top: 16px;
    font-size: 32px;
    line-height: 4rem;
    color: white;
    text-align: center;
    background: #b4ddb4;
    background: -moz-linear-gradient(left, #b4ddb4 0%, #52b152 15%, #005700 30%, #004f1c 50%, #005700 70%, #52b152 85%, #b4ddb4 100%, #b4ddb4 100%);
    background: -webkit-linear-gradient(left, #b4ddb4 0%, #52b152 15%, #005700 30%, #004f1c 50%, #005700 70%, #52b152 85%, #b4ddb4 100%, #b4ddb4 100%);
    background: linear-gradient(to right, #b4ddb4 0%, #52b152 15%, #005700 30%, #004f1c 50%, #005700 70%, #52b152 85%, #b4ddb4 100%, #b4ddb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4ddb4', endColorstr='#b4ddb4', GradientType=1);
    border-radius: 10px;
}

.annotation {
    padding: 8px;
    font-size: 12px;
    margin-bottom: 16px;
}

#header_wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header_1 {
    text-align: right;
    width: 40%;
    padding-bottom: 5px;
}

#header_1 img {
    display: block;
    width: 100%;
    padding-top: 5px;
}

#header_2 {
    width: 80%;
    text-align: left;
    display: block;
    padding-top: 10px;
}

#header_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding-top: 10px;
    text-align: right;
    right: 0;
}

#header_2 img {
    width: 100%;
    margin-left: 20%;
}

#header_3 img {
    display: inline-block;
    width: 80%;
}

#top {
    padding-top: 90px;
}

#top .obi {
    background: #199e4a;
    padding-top: 20px;
    padding-bottom: 20px;
}

#top .obi img {
    width: 40%;
}

.pc_top {
    background-image: url(../images/top_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.sp_top {
    background-size: 100% 100% !important;
}

.top_box {
    padding-top: 0px;
    line-height: 0;
}

.top_box img {
    display: block;
    width: 100%;
    margin: 0 auto;
    line-height: 0;
}

.top_under {
    background: #199e4a;
}

.time {
    top: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    left: 5%;
}

#view_time {
    color: #fc0041;
}

.top_cv {
    padding-top: 20px;
    background-color: #f0fce4;
    padding-bottom: 20px;
}

.pc_mail {
    position: absolute;
    width: 12%;
    right: 19%;
    bottom: 17px;
}

.obi {
    padding-top: 30px;
    padding-bottom: 30px;
}

.covid {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.covid .pc img {
    width: 80%;
}

.okomari .obi {
    background: #199e4a;
}

.okomari {
    background-image: url(../images/okomari_b.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.price {
    padding-top: 40px;
    background: #e1ffee;
    padding-bottom: 40px;
}

.cv_pc {
    background-image: url(../images/cv.png);
    width: 900px;
    margin: 0 auto 20px;
    height: 335px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
}

.cv_button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 10%;
}

.cv_button img {
    padding-top: 10px;
    padding-right: 30px;
}

.kiken .obi {
    background-image: url(../images/mokume.png);
    background-repeat: repeat;
}

.kiken {
    background-image: url(../images/kiken_b.png);
    padding-bottom: 40px;
}

.white {
    background: white;
}

.kiken_item {
    display: flex;
    margin-bottom: 20px;
}

.kiken_contents {
    padding: 10px;
    width: 250px;
    padding: 10px;
}

.kiken_item img {
    padding-bottom: 10px;
}

.kiken_t {
    display: flex;
    align-items: center;
}

.kiken_item p {
    font-size: 18px;
    width: 240px;
    padding-left: 10px;
    font-weight: 500;
}

.kiken_t img {
    width: 70px;
}

.kiken_t p {
    font-weight: 600;
    color: #104727;
    font-size: 22px;
    line-height: 1.8rem;
    padding: 5px;
}

.reason {
    background: #199e4a;
    padding-bottom: 32px;
    padding-top: 8px;
}

.reason_item {
    display: flex;
    background: white;
    margin: 20px;
}

.reason_item > img {
    display: block;
    width: 50%;
    margin: 8px 16px;
}

.reason_text {
    width: 50%;
    padding-top: 40px;
    padding-right: 40px;
}

.reason_text {
    position: relative;
    font-size: 20px;
    line-height: 2rem;
}

.reason_t {
    font-size: 40px;
    font-weight: 600;
    color: #00481f;
    line-height: 3rem;
    border-bottom: 6px double #17aa55;
    margin-bottom: 10px;
}

.reason_text img {
    width: 15%;
    right: 16px;
    bottom: 0;
    padding: 0;
    position: absolute;
}

.jisseki {
    background: #e1ffee;
    padding-bottom: 90px;
}

.j_t {
    font-size: 36px;
    font-weight: 600;
    color: #00481f;
    text-align: center;
}

.jisseki_item {
    margin-bottom: 32px;
    margin-top: 32px;
    background-color: white;
    width: 50%;
    margin: 8px;
}

.jisseki_item img {
    padding: 16px;
}

.jisseki_item p {
    padding: 20px;
    padding-top: 0xp;
}

.j_type {
    color: white;
    background: #007130;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.jisseki_column {
    display: flex;
}

.flow {
    position: relative;
    margin-bottom: 16px;
    margin-top: 16px;
}

.flow_item {
    display: flex;
    margin-bottom: 16px;
}

.flow_t {
    position: relative;
    height: 64px;
    padding: 20px;
    background: #ffba60;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.flow_t:before {
    position: absolute;
    top: 0;
    right: -63px;
    content: '';
    border-width: 32px 32px 32px;
    border-style: solid;
    border-color: transparent transparent transparent #ffba60;
}

.flow_t:after {
    position: absolute;
    top: calc(50% - 7px);
    left: -10px;
    width: 14px;
    height: 14px;
    content: '';
}

.flow_t2 {
    position: relative;
    height: 64px;
    padding: 20px;
    background: #ffba60;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.flow_sankaku {
    content: "";
    font-size: 40px;
    text-align: center;
    display: table-cell;
    /* IE8から使用可能 */
    vertical-align: middle;
}

.trouble .obi {
    background-image: url(../images/weed.png);
    background-repeat: repeat;
    padding-top: 55px;
}

.trouble {
    background: #199e4a;
    padding-bottom: 20px;
}

.t_t {
    font-size: 36px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.trouble img {
    padding: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.trouble_t {
    font-size: 28px;
    font-weight: 600;
    color: #713000;
    margin-bottom: 10px;
}

.trouble_t2 {
    font-size: 24px;
    font-weight: 600;
    color: #f96900;
    line-height: 2rem;
}

.trouble_item {
    display: flex;
    background: white;
    margin: 20px;
    top: 0%;
}

.trouble_item img {
    width: auto;
}

.trouble_text p {
    top: 20%;
    position: relative;
    padding: 10px;
}

.trouble_text2 {
    padding: 20px;
}

.trouble_text2 img {
    width: 30%;
    margin-left: 30%;
}

.season {
    background: white;
    border: solid 3px #eeffca;
    margin: 20px;
    border-radius: 10px;
    padding-bottom: 20px;
}

.s_t {
    background: #eeffca;
    font-size: 30px;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    color: #6e9619;
}

.s_t p {
    text-align: center;
    font-size: 24px;
}

.s_overview {
    margin: 30px;
    font-size: 20px;
    line-height: 2rem;
}

.s_item {
    display: flex;
}

.month {
    display: block;
    text-align: center;
}

.s_contents {
    padding: 20px;
    margin: 0 auto;
    display: inline-block;
    width: 300px;
    text-align: center;
}

.season img {}

.qa {
    padding-bottom: 50px;
}

.q_t {
    font-size: 36px;
    text-align: center;
    color: white;
    background: #004f1c;
    padding: 20px;
    width: 70%;
    margin: 0 auto;
    font-weight: 600;
}

.qa_item img {
    padding-bottom: 20px;
}

.q-module {
    width: 90%;
    margin: 55px auto 0;
    padding-left: 60px;
    letter-spacing: .08em;
    background-image: url(../images/q_list.png);
    background-repeat: no-repeat;
}

.q-module:before,
.q-module:after {
    display: block;
    content: '';
}

.q-module .q-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-left: 40px;
    color: #004f1c;
    line-height: 2rem;
}

.q-module .q-article {
    position: relative;
    padding: 24px;
    background-color: #e1ffee;
    margin-left: 40px;
}

.q-module .q-article .a-h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}

.q-module .q-article p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 12px;
}

.q-module:after {
    clear: both;
}

.voice {
    background-image: url(../images/voice_b.png);
    background-size: cover;
    padding-bottom: 20px;
}

.voice_item {
    background-color: white;
    border: 5px solid #004f1c;
    border-radius: 10px;
    margin-bottom: 20px;
}

.voice_spec {
    display: flex;
    background: #004f1c;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.voice_spec p {
    color: white;
    font-size: 30px;
    font-weight: 500;
    padding-right: 10px;
    padding-left: 10px;
    align-items: center;
}

.v_area {
    margin-right: 100px;
    margin-left: 20px;
    padding: 10px;
    padding-top: 16px;
}

.v_day {
    background-color: #199e4a;
    padding: 10px;
    border-radius: 5px;
    padding-top: 16px;
}

.v_type {
    background: #007130;
    padding: 10px;
    margin-left: 20px;
    border-radius: 5px;
    padding-top: 16px;
}

.customer {
    display: flex;
}

.customer img {
    width: 200px;
    right: 5px;
    position: absolute;
    border-radius: 5px;
}

.voice_text {


    margin: 20px;


}

.v_t {

    color: #ff6500;
    font-size: 32px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 20px;

}

.voice_comment {

    background: #e1ffee;
    border-radius: 10px;
}

.voice_comment p {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    color: #00481f;
    padding: 10px;

}


*:first-child + voice_comment p {
    display: inline;
    zoom: 1;
}



.area {

    padding-top: 30px;
    padding-bottom: 30px;
}


.fuwa {
    line-height: 5rem;
    width: 100%;
    -webkit-animation: fuwav 1s ease-in-out infinite alternate;
    animation: fuwav 1s ease-in-out infinite alternate;
}

.fuwafuwa {
    -webkit-animation-name: fuwafuwa;
    /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;

    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}


/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(10, 10);
    }

    50% {
        -webkit-transform: translate(0, -10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

.fuwafuwa2 {
    -webkit-animation-name: fuwafuwa2;
    /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-name: fuwafuwa2;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in;

}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa2 {
    0% {
        -webkit-transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(10px, -20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}


/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa2 {
    0% {
        -webkit-transform: translate(10, 10);
    }

    50% {
        -webkit-transform: translate(0, -10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}


.fuwafuwa3 {
    -webkit-animation-name: fuwafuwa3;
    /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-name: fuwafuwa3;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in;

}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa3 {
    0% {
        -webkit-transform: translate(20px, 20px);
    }

    50% {
        -webkit-transform: translate(10px, -20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}


/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa3 {
    0% {
        -webkit-transform: translate(20, 10);
    }

    50% {
        -webkit-transform: translate(0, -10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}



.area_wrap {
    background-color: white;
    padding: 16px 16px;
    margin: 0 auto;
    max-width: 1080px;
    padding-bottom: 20px;
}

.area_wrap span {
    white-space: nowrap;
}

#area_list {
    width: 100%;

}

#area_list table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    margin-bottom: 20px;
}

#area_list table tr {
    border-bottom: solid 1px #f7ced3;
}


#area_list table thead tr td:nth-child(1) {
    color: #432605;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    background-color: #fccb00 !important;
    width: 18%;

}


#area_list table thead tr td:nth-child(2) {
    border-bottom: solid 1px #EB6877;
}

#area_list table td:nth-child(odd) {
    white-space: inherit;

    width: 18%;
    font-size: 20px;
    font-weight: 500;
    color: #ee3c3c;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.5rem;
}



#shitei_info table td:nth-child(odd) {
    background-color: white;
    border-right: solid 1px #9bd0dd;
}

#area_list table td:nth-child(even) {
    padding: 8px 28px 8px 8px !important;
    font-size: 20px;
    line-height: 1.4rem;
}

#area_list table thead tr td:nth-child(even) {
    position: relative;
    padding: 20px;
}



a.button {
    display: inline-block;
}



.blank {
    height: 50px;
}

#maildialog {


    background: #e1ffee;
    padding-top: 50px;
    padding-bottom: 50px;


}


#maildialog img {

    width: 70%;
}


.flex_mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px 16px 16px;


}

#contact-box {
    padding: 0 16px 16px 16px;
    border-left: 2px solid #d33232;
    border-right: 2px solid #d33232;
    border-bottom: 2px solid #d33232;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#contact-headdesc {
    margin: 0 auto;
    width: 80%;
    padding-top: 32px;
}

.mail_column {
    width: 100%;
    padding: 0 60px;
    margin-bottom: 40px;

}

.mail_column div:nth-child(n + 2) {
    padding-left: 16px;
}

.mail_column div:last-child {
    margin-bottom: 8px;
}

.mail_title span:first-child {
    font-size: 12px;
    color: red;
}


.mail_title {
    position: relative;
    padding-left: 70px;
    font-size: 20px;
    color: #000;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mail_title ::before,
.mail_title ::after {
    content: "◆";
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
}

.mail_title ::before {
    left: 0;
    top: -3px;
}

.mail_title ::after {
    left: 5px;
    top: 3px;
    color: #A1B8D1;
}



input,
textarea {
    font-size: 18px;
    padding: 8px;
    border: solid 1px #c6c6c6;
    border-radius: 5px;
    margin: 16px;
    width: 80%;
    align-items: center;


}

.mail_box {

    margin: 0 auto;
    text-align: center;
    background: white;
    padding-top: 32px;
}

}

#mailform img {
    width: 100%;
}

#mailform span {
    font-size: 12px;
    color: #fc6c6c;
}

.mail_submit {
    text-align: center;
    margin-bottom: 16px;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}


input[type=submit] {
    font-size: 24px;
    color: white;
    background-color: #199e4a;
    text-align: center;
    width: 50%;
    cursor: pointer;
    cursor: hand;
    overflow-x: hidden;
    border-radius: 5px;
}

input:hover {
    opacity: 0.7;
    -webkit-transition: 1s;
    -webkit-transition: .5s;
    -webkit-transition: .7s;
    transition: .7s;
}


.formErrorContent {
    position: relative;

    color: white;
    font-size: 14px;
    background-color: red;
    padding: 5px;
    border-radius: 5px;
    z-index: 500;
    bottom: 50px;
    line-height: 20px;

}

#mailsending {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
}

#mailsending .message {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.radio_b {
    margin: 16px auto;
    text-align: left;
    width: 80%;
}

.radio_b input {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
}

.rabdio-input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-label {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 16px 2px;
    border-radius: 5px;
    margin-right: 8px;
    cursor: pointer;
    border: 2px solid #007130;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.radio-input:checked + .radio-label {
    background: rgba(0, 113, 48, 0.7);
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
}

.formErrorContent {
    position: relative;
    text-align: center;
    color: white;
    font-size: 14px;
    background-color: red;
    padding: 5px;
    border-radius: 5px;
    z-index: 10000;
    bottom: 50px;


}

.modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
}

h1 {

    margin-bottom: 40px;
    margin-top: 40px;
}

h2,
h3,
h4 {

    margin-bottom: 16px;
    text-align: center;

}

h3,
h4 {

    margin-top: 32px;

}

.modal_none {
    display: none;
}

.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center
}

.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}

.modal-wrapper .modal-window {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    height: auto;
    max-width: 700px;
    padding: 30px 30px 16px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle;
    margin-bottom: 30px;

}

.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background-color: white;
    opacity: 0.7;
}

.modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
}



#company {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    margin: 0 auto;
    color: black;
}

#company img {

    width: 60%;
}

#company_list ul li {
    margin-left: 16px;
}

#company_list table thead tr td:nth-child(1) {
    color: white;
    font-size: 18px;
    text-align: center;
    background-color: #EB6877 !important;
    border-bottom: solid 1px #EB6877;
    line-height: 2.5rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 18%;
    font-size: 16px;
}

#company_list table thead tr td:nth-child(1) {
    background-color: #0d55a1 !important;
    border-bottom: solid 1px #3079c6;
}

#company_list table thead tr td:nth-child(2) {
    border-bottom: solid 1px #0d55a1;
}

#company_list table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;

}

#company_list table td:nth-child(odd) {
    background-color: #fff2f4;
    white-space: nowrap;
    padding: 0 14px !important;

}

.company-info .inner {
    padding-bottom: 30px;
}

#company_list table td:nth-child(odd) {
    width: 30%;
    white-space: inherit;
}

#company_list table thead tr td:nth-child(1) {
    background-color: #0d55a1 !important;
    border-bottom: solid 1px #3079c6;
}

#company_list table tr:nth-child(even) td:nth-child(even) {
    background-color: #fafafa;
}

#company_list table td:nth-child(odd) {
    background-color: #e1ffee;
    border-bottom: solid 1px #fff;
    line-height: 1.4em;

}


#company_list table td:nth-child(even) {
    padding: 8px 28px 8px 8px !important;
    line-height: 1.4em;
    text-align: left;
    font-size: 16px;

}

#company_list table thead tr td:nth-child(even),
    {

    position: relative;
    padding: 0 28px 0 0 !important;
}

footer {

    padding-top: 16px;
    background-color: #622a00;
    font-size: 16px;
    color: white;
    text-align: center;
    padding-bottom: 24px;

}

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

    .pc_top {

        background-size: 125% 120% !important;

    }




}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: inherit;
    }

    #header_wrap {

        height: auto;

    }

    .br-sp {
        display: none;
    }

    #header_1 {


        width: 100%;
        padding: 10px;


    }


    #header_1 img {

        width: 70%;
    }

    #header_3 {

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 10px;



    }



    #header_3 img {

        width: 100%;
        padding-left: 20px;

    }


    #header_3 > a {
        display: block;

        width: 22%;
    }

    #top {
        padding-top: 80px;


    }


    .obi {

        padding-top: 16px;
        padding-bottom: 16px;

    }

    .top_cv {

        margin: 0 auto;
        text-align: center;
        padding-bottom: 8px;
        padding-top: 0;
    }

    .top_cv .phone_button {

        padding: 0;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }

    .top_cv .cv_sp_button {

        padding-top: 16px;
        margin: 0 auto;
    }

    .cv_sp {

        position: relative;
        padding-bottom: 30px;
        background: #e1ffee;
    }


    .phone_button {

        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
        padding-top: 16px;
    }


    .cv_sp_button {

        display: flex;

        padding-top: 41%;
        width: 90%;
        justify-content: space-between;
    }



    .time {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        line-height: 3;
        top: 160px;
        margin: 0 auto;
        display: block;
        left: 0;
    }

    .kiken {

        padding-bottom: 0;

    }

    .kiken_item {

        display: block;
        text-align: center;

    }

    .kiken_contents {
        width: 45%;
        display: inline-block;
    }

    .kiken_item p {
        font-size: 22px;
        width: 330px;
        padding-left: 10px;
        text-align: left;
        line-height: 1.8rem;

    }

    .jisseki {

        padding-bottom: 8px;

    }

    .reason_text {
        padding-top: 30px;
        padding-right: 20px;
    }

    .reason img {
        width: 50%;
    }


    .reason_t {
        font-size: 30px;
        line-height: 2rem;

    }

    .reason_text img {
        display: none;
    }


    .trouble_text p {
        top: 12%;
        padding: 0px;
        padding-right: 10px;

    }

    .trouble_t {

        font-size: 24px;
    }

    .trouble_text2 img {
        width: 50%;
        margin-left: 30%;
    }


    .qa_item img {
        padding-bottom: 0px;
    }

    .voice_spec p {
        font-size: 24px;

    }

    .v_area {
        margin-right: 20px;
        margin-left: 20px;
        padding: 10px;
        padding-top: 16px;
    }

    .v_t {

        font-size: 28px;
        width: 70%;
        line-height: 2rem;
        margin-bottom: 10px;

    }

    #area_list table td:nth-child(even) {

        font-size: 20px;

    }

    .banner {
        margin: 10;
        position: fixed;
        bottom: -10px;
        left: 0;
        width: 100%;
        z-index: 999;
        background-image: url(../images/weed3.png);
        text-align: center;
    }

    .banner_text {

        width: 60%;

        margin-top: 30px;
    }



    footer {
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 450px) {
    .pc {
        display: none;
    }

    .sp {
        display: inherit;
    }

    .br-sp {
        display: block;
    }

    #header_wrap {
        height: 100%;
    }

    #header_1 {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    #header_1 img {
        width: 60%;
        padding-top: 5px;
        padding-left: 10px;
        padding-bottom: 5px;
    }

    #header_3 {
        width: 28%;
        position: absolute;
        padding-right: 0;
    }

    #header_3 img {
        width: 100%;
        padding: 0;
    }

    #header_3 a {
        display: block;
        width: 100%;
        padding-right: 10px;
    }

    #top {
        padding-top: 60px;
    }

    .top_box {
        padding-top: 0px;
    }

    .obi {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .time {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 3;
        top: 85px;
        margin: 0 auto;
        display: block;
        left: 0;
    }

    .covid {
        margin: 0;
    }

    .price {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .qa .obi {
        padding-top: 24px;
        padding-bottom: 8px;
    }

    .cv_sp {
        padding-bottom: 0px;
        background: #004f1c;
    }

    .cv_sp_button {
        width: 100%;
        justify-content: space-between;
    }

    .cv_sp_button img {
        padding-left: 16px;
        padding-right: 16px;
    }

    .kiken_contents {
        padding: 5px;
        width: 49%;
    }

    .kiken_t img {
        width: 40px;
    }

    .kiken_t p {
        font-size: 18px;
    }

    .kiken_item p {
        font-size: 16px;
        width: 170px;
        text-align: left;
        line-height: 1.5rem;
    }

    .reason_item {
        display: block;
        background: white;
        margin: 16px;
    }

    .reason_text {
        padding: 20px;
        font-size: 16px;
        padding-top: 5px;
    }

    .reason_t {
        font-size: 24px;
        line-height: 1.5rem;
    }

    .reason img {
        width: 90%;
        padding: 5px;
    }

    .reason_text {
        width: 100%;
    }

    .reason_text img {
        display: none;
    }

    .j_t {
        font-size: 24px;
    }

    .jisseki_column {
        display: block;
    }

    .jisseki_item p {
        padding: 10px;
    }

    .jisseki_item {
        width: 92%;
        margin-right: 16px;
        margin-left: 16px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .jisseki_item img {
        padding: 8px;
    }

    .reason_sp {
        padding-top: 16px;
    }

    .reason_sp img {
        padding-left: 20px;
        padding-right: 20px;
    }

    .t_t {
        font-size: 24px;
    }

    .trouble .obi {
        padding-top: 40px;
        padding-bottom: 8px;
    }

    .trouble_item {
        display: block;
        background: white;
        margin: 8px;
    }

    .trouble img {
        padding: 10px;
    }

    .trouble_item img {
        padding: 10px;
        height: 100%;
        width: 100%;
    }

    .trouble_t {
        font-size: 24px;
        margin-bottom: 0px;
        text-align: left;
    }

    .trouble_text p {
        padding: 10px;
    }

    .trouble_t2 {
        font-size: 20px;
    }

    .trouble_text2 {
        padding: 10px;
        margin: 0 auto;
    }

    .trouble_text2 img {
        margin: auto;
        width: 40%;
    }

    .season {
        margin: 8px;
    }

    .s_t {
        font-size: 24px;
    }

    .s_overview {
        margin: 10px;
        font-size: 16px;
        line-height: 1.7rem;
    }

    .s_item {
        display: block;
    }

    .s_contents {
        display: flex;
        width: auto;
        padding: 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        /* 縦方向中央揃え（Safari用） */
        align-items: center;
        /* 縦方向中央揃え */
        -webkit-justify-content: center;
        /* 横方向中央揃え（Safari用） */
        justify-content: center;
        /* 横方向中央揃え */
    }

    .qa {
        padding-bottom: 32px;
    }

    .s_contents img {
        width: 150px;
    }

    .q_t {
        font-size: 24px;
        padding: 8px;
        width: 100%;
    }

    .q-module {
        position: relative;
        width: 100%;
        margin: 24px auto 0;
        padding: 0 16px;
        background-repeat: repeat-y;
        background-position: 31px 92px;
        background-size: 3px;
    }

    .q-module .q-title {
        font-size: 18px;
        position: relative;
        padding-top: 0;
        padding-bottom: 16px;
        padding-left: 36px;
        background-image: url(../images/q_list_sp.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 30px;
        margin: 0;
        line-height: 1.5rem;
    }

    .q-module .q-article {
        font-size: 16px;
        margin: 0;
        padding: 20px;
    }

    .q-module .q-article .a-h4 {
        font-size: 18px;
    }

    .q-module .q-article p {
        font-size: 16px;
    }

    .voice_item {
        margin-left: 8px;
        margin-right: 8px;
    }

    .voice_spec p {
        padding-right: 0px;
        padding-left: 0px;
        font-size: 15px;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
    }

    .voice_spec {
        display: block;
        padding: 3px;
        padding-bottom: 5px;
    }

    .v_area {
        padding: 2px;
        width: 100px;
    }

    .v_day {
        padding: 2px;
    }

    .v_type {
        padding: 2px;
    }

    .voice_text {
        margin: 10px;
    }

    .v_t {
        font-size: 24px;
        width: 100%;
        margin-top: 10px;
    }

    .customer img {
        width: 100%;
        right: 0;
        position: relative;
        border-radius: 5px;
        height: 100%;
    }

    .voice_comment p {
        vertical-align: middle;
        margin: 0;
        color: #00481f;
        padding: 10px;
        width: 20%;
    }

    h1 {
        margin-top: 20px;
    }

    h2 {
        margin-top: 0px;
    }

    .modal-wrapper .modal-window {
        width: 90%;
        padding: 10px;
        margin-top: 10px;
    }

    #company_list table td:nth-child(even) {
        padding: 10px !important;
    }

    .modal-wrapper {
        padding: 0px;
    }

    input,
    textarea {
        width: 90%;
    }

    input[type=submit] {
        font-size: 18px;
        width: 80%;
    }

    .area {
        padding: 0px;
    }

    .area_wrap {
        padding: 0;
        padding-top: 10px;
    }

    #area_list table td:nth-child(odd) {
        padding-left: 10px;
        width: 35%;
        font-size: 16px;
    }


    #area_list table td:nth-child(even) {
        padding: 8px 8px 8px 8px !important;
        font-size: 14px;
    }

    #area_list td:nth-child(odd) {
        font-size: 14px;
    }

    .mail_title {
        padding-left: 30px;
    }

    .mail_title ::before,
    .mail_title ::after {
        padding-left: 10px;
    }

    #maildialog {
        padding-bottom: 0px;
        padding-top: 32px;
    }

    footer {
        font-size: 16px;
        padding-bottom: 100px;
        padding-top: 0px;
    }

    .radio-label {
        font-size: 14px;
        margin: 0;
    }

    .radio_b {
        width: 100%;
        margin: 16px 0;
        text-align: center;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 350px) {
    .menkyo_b {
        top: 94%;
        width: 80%;
    }

    .kiken_item p {
        font-size: 14px;
        width: 140px;
    }

    .customer img {
        width: 179px;
        height: auto;
    }

    .voice_spec p {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 14px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
