@charset "utf-8";
.iWr01 {
    background: url(../images/in_bg01.jpg)repeat center top;
    background-size: auto;
}
.tab {
    /* overflow: hidden; */
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
    gap: 20px;
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

        .tab button {
    background-color: inherit;
    /* float: left; */
    border: none;
    /* outline: none; */
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 100%;
    border: 1px solid #ccc;
}

        .tab button:hover {
            background-color: #ddd;
        }

        .tab button.active {
            background-color: #D1D1D9;
        }

        .tabcontent {
    display: none;
    /* border: 1px solid #ccc; */
    /* border-top: none; */
}
/* コンタクトフォーム */
.contact-form{
    width: 100%;
    font-size: 16px;
    margin-top: 60px;
    line-height: 1.5;
}
.contact-form th{
    width: 30%;
    border: 1px solid #e8e8e8;
    padding: 3%;
    background-color: #4387FF;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff;
}
.contact-form td{
    width: 70%;
    border: 1px solid #e8e8e8;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 3%;
    box-sizing: border-box;
}
.contact-form input,textarea{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.form_button{
    text-decoration: none;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #333;
    border: none;
    width: 200px;
    margin: 40px auto 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    opacity: 1;
    cursor: pointer;
    -webkit-appearance: none;
}
.form_button:hover{
    opacity: 0.8;
}
input[type="radio"] {
    width: auto;
}

label {
    margin-bottom: 0;
}

.contact-form input, textarea {
    border: 1px solid #ccc;
}
.inTelBx {max-width: 320px;width: 100%;margin: auto;display: flex;justify-content: center;align-items: center;gap: 15px;padding: 15px;border: 1px solid #304cd8;background: #fff;letter-spacing: 0.1em;}

.inTelIcon {
    max-width: 30px;
    width: 100%;
}

p.inTelTxt {
    font-size: 30px;
    font-weight: 500;
    color: #304cd8;
}
.contact-form th p {
    display: flex;
    justify-content: space-between;
}

.contact-form th p span {
    background: #fff;
    color: #dd1111;
    padding: 3px 5px;
    font-size: 13px;
}
a.privacyLink {
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #000;
}

a.privacyLink:hover {
    text-decoration: none;
}
.zipArea input {
    width: 60px;
    margin: 0 10px;
}
@media (max-width: 768px){
    .contact-form{
        font-size: 14px;
    }
    .contact-form th p span {
    padding: 2px 4px;
    font-size: 11px;
}
    .contact-form th{
        width: 100%;
        display: block;
    }
    .contact-form td{
        width: 100%;
        display: block;
    }
    .form_button{
        margin: 25px auto 0;
        font-size: 14px;
    }
    .inTelBx {
        max-width: 280px;
    }
    
    p.inTelTxt {
        font-size: 24px;
    }
    
    .inTelIcon {
        max-width: 24px;
    }
}

@charset "utf-8";
/* コンタクトフォーム */
.tbAr{
    width: 100%;
    font-size: 16px;
    margin-top: 60px;
    line-height: 1.5;
}
.tbAr th{
    width: 30%;
    border: 1px solid #e8e8e8;
    padding: 3%;
    background-color: #4387FF;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff;
}
.tbAr td{
    width: 70%;
    border: 1px solid #e8e8e8;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 3%;
    box-sizing: border-box;
}
.tbAr input,textarea{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.form_button{
    text-decoration: none;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #333;
    border: none;
    width: 200px;
    margin: 40px auto 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    opacity: 1;
    cursor: pointer;
    -webkit-appearance: none;
}
.form_button:hover{
    opacity: 0.8;
}
input[type="radio"] {
    width: auto;
}

label {
    margin-bottom: 0;
}

.tbAr input, textarea {
    border: 1px solid #ccc;
}
.inTelBx {max-width: 320px;width: 100%;margin: auto;display: flex;justify-content: center;align-items: center;gap: 15px;padding: 15px;border: 1px solid #304cd8;background: #fff;letter-spacing: 0.1em;}

.inTelIcon {
    max-width: 30px;
    width: 100%;
}

p.inTelTxt {
    font-size: 30px;
    font-weight: 500;
    color: #304cd8;
}
.tbAr th p {
    display: flex;
    justify-content: space-between;
}

.tbAr th p span {
    background: #dd1111;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
}
a.privacyLink {
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #000;
}

a.privacyLink:hover {
    text-decoration: none;
}
.zipArea input {
    width: 60px;
    margin: 0 10px;
}
.inMap {
    max-width: 100%;
    width: 100%;
    height: 350px;
}

.inMap iframe {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px){
    .tbAr{
        font-size: 14px;
    }
    .tbAr th p span {
    padding: 2px 4px;
    font-size: 11px;
}
    .tbAr th{
        width: 100%;
        display: block;
    }
    .tbAr td{
        width: 100%;
        display: block;
    }
    .form_button{
        margin: 25px auto 0;
        font-size: 14px;
    }
    .inTelBx {
        max-width: 280px;
    }
    
    p.inTelTxt {
        font-size: 24px;
    }
    
    .inTelIcon {
        max-width: 24px;
    }
	.tab {
	grid-template-columns: 1fr 1fr;
}
}