@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

th {
    width: 30%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 10px;
    background: #f8f8f8;
    color: #000;
    font-weight: normal;
    vertical-align: top;
}

td {
    width: 70%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    color: #000;
    background: #fff;
}


@media screen and (max-width: 768px) {

th {
    width: 35%;
}

td {
    width: 65%;
}

}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
    clear: both;
    width: 1100px;
    margin: 0 auto;
    text-align: left;
    height: auto !important;
    overflow: hidden;
    margin-top: 30px;
}

#contents:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


@media screen and (max-width: 768px) {

#contents {
    width: 100%;
    height: auto;
    padding: 0;
}

}


/* -----------------------------------------------------------
	詳細を見るボタン
----------------------------------------------------------- */

.more_btn a {
    clear: both;
    width: 350px;
    height: 50px;
    font-size: 18px;
    padding: 11px 5px;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    text-align: center;
    background: #171c61;
}

.more_btn a:hover {
    opacity: 0.7;
    text-decoration: none;
}


@media screen and (max-width: 768px) {

.more_btn a {
    width: 80%;
    min-width: 300px;
    max-width: 350px;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

}


/* -----------------------------------------------------------
	トップへ戻る
----------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 9999;
    text-align: center;
}

#page-top a {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    line-height: 0;
    font-size: 12px;
    letter-spacing: 0;
    width: 70px;
    height: 70px;
    display: block;
    color: #fff;
    background: #171C61;
}

#page-top .fas {
    font-size: 42px;
    line-height: 100%;
    color: #fff;
    padding: 9px 0 0 !important;
}

#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
}


@media screen and (max-width: 768px) {

#page-top {
    background-size: 100%;
    position: fixed;
    bottom: 35px;
    right: 5px;
}

#page-top a {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    line-height: 0;
    font-size: 11px;
    width: 35px;
    height: 35px;
    display: block;
}

#page-top .fas {
    font-size: 21px;
    padding: 7px !important;
}

#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
}

}


/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */

.breadcrumbs {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs a:hover {
    color: #000;
    text-decoration: underline;
}


@media screen and (max-width: 768px) {

.breadcrumbs {
    display: none;
}

}


/* -----------------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------------- */

table#contact_form {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
}

#contact_form tbody {
    border-collapse: collapse;
    border-spacing: 0;
}

#contact_form th {
    font-size: 14px;
    border-collapse: collapse;
    text-align: left;
    padding: 15px;
    vertical-align: middle;
    margin-bottom: 0;
    border-radius: 0;
}

#contact_form td {
    font-size: 14px;
    border-collapse: collapse;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

span.wpcf7-list-item {
    margin-left: 0 !important;
    margin-right: 10px !important;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="date"],
.wpcf7 form input[type="number"] {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: auto;
    max-width: 100%;
    padding: 5px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }

#contact_form select {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 230px;
    height: 34px;
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    outline:none;
}

.wpcf7 form lavel {
    position: relative;
}

.wpcf7 form lavel:after {
    display: block;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: #666;
    position: absolute;
    line-height: 150%;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}

#contact_form input[type="file"] {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="textarea"]:focus,
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="checkbox"]:focus,
.wpcf7 form input[type="radio"]:focus,
.wpcf7 form textarea:focus,
.wpcf7 form select:focus {
    border: 1px solid #ccc !important;
 }

#contact_form input[type="file"]:focus {
    border: none;
}

.wpcf7 form input[type="textarea"],
#contact_form input[type="submit"],
#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
#contact_form input[type="checkbox"],
#contact_form input[type="radio"],
#contact_form input[type="image"],
#contact_form input[type="file"],
#contact_form textarea {
    outline:none;
}

input[type="submit"] {
    outline:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    position: relative;
    top: 2px;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-validation-errors {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    font-size: 13px !important;
    color: #e60012 !important;
    display: block;
    margin-top: 5px;
}

.wpcf7-response-output {
    font-size: 13px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #e60012 !important;
    border: none !important;
    text-align: center;
}

.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng {
    border: none !important;
    text-align: center !important;
}

.kome {
    font-size: 13px !important;
    padding-top: 5px;
    line-height: 150%;
    display: block;
}


@media screen and (max-width: 768px) {

table#contact_form {
    margin-bottom: 20px;
}

#contact_form th {
    width: 100%;
    padding: 12px 10px !important;
    text-align: left;
    display: block;
    border: none;
    margin-bottom: 5px;
}

#contact_form td {
    width: 100%;
    padding: 10px !important;
    text-align: left;
    display: block;
    border: none;
    background: none;
    margin-bottom: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 7px 5px 5px;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 30px;
}

.wpcf7 form input[type="checkbox"] {
    top: -2px;
}

input[type="radio"] {
    width: auto;
    top: -2px;
}

.android #contact_form input[type="file"] {
    font-size: 12px;
}

#contact_form select {
    line-height: 34px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 230px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 5px;
    padding: 0 !important;
}

.wpcf7 form lavel:before {
    display: none;
}

.wpcf7 form lavel:after {
    display: block;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    pointer-events: none;
    z-index: 5;
}

#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
#contact_form input[type="radio"] {
    width: auto;
}

.wpcf7-validation-errors {
    margin: 0 auto !important;
    padding: 0 0 20px 0 !important;
    text-align: center;
    width: 100%;
    max-width: 275px;
    line-height: 170%;
}

#contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
#contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    padding: 7px 5px 5px;
}

.android #contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    line-height: 10px;
    height: 34px;
}

}


/* -----------------------------------------------------------
	必須タグ
----------------------------------------------------------- */

.tag.tag_imperative {
    background: #171c61;
    color: #fff;
    display: inline-block;
    font-style: normal;
    margin-left: 10px;
    line-height: 100%;
    font-size: 12px;
    padding: 4px 8px;
}


/* -----------------------------------------------------------
	送信ボタン
----------------------------------------------------------- */

.submit {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 1px;
    border: none;
    width: 300px;
    height: 57px;
    font-size: 18px;
    text-align: center;
    line-height: 100%;
    padding: 20px 0;
    color: #fff !important;
    background: #171c61;
}

.submit:hover {
    opacity: 0.7;
    color: #fff !important;
    border: none;
    text-decoration: none;
}


@media screen and (max-width: 768px) {

.submit {
    width: 90%;
    max-width: 300px;
}

}