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

/* =====================
   会社案内
===================== */
#company {
    margin: 0 auto 100px;
}
#company table {
    margin: 0 auto 60px;
}
/* =====================
   お問い合わせ
===================== */
/*  電話
------------------------*/
#contact02 #mailform {
    padding: 120px 0 0;
    margin: -120px auto 0;
}
#contact02 .inner address {
    min-height: 175px;
    padding: 32px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contact02 .inner address::before {
    content: "";
    width: 100%;
    height: 8px;
    background-image: url(../images/common/border-diagonal.gif);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
#contact02 .inner address::after {
    content: "";
    width: 100%;
    height: 8px;
    background-image: url(../images/common/border-diagonal.gif);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
#contact02 .inner address span {
    text-align: center;
    width: calc( 50% - 1px );
    height: 158px;
}
#contact02 .inner address span:first-child::after {
    content: "";
    width: 2px;
    height: calc( 100% - 64px );
    background-color: #eeeeee;
    position: absolute;
    top: 32px;
    left: 532px;
}
/*  メールフォーム
------------------------*/
#contact02 .inner form {
    margin: 30px auto 0;
}
#contact02 .inner form table th {
    text-align: left;
}
#contact02 .inner form table th.required::after {
    content: "※";
    color: #faf3a0;
    margin: 0 0 0 .5em;
}
#contact02 .inner form table td input, #contact02 form table td textarea {
    line-height: 1.6;
    display: inline-block;
    margin: 8px 4px;
}
#contact02 .inner form table td select {
    font-size: 16px;
    padding: 0 10px;
    width: 6em;
    height: 28px;
    line-height: 28px;
    margin: 8px 4px;
}
#contact02 .inner form input.btn {
    text-align: center;
    display: block;
    width: 320px;
    height: 56px;
    margin: 50px auto 0;
    border: none;
    color: #fff;
    font-size: 24px;
    line-height: 56px;
    background-color: #ebaf1d;
    transition: .6s;
	cursor: pointer;
}
#contact02 .inner form input.btn:hover {
    opacity: 0.75;
}
