@charset "utf-8";

.contact--box {
    text-align: center;
}
.contact--title {
    width: 100%;
    margin: 60px auto;
    padding: 70px 0 50px 0;
    border-radius: 29px;
}
.contact--wrap {
    padding: 30px 0;
    text-align: center;
}
.contact--img {
    width: 267.2px;
}
.contact--text {
    text-align: left;
    color: #707070;
}
.contact--box .table{
    width:100%;
    margin:0 auto;
    border-collapse:collapse;
}
.contact--box .item {
    margin: 30px 0;
}
.contact--box .item-title,
.contact--box .item-text-box{
    padding:0;
}
.contact--box .item-title{
    width:25%;
    font-size: 19.2px;
    font-weight: normal;
    letter-spacing: .1em;
    vertical-align: middle;
}
.contact--box .item-title--secondary {
    vertical-align: top;
    position: relative;
    top: 30px;
}
.contact--box .item-text {
    display: block;
    width: 100%;
    height: 70px;
    margin: 20px 0;
    padding: 4px 30px;
    line-height: 1.42857143;
    color: #676565;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 18.4px;
    letter-spacing: .1em;
}
.contact--box .item-text--secondary {
    height: 200px;
    padding-top: 17px;
}
.contact__form_sm{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #676565;
    border-radius: 70px;
    background-color: #fff;
}
.contact--box .item-text--left,
.contact--box .item-text--right{
    width: 48%;
}
.contact--box .item-text--left{
    float: left;
    
}
.contact--box .item-text--right{
    float: right;
}
.contact--box .item-text--list {
    position: relative;
    width: 60%;
    margin: 20px;
}
/* ドロップダウン 矢印の設定 START */
.contact--box .item-text--list::after {
    position: absolute;
    top: 45%;
    right: 50px;
    width: 23px; /* 矢印の大きさ */
    height: 15px; /* 矢印の大きさ */
    background-color: #707070;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    pointer-events: none; /* 矢印部分もクリック可能にする */
    content: ""; 
}
.select {
    appearance: none; /* デフォルトの矢印を消す */
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}
/* ドロップダウン 矢印の設定 END */
.hissu{
    margin: 7px 15px 7px 7px;
    color: #FF0229;
    text-align: right;
    float: right;
    font-size: 14.4px;
    font-weight: 400;
}

.contact--btn--text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;

    width: 350px;
    margin: 50px auto;
    padding: 10px 42px  10px 40px;
    border-radius: 30px;
    filter:drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
    background-color: #000;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all .3s;
}

@media (hover: hover) {
    .contact--btn--text:hover {
        background-color: #707070;
    }
}
@media (hover: none) {
    .contact--btn--text:active {
        background-color: #707070;
    }
}

@media screen and (max-width: 900px) {
    .contact--title {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .contact--title-main {
        width: 100%;
    }
    .contact--title {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .contact--img {
        width: 64%;
    }
    .contact--box .item th,
    .contact--box .item td {
        width: 100%;
        display: inline-block;
    }
    .contact--box .item-text--list {
        margin: 0;
    }
    .contact--box .item-text--list::after {
        top: 33%;
        right: 30px;
        width: 18px;
        height: 11px;
    }
    .contact--box .item-text {
        height: 50px;
        padding: 0 15px;
        margin: 0 0 20px;
        font-size: 11.2px;
    }
    .contact--box .item-text--left,
    .contact--box .item-text--right {
        width: 49%;
    }
    .contact--box .item-title--secondary {
        position: static;
    }
    .contact--box .item-text--secondary {
        padding-top: 17px;
    }
    .hissu {
        margin: 0 15px;
        float: none;
        font-size: 9.6px;
    }
    .contact--box .item th {
        font-size: 12.8px;
    }
}
@media screen and (max-width: 450px) {
    .contact--btn--text {
        width: 80%;
    }
}
/* お問い合わせ END */