@charset "utf-8";



/*======================================================================================================================
========================================================================================================================

contact.css

お問い合わせ・参加登録ページ専用スタイル

========================================================================================================================
======================================================================================================================*/



/* メインイメージエリア指定
-------------------------------------------------------------------------------------------------------- */


/*レスポンシブ化追記*/

.form_table input[type="text"],
.form_table select,
.form_table textarea{
    padding: 2px 5px;
    border: solid 1px #767676 !important;
}

.form_table{
    word-break: break-all;
}

.form_table input[type="checkbox"]{
    margin-right: 5px;
}

.is-mb10{
    margin-bottom: 10px;
}

.is-note{
    display: inline-block;
    position: relative;
    padding-left: 1.1em;
}

.is-note::before{
    content: '\203b';
    position: absolute;
    left: 0;
    top: 0;
}

.form_table td{
    line-height: 1.7;
}

.statusList{
    display: flex;
}

.statusList li{
    position: relative;
    border: solid 1px #ccc;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    width: calc(33.33% - 20px);
}

.statusList li:not(:last-child){
    border-right: none;    
}

.statusList li:not(:last-child)::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -14px;
    margin: auto;
    width: 27px;
    height: 27px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    transform: rotate(45deg);
}

.statusList li.is-current{
    border: solid 1px #FD9B1C;
    background-color: #FD9B1C;
    color: #fff;
}

.statusList li.is-current:not(:last-child)::before{
    content: '';
    position: absolute;
    right: -20px;
    bottom: auto;
    top: 50%;
    transform:  translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 19px;
    border-color: transparent transparent transparent #fd9b1c;
}

.statusList li:not(:last-child){
    margin-right: 30px;
}


.btn{
    -webkit-appearance: none;
}

.btn.is-registration{
    box-sizing: border-box;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 330px;
    margin: 20px auto 0;
    padding: 10px 20px;
    border: 1px solid #FD9B1C;
    color: #fff;
    border-radius: 8px;
    background: #FD9B1C;
    font-weight: bold;
    font-size: 116%;
    letter-spacing: 0.05em;
    transition: .3s;
    cursor: pointer;
}

.btn.is-registration.is-red{
    border: 1px solid #FF5150;
    background: #FF5150;
}

.btn.is-registration.is-nonArrow::before{
    content: none;
}

.btnWr{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 20px;
}

.btnWr > *{
    width:  calc(50% - 20px) !important;
    margin: 0 !important;
}

.is-attention{
    position: relative;
    padding-left: 1em;
}

.is-attention::before{
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    font-weight: bold;
}

.logoEntry__main{
    width: 700px !important;
    margin: 0 auto;
    float: none !important;
}
.is-ml1rem{
    margin-left: 1rem;
}
.btn.dl{
    box-sizing: border-box;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 330px;
    margin: 20px auto 0;
    padding: 10px 20px;
    border: 1px solid #FD9B1C;
    color: #fff;
    border-radius: 8px;
    background: #FD9B1C;
    font-weight: bold;
    font-size: 116%;
    letter-spacing: 0.05em;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
}
.btn.dl:hover{
    opacity: 0.8;
}