/* メッセージ投稿 */
body {
    background-color: #e8e8e8;
}
header {
    justify-content: space-between;
    align-items: center;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% auto;
    top: 0;
    width: 650px;
    height: 85px;
    margin: 0 auto;
    display: flex;
}
form#BSJapanext {
    background-color: #F6F6F6;
}
.back {
    font-weight: 300;
    width: 117px;
    height: 32px;
}
.back:first-child {
    background-image: url(../img/back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.head_title {
    color: #FFF;
    width: 273px;
    height: 26px;
}
.prog_img {
    width: 650px;
    height: 311px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}
section.main_area {
    margin: 0 auto;
    width: 650px;
}
section.sub_area {
    margin: 0 auto;
    width: 650px;
}
.prog_title {
    font-weight: 600;
    color: #444444;
    margin-bottom: 10px;
}
.prog_recruit {
    background-color: #EEEEEE;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    height: 27px;
    font-size: 17px;
    color: #FF8A00;
}
.prog_recruit:before {
    content: '';
    width: 27px;
    height: 27px;
    background-image: url(../img/message_recruit_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.txt_area {
    padding: 5px     0;
}
.txt {
    font-size: 17px;
    font-weight: 300;
}
.txt.bold {
    font-weight: bold;
}
.txt.blank {
    height: 4vw;
}
.txt .red {
    color: red;
}
textarea {
    resize: none;
    width: 100%;
    height: 40vw;
    border: solid 1px #B4B4B4;
    padding-left: 10px;
    padding-top: 4px;
    margin-bottom: 10px;
}
textarea::placeholder {
    color: #A4A4A4;
    font-size: 17px;
}
.name_line {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 7vw;
}
span.name_title {
    font-size: 3vw;
    font-weight: 800;
}
span.name {
    font-size: 3vw;
    margin: 0 3vw;
}
.call_chg_name_box {
    font-size: 3vw;
    color: #fff;
    background-color: #EF8633;
    padding: 5px 3vw;
    line-height: 1;
}
.submit_btn,.no_submit_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 2px;
    margin-top: 10px;
}
.submit_btn {
    background-color: #EF8633;
    color: #fff;
}
.no_submit_btn {
    background-color: #DBDBDB;
    color: #fff;
}
section.bottom_area {
    background-color: #F6F6F6;
    color: #B7B7B7;
    padding: 10px 10vw;
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    flex-flow: column;
    align-items: center;
}
section.bottom_area>div {
    width: 650px;
}
.caution_title {
    color: #545454;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}
.caution_body {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 1px;
}
.post_title {
    color: #464646;
    font-weight: 500;
    font-size: 17px;
}
label#previewImage {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #e4f1f9;
    height: 30vw;
    font-size: 3vw;
    font-weight: 500;
    margin-bottom: 5vw;
}
label>img {
    width: 10vw;
    margin-bottom: 2vw;
}
img#preview_img {
    margin: 2vw;
    height: 25vw;
    width: auto;
}
input#upimg {
    display: none;
}
.note {
    margin-bottom: 5vw;
}
.note_box {
    border: solid 1px #999;
    padding: 2vw 2vw 4vw 2vw;
    margin-top: 3vw;
    background-color: #f9f9ee;
}
.under {
    text-decoration: underline;
    margin: 2vw 0;
    font-weight: 400;
}
.present_img {
    width: 65vw;
    height: 35vw;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-top: 2vw;
}
.personal_area {
    display: flex;
    border: solid #d1d1d1;
    border-width: 1px 1px 0 1px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 5vw;
}
.personal_line {
    display: flex;
    border-bottom: solid 1px #d1d1d1;
    width: 100%;
    height: 10vw;
    align-items: center;
}
.personal_title {
    background-color: #eae5e5;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30vw;
}
.personal_info {
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 3vw;
    width: 100%;
    border-left: solid 1px #d1d1d1;
}
.score_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7.5vw;
}
.score_line>div {
    background-image: url(../img/star_blank.png);
    width: 12vw;
    height: 12vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.score_txt_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3vw 0 10vw 0;
}
.score_txt {
    font-size: 3.5vw;
    color: #555555;
}
.score_border {
    border-bottom: solid 1px #9F9F9F;
    width: 15vw;
}
select {
    width: 100%;
    height: 30px;
    margin-bottom: 10vw;
    border-radius: 0;
    border: solid 1px #C6C6C6;
    color: #555555;
    background-color: #fff;
    padding-left: 0.5vw;
    font-size: 17px;
}
option {
    font-size: 17px;
}
.nickname_line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}
.nickname_title {
    color: #464646;
    font-weight: 500;
    font-size: 17px;
    padding: 0 10px 0 0;
}
input.nickname_input {
    border-radius: 0;
    width: 445px;
    height: 30px;
    border: solid 1px #B4B4B4;
    text-align: left;
    padding-left: 10px;
    font-size: 15px;
}
.radio_line,.radio_line>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.radio_line {
    margin: 0 10vw;
}
.radio_line.sex {
    margin: 0;
    width: 50vw;
    padding: 0 5vw;
}
.radio_line.age {
    margin: 0;
    width: 445px;
    padding: 0 5vw;
}
input[type="radio"] {
    display: none;
}
label.radio_input {
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
label.radio_input:before {
    content: '';
    background-image: url(../img/radio_off.png);
    width: 4vw;
    height: 4vw;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}
input[type="radio"]:checked + label:before {
    background-image: url(../img/radio_on.png);
}
select.age {
    margin: 0;
    width: 445px;
    border-radius: 0;
    border: solid 1px #B4B4B4;
}
.checkbox_line {
    display: flex;
    align-items: center;
    padding-left: 3vw;
    font-size: 3vw;
}
.checkbox_line>input {
    margin-right: 2vw;
}
.checkbox_area {
    margin-bottom: 5vw;
}

.broadcast_date {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
}
.prog_recruit.opi1607 {
    background-color: #0075c2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5vw;
}
.prog_recruit.opi1607:before {
    content: none;
}
.select_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
}
.opi1624 {
    width: 20vw;
    height: 15vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: solid 3px #000;
}
audio {
    width: 100%;
}
.caution {
    color: red
}
.watermark {
    color: gray
}
.message_top {
    margin-top: 2vh;
}
.radio_area{
    margin-top: 5vh;
}
.radio_area>.title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.radio_area>div {
    display: flex;
    align-items: center;
    height: 3vh;
}
.radio_area>div>input[type="radio"]{
    display: block;
    height: 2vh;
}
.radio_area>div>label{
    font-size: 17px;
}