@charset "UTF-8";
/* ----------------------------------------------
    コンペ作成ページ
------------------------------------------------- */
/* 上書き */
.el_inputNotes.forPageTop {
    margin-bottom: 30px;
}

.bl_toggleButtonArea {
    padding: 5px 5px 5px 0;
}

.bl_formItem .bl_formItem_radioBox.horizontal {
    gap: 9px;
}

.bl_common_inner .bl_formItem:first-of-type {
    margin-top: 0;
}

h4.bl_commonTitle {
    margin-top: 20px;
}

.ethna-error + .bl_commonBtn_addbutton {
    margin-top: 0;
}

/* ラジオボタン */
.bl_formItem .imgRadioBox_item input[type="radio"] {
    width: 24px;
    height: 24px;
    background: #F3F3F3;
    border: 1px solid #D9D9D9;
}
.bl_formItem .imgRadioBox_item input[type="radio"]:checked:before {
    width: 12px;
    height: 12px;
    background: #57B30B;
}
.bl_formItem.radioBox_withImg .bl_formItem_label {
    margin-bottom: 18px;
}
.imgRadioBox_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 11px;
}
.imgRadioBox_item img {
    /* width: 100px; */
}

.bl_formItem_description {
    font-weight: 700;
    margin-bottom: 10px;
}
.redTxt {
    color: var(--red, #E50065);
}

.el_radioCautionNotes {
    display: block;
    padding-left: 30px;
    color: var(--red, #E50065);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}

/* ラジオボタン */
.bl_formItem_radioBox.vertical.normal div {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 5px 5px 5px 0;
}
.bl_formItem_radioBox.vertical.normal div > input[type="radio"] {
    width: 24px;
    height: 24px;
    background: #F3F3F3;
    border: 1px solid #D9D9D9;
}
.bl_formItem_radioBox.vertical.normal div > input[type="radio"]:checked:before {
    width: 12px;
    height: 12px;
    background: #57B30B;
}

.bl_formItem-password input[type="text"],
.bl_formItem-password input[type="password"] {
    background-color: #ffa8ce;
}
.bl_formItem-password input[type="text"]::placeholder,
.bl_formItem-password input[type="password"]::placeholder {
    color: var(--red, #E50065);
}
.bl_formItem-password .fa-eye-slash {
    color: var(--red, #E50065);
}
.bl_formItem-password .fa-eye {
    color: var(--red, #E50065);
}
.bl_formItem-password input:read-only {
    background-color: var(--glay, #F4F4F4);
}
.bl_formItem-password input[type="text"]:read-only::placeholder,
.bl_formItem-password input[type="password"]:read-only::placeholder {
    color: #C4C4C4;
}
.bl_formItem-password input:read-only+.fa-eye+.fa-eye-slash {
    color: #C4C4C4;
}
.bl_formItem-password input:read-only+.fa-eye {
    color: var(--black, #444);
}

.sampleText_box {
    margin-top: 12px;
}
.sampleText {
    color: var(--black, #444);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}

.bl_formItem_radioBox.sampleRadio {
    margin-top: 20px;
    padding: 20px 10px 20px 0;
    border-top: 1px solid var(--line, #D5D5D5);
    border-bottom: 1px solid var(--line, #D5D5D5);
    font-weight: 400;
    font-size: 13px;
    gap: unset;
}
.bl_formItem_radioBox.sampleRadio div {
    display: flex;
    align-items: center;
    gap: 3px;
}
.bl_formItem_radioBox.sampleRadio div + div {
    margin-left: 3px;
}
.bl_formItem_radioBox.sampleRadio input[type="radio"]:checked:before {
    width: 12px;
    height: 12px;
    background: #57B30B;
}
.bl_formItem_radioBox.sampleRadio input[type="radio"] {
    width: 20px;
    height: 20px;
    background: #F3F3F3;
    border: 1px solid #D9D9D9;
}

.sampleTextinput_box {
    margin-top: 20px;
    padding: 18px 10px 18px 10px;
    border-top: 1px solid var(--line, #D5D5D5);
    border-bottom: 1px solid var(--line, #D5D5D5);
    font-weight: 400;
    font-size: 13px;
}
.sampleTextinput_box input {
    display: inline-block;
    width: 86.56%;
}

/* ----------------------------------------------
    お問い合わせページ
------------------------------------------------- */
.readText {
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    margin-top: 20px;
    margin-bottom: 20px;
}
.readText.pink {
    color: var(--red, #E50065);
}

/* ラジオボタン */
.bl_formItem .radioBox_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    margin-top: 6px;
}
.bl_formItem .radioBox_item input[type="radio"] {
    width: 24px;
    height: 24px;
    background: #F3F3F3;
    border: 1px solid #D9D9D9;
}
.bl_formItem .radioBox_item input[type="radio"]:checked:before {
    width: 12px;
    height: 12px;
    background: #57B30B;
}
.bl_formItem .radioBox_item label {
    font-weight: normal;
    margin-right: 20px;
}
