@charset "UTF-8";
/*********************************************
	プレゼント応募フォーム
*********************************************/
input, textarea, dl dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
.obou .obou_ttl_img {
    width: 100%;
    display: block;
    margin-bottom: 2.4rem;
}
.obou .obou_form {
    padding: 4rem 1.6rem 0 1.6rem;
    background-color: #ffffff;
}
.obou .obou_form .obou_ttl_info {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 4rem;
}
.obou .obou_form .present_area .present_header {
    margin-bottom: 1.6rem;
}
.obou .obou_form .present_area .present_header h2 {
    font-size: 2.4rem;
    font-weight: 700;
}


.obou_form .group_caption {
    display: block;
    position: relative;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
    height: 2.8rem;
    background: url(../images/ttl-s32c-sub.png) no-repeat center;
    background-size: 29rem;
}
.obou_form ul.present_group {
    display: flex;
    gap: 3.8rem;
    width: 100%;
    flex-direction: column;
    margin-bottom: 4rem;
}
.obou_form ul.present_group li:last-of-type {
    margin-bottom: 0;
}
.obou_form ul.present_group li img {
    width: 34.3rem;
    height: 22.93rem;
    display: block;
}
.obou_form ul.present_group li .com-ttl05 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #6EC233;
    font-weight: bold;
}
.obou_form ul.present_group li .present_name_area {
    display: flex;
    padding-top: 1.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #6EC233;
    font-weight: bold;
}
.radio_area {
    display: flex;
    gap: 0.8rem;
}
.radio_area span {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
input[type=radio].radio_style:before {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin: 0.3rem;
}
input[type=checkbox]:checked, input[type=checkbox]:indeterminate, input[type=radio].radio_style:checked:before {
    background: #6EC233;
}
.radio_style {
    width: 2rem;
    height: 2rem;
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    border: 0.1rem solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    border-color: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.name_wrapper_area {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: space-between;
}
.name_wrapper {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
}
.name_kana_wrapper {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}
.name_kana_wrapper .kana_area {
    width: 28.9rem;
}
.name_wrapper .form_01_input_text {
    width: 31.9rem;
    height: 4rem;
}
.name_kana_wrapper .form_01_input_text {
    width: 30rem;
    height: 4rem;
}
.name_kana_wrapper span {
    width: 3.5rem;
}
.is_3in1 {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}
.post_input {
    width: 15.5rem;
    height: 4rem;
}
.is-wide {
    height: 4rem;
}
.is_5in1 {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}
.tel_input {
    width: 9.3rem;
    height: 4rem;
}

.obou_info_area {
    background-color: #F7F5F2;
    width: 34.3rem;
    height: 10.8rem;
    padding: 2.4rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 6.4rem;
    position: relative;
}
.obou_info .notice_block {
    padding-bottom: 3.5rem;
    border-bottom: 0.1rem solid #D9D9D9;
}
.triangle-bottom {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #F7F5F2;
    width: 4rem;
    height: 2.8rem;
    position: absolute;
    z-index: 10;
    bottom: -2.7rem;
}
.obou_form .obou_kikan {
    width: 34.3rem;
    font-size: 1.6rem;
    color: var(--MAIN_NAVY, #113952);
    font-weight: bold;
    line-height: 1rem;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.6rem;
}
.obou_form .obou_kikan .obou_period {
    width: 8.5rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
    background-color: var(--MAIN_NAVY, #113952);
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    margin-right: 0.8rem;
    font-weight: bold;
}
.obou_form .notice_block h2 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}

.obou_form .obou_info_wait {
    display: block;
    text-align: center;
}
.obou_form .info_wait {
    font-size: 1.6rem;
    color: var(--MAIN_NAVY, #113952);
    font-weight: bold;
    line-height: 1.6rem;
}

.obou_form .notice_list li {
    font-size: 1.6rem;
}
.obou_form .notice_list li a {
    text-decoration: underline;
    color: #6EC233;
}

.obou_form .form_01_input_text.is-narrow.char_4 {
    width: 28%;
}
.input_form_area {
    padding-top: 2rem;
}
.desired_present {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.area_border {
    border-bottom: solid 0.1rem #D9D9D9;
    padding-bottom: 4rem;
}
.obou_form .form_01_input_textarea {
    height: 17rem;
    width: 34.3rem;
    resize: unset;
    margin: 0;
    display: block;
    margin-bottom: 1.6rem;
}
.comment_notice {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.obou .form_01_selectbox_view {
    position: absolute;
    top: 0;
    width: 31.5rem;
    height: 5rem;
    border: 0.1rem solid #bbb;
    border-radius: 0.2rem;
    padding: 1.7rem 2rem;
    line-height: 1;
    box-sizing: border-box;
    font-weight: bold;
}
.obou .form_01_selectbox {
    opacity: 0;
    position: relative;
    z-index: 15;
    appearance: none;
}
.obou p.form_01_selectbox_view::after {
    content: '';
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    margin: auto 0;
    right: 0.8rem;
    background-image: url(/cdn/sp/images/entry/ico_carret_bottom.svg);
    background-size: 1.6rem 1.6rem;
}
.obou p.form_01_selectbox_view.input_error::after {
    content: '';
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    margin: auto 0;
    right: 0.8rem;
    background-image: url(/cdn/sp/images/entry/ico_carret_error_bottom.svg);
    background-size: 1.6rem 1.6rem;
}
.radio_err {
    appearance: none;
    -moz-appearance: none;
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    border-color: #CD1400;
}
.obou .form_01_selectbox_view {
    color: #121212 !important;
}
.obou .obou_pt-22 {
    padding-top: 2rem;
}


/* 確認画面 */
.obou_pt-40 {
    margin-top: 5.6rem !important;
}
.u-mr_08 {
    margin-right: 0.8rem!important;
}

.u-ml_08 {
    margin-left: 0.8rem!important;
}
.obou .form_01_th .form_01_label {
    margin-bottom: 1.3rem;
    margin-top: 1.6rem;
}
.obou .form_01_td {
    font-size: 1.6rem;
}

/* 完了画面 */
.complete .obou_ttl_img {
    margin-bottom: 4rem;
}
.obou .complete .finished_img_wrapper {
    height: 15.3rem;
} 
.obou .complete .btn-area {
    margin-top: 4.3rem;
} 

/* 応募機関ではないとき */
#com_content_wrapper #com_content {
    padding: 0 0 6.4rem;
}
.obou .sorry_info h2 {
    width: 34.3rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7F5F2;
    color: #113952;
    font-size: 1.6rem;
    font-weight: 700;
}
.obou .sorry {
    padding-top: 0rem;
}

/* 応募機関ではないとき */
.err_msg {
    margin-top: 0;
    margin-bottom: 1.6rem;
}
