/* 
Theme Name: contact-form-curar
*/
@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

th,
td {
	text-align: left;
	font-weight: normal;
}

img,
iframe {
	border: none;
	text-decoration: none;
}

/*ol, ul{list-style:none;}*/
input,
textarea,
select,
button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px
}


.mb10,
h1.mb10,
h2.mb10,
h3.mb10,
h4.mb10,
p.mb10,
table.mb10,
th.mb10,
td.mb10,
ul.mb10,
li.mb10 {
	margin-bottom: 10px;
}

.mb15,
h1.mb15,
h2.mb15,
h3.mb15,
h4.mb15,
p.mb15,
table.mb15,
th.mb15,
td.mb15,
ul.mb15,
li.mb15 {
	margin-bottom: 15px;
}

.mb20,
h1.mb20,
h2.mb20,
h3.mb20,
h4.mb20,
p.mb20,
table.mb20,
th.mb20,
td.mb20,
ul.mb20,
li.mb20 {
	margin-bottom: 20px;
}

.mb25,
h1.mb25,
h2.mb25,
h3.mb25,
h4.mb25,
p.mb25,
table.mb25,
th.mb25,
td.mb25,
ul.mb25,
li.mb25 {
	margin-bottom: 25px;
}

.mb30,
h1.mb30,
h2.mb30,
h3.mb30,
h4.mb30,
p.mb30,
table.mb30,
th.mb30,
td.mb30,
ul.mb30,
li.mb30 {
	margin-bottom: 30px;
}

.mb40,
h1.mb40,
h2.mb40,
h3.mb40,
h4.mb40,
p.mb40,
table.mb40,
th.mb40,
td.mb40,
ul.mb40,
li.mb40 {
	margin-bottom: 40px;
}


/*************************

*************************/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	font-size: 1px;
	height: 0;
	visibility: hidden;
}

/*************************

*************************/
body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.61;
	border: solid 1px #333;
}

form {
	padding: 2%;
	font-size: 13px;
}

form:after {
	content: " ";
	display: block;
	clear: both;
	font-size: 1px;
	height: 0;
	visibility: hidden;
}

form dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

form dt {
	width: 27%;
	padding-bottom: 10px;
}

form dd {
	width: 73%;
	padding-bottom: 10px;
}

@media only screen and (max-width: 599px) {
	form dl {
		display: block;
	}

	form dt,
	form dd {
		width: 100%;
	}
}


dd input,
dd textarea {
	width: 95%;
}

input[type="date"] {
	width: 60%;
	max-width: 300px;
}

input[type="submit"] {
	max-width: 100px;
	cursor: pointer;
}

form p {
	text-align: left;
}

form p.tac {
	text-align: center;
}

p.grtxt {
	color: rgb(127, 127, 127);
}

.mb-10:first-child {
	margin-bottom: 10px;
}

.width50 {
	margin: 0 10px 0 10px;

}

.width50 span input {
	width: 50px;
	height: 16px;
	margin: 0;
}

.flex {
	display: flex;
}


span.wpcf7-list-item {
	display: block !important;
}

span.wpcf7-list-item input {
	width: auto;
}

.radio .wpcf7-list-item.first {
	margin-bottom: 10px;
}

.mas {
	align-items: center;
	margin-left: 20px;
}



/* ---------- for curar  ---------- */

body {
	border: solid #bfbfbf 1.33px;
}

form {
	padding: 0;
}

table {
	font-family: "Open Sans", Helvetica, Arial, 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	color: #7f7f7f;
	width: 100%;
	padding: 30px 20px 0 20px;
	border-collapse: separate;
	border-spacing: 0 20px;
}

table tr:last-of-type th {
	text-align: center;
	height: 100px;
	vertical-align: middle;
}

table tr:nth-last-of-type(2) th {
	vertical-align: top;
}

table tr td span input {
	height: 30px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea,
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
	padding: 0;
	border: 0.1px solid #7f7f7f;
}

/* products01 */
#contact-products01 tr td span input,
#contact-products01 tr td span textarea {
	width: 97%;
}


/* products02 */
#contact-products02 tr:nth-last-of-type(2) th {
	vertical-align: top;
}

#contact-products02 tr td span input,
#contact-products02 tr td span textarea {
	width: 94%;
}


/* remote-counseling */
#contact-remotecounseling tr td span input,
#contact-remotecounseling tr td span textarea {
	width: 90%;
}

#contact-remotecounseling tr td.flex-item span input {
	width: inherit;
}

.rsv-select select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	width: 60px;
}

.tel-time select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	width: 280px;
}

.flex-wrap.flex-item span.wpcf7-list-item {
	margin: 0;
}

.rsv-select select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	padding-left: 10px;
}

.tel-time select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	padding-left: 30px;
}

.course01-1 span.wpcf7-list-item-label {
	vertical-align: super;
}

#contact-remotecounseling td.f-pnk {
	color: #EDABA4;
}

#contact-remotecounseling tr:nth-of-type(2) {
	height: 60px;
	border-spacing: 0 10px;
}

/* ---------- for sp ----------- */

@media screen and (max-width: 599px) {
	form table {
		padding: 0 1rem;
		font-size: 1rem;
		width: 95%;
		margin: 0 auto;
	}

	form tr {
		display: block;
	}

	form th,
	form td {
		width: 100%;
		display: block;
	}

	form th {
		height: 2.5rem;
		line-height: 2.5rem;
		font-weight: bold;
		vertical-align: bottom;
	}

	form td {
		font-size: 0.9rem;
	}

	form td span.kaigyou {
		display: block;
		padding-bottom: .2rem;
	}

	#contact-remotecounseling tr td span input,
	#contact-remotecounseling tr td span textarea {
		width: 100%;
	}

	span.pdb1 {
		display: block;
	}

	span.pdb2 {
		display: block;
	}

	.pdb1 {
		padding-bottom: 1rem;
	}

	.pdb2 {
		padding-bottom: 2rem;
	}

	.tar {
		text-align: right;
	}

	tr:last-of-type th {
		height: 100px;
		vertical-align: bottom;
	}

	div.wpcf7-response-output {
		margin: 0;
		padding: 0;
	}

	#contact-remotecounseling tr td.flex-item span input {
		/* vertical-align: sub; */
	}

	.tel-time select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
		width: 100%;
		padding-left: 70px;
	}

	.rsv-select select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
		width: 20%;
		padding-left: .5rem;
	}

	.tel-time span.kaigyou {
		padding-bottom: 0;
	}
	#contact-products01 .wpcf7-response-output,
	#contact-products02 .wpcf7-response-output,
	#contact-remote-counseling .wpcf7-response-output {
		margin: 0;
		padding: 0;
	}
	span.wpcf7-list-item {
		height: 3rem;
	}
	span.wpcf7-list-item-label {
		padding-top: 0.5rem;
	}
	input[type="radio"] {
		margin-top: 0;
	}
}