
/************* お問い合わせ Contact *******************************/


table.table_contact{
  width: 100%;margin: 0 0 30px;
}
table.table_contact th{
  width: 20%;
  background: #161616;
  color: #fff;
  box-sizing: border-box;
  padding: 20px 25px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
}
table.table_contact td{
  background: #e2e2e2;
  color: #333
  box-sizing: border-box;
  padding: 20px 25px;
  border-bottom: #fff solid 1px;
  font-size: 16px;
}

table.table_contact tr:last-child th,table.table_contact tr:last-child td{
  border-bottom: none;
}

.required{
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  background: #e60012;
  padding: 2px 0 4px;
  width: 40px;
  text-align: center;
  line-height: 1;
}





.inpform_fl {
    display: inline-block;
    margin: 0 10px 5px 0;
    font-size: 14px;
}

/* -------- お問い合わせ プライバシーポリシー -------- */
.pp_check {
        color: #333;
        font-weight: bold;
        margin: 20px 0 0;
}

.privacy_box {
    border: 1px solid #d6d8e0;
  margin: 5px 0;
}

.privacy_inner {
    width: auto;
    height: 200px;
    overflow-y: scroll;
    padding: 22px;
  background: #fff;
}

h4.privacy_title {
    padding: 0 0 4px 0;
    border-bottom: 1px solid #c9c9c9 ;
    margin-bottom: 15px;
    font-size: 15px;
	font-weight: bold;
}

.privacy_box p {
    margin: 0 0 20px 0!important;
    font-size: 13px;
}

ul.privacy_list {
    margin: 0 0 20px 0;
}

ul.privacy_list li{
    list-style:disc;
    margin: 0 0 0 18px!important;
    font-size: 13px;
}
span.bold {
    font-weight: bold;
}

#contact_form h3.title_style01 {
    font-size: 18px;
        margin-bottom: 12px;
}

/* Let's get this party started */
.privacy_inner::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.privacy_inner::-webkit-scrollbar-track {
    background:#fff; /* rgba fallback */
        background:rgba(190,190,190,0.4);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.privacy_inner::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#fff; /* rgba fallback */
        background:rgba(190,190,190,0.7);
}
.privacy_inner::-webkit-scrollbar-thumb:window-inactive {
        background:#fff; /* rgba fallback */
        background:rgba(190,190,190,0.7);
}



/* Let's get this party started */
textarea::-webkit-scrollbar {
    width: 5px;
}

/* Track */
textarea::-webkit-scrollbar-track {
    background:#fff; /* rgba fallback */
        background:rgba(190,190,190,0.4);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
textarea::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#fff; /* rgba fallback */
        background:rgba(190,190,190,0.7);
}
textarea::-webkit-scrollbar-thumb:window-inactive {
        background:#fff; /* rgba fallback */
        background:rgba(190,190,190,0.7);
}


/* -------- お問い合わせ ページ設定 -------- */

#contact_form{
        background: transparent;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;

}

ul.contact_formList{
	padding: 0;
	margin: 0;
}


ul.contact_formList li {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #ccc;
}

ul.contact_formList li:last-child{
	background:none;
	border-bottom: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#contact_form small{
        line-height: 1.8em;
        font-size:12px;
        font-weight:normal;
}

#contact_form strong {
        color: #ff0000;
        display: inline-block;
        font-weight:bold;
        padding: 0 0px 0 9px;
}

/* -------- お問い合わせ フォーム設定 -------- */
:focus {
  outline: solid 1px #dbecff;
}

/* Form fields, general styles first */

button,
input,
textarea, radio, select {
        border: 1px solid #dadada;
        font-family: inherit;
        padding: 5px 10px;
		margin:0;
        background-color: #fff;
        border-radius: 0;
}


/* Form fields, general styles first */

input:hover,
textarea:hover, #contact_form radio:hover, #contact_form select:hover {
        border: 1px solid #dadada;
}

button,
input {
    line-height: normal;
}
textarea {
        width:98%;
        overflow: auto;
        vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
        border: solid 1px #dadada;
        border-radius: 3;
        background:#fff;
        padding: 5px;
        vertical-align:middle;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input:-ms-input-placeholder, textarea::-webkit-input-placeholder  {
    color: #ccc;
    font-weight: normal;
}
input::-moz-placeholder, textarea::-webkit-input-placeholder  {
    color: #ccc;
    font-weight: normal;
}


/* Reset non-text input types */
input[type="file"]{
        border: 0;
        border-radius: 3;
        background:none;
        padding: 5px;
        vertical-align:middle;
}


/* Label, radio */

input[type="radio"] {
        margin-right: 1px;
}

label {
        display: inline-block;
        padding: 0 15px 0 0;

}


/* -------- Input タグの横幅設定 -------- */

.text_type01{
        width: 90%;
}
.text_type03{
        width: 150px;
}

.text_type02{
        width: 65%;
}

.text_type {
  width: 95%;
}

.contact_content {
        margin-bottom: 7px;
}


/* -------- Input autofill (Contact form 7 confirm page) -------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.wpcf7c-conf {
    background: none!important;
    color: #333;
    border: 0;
}

.wpcf7c-conf:hover  {
    background: none;
    color: #333;
    border: 0;
}

/* -------- お問い合わせフォーム エラー、送信完了 -------- */


span.wpcf7-not-valid-tip {
    color: #ff0000!important;
    font-size: 1em;
    display: block;
}

div.wpcf7-validation-errors {
    border: 2px solid #939f96!important;
        color: #ff0000!important;
        padding: 10px;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.01);
        max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #939f96!important;
    color: #ff0000!important;
    padding: 10px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.01);
}




/* Buttons */
#contact_form button,
#contact_form input[type="button"]{
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#contact_form button{
	cursor: pointer;
}

#contact_form button:hover,
#contact_form input[type="button"]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
#contact_form button:active,
#contact_form input[type="button"]:active{
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}


/* -------- お問い合わせフォームボタン（確認、送信、戻る） -------- */


/*確認・送信・戻るボタン*/

#btn_box{

}
p.confirm_btn,
p.send_btn{
    max-width: 280px;
    width: 100%;
    margin: 0 auto!important;
}
p.back_btn {
  max-width: 200px;
  width: 100%;
  float: left;
  margin: 0 0 0 15%;
}

/*確認ボタン・送信ボタン*/
.confirm_btn .confirm, .confirm_btn .confirm:active,
.send_btn .send, .send_btn .send:active {
  display: inline-block;
  cursor: pointer;
  max-width:280px;
  width: 100%;
  text-align: center;
  background:#797979;
  border: none;
  border-radius: 5px;
  margin: 0 auto;
  height: 54px;
  color: #fff;
  font-size: 16px;
  line-height:54px;
  padding: 0;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
 } 
 
.back_btn .back, .back_btn .back:active {/*戻るボタン*/
  display: inline-block;
  cursor: pointer;
  max-width: 200px;
  width: 100%;
  text-align: center;
  background:#797979;
  border: none;
  border-radius: 5px;
  margin: 0 auto;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height:40px;
  padding: 0;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
} 

.confirm_btn .confirm:hover,
.send_btn .send:hover,
.back_btn .back:hover {
  border:none;
  background:#999;
}

















/* メインメニュー 640px以下から
------------------------------------------------------------*/
@media screen and (max-width: 640px) {


table.table_contact td,
table.table_contact th{
  display: block;
  width:100%;
  box-sizing: border-box;
  padding: 10px 15px;
}
table.table_contact th br{display: none;}  

input.text_type {
  width: 90%;
}

textarea {
  width: 90%;
}
  
.text_type02{width: 90%;}  
  

}

