@charset "UTF-8";

/* 
----------------------------------------------------*/
.contactLayout .h2_wrap .h2_img {
    background-image: url("../img/contact/h2_bg_sp.png");
}
.contactLayout #c01::before {
    content: none;
}
.contactLayout .link_txt {
    padding-right: 0;
}
.contactLayout .link_txt::after {
    content: none;
}





        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .contactLayout .h2_wrap .h2_img {
                background-image: url("../img/contact/h2_bg.png");
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
        }



/* c01
----------------------------------------------------*/
.contactLayout #c01 {
    margin-top: 80px;
}
.contactLayout #c01 > .inner {
    max-width: 1460px;
}
.contactLayout #c01 .w_box {
    margin-top: 60px;
}
.contactLayout #c01 .w_box .caution_t {
    margin-bottom: 20px;
}
.contactLayout #c01 .w_box tr {
    border-bottom: none;
}
.contactLayout #c01 .w_box tr:first-child {
    border-top: none;
}
.contactLayout #c01 .w_box th {
    color: #222;
}
.contactLayout #c01 .w_box tr:not(:last-child) th {
    vertical-align: middle;
}
.contactLayout #c01 input[type=text], .contactLayout #c01 input[type=email], .contactLayout #c01 input[type=text],
.contactLayout #c01 input[type=tel], .contactLayout #c01 input[type=text], .contactLayout #c01 textarea {
    width: calc(100% - 20px);
    padding: 15px 10px;
    font-size: 100%;
    background-color: #eee;
    border: none;
}
.contactLayout #c01 .w_box td {
    padding-bottom: 0;
}
.contactLayout #c01 .w_box .check_box {
    text-align: center;
  margin-top: 40px;
    margin-bottom: 40px;
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .contactLayout #c01 {
                margin-top: 100px;
            }
            .contactLayout #c01 .w_box {
                margin-top: 80px;
            }
            .contactLayout #c01 .w_box th {
                padding-left: 0;
                width: 28%;
                padding-bottom: 0;
            }
            .contactLayout #c01 .w_box td {
                width: 72%;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .contactLayout #c01 .w_box th {
                width: 20%;
            }
            .contactLayout #c01 .w_box td {
                width: 80%;
            }
        }



/* c02
----------------------------------------------------*/
.contactLayout #c02 {
    background-color: #f6f6e7;
}
.contactLayout #c02 .inner > p {
    margin-bottom: 40px;
}
.contactLayout #c02 .custom_list {
  counter-reset: custom-counter;
  list-style: none;
}
.contactLayout #c02 .custom_list > li {
    counter-increment: custom-counter;
    position: relative;
    margin-left: 0;
    padding-left: 25px;
}
.contactLayout #c02 .custom_list > li:not(:last-child) {
    margin-bottom: 30px;
}
.contactLayout #c02 .custom_list > li::before {
  content: counter(custom-counter, upper-alpha) ") ";
  position: absolute;
  left: 0;
    top: 0;
}
.contactLayout #c02 .circle_li > li:not(:last-child) {
    margin-bottom: 10px;
}
.contactLayout #c02 .circle_li {
    margin-top: 20px;
}




        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
        }