@charset "UTF-8";
/* --------------------------------------------------------
投稿上部エリア
----------------------------------------------------------- */
#estimate-head-wrap {
    text-align: center;
}
#estimate-head-wrap .estimate-head-title {
    font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    font-weight: bold;
    color: #a51b09;
    margin: 3em 0 1.2em;
}
.estimate-head-wrap .estimate-head-title .sub {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1em;
    margin-bottom: 12px;
}
.estimate-head-wrap .estimate-head-title .sub::before,
.estimate-head-wrap .estimate-head-title .sub::after {
    content: "";
    display: block;
    width: 1.5px;
    height: 1.1em;
    background: #a51b09;
}
.estimate-head-wrap .estimate-head-title .sub::before {
    transform: rotate(-30deg);
}
.estimate-head-wrap .estimate-head-title .sub::after {
    transform: rotate(30deg);
}
.estimate-head-wrap .estimate-head-title .main {
    font-size: 32px;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
    margin: 30px 0 20px;
}
.flex .txt {
    text-align: left;
}
.flex .txt h2 {
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
    color: rgb(18, 74, 18);
    margin: 0 0 1em;
    padding: 1em 0.2em;
    text-align: center;
}
.flex .txt .doted {
    margin: 20px 0 0px;
    padding: 5px 0 10px;
    border-top: 1px dotted #555;
    border-bottom: 1px dotted #555;
}
.flex .txt * {
    font-size: 16px;
    line-height: 1.5;
}
.flex .txt p {
    margin: 0 0 1em;
}
.flex .txt ul {
    margin: .6em 0;
    padding-left: 1.5em;
}
.flex .txt ul li {
    margin: .2em 0;
}
.strong {
    font-weight: bold !important;
}
.no-margin {
    margin: 0 !important;
}
.estimate-head-wrap .note {
    margin: 1em 0;
    /* font-size: 13px; */
    text-align: left;
}

.article-estimate .mw_wp_form {
    background: #F2F2F2;
    padding: 5px 20px 50px;
    margin-top: 50px;
}
.article-estimate #form-original .required {
    background: #e62b0f;
    border-radius: 2px;
}
.article-estimate #form-original .period,
.article-estimate #form-original .distribution {
    width: 65px;
    padding-right: 0;
}
.article-estimate #form-original .quantity {
    width: 100px;
    padding-right: 0;
}
.article-estimate #form-original p.note {
    margin: 1em 0 0;
}
.article-estimate #form-original p.note + p.note {
    margin: 0;
}
.article-estimate #form-original p.note.margin-bottom {
    margin-bottom: 1em;
}
.article-estimate #form-original .form-dl {
    border-color: #ddd;
}
.article-estimate #form-original .form-dl.margin-bottom-none {
    border: none;
    margin-bottom: 0;
}
.article-estimate p {
    font-size: 16px;
    margin: 0 0 1.5em;
}
.article-estimate .mw_wp_form_confirm #form-original .row {
    background: #DDD;
    min-height: 44px;
}

.page-id-3811 #estimate-head-wrap {
    display: none !important;
}

@media (max-width: 767px){
    .flex .img {
        order: 5;
        margin: 30px 0 10px;
    }
    .article-estimate #form-original .form-dl dt {
        display: block;
    }
    .article-estimate #form-original .form-dl dt .required {
        display: inline-block;
        margin-left: 5px;
        vertical-align: text-top;
    }
}
@media (min-width: 768px){
    #estimate-head-wrap .estimate-head-title {
        font-size: 32px;
        margin-top: 2em;
    }
    .estimate-head-wrap .estimate-head-title .main {
        font-size: 42px;
    }
    .flex {
        flex-wrap: nowrap;
        margin-top: 50px;
    }
    .flex .img {
        flex: 0 2 50%;
    }
    .flex .txt {
        flex: 0 1 44%;
        margin-top: 0;
    }
    .flex .txt * {
        font-size: 16px;
    }
    .flex .txt h2 {
        text-align: left;
    }
    .estimate-head-wrap .note {
        padding: 0;
        text-align: center;
        /* font-size: 14px; */
    }
    .article-estimate .mw_wp_form {
        padding: 25px 50px 50px;
    }
    .pc-hidden {
        display: none;
    }
    .article-estimate p {
        font-size: 16px;
    }
}

#floating-area02 {
    display: none !important;
}