@charset 'UTF-8';

.sp_container{
    max-width: 1280px;
    margin: 100px auto;
}
.sp_container img{
    width: 100%;
}

.order{
    padding: 50px;
    background-color:rgba(18, 34, 40, 0.8);
    margin-top: 60px;
    color: #fff;
}
/*モーダル*/
.modal__btn{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #8affff;
}
.modal__btn:hover{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #ff8400;
}
.modal__btn:focus{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.modal__body img{
    width: 100%;
}

.input__require::before{
    margin-right: 10px;
    content: "必須";
    font-size: 0.7rem;
    background-color: #ff8400;
    padding: 3px 4px;
    color: #fff;
    border-radius: 3px;
}

/*フォーム*/
.contact{
    text-align: center;
    margin-bottom: 40px;
}
.contact__ttl{  
    margin: 10px 0;
    font-size: 2.2rem;
    padding-bottom: 0.8rem;
    border-bottom: solid 2px #ff8400;
}
.error_msg{
    font-size: 0.9rem;
    background-color: #ff84006f;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 5px;
}
.footer{
    width: 100%;
    text-align: center;
    background-color: rgb(18, 34, 40);
    opacity: 0.9;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}


.confirm__btn{
    padding-top: 50px;
    display: flex;
    justify-content: center;

}
.confirm__btn a{
    text-decoration: none;
    color:#fff;
}
.confirm__btn a:hover{
    color: #fff;
}
.btn-back{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin-right: 3px;
    background-color:#1A8754;
}
.btn-send{
    border: none;  /* 枠線を消す */
    outline: none; /* クリックしたときに表示される枠線を消す */
    background: transparent; /* 背景の灰色を消す */
    width: 100px;
    height: 40px;
    color:#fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color:#1A8754;
}
.btn-back:hover,
.btn-send:hover{
    background-color:#146e44;
}

.ordersize{
    width: 100%;
    padding: .375rem .75rem;
    border-radius: .25rem .25rem 0 0;
    border: 1px solid #ced4da;
}
.order__num{
    width: 100%;
    padding: .375rem .95rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: rgb(230, 230, 230);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 0 .25rem .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}