@charset "UTF-8";
/* CSS Document */

.sp{
    display: none;
}
/*ロゴヘッダー*/
header{
    width: 100%;
    height: 60px;
    margin:0 auto;
    position: relative;
    background: #fff;
    overflow: hidden;
    border-bottom: 2px solid #FF0000;
    padding: 6px 0;
    text-align: center;
}

.logo{
    width: 72px;
    text-align: center;
    display: inline-block;
}


/*タイトル*/
.kv{
    max-width: 450px;
    width: 100%;
    height: auto;
    margin:0 auto;
}

/*共通*/
body{
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    color: #313131;
    letter-spacing: 0.03em;
    font-weight: 400;
    background-color: #C7161D;
}

img{
    width: 100%;
}

a{
    display: block;
    width: 100%;
    height: 100%;
}

.red{
    color: #C7161D;
    line-height: 1.6;
    margin-top: 10px;
}

button{
    display: block;
}

section{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wapper{
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    position: inherit;
}

.bottom_btn_box{
    margin: 30px auto auto auto;
    max-width: 450px;
    width: 100%;
    overflow: hidden;
}

.btn_box{
    margin-top: 20px;
}

/*
.logout_btn{
    display: inline-block;
    color: #969696;
    font-size: 14px;
    position: relative;
    margin: 0 auto 30px auto;
    text-align: center;
    text-decoration: underline;
    float: right;
    letter-spacing: 0;
}
*/

.send_btn{
    background: #B93D3E;
/*    max-width: 400px;*/
    width: 100%;
    height: 50px;
    line-height: 0;
    color: #fff;
    border-radius: 45px;
    font-size: 15px;
    position: relative;
    margin: auto auto 10px auto;
    text-align: center;
    box-shadow: 0 6px 0 #6F1F20;
    font-weight: 600;
}

.send_btn::after,
.upload_btn::after{
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/arrow.png);
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.return_btn{
    background: #fff;
    max-width: 290px;
    width: 80%;
    height: 50px;
    line-height: 48px;
    border-radius: 42px;
    font-size: 15px;
    position: relative;
    letter-spacing: 0;
    margin: auto auto 30px auto;
    text-align: center;
    font-weight: 600;
}

.return_btn::after{
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/arrow_g.png);
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.return_btn_g{
    background: #6C757D;
    margin: 20px auto auto auto;
    text-align: center;
    box-shadow: 0 6px 0 #3C434A;
    width: 100%;
    height: 50px;
    line-height: 45px;
    color: #fff;
    border-radius: 45px;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}

.return_btn_g::after{
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/arrow.png);
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}


/*エラー*/

.error{
/*    max-width: 450px;*/
    width: 94.23%;
    background: #F7D7DA;
    margin: auto auto 10px auto;
    padding: 10px 20px;
    color: #8D474F;
    letter-spacing: 0.03em;
    font-size: 15px;
    text-align: left;
}

/*フォーム*/

.box{
    width: 94.23%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    border-radius: 10px;
}

.inner{
    width: 90.8%;
    margin: 0 auto;
}

.title{
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0.03em;
    font-weight: 600;
    border-bottom: 1px solid #707070;
    margin-bottom: 25px;
}

.text{
    text-align: center;
    line-height: 1.6;
/*    margin-bottom: 10px;*/
}

.title_min{
    font-size: 20px;
    margin: auto auto 15px auto;
    font-weight: 600;
}

.text_min{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 30px;
}

.asterisk{
    font-size: 15px;
/*    font-weight: 500;*/
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.5;
    word-break: break-all;
    color: #C7161D;
    text-align: left;
    letter-spacing: 0.03em;
    margin-top: 10px;
}

.asterisk:nth-child(n+4){
    margin-top: 0;
}

.asterisk::before,
.asterisk_min::before{
    content: '※';
}

.asterisk_box .asterisk{
    color: #656565;
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-top: 0;
}

.asterisk_min{
    font-size: 12px;
    margin-top: 10px;
}

.min{
    font-size: 12px;
    color: #656565;
    letter-spacing: 0.07em;
    line-height: 1.5;
}


/*mypage1*/

.top_box{
    border-radius: 5px;
    background: #fff;
    width: 94.23%;
    margin: 0 auto;
    padding: 25px 0 10px 0;
    text-align: center;
}

.top_box .inner{
    width: 93.39%;
}

.top_box_set{
    display: flex;
    justify-content: space-between;
}

.point{
    border: 1px solid #8fcfd9;
    border-radius: 3px;
    width: 44.45%;
    padding: 10px 0 20px 0;
    color: #3c0200;
}

.point li:first-child{
    font-size: 9px;
    letter-spacing: 0;
    border-bottom: 1px solid #8fcfd9;
    width: 90.3%;
    margin: 0 auto;
    padding-bottom: 10px;
    font-weight: 500;
}

.point li:last-child{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 73px;
    letter-spacing: 0;
    line-height: 0.9;
    margin-top: 23px;
}

.point li:last-child span{
    font-size: 30px
}

.btn{
    width: 53.28%;
    padding-top: 5px;
}

.btn li:nth-child(2){
    margin: 11px auto 10px auto;
}

.top_box .asterisk{
    color: #000;
    font-size: 9px;
    width: 78%;
    margin: 10px auto auto auto;
}

.bottom_box{
    width: 94.23%;
    margin: 0 auto;
}

.bottom_box div{
    margin: 15px auto auto auto;
    position: relative;
}

.bottom_box div p:last-child{
    position: absolute;
    z-index: 1;
/*    max-width: 235px;*/
    width: 55.43%;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bottom_box .off,
.bottom_box .end p:last-child{
    pointer-events: none;
}

.bottom_box .off img,
.bottom_box .end p:last-child img{
    filter: grayscale(100%);
    opacity: 0.3;
}

.bottom_box .end{
    position: relative;
}

.bottom_box .end::after{
    content: '応募は終了いたしました';
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 18px;
    letter-spacing: 0.07em;
    width: 90%;
    padding: 0 0.5em;
}
.bottom_box .end::before{
    content: '';
    background: rgba(125,125,125,0.95);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    z-index: 1;
    display: block;
}

.lp_btn{
    width: 39.12%;
    margin: 0 auto;
}

.logout_btn{
    width: 23.8%;
    margin: 12px auto 40px auto;
}

/*mypage2*/
.upload{
	margin-top: 0;
    margin-bottom: 20px;
}

.upload_btn{
     background: #B93D3E;
/*    max-width: 400px;*/
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: #fff;
    border-radius: 45px;
    font-size: 15px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 6px 0 #6F1F20;
    font-weight: 600;
}

.file_btn{
	display: block;
    width: 100%;
    margin: 0 auto;
}

.custom_file_input{
	display: none;
}

label img{
	pointer-events: none;
}

.preview_item{
    display: inline-block;
    max-width: 253px;
    width: 100%;
    height: auto;
    background: #EBEBEB;
    text-align: center;
    padding: 15px 5px;
    overflow: hidden;
    margin: auto auto 20px auto;
    vertical-align: top;
    position: relative;
}

.preview_item img{
	width: 70%;
}

.flow_box{
    margin-bottom: 30px;
}

.upload_disable_btn {
    pointer-events: none!important;
    background: #D0D0D0;
    box-shadow: none;
}

.upload_disable_btn:hover{
    top: 0;
    box-shadow: none;
}

.delete_btn{
    background: #A8A8A8;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    line-height: 0;
    padding: 15px 5px;
    height: 30px;
    text-align: center;
    
    position: absolute;
    top: 0;
    right: 0;
}

.form{
    width: 100%;
    margin: auto auto 20px auto;
    text-align: left;
}

.form:last-child{
    margin-bottom: 0;
}

.form p{
    width: 100%;
    display: block;
    font-weight: 600;
}

.form .form_min{
    font-size: 12px;
    margin-top: 5px;
    color: #646464;
    font-weight: 400;
}

.textarea{
    background: #fff;
    width: 100%;
    height: 42px;
    padding: 0 0.5em;
    border: 1px solid #707070;
    display: inline-block;
    font-weight: 500;
    border-radius: 5px;
    color: #000;
    margin-top: 5px;
}

.selectWrap{
    position: relative;
    display: inline-block;
    background: #fff;
    width: 100%;
    margin-top: 5px;
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 42px;
    padding: 0 0.5em;
    border: 0px;
    background: #fff;
    border: 1px solid #707070;
    font-weight: 500;
    border-radius: 5px;
}

.selectWrap::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 40%;
    right: 15px;
    margin-top: -4px;
    z-index: 1;
    border: 2px solid;
    border-color:  transparent transparent #929292 #929292;
    transform: rotate(-45deg);
}

select::-ms-expand {
    display: none;
}


.required{
    background: #C7161D;
    color: #fff;
    font-size: 13px;
    padding: 2px 7px 2px 7px;
    line-height: normal;
    display: inline-block;
    float: right;
    clear: both;
    font-weight: 400;
}

.notes{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto auto auto;
}

.notes_title{
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.notes div{
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px 20px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    word-break: break-all;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}

.notes_asterisk::before{
    content: '※';
}

.notes_asterisk{
    text-indent: -1em;
    margin-left: 1em;
}

.notes_asterisk_2::before{
    content: '※';
}

.notes_asterisk_2{
    text-indent: -1.1em;
    margin-left: 2em;
}

.notes div ul{
    margin-bottom: 1em;
    border-bottom: 1px solid #50190D;
    padding-bottom: 20px;
}

.notes div ul:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.notes div ul .bold{
    margin-bottom: 5px;
}

.notes div a{
    text-decoration: underline;
    font-weight: normal;
    color: #109DE1;
}

.notes_disc{
/*    list-style: disc;*/
/*    margin-left: 30px;*/
    text-indent: -1em;
    margin-left: 1em;
}

.notes_disc::before{
    content: '・';
}

.notes div ul ol{
/*	list-style: decimal;*/
    margin-left: 1.3em;
}

.notes div ul:nth-child(3) ol{
/*	list-style: decimal;*/
/*    margin-left: 0em;*/
}

/*チェックボックス*/

.check_btn {
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.check_btn div{
    margin-bottom: 20px;
}

.check {
    display: none;
}

.check + span {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 2em;
    position: relative;
    font-weight: 600;
}

.check + span::before {
    -webkit-transform: translateY(-50%);
    background: #EDEDED;
    border: 1px solid #8E8E8E;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.check + span::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    border-bottom: 4px solid #B93D3E;
    border-left: 3px solid #B93D3E;
    content: "";
    display: block;
    height: 0.6em;
    left: 2%;
    opacity: 0;
    position: absolute;
    top: 42%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease 0s;
    width: 1em;
}

.check + span .required{
    margin-left: 10px;
    margin-top: -1px;
}

.check:checked + span::after {
    opacity: 1;
}

button:disabled {
    cursor: default!important;
    opacity: 0.2!important;  
}

button.send_btn:hover:disabled{
/*    top: 0;*/
/*    box-shadow: 0 10px 0 #BA2412;*/
}

.present_img{
    margin-top: 30px;
    margin-bottom: 50px;
}

/*確認画面*/

.receipt_confirm{
    background: #EBEBEB;
    width: 70%;
    padding: 10px 5px;
    margin: 20px auto 30px auto;
}

.confirm{
    width: 100%;
    text-align: left;
    margin: 20px auto auto auto;
    height: auto;
    max-width: 600px;
    width: 100%;
    border-bottom: 1px solid #939393;
    padding-bottom: 20px;
}

.confirm p{
    font-weight: 500;
    margin-bottom: 10px;
}

/*upload_history*/
.upload_history ul{
    border-bottom: 1px solid #313131;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 0.07em;
}

.upload_history ul li{
    margin-bottom: 5px;
}

.upload_history ul li:first-child{
    margin-bottom: 20px;
    background: #D0D0D0;
    padding: 15px 5px;
}

.upload_history ul li:first-child img{
    width: 64.53%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.upload_history ul li:last-child{
    margin-bottom: 0;
}

.upload_history ul li span{
    width: 74px;
    height: 23px;
    font-size: 14px;
    letter-spacing: 0.012em;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
}

.upload_history ul li span.badge_g{
    background: #7C7C7C;
}

.upload_history ul li span.badge_ok{
    background: #198754;
}

.upload_history ul li span.badge_r{
    background: #C7161D;
}

/*application_history*/
.application_history{
    text-align: left;
    width: 100%;
    letter-spacing: 0.07em;
    margin-bottom: 20px;
    line-height: 1.4;
}

.application_history table{
    width: 100%;
}

.application_history table tr{
    border-bottom: 1px solid #313131;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.application_history table thead tr th{
    padding-bottom: 10px;
}

.application_history table tr td{
    padding-bottom: 10px;
    padding-top: 10px;
    width: 50%;
}

.application_history table thead tr th:last-child,
.application_history table tr td:last-child{
    padding-left: 10px;
}

.application_history table tbody tr:nth-child(odd){
    background: #F2F2F2;
}

/*pagination*/
.pagination_box ul{
    display: flex;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 0.012em;
    font-weight: 600;
}

.pagination_box ul li{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    border-radius: 5px;
    background: #DDD7D4;
    position: relative;
}

.pagination_box ul li.prve{
    margin-right: 15px;
    background: #C7161D;
    color: #fff;
}

.pagination_box ul li.next{
    margin-left: 15px;
    background: #C7161D;
    color: #fff;
}

.pagination_box ul li.active{
    background: #F8E0E0;
    pointer-events: none;
}

.pagination_box ul li.disabled{
    pointer-events: none;
    opacity: 0.7;
}

.pagination_box ul li i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 20px;
}

/*お問い合わせ*/
.contact{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 50px auto auto auto;
    padding: 25px 0;
    text-align: center;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}

.contact li:first-child{
    width: 83.7%;
    font-size: 18px;
    background: #C9A063;
    color: #fff;
    padding: 5px 1em;
    border-radius: 45px;
    line-height: 1.6;
    margin: auto auto 20px auto;
    font-weight: 600;
}

.contact li:nth-child(2){
/*    letter-spacing: 0em;*/
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.contact li:nth-child(3){
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 5px;
    letter-spacing: 0.07em;
}

.contact li:last-child{
    line-height: 1.6;
}

.contact li:last-child small{
    font-size: 12px;
    display: block;
}

.sp_br{
    display: none;
}

@media screen and (max-width:434px){
    .text{
        letter-spacing: 0;
    }
    .sp_br{
        display: inherit;
    }
    .pc_br{
        display: none;
    }
}

@media screen and (max-width:420px){
    .point li:last-child{
        font-size: 17.38095238095238vw;
    }
    .point li:last-child span{
        font-size: 7.142857142857142vw;
    }
    .red{
        letter-spacing: 0;
    }
}

@media screen and (max-width:315px){
    .return_btn::after,
    .upload_btn::after,
    .send_btn::after,
    .return_btn_g::after{
        display: none;
    }
}