@charset "utf-8";

/******************************* Added by KACR *********************************/
#header .head-mdl p.mi_header {
    padding-top: 5px;
    margin-right: 100px;
}

.mitsu {
    background-color: #FFFFCC;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-top: 10px;
}

#mitsu-red {
    color: #006600;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.bm_cap {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: left;
    /*background: -moz-linear-gradient(center bottom, #70B30F 0%,#9AD940 100%);*/
    background: -moz-linear-gradient(center bottom, #009944 0%, #31E280 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #009944), color-stop(1, #31E280));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#31E280', endColorstr='#009944');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#31E280',  endColorstr='#009944')";
    background-image: linear-gradient(to bottom, #31E280 0%, #009944 100%);
}

#mail-form .mi_tb th {
    background-color: #ffffff;
    border-bottom: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    font-size: 23px;
    font-weight: bold;
    padding: 36px 10px;
    vertical-align: middle;
    width: 240px;
    color: #000;
}

#mail-form .mi_tb td.sub {
    color: #444444;
    background-color: #fff5f7;
    font-size: 14px;
    padding: 14px 0 14px 2px;
    text-align: right;
    vertical-align: middle;
}

#mail-form .mi_tb td.sub2 {
    background-color: #ffffff;
    color: #444444;
    font-size: 14px;
    padding: 14px 0;
    text-align: right;
    vertical-align: middle;
}

#mail-form .mi_tb td {
    color: #444444;
    background-color: #fff5f7;
    border-bottom: 1px dashed #BBBBBB;
    border-left: none;
    font-size: 18px;
    line-height: 1.4;
    padding: 14px 10px;
    vertical-align: middle;
}

#mail-form .mi_tb td span {
    font-size: 0.8em;
}

.red {
    color: #FF0000;
}

.agreeArea {
    border-bottom: 1px solid #DADBD9;
    margin-bottom: 20px;
    padding: 15px 0;
}

.textAgreementDiv {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    height: 65px;
    overflow: auto;
    padding: 10px;
    margin: 0 70px;
}

#bm_footer {
    background-color: #E4F7FF;
    border-top: 2px solid #00A2EE;
    border-bottom: 2px solid #00A2EE;
    margin-top: 30px;
}

.bm_select {
    border: 1px solid #fca6af;
    padding: 0.2em;
}

.bm_descrip {
    font-size: 12px;
    padding-top: 5px;
}

.err {
    color: #FF0000;
    font-size: 15px;
    font-weight: bold;
}

#mail-form .btn-area {
    width: 530px;
    margin: 0 auto;
}


.form-main .main-contents {
    width: 832px !important;
    margin: 0 auto;
    float: none !important;
}

#mail-form {
    font-size: 1.3em;
    text-align: left;
}

#mail-form h4 {
    font-size: 1.3em;
    font-weight: bold;
    color: #009944;
    margin-bottom: 10px;
}

#mail-form table {
    width: 100%;
    border-collapse: separate;
}

#mail-form table th {
    width: 220px;
    vertical-align: middle;
    position: relative;
    padding: 10px 15px;
    color: #fff;
    background-color: #009944;
    border-bottom: 6px solid #fff;
    font-weight: bold;
}

#mail-form table th span.yellow-txt {
    color: #fff100;
}

#mail-form table th span.require {
    display: inline;
    padding: 0;
    margin-left: 20px;
}

#mail-form table td {
    padding: 10px 0 10px 10px;
    background-color: #ededed;
    border-bottom: 6px solid #fff;
    border-left: 6px solid #fff;
}

#mail-form table td .require-wrap dt {
    line-height: 24px;
    margin-bottom: 5px;
}

#mail-form table td .require-wrap .require {
    margin-left: 5px;
}

#mail-form label {
    margin-left: 3px;
}

#mail-form .small {
    font-size: 0.8em;
}

#mail-form input.text-box,
#mail-form input.text-box-narrow,
#mail-form input.text-box-wide,
#mail-form textarea {
    border: 1px solid #c0c0c0;
}

#mail-form input.text-box {
    width: 565px;
    height: 40px;
    padding-left: 12px;
}

#mail-form input.text-box-narrow {
    width: 90px;
    height: 23px;
    line-height: 23px;
}

#mail-form input.text-box-wide {
    width: 427px;
    height: 23px;
    line-height: 23px;
}

#mail-form textarea {
    width: 410px;
    height: 43px;
}

#mail-form table .error span.validationMessage {
    color: #FF3E3E;
    margin-top: 10px;
    font-weight: bold;
    font-size: 0.9em;
    display: block;
    text-align: left;
}

#mail-form table .error input.text-box,
#mail-form table .error input.text-box-narrow,
#mail-form table .error input.text-box-wide,
#mail-form table .error .check-box-wrap,
#mail-form table .error textArea {
    background-color: #FFD0D0;
}

#mail-form .agreement-sentence {
    margin: 20px 0 40px;
}

#mail-form .agreement-sentence dl dt {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
}

#mail-form .agreement-sentence a {
    text-decoration: underline;
}

#mail-form .btn-area {
    width: 370px;
    margin: 0 auto;
}

#mail-form .btn-area .btn-next {
    border: 0;
    margin-top: 30px;
    background: url("../images/form/btn-next.png") top left no-repeat;
    width: 370px;
    height: 100px;
    display: block;
    text-indent: -9999px;
}

#mail-form .btn-area .btn-confirm {
    border: 0;
    background: url("../images/form/btn-confirm.png") top left no-repeat;
    width: 370px;
    height: 100px;
    display: block;
    text-indent: -9999px;
}

#mail-form .btn-area .btn-confirm2 {
    border: 0;
    background: url("../images/form/btn-confirm2.png") top left no-repeat;
    width: 370px;
    height: 100px;
    display: block;
    text-indent: -9999px;
}

#mail-form .btn-area .btn-send {
    border: 0;
    background: url("../images/form/btn-send.png") top left no-repeat;
    width: 370px;
    height: 100px;
    display: block;
    text-indent: -9999px;
}

#mail-form .btn-edit-building {
    border: 0;
    background: url("../images/form/btn-edit-building.png") top left no-repeat;
    width: 311px;
    height: 61px;
    margin: 0 auto;
    display: block;
    text-indent: -9999px;
}

#mail-form .btn-edit-customer {
    border: 0;
    background: url("../images/form/btn-edit-customer.png") top left no-repeat;
    width: 311px;
    height: 61px;
    margin: 0 auto;
    display: block;
    text-indent: -9999px;
}

#mail-form .btn-edit-contact {
    border: 0;
    background: url("../images/contact/btn-edit-contact.png") top left no-repeat;
    width: 311px;
    height: 61px;
    margin: 0 auto;
    display: block;
    text-indent: -9999px;
}

#mail-form .mi_tb th span {
    color: #0982d9;
    text-decoration: underline;
    font-size: 18px;
    float: right;
    padding-right: 10px;
}

/********** /form04.php 追記 2021-03-30 **********/
.up-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.up-ai-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.up-w-30\% {
    width: 30% !important;
}

.up-w-100\% {
    width: 100% !important;
}

@media only screen and (max-width: 950px) {
    .up-w-100\%_tb {
        width: 100% !important;
    }

    .up-w-48\%_tb {
        width: 48% !important;
    }
}

@media only screen and (max-width: 480px) {
    .up-w-100\%_sp {
        width: 100% !important;
    }
}



.form04 #main.form-main .main-contents {
    width: 950px !important;
}

.form04 .mitsu {
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    text-align: center;
}

.form04 .mitsu #mitsu-red {
    font-size: 24px;
}

.form04 .mitsu .s {
    color: red;
    font-weight: bold;
    font-size: 1.25rem;
}

.form04 #mail-form label {
    margin-right: 3px;
    display: block;
    height: 100%;
    box-sizing: border-box;
}

.form04 #mail-form table {
    border-collapse: collapse;
}

.form04 #mail-form .mi_tb th {
    font-size: 20px;
    border-right: none;
    border-bottom: none;
}

.form04 #mail-form .mi_tb th span {
    text-decoration: none;
    padding-right: 0;
}

.form04 #mail-form .mi_tb td {
    background: none;
    border-bottom: none;
}

.form04 #mail-form .mi_tb tr {
    border-top: 1px solid #b7b7b7;
}

.form04 #mail-form .mi_tb tr:last-of-type {
    border-bottom: 1px solid #b7b7b7;
}

.form04 #mail-form .mi_tb .address select {
    margin-right: 3.5%;
}

.form04 #mail-form .bm_select {
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #008940;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 140%;
    height: 45px;
}

.form04 #mail-form textarea.bm_select {
    height: inherit;
}

.form04 #mail-form *:focus {
    outline: none;
}

/********** アイコンのラジオ・チェックボックス **********/
.check_icon input {
    display: none;
}

.check_icon .label_wrap {
    text-align: center;
    width: 22%;
    align-items: stretch;
}

.check_icon .label_wrap {
    margin-left: 4%;
}

.check_icon .label_wrap:first-of-type {
    margin-left: 0;
}

.check_icon .s {
    display: block;
    position: relative;
    z-index: 2;
    color: #008940;
}

.check_icon label {
    border: 2px solid #008940;
    border-radius: 3px;
    margin-left: 0 !important;
    display: block;
    padding: 10px 30px;
    position: relative;
}


.check_icon input:checked+label {
    border: 2px solid #71BB93;
    font-weight: bold;
}

.check_icon input:checked+label .s {
    color: #406d55;
}

.check_icon input:checked+label:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(224, 247, 26, 0.3);
    z-index: 1;
}

.check_icon .label_icon {
    width: 50px;
    margin-bottom: 5px;
}


@media only screen and (max-width: 950px) {
    #wrapper.form04 {
        min-width: 320px;
    }

    #wrapper.form04,
    .form04 #header2,
    .form04 .common-section,
    .form04 #main.form-main .main-contents {
        width: 100% !important;
    }

    .form04 #mail-form,
    .form04 #header3,
    .form04 #header2-inner {
        width: 94%;
        margin: auto;
    }

    .form04 #header3 {
        height: auto;
    }

    .form04 #header3 img {
        width: 45%;
        min-width: 220px;
        margin-right: 1rem;
    }

    .form04 #header3 a {
        display: block;
        margin: auto;
        width: 80%;
    }

    .form04 #header3 a img {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .form04 .head-mdl {
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form04 #dial {
        text-align: center;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .form04 #mail-form .mi_tb th {
        width: 145px;
        font-size: 18px;
    }

    .form04 #mail-form .mi_tb th span {
        float: none;
        display: block;
    }

    .form04 #mail-form .mi_tb .address select {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .form04 #mail-form .mi_tb .address select:first-of-type {
        margin-right: 2.5%;
    }

    .check_icon label {
        padding: 10px;
    }
}

@media only screen and (max-width: 740px) {
    .form04 .head-tel2 {
        float: none;
    }

    .form04 .mitsu {
        text-align: left;
    }

    .form04 .mitsu #mitsu-red {
        font-size: 18px;
    }

    .form04 #mail-form .mi_tb th,
    .form04 #mail-form .mi_tb td {
        width: 100%;
        display: block;
        padding: 1rem 0;
    }

    .form04 #mail-form .mi_tb th {
        padding-bottom: 0;
    }

    .form04 #mail-form .mi_tb .br {
        display: none;
    }

    .form04 .textAgreementDiv {
        width: 100%;
        height: 250px;
        box-sizing: border-box;
        margin: auto;
    }
}

@media only screen and (max-width: 480px) {
    .check_icon .label_wrap {
        width: 42%;
        margin: 0 4% 10px !important;
    }

    .form04 #mail-form .mi_tb .address select:first-of-type {
        margin-right: 0;
    }

    .form04 #mail-form .btn-area {
        width: 100%;
    }

    .form04 #mail-form .btn-area .btn-confirm2 {
        transform: scale(.7);
        transform-origin: top left;
        width: 100%;
        min-width: 370px;
    }
}