@charset "utf-8";
/*お問い合わせ-contact*/

.box {
	max-width: 960px;
	margin: 0 auto 0;
	padding: 20px 0 0;
	box-sizing: border-box;
}

@media screen and ( max-width: 600px) {
	.box {
		max-width: 96%;
		margin: 0 auto 0;
		padding: 20px 0 0;
		box-sizing: border-box;
	}
}

.box .ttl {
	width: 100%;
	margin: 0 0 0;
	padding: 6px 0 6px 10px;
	border-bottom: 2px solid rgba(236, 228, 214, 1);
	font-size: 2.4rem;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.box span {
	color: #c50019;
}

.box ul {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	box-sizing: border-box;
}

.box ul li {
	list-style: disc;
	width: 96%;
	margin: 0 0 0 1em;
	padding: 0;
	box-sizing: border-box;
}

.box ul li a {
	text-decoration: underline;
}

.formArea {
	max-width: 100%;
	margin: 0 auto 0;
	padding: 60px 0 0 0;
}

#sfm-container {
	max-width: 960px;
	margin: 0 auto 20px;
	padding: 0;
}

/*
.formTable th span {
	color: #c50019;
}
*/
.required {
    display: inline-block;
    text-align: center;
    background-color: #e53b3b;
    border-radius: 3px;
    padding: 3px 6px;
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 6px;
    line-height: 1;
}
/*
=========================================
 フォームエリア
=========================================
*/

div#sfm-layout table {
	border: none;
	border-bottom: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-collapse: collapse;
	margin: 0 0 20px;
	width: 100%;
}

div#sfm-layout table th {
	border: none;
	border-top: #ccc solid 1px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	padding: 1% 2%;
	vertical-align: middle;
}

div#sfm-layout table td {
	border: none;
	border-top: #ccc solid 1px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	padding: 2%;
	vertical-align: top;
}

div#sfm-layout table tr td.clr01 {
	font-size: 1.2rem;
	color: blue;
}

div#sfm-layout table th {
	background-color: #fcf7ec;
	width: 30%;
	text-align: left;
}

div#sfm-layout table th.submit {
	background-color: #f5f5f5;
	width: 30%;
	text-align: center;
}

div#sfm-layout table td {
	background-color: #fff;
}

div#sfm-layout table .toppage {
	text-align: center;
}

@media screen and ( max-width: 768px) {
	div#sfm-layout table, div#sfm-layout table tbody, div#sfm-layout table tr, div#sfm-layout table th, div#sfm-layout table td {
		display: block;
		width: auto;
	}
	div#sfm-layout table th {
		padding: 5px 10px;
	}
	div#sfm-layout table td {
		border-top: #ccc solid 1px;
		padding: 20px 10px;
	}
}

/**
 * 画像
 */

div#sfm-layout .mw-wp-form_image {
	margin-top: 5px;
}

div#sfm-layout .mw-wp-form_image img {
	max-width: 100%;
}

/**
 * 必須
 */

div#sfm-layout .require {
	background-color: #08427C;
	border-radius: 2px;
	color: #fff;
	float: right;
	font-size: 10px;
	line-height: 1.2;
	padding: 3px 6px 1px;
	position: relative;
}

/**
 * 注釈
 */

div#sfm-layout .notes {
	color: #999;
	display: block;
	font-size: 12px;
	margin: 5px 0 0;
}

/**
 * エラーメッセージ
 */

div#sfm-layout .ERR {
	color: #b70000;
	display: block;
	margin: 5px 0 0;
}

/**
 * アクションボタン
 */

div#sfm-layout .action-buttons {}

/**
 * フォーム項目基本
 */

div#sfm-layout input, div#sfm-layout select, div#sfm-layout textarea {
	box-sizing: border-box;
	max-width: 100%;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	width: auto;
}

/**
 * ボタンsubmit
 */

div#sfm-layout input[type="submit"] {
	border-style: none;
	border-radius: 4px;
	background: #EE991A;
	cursor: pointer;
	-webkit-appearance: button;
	color: #ffffff;
	font-size: 131.25%;
	line-height: 1;
	padding: 14px 30px;
}

div#sfm-layout input[type="submit"]:hover {
	border-style: none;
	border-radius: 4px;
	background: #f7a01e;
	opacity: 0.8;
	cursor: pointer;
	-webkit-appearance: button;
	color: #ffffff;
	font-size: 131.25%;
	line-height: 1;
	padding: 14px 30px;
}

div#sfm-layout input[type="submit"]:focus, div#sfm-layout input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba( 255, 255, 255, 0.5), inset 0 2px 5px rgba( 0, 0, 0, 0.15);
}

/**
 * ボタンreset
 */

div#sfm-layout input[type="reset"] {
	border-style: none;
	border-radius: 4px;
	background: #EE991A;
	cursor: pointer;
	-webkit-appearance: button;
	color: #ffffff;
	font-size: 131.25%;
	line-height: 1;
	padding: 14px 30px;
}

div#sfm-layout input[type="reset"]:hover {
	border-style: none;
	border-radius: 4px;
	background: #f7a01e;
	opacity: 0.8;
	cursor: pointer;
	-webkit-appearance: button;
	color: #ffffff;
	font-size: 131.25%;
	line-height: 1;
	padding: 14px 30px;
}

div#sfm-layout input[type="reset"]:focus, div#sfm-layout input[type="reset"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba( 255, 255, 255, 0.5), inset 0 2px 5px rgba( 0, 0, 0, 0.15);
}

div#sfm-layout .action-buttons {
	border-top: #ccc solid 0px;
	padding-top: 20px;
	margin: 0 0 20px 0;
	text-align: center;
}

/**
 * 選択項目
 */

div#sfm-layout label {
	display: inline-block;
	margin: 0 5px 0 0;
}

div#sfm-layout label input[type="checkbox"], div#sfm-layout label input[type="radio"] {
	margin: 0 5px 0 0;
}

/**
 * テキスト
 */

div#sfm-layout input[type="text"], div#sfm-layout input[type="password"], div#sfm-layout input[type="number"], div#sfm-layout input[type="email"], div#sfm-layout input[type="url"], div#sfm-layout input[type="tel"], div#sfm-layout textarea {
	border-radius: 1px;
	border: 1px solid #ccc;
	padding: 9px;
}

div#sfm-layout input[type="text"]:focus, div#sfm-layout input[type="password"]:focus, div#sfm-layout input[type="number"]:focus, div#sfm-layout input[type="email"]:focus, div#sfm-layout textarea:focus {}

/**
 * 複数行テキスト
 */

div#sfm-layout textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}

/**
 * ファイル
 */

div#sfm-layout input[type="file"] {
	display: inline;
}



div#sfm-layout .clinic label{
	margin: 0 0 0 6px;
}
div#sfm-layout .input_half{
	display: flex;
	align-items: center;
}
div#sfm-layout .input_half .in{
	display: flex;
	align-items: center;
	width: 48%;
	max-width: 200px;
	margin-right: 2%;
}

div#sfm-layout .input_half .in p{
	width: 50px;
}

div#sfm-layout .input_half .in input {
	width: calc(100% - 60px);
}
div#sfm-layout .number_in {
	margin-bottom: 15px;
}
div#sfm-layout .number_in p {
	margin-bottom: 10px;
}