/* ========================================
   page.css
   元ファイル: /home/claude/site_src/contact/page.css
======================================== */
@charset "utf-8";
#contact #main_visual_bg, #thanks #main_visual_bg {
	background: url(../images/contact/main_visual_contact.jpg) no-repeat 0 0;
}
.note {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.note span {
	font-weight: bold;
	background: #fff100;
	padding: 3px 5px;
}
.note02 a {
	text-decoration: underline;
}
form {
	margin-top: 75px;
}
.table01 th {
	width: 30%;
	vertical-align: middle;
}
form span.must {
	color: #ff0000;
}
.mfp_buttons {
	text-align: center;
	margin-top: 40px;
}
.mfp_buttons button {
	display: block;
	padding: 18px 0;
	background: url(../images/common/arrow03.png) #22ac38;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 13px;
	width: 280px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	border: none;
	margin: 0 auto;
}
input {
	font-size: 14px;
	line-height: 34px;
	padding-left: 5px;
	width: 80%;
}
textarea {
	width: 80%!important;
	height: 180px!important;
}
input.w30 {
	width: 50%;
}
input.w40 {
	width: 60%;
}
td li {
	margin: 10px 0;
}
td li span {
	display: inline-block;
	font-size: 14px;
	width: 20%;
	margin-right: 10px;
}
td li span input {
	width: 60%;
	display: inline-block;
}
select {
	font-size: 14px!important;
}
.table01 tr.non {
	border: none;
}
.table01 tr.non th, .table01 tr.non td {
	padding: 20px 0 0 15px;
	line-height: 1;
}
.table01 tr.non td {
	padding: 20px 0 0 0;
}
.table01 tr.non + tr th, .table01 tr.non + tr td {
	padding-top: 5px;
	line-height: 1;
}
/* ===== thanks ===== */
div#mfp_thanks strong {
	color: #22ac38!important;
}
a.btn03 {
	text-decoration: none;
	margin-left: auto!important;
	margin: 20px auto 0 auto;
}
#thanks .under_main p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#thanks .under_main p.note02 {
	font-weight: normal;
	font-size: 16px;
	margin-top: 20px;
}
#thanks .under_main p.note02 span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width:650px) {
.table01 th {
	width: 100%;
}
#thanks .under_main p {
	text-align: left;
}
.under_main a.btn03 {
	width: 95%;
}
.table01 tr.non th, .table01 tr.non td {
	padding: 10px 0 0 0;
}
}

/* ================================================
   CF7対応追記
   ================================================ */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    font-size: 14px;
    line-height: 34px;
    padding-left: 5px;
    width: 80%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.wpcf7 input.w30 { width: 50%; }
.wpcf7 input.w40 { width: 60%; }
.wpcf7 input.w20 { width: 20%; }

.wpcf7 select {
    font-size: 14px !important;
    border: 1px solid #ccc;
}

.wpcf7 textarea {
    width: 80% !important;
    height: 180px !important;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

/* 住所リスト */
.address-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.address-list li {
    margin: 10px 0;
    white-space: nowrap;
}
.address-list li span {
    display: inline-block;
    font-size: 14px;
    width: 130px;
    margin-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
}
.address-list li .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 150px);
}
.address-list li input,
.address-list li select {
    width: 100% !important;
    box-sizing: border-box;
}

/* 送信ボタン */
.wpcf7 input[type="submit"].btn-contact,
.wpcf7 input.btn-contact {
    display: block;
    padding: 18px 0;
    background: url(../images/common/arrow03.png) #22ac38;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 13px;
    width: 280px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    border: none;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 0;
}

.wpcf7 input[type="submit"].btn-entry,
.wpcf7 input.btn-entry {
    display: block;
    padding: 18px 0;
    background: url(../images/common/arrow03.png) #00479d;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 13px;
    width: 280px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    border: none;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 0;
}

.must { color: #ff0000; font-size: 13px; margin-left: 4px; }

.wpcf7-not-valid-tip { color: #ff0000; font-size: 13px; display: block; }
.wpcf7-response-output { margin: 20px 0 !important; padding: 10px 15px !important; }

.oubo .wpcf7-list-item { display: block; margin: 4px 0; }

.form-section-title {
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #22ac38;
    padding-left: 12px;
    margin: 40px 0 20px;
}

@media screen and (max-width: 650px) {
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 textarea { width: 100% !important; }
    .address-list li { white-space: normal; }
    .address-list li span { width: auto; display: block; white-space: normal; margin-bottom: 4px; }
    .address-list li .wpcf7-form-control-wrap { width: 100%; }
    .address-list li input { width: 100% !important; }
    .wpcf7 input.btn-contact,
    .wpcf7 input.btn-entry { width: 95%; }
}

/* ===== thanks ===== */
#thanks #main_visual_bg {
    background: url(../images/contact/main_visual_contact.jpg) no-repeat 0 0;
}
#thanks .under_main p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#thanks .under_main p.thanks-msg {
    color: #333;
}
#thanks .under_main p.note02 {
    font-weight: normal;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}
#thanks .under_main p.note02 span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.under_main a.btn03 {
    display: block;
    width: 380px;
    padding: 18px 0;
    background: url(../images/common/arrow03.png) #22ac38 no-repeat 90% 50%;
    background-size: 13px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    margin: 20px auto 0 auto;
}

@media screen and (max-width: 650px) {
    #thanks .under_main p { text-align: left; }
    #thanks .under_main p.note02 { text-align: left; }
    .under_main a.btn03 { width: 95%; }
}

/* サンクスページ：受付番号を大きく */
#thanks .under_main p strong {
    font-size: 22px;
    color: #22ac38;
}
