@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	index.html
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*title*/
#titleSec { background:url("/corp/ktc/common/images/bg_logo.webp") no-repeat right -10vw center / 100%, linear-gradient(to right, #0c3391 0%, #54c3f1 70%); }

/*inner*/
.btnInner { text-align: center; margin-top: 60px; line-height: 1.5; }

    /*sp時*/
    @media screen and (max-width: 750px) {
        .btnInner { margin-top: 30px; }
    }

/*メールでのお問い合わせ*/
#contactMailSec { border: 1px solid #ccc; border-radius: 20px; padding: 100px 0; }
#contactMailSec h2 { margin-top: 0; }

    /*sp時*/
    @media screen and (max-width: 750px) {
        #contactMailSec { border-radius: 10px; padding: 30px; }
    }

/*電話でのお問い合わせ*/
#contactTelSec .contactArea { display: flex; justify-content: flex-start; padding: 30px 0; }
#contactTelSec .contactArea .addressBox { width: 360px; padding-left: 30px; }
#contactTelSec .contactArea .contactBox { width: calc((100% - 500px)/2); line-height: 1.6; padding-left: 20px; border-left: 1px solid #ddd; margin-left: 20px; }
#contactTelSec .contactArea .contactBox h4 { font-size: 86%; font-weight: normal; }
#contactTelSec .contactArea .contactBox .txtTel { font-size: 150%; font-weight: 500; padding-left: 0.4em; }
#contactTelSec .contactArea .contactBox .txtFax { padding-left: 0.8em; }

    /*pc時：1100以下*/
    @media screen and (max-width: 1100px) {
        #contactTelSec .contactArea { padding: 15px 0 0; display: block; }
        #contactTelSec .contactArea .addressBox { width: 100%; padding-left: 10px; }
        #contactTelSec .contactArea .contactBox { width: 100%; padding-left: 0; padding-top: 10px; margin-top: 20px; margin-left: 0; border-left: none; border-top: 1px solid #ddd; }
        #contactTelSec .contactArea .contactBox .txtTel { font-size: 120%; }
    }