/* Contact Form 7カスタマイズ */
/* テーブル セル2つ */
@media screen and (max-width: 480px) { /* ▼480：iPhone6+縦 */
.respStyle th, .respStyle td { display:block; }
.respStyle th {
    border-bottom: none;
    padding: 10px 0px 4px 8px;
}
}

.respStyle th {
    text-align: left;
    font-size: 15px;
    color: #333;
    vertical-align: middle;
}

.respStyle td {
    font-size: 12px;
}

/* 必須ピンク */
.required-srt {
    font-size: 8pt;
    padding: 5px;
    background: #c10825;
    color: #FFF;
    border-radius: 3px;
    margin-right: 3px;
}

/* 必須グレー */
.unrequired-srt {
    font-size: 8pt;
    padding: 5px;
    background: #BDBDBD;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}

/* Contact Form 7のラジオボタンを縦並びに　class:list-blockをclass指定する */
.list-block .wpcf7-list-item {
    display: block;
}

.recaptcha { /* recaptchaに余白 */
    margin: -10px 0 20px 0;
}

.wpcf7  .wpcf7-confirm {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    background-color: #333333;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpcf7  .wpcf7-back {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    background-color: #333333;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
/* Contact Form 7カスタマイズ */
/* テーブル  */
@media screen and (max-width: 480px) { /* ▼480：iPhone6+縦 */
.tableStyle th, .tableStyle td { display:block; }
.tableStyle th {
    border-bottom: none;
    padding: 10px 0px 4px 8px;
}
}

.tableStyle th {
    text-align: left;
    font-size: 15px;
    color: #333;
    vertical-align: middle;
}

.tableStyle td {
    font-size: 12px;
}

/* 必須ピンク */
.tableStyle -srt {
    font-size: 8pt;
    padding: 5px;
    background: #c10825;
    color: #FFF;
    border-radius: 3px;
    margin-right: 3px;
}

/* 必須グレー */
.unrequired-srt {
    font-size: 8pt;
    padding: 5px;
    background: #BDBDBD;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;

}.wpcf7 input, .wpcf7 textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 8px;
    width: 100%;
}
.style5b {
    background: #222;
    border-radius: 0px;
    box-shadow: 0px 2px 0px 0px #f2f2f2;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 2em 0 1em;
    padding: .5em .8em .4em 1em;
	  padding: 19px;
}
.p-entry__body h5 {
    font-size: 130%;
}
.style5a {
    background: #f5f5f5;
    box-shadow: 0px 2px 0px 0px #f2f2f2;
    font-size: 24px;
    font-weight: 500;
    margin: 2em 0 1em;
    padding: .5em .8em .3em 1em;
}
.bt_green {
    background: #535353;
    color: #fff;
}

.style3a {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    font-size: 22px;
    font-weight: 400;
    margin: 0em 0 0em;
    padding: 1.1em .2em 1em;
}
.tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget1 {
    margin-bottom: 10px;
}
.tcd-pb-row.row1 {
    margin-bottom: 0px;
    background-color: #ffffff;
}
.p-breadcrumb {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 10px;
}