@charset "utf-8";
/***************************************************************************

■フォーム用css

****************************************************************************/
/*  plugin : contact form 7
/* ------------------------------------ */
.form_table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom:20px;
}

.form_table  th {
	width: 25%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	background-color:#79c0f1;
	border: none;
}

.form_table  td {
	padding: 10px;
	background-color: #f0f0f0;
	border: none;
}

th.ind{
	position:relative;
}

th.ind:after{
	content:'必須';
	display:block;
	position:absolute;
	right:10px;
	top:10px;
	background-color:#d80048;
	font-size:80%;
	text-align:center;
	padding:0px 8px;
	color:#FFFFFF;
}
/********************************************/
form input[type="text"],form input[type="email"],
form textarea,select  {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.5em;
	padding: 5px;
	padding: 0.714285714rem;
	width: 100%;
	background-color:rgba(245,245,245,0.85);
}

button,
input,
textarea,select {
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 0px;
	padding: 0.428571429rem;
	margin-bottom:5px;
}

button,
input {
	line-height: normal;
}

select{
	font-size:100%;
	color:#5E5E5E;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

input[type="radio"]:checked{
	background-color:#d80048;
}

form input[type="text"].narrow{
	width:6em;
}
/*****************************************/
/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight:bold;
	color: #7c7c7c;
	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: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover
{
	color: #5e5e5e;
	background-color: #ebebeb!importa;
	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);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]: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;
	border-color: transparent;
}

.txt_center{
	text-align:center!important;
}

form > p{
	font-weight:bold;
}

form > p span{
	color:rgba(255,0,4,1.00);
}

span.wpcf7-not-valid-tip{
	font-weight:bold!important;
}

div.wpcf7-validation-errors{
	border:none!important;
	text-align:center!important;
	background-color:rgba(255,0,4,0.51)!important;
	color:#FFFFFF!important;
	line-height:1.4em!important;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
}

div.wpcf7-mail-sent-ok{
	border:none!important;
	text-align:center!important;
	background-color:rgba(181,181,181,1.00)!important;
	color:rgba(255,255,255,1.00)!important;
	line-height:1.4em!important;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
/*  plugin : contact form 7
/* ------------------------------------ */
.form_table table {
	width: 100%;
	display:block;
}

.form_table  th {
	width: 100%;
	display:block;
	padding: 0px;
	text-align: left;
	background-color:transparent;
	color:#0081d9;
	font-size:120%;
	margin-bottom:5px;
	line-height:1.4em;
}

.form_table  tr{
	display:block;
	margin-bottom:20px;
	border-bottom:1px dotted #D2D2D2;
	padding-bottom:20px;
}

.form_table  td {
	display:block;
	padding:0;
	background-color:transparent;
}

th.ind:after{
	right:0px;
	top:0px;
	padding:5px 10px;
}
/********************************************/
form input[type="text"],form input[type="email"],
form textarea,select  {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.5em;
	padding: 5px;
	padding: 0.714285714rem;
	width: 100%;
}

button,
input,
textarea,select {
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 0px;
	padding: 0.428571429rem;
	margin-bottom:5px;
}

button,
input {
	line-height: normal;
}

select{
	font-size:100%;
	color:#5E5E5E;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

input[type="radio"]:checked{
	background-color:#d80048;
}

form input[type="text"].narrow{
	width:6em;
}

/*****************************************/
/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	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: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover
{
	color: #5e5e5e;
	background-color: #ebebeb!importa;
	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);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]: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;
	border-color: transparent;
}
}