/*--------------------------------------------------------------------------------
 CMS
--------------------------------------------------------------------------------*/
body {
    background-color: #001351;
}

/*--------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------*/
.header {
    background-image: url(/front/common/img/header.png);
}

/*--------------------------------------------------------------------------------
 wrap01
--------------------------------------------------------------------------------*/
.wrap01 {
    margin-top: 7%;
    padding: 50px 0 150px;
    position: relative;
}

.wrap01 .page-tit {
    color: #fff;
    font-size: 3rem;
    line-height: 4rem;
    margin: 0 auto 10px;
    text-align: center;
}

.wrap01 .icon-img {
    margin-bottom: -35%;
    text-align: center;
}

.wrap01 .icon-img > img {
    width: 200px;
}

/*--------------------------------------------------------------------------------
 wrap02
--------------------------------------------------------------------------------*/
.wrap02 {
    background-image: url(/front/contact/img/sec02-bg.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: top center;
    padding: 130px 0;
}

.wrap02 .inner-box {
    margin: 0 auto;
    max-width: 850px;
}

.wrap02 .contact-wrap {
    background-size: 100%;
    background-image: url(/front/contact/img/state-wrap-top.png), url(/front/contact/img/state-wrap-bottom.png), url(/front/contact/img/state-wrap.png);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top, bottom, center;
    padding: 50px 40px 10px;
}

.wrap02 .c-inner {
    margin-bottom: 40px;
}

.c-inner > h3 {
    color: #598e35;
    font-size: 3rem;
    line-height: 4rem;
    margin: 0 auto;
}

.c-inner input {
    border: 1px solid #777;
    border-radius: 0;
    font-size: 1.6rem;
    padding: 15px;
}

.c-inner textarea {
    border: 1px solid #777;
    font-size: 1.6rem;
    height: 300px;
    padding: 15px;
}

.link-box {
    margin: 30px auto 0;
    text-align: center;
}

.link-box > .list > li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}

.confirm .radio-text::before,
.confirm .radio-input:checked+.radio-text::after {
    display: none;
}

.thanks-txt {
    font-size: 2.6rem;
    line-height: 3.6rem;
    text-align: center;
}

@media screen and (max-width:1024px) {

    /*--------------------------------------------------------------------------------
     wrap02
    --------------------------------------------------------------------------------*/
    .wrap02 {
        padding: 130px 0 70px;
    }
}

@media screen and (max-width: 767px) {

    /*--------------------------------------------------------------------------------
      wrap01
    --------------------------------------------------------------------------------*/
    .wrap01 .page-tit {
        font-size: 2.2rem;
        line-height: 3.3rem;
    }

    .wrap01 .icon-img {
        margin-bottom: -80%;
    }

    .wrap01 .icon-img > img {
        width: 150px;
    }

    /*--------------------------------------------------------------------------------
     wrap02
    --------------------------------------------------------------------------------*/
    .wrap02 {
        padding: 70px 0;
    }

    .wrap02 .contact-wrap {
        padding: 30px 20px 10px;
    }

    .c-inner > h3 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .link-box > .list > li {
        margin: 0 2.5%;
        width: 45%;
    }

}