/* ========================================
* File Name: style.css
* Created Date: 2015.6
* Author: TAM
======================================== */
.top-text {
    font-size: 1.4em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 10px;
}
.top-text a:link,
.top-text a:visited {
    text-decoration: underline;
}
.top-text a:hover,
.top-text a:active {
    text-decoration: none;
}
.faq-btn {
    background: #C29F0C;
    width: 200px;
    margin: 0 auto; 
    -webkit-border-radius:8px;
    border-radius:8px;
    margin-bottom: 30px;
}
.faq-btn a  {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    line-height: 1;
    padding: 10px 0;
    background: url(/ttc/common/images/arrow_w_r.png) no-repeat 6% 49%;
}
.contact-box {
    border: solid 1px #C5BFB2;
    width: 730px;
    margin: 0 auto;
}
.contact-box p {
    margin: 25px 112px;
    text-align: center;
    font-size: 1.6em;
}
.contact-box ul {
    margin: 0 112px 50px;
    border-top: solid 1px #564518;
}
.contact-box ul li {
    border-bottom: solid 1px #564518;
    padding: 38px 0 38px 155px;
    font-size: 3em;
    line-height: 1;
}
.contact-box ul li.mail {
    font-size: 2.2em;
    background: url(../images/icon_mail.png) no-repeat 75px center;
}
.contact-box ul li.tel {
    background: url(../images/icon_tel.png) no-repeat 75px center;
}
.contact-box ul li.fax {
    background: url(../images/icon_fax.png) no-repeat 75px center;
}
@media screen and (max-width: 640px) {
.faq-btn {
    width: auto;
}
.faq-btn a {
    font-size: 1.5em;
    padding: 10px 24px;
}
.contact-box {
    width: auto;
}
.contact-box p {
    margin: 15px 15px;
    font-size: 1.4em;
    line-height: 1.7;
}
.contact-box ul {
    margin: 0 15px 20px;
}
.contact-box ul li {
    padding: 15px 0 15px 55px;
    font-size: 1.8em;
}
.contact-box ul li.mail {
    font-size: 1.6em;
    background: url(../images/icon_mail.png) no-repeat 15px center;
    background-size: 30px;
}
.contact-box ul li.tel {
    background: url(../images/icon_tel.png) no-repeat 15px center;
    background-size: 30px;
}
.contact-box ul li.fax {
    background: url(../images/icon_fax.png) no-repeat 15px center;
    background-size: 30px;
}
}
