@charset "UTF-8";
.error_column input[type="text"] {
    color: red;
    background: #ffeeee;
}
.error_column i {
    color: red;
}
.required{
    color: red;
    font-size: .75rem;
}
.product_caution {
    font-size:24px;
    font-weight: bold;
}
@media screen and (max-width:800px) {
    .form_main {width:100%;}
    }
.product_caution {
    font-size:1em;
}
div.product_subcaution a {
    color:#3c1615 !important;
}

.form_main {
    width:800px;
    margin:auto;
}
    @media screen and (max-width:800px) {
    .form_main {width:100%;display: block;}
    }
.content_main table {
    table-layout: fixed;
}
.content_main table td {
    padding: 5px;
}
.content_main table td.cols-left{
    width:45%;
}
.content_main table td.cols-right{
    width:55%;
}
.content_main table textarea {
    width: 100%;
    display: block;
    padding: 5px;
}

.content_detail {
    overflow-y: scroll;
    height: 240px;
    margin-bottom: 32px;
}
.button_ok2{
    font-size: 1.4em;
    font-weight: bold;
    padding: 2% 0;
    background-color: rgba(70, 30, 30, 1);
    width: 100%;
    color: #fff;
}
@media screen and (max-width:480px) {
    .content_main {
        width:100%;
        margin-top:5%;
    }
    table.form_main,
    table.form_main tbody,
    table.form_main tr,
    table.form_main td
    {width: 100%;display: block;}

    table.form_main td {
        text-align: left;
        padding: 10px;
    }
    table.form_main td.cols-left {
        border: 1px solid #ccc;
        border-bottom:none;width: 100%;display: block;
    }
    table.form_main td.cols-right {
        border: 1px solid #ccc;
        border-top: 1px dotted #ccc;
        margin-bottom: 10px;width: 100%;display: block;
    }
    table.form_main td input[type="text"] {width:100%;}
    table.form_main td input[type="checkbox"] {width:10%;}
    table.form_main td select {width:80%;}
    table.form_main td a {color:#333;}
    .button_ok2{font-size:70%;}
    table.form_main tr:nth-child(even) {background: white;}
}

button.img-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.img-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #000;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
ul.info-box{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0px 0 10px 16px;
    padding: 5px 10px;
    border: 1px dotted #999;
    border-radius: 5px;
}

ul.info-box li{
    flex-basis: 100%;
}

tr.mng_region_border{
    width:100%;
    background: unset!important;
}
    @media screen and (max-width:480px) {
        tr.mng_region_border{display: block;}
    }
tr.mng_region_border td.border_top,
tr.mng_region_border td.border_bottom {
    margin:auto;
    padding: 0;
    text-align:center;
    color:#fff4b3 ;
    font-size: 1rem;
    letter-spacing: .2em;
    text-shadow: 0 0 2px rgba(60, 20, 20, 1);
    background-size: auto auto;
    background-color: rgba(70, 30, 30, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(60, 20, 20, 1) 10px, rgba(60, 20, 20, 1) 20px );
}

tr.mng_region_border td.border_top:before,
tr.mng_region_border td.border_top:after,
tr.mng_region_border td.border_bottom:before,
tr.mng_region_border td.border_bottom:after {
    content: "";
    width: 100%;
    display: flex;
}
@media screen and (max-width:480px) {
    tr.mng_region_border td.border_top,
    tr.mng_region_border td.border_bottom {width:100%;display: block;}
    }

tr.mng_region_border td.border_top:before{
    height: 30px;
    background: white;
    margin-bottom: 5px;
}
tr.mng_region_border td.border_top:after{
    height: 5px;
}
tr.mng_region_border td.border_bottom:before {
    height: 30px;
}
tr.mng_region_border td.border_bottom:after{
    height: 30px;
    background: white;
    margin-top: 5px;
}
a.square_btn {
    padding: 2% 0;
    width: 40%;
}

/*チェックボックス*/
input[type=checkbox], input[type=radio]{display:none;}

label {
position: relative;
padding: 0 0 0 25px;
font-size: 15px;
display: block;
margin-bottom: 10px;
} 

label:hover:after {
border-color: #0171bd;
}

label:after, label:before{
position: absolute;
content: "";
display: block;
top: 3px;
}
@media screen and (max-width:480px) {
label:after, label:before{top: 5px;}
}

label:after {
left: 0px;
margin-top: 0px;
width: 15px;
height: 15px;
border: 2px solid #999;
border-radius: 4px;} 

label:before {
left: 5px;
margin-top: 2px;
width: 5px;
height: 9px;
border-right: 3px solid #0171bd; 
border-bottom: 3px solid #0171bd;
transform: rotate(45deg);
opacity: 0;
}

input[type=checkbox]:checked + label:before {opacity: 1;}
input[type=radio]:checked + label:before {opacity: 1;}