@charset "utf-8";

/* Write */
.write-wrap label { font-weight:bold; margin-top:4px; }
.write-wrap .control-label { padding-top:0px; }
.write-wrap .write-file { border:0;box-shadow:none; }

.write-wrap .delete-file { margin:0px; padding:0px 10px; font-weight:normal; }
.write-wrap .delete-file label { font-weight: normal; }
.write-wrap .sp-label { font-weight:normal; margin-right:10px; }
.write-wrap .sp-label input[type="checkbox"], .write-wrap .sp-label input[type="radio"] { margin-top:0px; }

#autosave_pop div { text-align:right; }
#autosave_pop button { margin:0; margin-left:10px; padding:0; border:0; background:transparent; color:#888; }
#autosave_pop ul { margin:0; padding:0; padding-left:15px; list-style:disc; }
#autosave_pop li { padding:2px 5px;  }
#autosave_pop li:after { display:block; visibility:hidden; clear:both; content:""; }
#autosave_pop a { display:block; float:left; }
#autosave_pop span { display:block;; float:right; }

#variableFiles { width:100%; margin:0; border:0; }
#variableFiles td { padding:0px 0px 7px; border:0; }
#variableFiles input[type=file] { box-shadow : none; border: 1px solid #ccc !important; outline:none; }
#variableFiles .form-group { margin-left:0; margin-right:0; margin-bottom:7px; }
#variableFiles .checkbox-inline { padding-top:0px; font-weight:normal; }


.write-wrap {padding: 0 50px;}
.write-wrap h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 40px;
    text-align: center;
}
.write-wrap table {
    width: 100%;
    border-top: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
}
.write-wrap table th {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #eeeeee;
    padding: 15px;
    width: 180px;
    border: 1px solid #bbb;
}
.write-wrap table td {
    width: calc(100% - 180px);
    padding: 15px 20px;
    border: 1px solid #bbb;
}
.write-wrap table td input {
    box-shadow: none;
    border: 1px solid #bbb;
    max-width: 240px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 5px !important;
    background: #eeeeee;
}
.write-wrap table td .mail_group {
    font-size: 16px;
    font-weight: bold;
}
.write-wrap table td .mail_group input {display: inline-block;}
.write-wrap table td .radio_group input {
    overflow: hidden;
    display: none;
    width: 0px;
    height: 0px;
    border: 0 none;
    font-size: 0;
    line-height: 0;
    clip: rect(0 0 0 0);
    opacity: 0;
}
.write-wrap table td .radio_group input + label {
    font-size: 16px;
    font-weight: normal;
    position: relative;
    margin-right: 60px;
}
.write-wrap table td .radio_group input + label:last-child {margin-right: 0;}
.write-wrap table td .radio_group input + label::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #eee;
    border: 1px solid #bbb;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.write-wrap table td .radio_group input:checked + label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #003366;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 6px;
}
.write-wrap table td textarea {
    box-shadow: none;
    border: 1px solid #bbb;
    padding: 15px;
    border-radius: 10px !important;
    background: #eeeeee;
    height: 430px !important;
}

.m0501_caution {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.write-wrap .write-btn { margin:35px 0px 0; text-align:center; }
.write-wrap .write-btn button {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 220px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #6699cc;
    padding: 0;
    border: none;
}
.write-wrap .write-btn button:hover {background: #6699cc;}


@media all and (max-width: 767px) {
    .write-wrap h2 {margin-bottom: 15px;}
    .write-wrap {padding: 0;}
    .write-wrap table {border: none;}
    .write-wrap table th {
        display: block;
        background: none;
        border: none;
        text-align: left;
        font-size: 18px;
        padding: 0 0 5px;
        width: 100%;
    }
    .write-wrap table td {
        width: 100%;
        display: block;
        border: none;
        padding: 0;

    }
    .write-wrap table td input {
        width: 100%;
        max-width: none;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .write-wrap table td .mail_group input {
        width: calc((100% - 28px)/2);
    }
    .write-wrap table td .radio_group {margin-bottom: 15px;}
    .write-wrap table td .radio_group input + label {
        margin-right: 10px;
        font-size: 15px;
    }
}