/*Contact css*/
@font-face {
    font-family: NotoSansJP-Regular;
    src: url(../css/fonts/NotoSansJP-Regular.ttf);
}
.top-shadow{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px!important;
}
.contact-wrapper{
    background: #F4F4F4;
    font-family: 'NotoSansJP-Regular';
}
.contact-wrapper .container{
    max-width: 850px;
}
.contact-wrapper .form{
    padding-bottom: 400px;
}
.contact-wrapper .section-title{
    font-size: 14px;
    /*margin: 50px 0;*/
    padding: 50px 0 0 ;
}
.contact-wrapper .big-title{
    font-size: 40px;
    margin-top: 100px;
}
.contact-wrapper .small-title{
    margin: 30px 0;
    font-size: 20px;
}
.contact-wrapper .small-title span{
    font-size: 16px;
    margin-top: 20px;
    display: block;
}
.contact-wrapper .form .form-group label{
    margin: 15px 0 15px 10px;
    font-size: 18px;
}
.contact-wrapper .form .form-group input{
    padding: 1.5rem 0.75rem;
    border-radius: 0;
}
.contact-wrapper .wrap-check .check-title{
    font-size: 18px;
    margin: 60px 0 30px 10px;
}
.contact-wrapper .wrap-check .wrap-check-input{
   display: flex;
    margin-bottom: 60px;
    margin-left: 10px;
}
.contact-wrapper .wrap-check .form-check-label{
    font-size: 18px;
}
.contact-wrapper .wrap-check .form-check{
    margin-right: 80px;
}
.contact-wrapper .wrap-check .form-check-input{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.contact-wrapper .form-comment textarea::placeholder{
    opacity: .24;
    font-size: 16px;
}
.contact-wrapper .confirm-form{
    margin: 30px 0 30px 10px;
}
.contact-wrapper .confirm-form .confirm-text{
    font-size: 12px;
    margin-bottom: 20px;
}
.contact-wrapper .confirm-form .confirm-text span{
    color: #65C4F2;
}
.contact-wrapper .confirm-form .form-check{
    padding-bottom: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.contact-wrapper .confirm-form .form-check input{
    width: 21px;
    height: 21px;
}
.contact-wrapper .confirm-form .form-check .form-check-label{
    padding-left: 10px;
}
.contact-wrapper .form-submit{
    border-radius: 0;
    /*background: #dedede;*/
    background: #cdcdcd;
    padding: 30px 0;
    font-size: 20px;
}
.contact-confirm-wraper .confirm-text,
.contact-confirm-wraper  .form-check{
    display: none!important;
}
.contact-confirm-wraper .dropdown-divider{
    border-top: 1px solid #d5d5d5!important;
}
.contact-footer img{
    max-width: 72px;
}
.contact-wrapper input,
.contact-wrapper textarea{
    font-family: 'Noto Sans JP', sans-serif!important;
    font-size: 14px;
}
.contact-confirm-wraper .form .form-group label,
.contact-confirm-wraper .form .check-title{
    margin: 15px 0 15px 0px;
    font-weight: bold;
}
.contact-confirm-wraper .form .form-group {
    font-size: 18px;
}
.contact-confirm-wraper .wrap-check .wrap-check-input{
    display: none;
}
.contact-confirm-wraper .wrap-check {
    margin-top: 30px;
}
.contact-confirm-wraper{
    min-height: 10000px;
}
.fixed-section {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f4f4f4;
    padding: 10px;
    width: 100%;
    text-align: center;
}
