.cw-contact {
    background-color: #fef5e8;
}

.container {
    width: 100%;
    max-width: 1000px;
}

.contact-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    margin: 20px 0;
    margin: 30px auto;
}

.cw-left {
    width: 50%;
}

.free-download {
    color: #e60111;
    font-size: 28px;
    text-align: center;
    line-height: 34px;
    position: relative;
    padding: 0 40px;
    width: 90%;
    margin: 10px auto;
}

.free-download:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #e60111;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    
}

  .free-download:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #e60111;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.free-download:before {
    left:0;
}
.free-download:after {
    right: 0;
}

.date-kakaku {
    font-size: 40px;
    text-align: center;
    line-height: 42px;
    font-weight: 600;
}

.date-kakaku span{
    font-size: 34px;
    font-weight: 600;
}

.cw-left img {
    width: 100%;
    max-width: 480px;
    display: block;
    margin: 0 auto;
}

.cw-right {
    width: 50%;

}

.cw-right form {
    border: 3px solid #574839;
    border-radius: 10px;
    width: 100%;
    max-width: 480px;
    display: block;
    margin: 0 auto;
}

.contact-ttl {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0;
    font-weight: 300;
}

.text-ttl {
    font-size: 14px;
    width: 30%;
}

td {
    padding: 10px;
}

.text-zone {
    width: 70%;
}

.text-zone input {
    width: 100%;
    background-color: #fffcdb;
    border: 1px solid #999;
    font-size:20px;
}

.form-btn {
    font-size: 25px;
    
}

.form-btn input{
    background: -moz-linear-gradient(top, #d61b20, #911b20);
    background: -webkit-linear-gradient(top, #d61b20, #911b20);
    background: linear-gradient(to bottom, #d61b20, #911b20);
    /*グラデーション以外は省略*/
    background-color: #d61b20;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 25px 40px;
    font-weight: 600;
}

.telephone-contact img {
    width: 100%;
    max-width: 480px;
    margin: 20px auto 0;
    display: block;
}

@media all and (max-width:992px) {
    
    .contact-container {
        display: block;
        align-items: center;
        background-color: #fff;
        margin: 20px auto;
    
    }
    
    .cw-left {
        width: 100%;
        padding: 20px 0;
    }
    
    .free-download {
        color: #e60111;
        font-size: 26px;
        text-align: center;
        line-height: 34px;
        position: relative;
        padding: 0;
        width: 100%;
        margin: 10px auto;
    }
    
    .free-download:before {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 80px;
        height: 2px;
        background-color: #e60111;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        
    }
    
      .free-download:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 80px;
        height: 2px;
        background-color: #e60111;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    
    .free-download:before {
        left: 20%;
    }
    .free-download:after {
        right: 20%;
    }
    
    .date-kakaku {
        font-size: 34px;
        text-align: center;
        line-height: 38px;
        font-weight: 600;
    }
    
    .date-kakaku span{
        font-size: 30px;
        font-weight: 600;
    }
    
    .cw-left img {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
    
    .cw-right {
        width: 100%;
        padding: 20px 0;
    }
    
    .cw-right form {
        border: 3px solid #574839;
        border-radius: 10px;
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
    
    .contact-ttl {
        font-size: 22px;
        line-height: 28px;
        padding: 10px 0;
        font-weight: 300;
    }
    
    .text-ttl {
        font-size: 16px;
        width: 30%;
    }
    
    td {
        padding: 10px;
    }
    
    .text-zone {
        width: 70%;
    }
    
    .text-zone input {
        width: 100%;
        background-color: #fffcdb;
        border: 1px solid #999;
        font-size:20px;
    }
    
    .form-btn {
        font-size: 24px;
        
    }
    
    .form-btn input{
        background-color: #d61b20;
        color: #fff;
        border: none;
        border-radius: 50px;
        padding: 20px 25px;
        font-weight: 600;
    }
    
    .telephone-contact img {
        width: 100%;
        max-width: 500px;
        margin: 20px auto 0;
        display: block;
    }
}

@media all and (max-width:767px) {
    
    .contact-container {
        display: block;
        align-items: center;
        background-color: #fff;
        margin: 20px auto;
        width: 95%;
    }
    
    .cw-left {
        width: 100%;
    }
    
    .free-download {
        color: #e60111;
        font-size: 22px;
        text-align: center;
        line-height: 34px;
        position: relative;
        padding: 0;
        width: 100%;
        margin: 10px auto;
    }
    
    .free-download:before {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 80px;
        height: 2px;
        background-color: #e60111;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        
    }
    
      .free-download:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 80px;
        height: 2px;
        background-color: #e60111;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    
    .free-download:before {
        left: 0;
    }
    .free-download:after {
        right: 0;
    }
    
    .date-kakaku {
        font-size: 30px;
        text-align: center;
        line-height: 42px;
        font-weight: 600;
    }
    
    .date-kakaku span{
        font-size: 26px;
        font-weight: 600;
    }
    
    .cw-left img {
        width: 95%;
        max-width: 480px;
        display: block;
        margin: 0 auto;
    }
    
    .cw-right {
        width: 100%;
    
    }
    
    .cw-right form {
        border: 3px solid #574839;
        border-radius: 10px;
        width: 95%;
        max-width: 480px;
        display: block;
        margin: 0 auto;
    }
    
    .contact-ttl {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 0;
        font-weight: 300;
    }
    
    .text-ttl {
        font-size: 14px;
        width: 30%;
    }
    
    td {
        padding: 10px;
    }
    
    .text-zone {
        width: 70%;
    }
    
    .text-zone input {
        width: 100%;
        background-color: #fffcdb;
        border: 1px solid #999;
        font-size:20px;
    }
    
    .form-btn {
        font-size: 20px;
        
    }
    
    .form-btn input{
        background-color: #d61b20;
        color: #fff;
        border: none;
        border-radius: 50px;
        padding: 15px 20px;
        font-weight: 600;
    }
    
    .telephone-contact img {
        width: 95%;
        max-width: 480px;
        margin: 20px auto 0;
        display: block;
    }
}