/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 26 2025 | 07:09:38 */
/*==========================================================
	ヘッダーカスタマイズ
==========================================================*/
.c-gnav {
    font-weight: bold;
    font-size: 1.2em;
}

/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl{
width: 800px;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr th{
width: 35%;
background: #eee;
}

.check_send{
    margin-top:20px;
	
}

@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: 100%;
padding: 3% 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.formrequired{
font-size:.8em;
padding: 5px;
background: #DD0000;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #DD0000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px;
    margin: 15px auto 0
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: 250px;
}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
/*==========================================================
	お問い合わせ WM WP FORM
==========================================================*/
.require{
  font-size: 13px;
}
.mw_wp_form .error{
  margin-top: 10px;
  color:#DD0000;
  font-size:14px;
  font-weight:bold;
}
.form-01 dl {
  border-top: 1px dotted #ccc;
  color: #4c4c4c;
  margin-bottom: 1em;
}
.form-01 dl:after {
  content: "";
  display: block;
  clear: both;
}
.form-01 dt, .form-01 dd {
/*  font-weight: normal;*/
}
.form-01 dt {
  font-size: 100% !important;
  margin: 0;
  padding: 1em 0 0;
}
.form-01 dt strong {
  color: #DD0000;
  font-weight: bold;
}
.form-01 dd {
  margin: 0;
  padding: 0.8em 0 0;
}
.form-01 input[type="text"]{
  font-size: 100%;
}
.form-01 dd textarea {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-size: 100%;
  vertical-align: middle;
  padding: 4px;
}

/*-- セレクトボックス --*/
.form-01 .formTable dl select {
	 height: 40px;
		padding: 3px;
}

/*-- チェックボックスボックス --*/
input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 6px 0 0;
}

@media all and (min-width: 981px) {
  .form-01 {
    margin: 1rem auto 2rem;
    width: 100%;
  }
  .form-01 dt {
    display: inline-block;
    vertical-align: top;
    width: 26%;
  }
  .form-01 dd {
    display: inline-block;
    width: 72%;
  }
}

@media (max-width: 980px) {
  .form-01 input[type="text"],
  .form-01 textarea {
    width: 100%;
  }
}
/*-- ボタン --*/
.form-button {
  border-top: 1px dotted #999;
  padding-top: 1.4em;
  text-align: center;
  margin-top: 1.5em;
}
.form-button a, .form-button input {
  background-color: transparent;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 54px;
  padding: 8px 0;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  width: 220px;
}
@media (max-width: 767px) {
  .form-01 dt {
    font-weight: bold;
  }
  .form-button a,
  .form-button input {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .form-button a,
  .form-button input {
    width: 100%;
  }
}
.form-button a:hover, .form-button input:hover {
  background-color: #e3e3e3;
  border: 1px solid #ccc;
  color: #333;
}
/*-- 確認画面 --*/
.mw_wp_form_preview dl dt .require, 
.mw_wp_form_preview .form-01 .mail_area .require {
  display: none !important;
}
.mw_wp_form_preview dl dd {
  padding-top: 1.1em;
}
.mw_wp_form_preview .form-01 dd .example, 
.mw_wp_form_preview .form-01 dd .comment{
  display: none;
}
.mw_wp_form_preview .list-notice-01 {
  display: none;
}
.form-button input:nth-of-type(2) {
  background-color: #aaa;
  border: 1px solid #ddd;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .form-button input:nth-of-type(2) {
    margin-left: 5%;
  }
}
@media (max-width: 480px) {
  .form-button input:nth-of-type(2) {
    margin-top: 1.2rem;
    margin-left: 0;
  }
}
.form-button input:nth-of-type(2):hover {
  background-color: #656565;
  border: 1px solid #bbb;
}

/*-- ボタン --*/
.form-button input {
    background-color: #D63638;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-weight:bold;
	font-size:20px;
}
.form-button input:hover {
	 background-color: #A8171B;
  	 color: #fff;
}

/*-- 送信完了後TOPへ戻る --*/
.mw_wp_form_complete {
  margin-bottom: 2em;
}
.mw_wp_form_complete .form-button {
  margin: 0 auto;
  text-align: center;
}
.mw_wp_form_complete .form-button a {
  display: block;
  line-height: 50px;
  text-decoration: none;
}
.mw_wp_form_complete .form-button a:hover {
  background-color: #fff;
  border: 1px solid #96c721;
  color: #96c721;
}