
/************* お問い合わせ Contact *******************************/

table.table_contact{
        border-collapse: collapse;
        border-spacing: 0;
        margin:0px 0px 50px 0px;
        border: 1px solid #ccc;
        width: 100%;
}

table.table_contact th{
        text-align: left;
        vertical-align: top;
        padding: 15px 10px 15px 25px;
        border: solid #ccc;
        border-width: 0 1px 1px 0;
        background:#f2f2f2;
        width: 28%;
        font-weight: normal;
}

table.table_contact td{
        text-align: left;
        padding: 15px 10px 15px 25px;
        border: solid #ccc;
        background: #fff;
        border-width: 0 0 1px 0;
        vertical-align: middle;
        color: #282828;
}
.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;
}

.privacy_inner {
    width: auto;
    height: 200px;
    overflow-y: scroll;
    padding: 22px;
}

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: decimal;
        margin: 0 0 0 18px!important;
        font-size: 14px;
}
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;
		-webkit-appearance: none;
}

#contact-form input[type="radio"]:checked {
  background-color: #ff7733;
  border: 2px solid #ff7733;
}

#contact-form input[type="checkbox"]:checked {
  background: #ff7733 !important;
  border: 1px solid #ff7733;
  outline: none;
}


/* 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 {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#btn_box input{
        font-weight: bold;
        border: 0;
}


#btn_box p {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: auto 8px 9px 8px;
}

#btn_box p.back_btn {
    width: 160px;
}

.confirm_btn .confirm, .confirm_btn .confirm:active {
    display: inline-block;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    margin: 0px auto 0;
    padding: 14px 0;
    border: 1px solid #808080!important;
    border-radius: 0;
    color: #666;
    font-size: 16px!important;
    text-align: center;
    text-decoration: none;
    background: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
 }

.confirm_btn .confirm:hover {
	background: #0e8ae9;
	border: 1px solid #0e8ae9!important;
	color: #fff;
  }


.send_btn .send, .send_btn .send:active {
        display: inline-block;
    cursor: pointer;
    max-width: 250px;
        width: 100%;
    margin: 0px auto 0;
    padding: 14px 0;
    border: 1px solid #808080!important;
        border-radius: 0;
    color: #666;
    font-size: 16px!important;
    text-align: center;
    text-decoration: none;
    background: none;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.send_btn .send:hover {
  background: #0e8ae9;
  border: 1px solid #0e8ae9!important;
  color: #fff;
}


.back_btn .back, .back_btn .back:active {
        display: inline-block;
    cursor: pointer;
    max-width: 180px;
        width: 100%;
    margin: 0px auto 0;
    padding: 10px 0;
    border: 1px solid #808080!important;
        border-radius: 0;
    color: #666;
    font-size: 16px!important;
    text-align: center;
    text-decoration: none;
    background: none;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;


}

.back_btn .back:hover {
        background: #0e8ae9;
        border: 1px solid #0e8ae9!important;
        border-radius: 0;
        color: #fff;
}

/* メインメニュー 640px以下から
------------------------------------------------------------*/
@media screen and (max-width: 640px) {

table.table_contact {
}

table.table_contact td {
  display: block;
  width: auto;
  border-width: 0 0 0px 0px;
}

table.table_contact th {
  width: auto;
  display: block;
  border-width: 1px 0px 1px 0px;

}

table.table_contact tr:first-child th {
  border-width: 0px 0px 1px 0px;
}


table.table_contact tr:last-child td {
  border-width: 0px 0px 0 0px;
}

input.text_type {
  width: 90%;
}

textarea {
  width: 90%;
}

}

