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


/* ---------------------------------------------------------------------------------------------

   お問い合わせページ

--------------------------------------------------------------------------------------------- */
.title-name{
    background: #f4f2ed;
	font-size: clamp(20px, 2vw, 30px);
    font-family: 'Noto Serif JP', serif;
    padding: 15px 25px;
    line-height: 1;
    border-left: 5px solid #999;
    font-weight: normal;
}

.company-wrap{
    width: 100%;
    padding: 25px;
}

.company-wrap h4{/*fax番号*/
    font-family: 'Urbanist', sans-serif;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    color: #ca4b4a;
    letter-spacing: 0.05em;
}

.company-wrap h4 a{/*電話番号リンク*/
    font-family: 'Urbanist', sans-serif;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    color: #ca4b4a;
    letter-spacing: 0.05em;
    text-decoration: none;
}
.company-wrap h4 a:hover{
    opacity: 0.75;
}

.company-wrap .fa-phone-square-alt,.company-wrap .fa-fax{
	font-size: clamp(30px, 2vw, 36px);
    color: #ca4b4a;
}

#contact .text-16 a{
    color: #ca4b4a;
}
#contact .text-16 a:hover{
    color: #f00;
    text-decoration: underline;
}

#contact .text-16 a .fa-angle-double-right{
    color: #ca4b4a;
}
#contact .text-16 a:hover .fa-angle-double-right{
    color: #f00;
    text-decoration: underline;
}

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

.company-wrap{
    padding: 15px;
}
    
}



/*お問い合わせフォーム
-----------------------------------------------------------*/
.contact-detail{
    width: 100%;
    margin-top: 15px;
}

.contact-detail th,.contact-detail td{
    padding: 15px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
	font-size: 16px;
    line-height: 1.75;
}

.contact-detail th{
    background: #fbfaf5;
    width: 25%;
    font-weight: normal;
}
.contact-detail td{
    width: 75%;
}


.required {
    margin-left: 5px;
    background: #ff6666;
    color: #ffffff;
	font-size: 12px;
    padding: .2rem .4rem;
    border-radius: 0.15rem;
}

.contact-detail td input{
	font-size: 16px;
    width: 100%;
    line-height: 38px;
    padding: .2rem 1rem;
}

.contact-detail td select{
	font-size: 16px;
    width: 100%;
    line-height: 38px;
    padding: .8rem 1rem;
}

.contact-detail td textarea {
    width: 100%;
    height: 200px;
    padding: 1rem;
	font-size: 16px;
    line-height: 1.5;
}

.contact-detail .radio_colum {
	font-size: 16px;
}

.contact-detail .radio_colum label {
    display: flex;
    align-items: center;
}

.contact-detail .radio_colum input {
    width: 7%;
    height: 1rem;
}

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

.contact-detail th,.contact-detail td{
    display: block;
    width: 100%;
}
    
.contact-detail th{
    border-top: 1px solid #ccc;
    border-bottom: 0;
    text-align: left;
}
    
.contact-detail td{
    border-top: 0;
    border-bottom: 0;
}
    
}

/*送信ボタン
---------------------------*/
.sr_buttons{
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin: 25px auto 0 auto;
}

.sr_buttons button{
    width: 47.5%;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 7.5px;
	font-size: clamp(16px, 2vw, 20px);
    font-weight: bold;
    padding: 25px;
    line-height: 1;
}

.sr_buttons .submit{
	background: #ca4b4a;
}

.sr_buttons .reset{
	background: #6592c0;
}

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

.sr_buttons{
    width: 75%;
}

}

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

.sr_buttons{
    width: 100%;
}

}

/* 確認画面・完了画面用スタイル
---------------------------*/
.sr_buttons a {
    display: inline-block;
    width: 47.5%;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: 0;
    border-radius: 7.5px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: bold;
    padding: 25px;
    line-height: 1;
    background: #ca4b4a;
}

.sr_buttons a:hover {
    opacity: 0.8;
}

/* エラーメッセージスタイル */
.error-container {
    margin-top: 8px;
    display: none;
}

.error-message {
    color: #ff0000 !important;
    display: block !important;
    margin-top: 5px;
}

/* 完了画面メッセージ */
.complete-message {
    text-align: center;
    padding: 50px 20px;
}

.complete-message h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

/* ボタン中央配置 */
.sr_buttons.center {
    justify-content: center;
}

.sr_buttons.center button,
.sr_buttons.center a {
    width: auto;
}

@media screen and (max-width:700px) {
    .sr_buttons a {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .complete-message {
        padding: 30px 10px;
    }
    
    .complete-message h3 {
        font-size: 20px;
    }
}

/* ハニーポット（スパム対策）
---------------------------*/
.honeypot-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.honeypot-field label {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.honeypot-field input {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}




















