


/* Contact
*********************************************************/

#pageVisual.entry,
#pageVisual.check,
#pageVisual.submit,
#pageVisual.thanks,
#pageVisual.confirm,
#pageVisual.contact {
    background-image: url(../../images/page/img_contact1.jpg);
}


#contact #main {
    padding-bottom: 60px;
}

#contact .wrap01 {
    padding-top: 60px;
}

#contact #main .container {
    max-width: 950px;
}

#contact .catch01 {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    background: #F7F7F7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .catch01 span {
    font-size: 2.4rem;
    color: #0696C9;
    display: inline-block;
}

#contact .catch01 span+span {
    padding-left: 1em;
}

#contact .catch01 small {
    font-size: 1.4rem;
}

#contact ol.list01 {
    font-size: 1.6rem;
    list-style: decimal;
    padding-left: 1.75em;
    line-height: 2;
}

#contact ul.list01 {
    font-size: 1.5rem;
    list-style: disc;
    padding-left: 1.75em;
    line-height: 2;
    margin-bottom: 35px;
}


#contact .text01 {
    font-size: 1.6rem;
    line-height: 1.8;
}

#contact h2 {
    font-size: 2.2rem;
    color: #0696C9;
    margin-bottom: 15px;
}

#contact table {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}

#contact table th,
#contact table td {
    border: none;
    padding: 15px;
    font-size: 1.6rem;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    background: #fff;
    border: solid 5px #fff;
    background: #FAFAFA;
}

#contact table th {
    width: 250px;
    background: #C6DBF2;
}

#contact table th span {
    color: red;
}

#contact table td label {
    font-weight: normal;
}

#contact table td .inner01 {
    padding-right: 20px;
}

#contact table td input[type=text],
#contact table td input[type=mail],
#contact table td input[type=tel] {
    width: 400px;
    padding: 10px;
}

#contact table td input[type=text].var01 {
    width: 10em;
}

#contact table td input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

#contact table td input[type=checkbox]+label {
    display: inline-block;
    margin-bottom: 5px;
}

#contact table td input.var02 {
    width: 8em;
}

#contact table td input.var03 {
    width: 8em;
}

#contact table td select {
    margin-right: 5px;
    max-width: 20em;
}

#contact table td textarea {
    width: 100%;
    height: 10em;
}

#contact table td .bg-danger {
    padding: 10px;
    margin-top: 5px;
}

#contact .btnWrap01 {
    padding: 25px 0 0;
    overflow: hidden;
}

#contact .btnWrap01 p {
    font-size: 1.4rem;
}

#contact input[type=submit],
#contact .btnWrap01 a {
    appearance: none;
    border: none;
    border-radius: none;
    width: 300px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    background: #0796c9;
    background: -moz-linear-gradient(left, #07acc9 0%, #0796c9 100%);
    background: -webkit-gradient(linear, left center, right center, from(#07acc9), to(#0796c9));
    background: -webkit-linear-gradient(left, #07acc9 0%, #0796c9 100%);
    background: -o-linear-gradient(left, #07acc9 0%, #0796c9 100%);
    background: -ms-linear-gradient(left, #07acc9 0%, #0796c9 100%);
    background: linear-gradient(to right, #07acc9 0%, #0796c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#07acc9, endColorstr=#0796c9, GradientType=1);
    display: block;
    margin: 20px auto;
    font-size: 1.8rem;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

#contact .btnWrap01 a.btn01 {
    background: #666;
}

#contact .wrap03 {
    padding: 0 15px;
    margin-bottom: 20px;
}

#contact .wrap03 p {
    padding: 15px;
    background: #EDEDED;
    font-size: 0.9rem;
}

#contact p.text03 {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #555555;
    padding: 10px 15px;
    margin-bottom: 0;
}

#contact .textWrap02 {
    margin-bottom: 30px;
}

#contact .textWrap02 .inner01 {
    border: solid 1px #CCC;
    padding: 15px;
    height: 240px;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
}

#contact input[name=policy] {
    transform: scale(1.5);
}

#contact label[for=policy] {
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    padding-left: 0.5em;
}

@media screen and (max-width:768px) {
    #contact .catch01 span {
        display: block;
    }
    #contact .catch01 span+span {
        padding-left: 0;
    }
    #contact table th,
    #contact table td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #contact table th {
        /*background: #ccc;*/
    }
    #contact table td input[type=text],
    #contact table td input[type=mail],
    #contact table td input[type=tel] {
        width: 85%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #contact table td input.var02 {
        width: 3em;
    }
    #contact table td input[type=text].var01 {
        width: 100%;
        margin-bottom: 10px;
    }

    #contact table td input.var03 {
        width: 3em;
    }

    #contact table td input.var03+br+input.var01 {
        margin-top: 20px;
    }

    #contact input[type=submit],
    #contact .btnWrap01 a {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}



/* news
*********************************************************/

#pageVisual.news {
    background-image: url(../../images/page/img_news1.jpg);
}

#news {
    padding-bottom: 30px;
}

#news .section01 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #ddd;
}

#news .section01:last-of-type,
#news .section01.var01 {
    border: none;
    margin-bottom: 0;
}

#news .section01 .pure-g {
    margin-left: -20px;
    margin-right: -20px;
}

#news .section01 .pure-g [class*=pure-u] {
    padding-left: 20px;
    padding-right: 20px;
}

#news .section01 .date {
    font-size: 1.4rem;
    color: #0696C9;
    margin-bottom: 10px;
}


#news .section01 h2 {
    font-size: 2rem;
    color: #0696C9;
    margin-bottom: 15px;
}

#news .section01 h2 a {
    color: inherit;
    text-decoration: none;
}

#news .section01 .inner01 {
    font-size: 1.6rem;
    line-height: 1.8;
}