#normalContactForm {
    padding-top: 123px;
    background-color: #fff;
}

#normalContactForm h4 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 30px 0;
    text-align: center;
    color: #545454;
}

#normalContactForm h4 span{
    position: relative;
}

#normalContactForm h4 span::after{
    content: "";
    position: absolute;
    height: 3px;
    background-color: #058BC5;
    left: 0;
    right:0;
    bottom: -3px;
}

#normalContactForm .ncf-des {
    color: #545454;
    font-size: 16px;
    font-weight: 500;
    width: 725px;
    margin: 0 auto;
}

#normalContactForm .ncf-des.top {
    margin: 0 auto 40px auto;
    text-align: center;
}

#normalContactForm .ncf-des.bot {
    height: 24px;
    margin-bottom: 60px;
}

#normalContactForm .ncf-in {
    float: left;
    width: 369px;
    margin: 0;
}

#normalContactForm .ncf-mail-to {
    float: right;
}

#normalContactForm .ncf-form {
    width: 1000px;
    /* height: 920px; */
    margin: 0 auto;
    background-color: #EAECEF;
    margin-bottom: 100px;
    padding: 80px 200px;
    position: relative;
}


#normalContactForm .ncf-form .ncff-row {
    margin-bottom: 27px;
}

#normalContactForm .ncf-form .ncffr-label {
    font-size: 16px;
    font-weight: 500;
    color: #545454;
    margin-bottom: 5px;
    display: block;
}

#normalContactForm .ncf-form .ncffr-label a {
    font-size: 16px;
    font-weight: 500;
    color: #545454;
}

#normalContactForm .ncf-form .ncff-row.ichi .ncffr-label {
    margin-bottom: 25px;
}

#normalContactForm .ncf-form .ncffr-label b {
    color: #FF0000;
    font-size: 11px;
    font-weight: 500;
}

#normalContactForm .ncf-form .ncff-row .ncffr-input {
    width: 100%;
    height: 42px;
    border: 1px solid #CECECE;
    border-radius: 5px;
}

#normalContactForm .ncf-form .ncff-row .ncffr-textarea {
    width: 100%;
    border: 1px solid #CECECE;
    border-radius: 5px;
    height: 138px;
    margin-bottom: 40px;
    padding: 5px 20px;
}

#normalContactForm .ncf-form .agree-rule {
    padding: 0 155px;
}

#normalContactForm .ncf-form .agree-rule #chbAgreeRule {
    float: left;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    margin-right: 8px;
    margin-top: 6px;
}

#normalContactForm .ncf-form .ncffra-button {
    width: 343px;
    height: 55px;
    margin: 0 auto;
    line-height: 55px;
    font-size: 19px;
    font-weight: 700;
    border-radius: 45px;
    text-align: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.65) 0px 3px 3px 0px;
    background-color: #3A7AB9;
    display: block;
    color: #fff;
    text-decoration: none;
    outline: none;
    border: none;
}

#normalContactForm .ncf-form .ncffra-button:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#normalContactForm .ncf-form .ncffra-button::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 14px;
    background: url("../images/right-arrow.png") no-repeat;
    background-size: 10px 14px;
    top: 20px;
    right: 27px;
}

#normalContactForm h4.free-trial-form {
    font-size: 24px;
    font-weight: 600;
    color: #545454;
}

#normalContactForm h4.free-trial-form span {
    border-bottom: 1px solid #707070;
}

#normalContactForm.free-trial-form .ncf-form {
    padding-top: 60px;
}

#normalContactForm.free-trial-form .ncf-form .ncffra-button {
    background-color: #2AAC46;
    outline: none;
    border: none;
}

#normalContactForm.free-trial-form .free-trial-form-title {
    width: 657px;
    height: 112px;
    margin: 0 auto;
    margin-bottom: 25px;
}

#normalContactForm.free-trial-form .free-trial-form-title .ftft-left {
    width: 112px;
    height: 112px;
    margin-right: 6px;
    border-radius: 56px;
    background-color: #2AAC46;
    font-size: 29px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    float: left;
}

#normalContactForm.free-trial-form .free-trial-form-title .ftft-left span {
    margin-top: 12px;
    display: inline-block;
}

#normalContactForm.free-trial-form .ncf-des top {
    font-size: 16px;
    font-weight: 500;
}

#normalContactForm.free-trial-form .free-trial-form-title .ftft-right {
    margin-left: 118px;
    text-align: center;
}

#normalContactForm.free-trial-form .free-trial-form-title .ftft-right p.ftftr-top {
    font-size: 24px;
    font-weight: 700;
    color: #9F5B1A;
    padding-top: 12px;
    margin: 0;
}

#normalContactForm.free-trial-form .free-trial-form-title .ftft-right p.ftftr-bot {
    font-size: 36px;
    font-weight: 700;
    color: #2AAC46;
    margin: 0;
}

#normalContactForm .ncf-form .ncffra-button:disabled {
    cursor: not-allowed;
    background-color: #ccc;
}

#normalContactForm .ncf-form .ncffra-button:disabled:hover {
    box-shadow: rgba(0, 0, 0, 0.65) 0px 3px 3px 0px;
}

#normalContactForm .ncf-form .ncffra-button {
    cursor: pointer;
}

#normalContactForm .ncf-form .form-submit-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    display: none;    
}

#normalContactForm .ncf-form .form-submit-loading:before {
    content: "送信中...";
    font-weight: bold;
    font-family: monospace;
    font-size: 30px;
    clip-path: inset(0 3ch 0 0);
    animation: c4 1s steps(4) infinite;
    color: #fff;
    position: absolute;
    bottom: 111px;
    left: 50%;
    margin-left: -55px;
}

.ncf-form .ncff-row.ichi .ncffr-con {
    column-count: 2;       
    column-gap: 40px;      
}

.ncf-form .ncff-row.ichi .ncffr-con > div {
  break-inside: avoid;    
  margin-bottom: 12px;    
}

.ncf-form .ncffr-con-left,
.ncf-form .ncffr-con-right {
    width: 100%;
    float: none;
    font-size: 16px;
    color: #545454;
}

.ncf-form .ncff-row .ncffr-con .ncffr-con-desc-rad{
    display: none;
}

@keyframes c4 {to{clip-path: inset(0 -1ch 0 0)}}



@media (max-width: 1902.98px) { 
    
}

/* large desktops more than 1200px*/
@media (max-width: 1399.98px) {   
}

/* desktop more than 992px */
@media (max-width: 1199.98px) { 
}

/* tablets more than 768px */
@media (max-width: 991.98px) {  
    #normalContactForm .ncf-form {
        padding: 0 50px;
        width: calc(100vw - 20px);
    }

    #normalContactForm .ncf-form .agree-rule {
        padding: 0 115px;
    }

    #normalContactForm .ncf-form .ncffr-con-left {
        padding-left: 50px;
        width: calc(50% - 50px);
    }

    #normalContactForm .ncf-form .ncffr-con-right {
        margin-left: calc(50% + 70px);
    }
}

/* landscape phones more than 576px */
@media (max-width: 767.98px) {   
    #normalContactForm h4 {
        font-size: 18px;
        margin: 0 0 40px 0;
    } 
    
    #normalContactForm .ncf-des {
        font-size: 15px;
        width: auto;
        padding: 0 15px;
    }

    #normalContactForm .ncf-des.top {
        margin: 0 auto 20px auto;
    }

    #normalContactForm .ncf-in {
        width: 100%;
        margin-bottom: 15px;
    }

    #normalContactForm .ncf-mail-to {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }

    #normalContactForm .ncf-form {
        padding: 0 15px;
        width: calc(100vw - 20px);
    }

    #normalContactForm .ncf-form .ncffr-con-left {
        padding-left: 10px;
        width: calc(60% - 10px);
    }

    #normalContactForm .ncf-form .ncffr-con-right {
        margin-left: calc(60% + 20px);
    }

    #normalContactForm .ncf-form .agree-rule {
        padding: 0 40px;
    }

    #normalContactForm.free-trial-form .free-trial-form-title {
        width: 375px;
        height: 65px;
    }

    #normalContactForm.free-trial-form .free-trial-form-title .ftft-left {
        width: 65px;
        height: 65px;
        border-radius: 33px;
        font-size: 17px;
    }

    #normalContactForm.free-trial-form .free-trial-form-title .ftft-left span {
        margin-top: 7px;
    }

    #normalContactForm.free-trial-form .free-trial-form-title .ftft-right {
        margin-left: 70px;
    }

    #normalContactForm.free-trial-form .free-trial-form-title .ftft-right p.ftftr-top {
        font-size: 15px;
    }

    #normalContactForm.free-trial-form .free-trial-form-title .ftft-right p.ftftr-bot {
        font-size: 19px;
    }

    #normalContactForm.free-trial-form .ncf-des {
        font-size: 14px;
    }

    #normalContactForm.thank-page h4 {
        font-size: 18px;
    }

    #normalContactForm.thank-page h4 span {
        border: none;
    }

    #normalContactForm.thank-page .ncf-des.top {
        font-size: 15px;
    }
}

/* portrait phones less than 576px */
@media (max-width: 575.98px) {    
    #normalContactForm .ncf-form {
        padding: 0 15px;
    }

    #normalContactForm.thank-page {
        height: calc(100vh - 415px);
    }

    #normalContactForm .ncf-form .ncffra-button{
        width: 325px;
    }

    #normalContactForm .ncf-form .agree-rule{
        padding: 0 30px;
    }

    #normalContactForm .ncf-des.top{
        text-align: left;
    }

    #normalContactForm .ncf-form{
        padding: 15px 6px 30px 6px;
        margin-bottom: 0;
    }

    #normalContactForm .ncf-form .ncffr-con-left,
    #normalContactForm .ncf-form .ncffr-con-right{
        width: 100%;
        margin-left: 0;
    }

    #normalContactForm .ncf-form .ncffr-con-left{
        margin-bottom: 30px;
    }

    #normalContactForm .ncf-form .ncffr-con-right{
        padding-left: 10px;
    }

    #normalContactForm .ncf-form .ncff-row .ncffr-textarea{
        margin-bottom: 0;
    }

    #normalContactForm .ncf-form .ncff-row.no-mp{
        margin-bottom: 0;
    }

    #infomationRequest .ncf-form .ncff-row.ichi .ncffr-con{
        display: flex;
        flex-direction: column;
        column-count: 1;
    }

    #infomationRequest .ncf-form .ncff-row.ichi .ncffr-con > div:nth-child(2){
        order: 3;
    }

    #infomationRequest .ncf-form .ncff-row.ichi .ncffr-con > div:nth-child(3){
        order: 2;
    }

    #normalContactForm .ncf-form .ncff-row.ichi .ncffr-con{
        display: flex;
        flex-direction: column;
        column-count: 1;
    }

    #normalContactForm .ncf-form .ncff-row.ichi .ncffr-con > div:nth-child(2){
        order: 2;
    }

    #normalContactForm .ncf-form .ncff-row.ichi .ncffr-con > div:nth-child(4){
        order: 3;
    }

    #normalContactForm .ncf-form .ncffr-con-left{
        margin-bottom: 10px;
    }

    .ncf-form .ncffr-con ._label{
        font-weight: 700;
    }

    .ncff-row.no-mp.hidden_fields{
        display: flex;
        flex-direction: row;
    }

    .ncff-row.no-mp.hidden_fields input{
        flex: 1;
        width: 20%;
    }

    #normalContactForm .ncf-form .ncff-row .ncffr-textarea{
        padding: 5px;
    }

    #normalContactForm .ncf-form .ncff-row .ncffr-textarea::placeholder{
        font-size: 15px;
        font-weight: 500;
        color: #AEAEAE;
    }

    .ncf-form .ncff-row .ncffr-con .ncffr-con-desc-rad{
        display: block;
        padding-left: 16px;
    }
}

