html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	font-size: 1.6rem;
	font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	color: #252525;
	margin: 0;
	line-height: 1.9rem;
}
@media (max-width: 768px) {
	body {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}
h1 {
	margin: 0;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
p {
}
a {
	text-decoration: none;
}
@media (max-width: 768px) {
	img {
		width:100%;
		max-width: 100%;
		height: auto;
	}
}
.skip-link {
	display: none;
}

/*----------------------------------------------------
  #clear
----------------------------------------------------*/
.clear {
	clear: both;
}
.clearfix,div,ul,dl,ol {
	zoom: 1;
}
.clearfix:after, div:after, ul:after, dl:after, ol:after {
	content: "";
	display: block;
	clear: both;
}

/* ----- ヘッダー ----- */
#header-top {
	width: 1000px;
	margin: 10px auto;
}
@media (max-width: 768px) {
	#header-top {
		width:100%;
	}
}
.logo {
	float: left;
}
.logo h1 img {
	width: 250px;
}
@media (max-width: 768px) {
	.logo {
		margin-left: 10px;
	}
	.logo h1 img {
		width: 150px;
	}
}
.fd {
	float: right;
}
@media (max-width: 768px) {
	.fd {
		float: none;
		margin-left: 10px;
	}
}
.fd_sp {
	display: none;
}
@media (max-width: 768px) {
	.header_inner .fd {
		display: none;
	}
	.header_inner .fd_sp {
		display: block;
		float: right;
		margin-right: 10px;
	}
	.header_inner .fd_sp img {
		width: 35px;
	}
}
.header_conts img,
.header_conts .tel_box,
.header_conts .appoint {
	float: left;
}
.header_conts img {
	padding-top: 8px;
}
.tel_box {
	margin-left: 5px;
}
.tel_box .tel_number {
	font-size: 40px;
	font-weight: bold;
	line-height: 0.9;
	font-family: 'ヒラギノ角ゴ std';
	margin-bottom: 0;
	margin-top: 0;
}
.tel_box .tel_number a {
	color: #333;
	text-decoration: none;
}
.tel_box .tel_txt {
	font-size: 11px;
	margin-top: 3px;
}

/* ----- footer ----- */

.tax_conts {
	text-align: right;
	font-size: 1.3rem;
}
.footer_logo {
	text-align: center;
	margin-top: 20px;
}
.footer_logo img {
	width: 250px;
}
@media (max-width: 768px) {
	.footer_logo img {
		width: 150px;
	}
}
.footer_copy {
	background: #272e2e;
	padding: 20px 0;
	margin-top: 50px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #fff;
}

/*----------------------------------------------------
  #エントリー
----------------------------------------------------*/
.entry-content {
	width: 1000px;
	margin: 50px auto 0;
}
@media (max-width: 768px) {
	.entry-content {
		min-width: 100%;
		width: auto;
		margin-top: 20px;
	}
}
.contact_ttl span {
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
}
@media (max-width: 768px) {
	.contact_ttl span {
		font-size: 24px;
	}
}
.contact_ttl {
	font-size: 54px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
}
@media (max-width: 768px) {
	.contact_ttl {
		font-size: 27px;
	}
}
.contact_form {
	margin-top: 55px;
}
@media (max-width: 768px) {
	.contact_form {
		margin-top: 20px;
	}
}
.contact_form dl {
	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
	padding: 20px 0;
}
@media (max-width: 768px) {
	.contact_form dl {
		display: block;
		text-align: center;
		padding: 0;
	}
}
.contact_form dl dt {
	width: 30%;
	font-size: 22px;
}
@media (max-width: 768px) {
	.contact_form dl dt {
		width: auto;
		font-size: 16px;
		padding: 20px 0;
		background: #efefef;
	}
}
.contact_form dl dt span {
	padding: 3px 5px;
	background: #ff0000;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-left: 5px;
	vertical-align: middle;
}
.contact_form dl dd {
	font-size: 22px;
	margin-left: 10px;
}
@media (max-width: 768px) {
	.contact_form dl dd {
		font-size: 16px;
		padding: 20px 0;
		margin-left: 0;
	}
}
.contact_form dl dd span.mwform-radio-field {
	margin-right: 20px;
}
.contact_form dl dd input {
	font-size: 14px;
	padding: 7px 10px;
}
.contact_form dl dd textarea {
	width: 540px;
	font-size: 22px;
}
@media (max-width: 768px) {
	.contact_form dl dd textarea {
		width: auto;
		font-size: 16px;
	}
}
input[type="text"], input[type="url"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 5px;        /* CSS3草案 */
    	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    	-moz-border-radius: 5px;   /* Firefox用 */
	width: 100%;
}
@media (max-width: 768px) {
input[type="text"], input[type="url"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], textarea {
	width: 90%;
}
}
.c_f_t01 {
	margin-top: 50px;
}
@media (max-width: 768px) {
	.c_f_t01 {
		margin: 20px 20px 0;
	}
}
.btn {
	text-align: center;
}
.btn input[type="submit"] {
	background: #ff7800;
	text-align: center;
	font-size: 30px;
	padding: 20px 140px;
	margin-top: 50px;
	color: #fff;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
}
@media (max-width: 768px) {
	.btn input[type="submit"] {
		padding: 10px 50px;
		font-size: 15px;
	}
}
.formfinish {
	margin: 50px 5%;
}


/*----------------------------------------------------
  #エントリー
----------------------------------------------------*/
#contact_nav {
    background: #fff;
    margin: 29px auto 30px auto;
    height: 40px;
    width: 890px;
	background: #efefef;
}
@media (max-width: 768px) {
	#contact_nav {
		width: auto;
		margin: 20px auto;
		height: auto;
		background: #fff;
	}
}
#contact_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (max-width: 768px) {
	#contact_nav ul {
		display: table;
		table-layout: fixed;
		text-align: center;
		width: 100%;
	}
	#contact_nav ul:after {
		content: none;
	}
}
#contact_nav ul li {
    float: left;
    line-height: 40px;
}
@media (max-width: 768px) {
	#contact_nav ul li {
		float: none;
		display: table-cell;
		position: relative;
		line-height: 26px;
		background: #eef2f8;
		border: 2px solid #fff;
		text-align: center;
		font-weight: bold;
	}
	#contact_nav ul li:before {
		left: 100%;
    	top: 50%;
    	border: solid transparent;
    	content: " ";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
	}
	#contact_nav ul li:before {
		border-left-color: #fff;
    	border-width: 15px;
    	margin-top: -15px;
	}
	#contact_nav ul li:after {
		left: 100%;
    	top: 50%;
    	border: solid transparent;
    	content: " ";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    	border-left-color: #eef2f8;
    	border-width: 13px;
    	margin-top: -13px;
	}
}
#contact_nav ul li.index-list {
    background: url(/wp_z/wp-content/uploads/2022/08/contact_nav_first.png) no-repeat;
    width: 299px;
    height: 40px;
}
@media (max-width: 768px) {
	#contact_nav ul li.index-list {
		background: #ff7800;
    	color: #fff;
		width: auto;
		height: auto;
	}
	#contact_nav ul li.index-list:first-child {
    	border-radius: 3px 0 0 3px;
    	z-index: 3;
	}
	#contact_nav ul li.index-list:after {
		border-left-color: #ff7800;
	}
}
#contact_nav ul li.index-list span {
    color: #fff;
}
#contact_nav ul li span {
    font-size: 16px;
    color: #222;
    margin-left: 131px;
    text-decoration: none;
}
@media (max-width: 768px) {
	#contact_nav ul li span {
		font-size: 12px;
		color: #fff;
		margin-left: 0;
	}
}
#contact_nav ul li.index-list2 {
    width: 301px;
    height: 40px;
    margin-left: -10px;
}
@media (max-width: 768px) {
	#contact_nav ul li.index-list2 {
		z-index: 2;
		width: auto;
		height: auto;
		margin-left: 0;
	}
}
#contact_nav ul li.index-list2 span {
    margin-left: 98px;
    color: #222;
}
@media (max-width: 768px) {
	#contact_nav ul li.index-list2 span {
		margin-left: 0;
	}
}
#contact_nav ul li.index-list3 {
    width: 299px;
    height: 40px;
    margin-left: -10px;
}
@media (max-width: 768px) {
	#contact_nav ul li.index-list3 {
		z-index: 1;
    	border-radius: 0 3px 3px 0;
		width: auto;
		height: auto;
		margin-left: 0;
	}
	#contact_nav ul li.index-list3:before,
	#contact_nav ul li.index-list3:after {
		border: none;
	}
}
#contact_nav ul li.index-list3 span {
    color: #222;
}
#contact_nav ul li.confirm-list {
    width: 299px;
    height: 40px;
}
@media (max-width: 768px) {
	#contact_nav ul li.confirm-list {
		width: auto;
		height: auto;
		border-radius: 3px 0 0 3px;
    	z-index: 3;
	}
	#contact_nav ul li.confirm-list span {
		color: #222;
	}
}
#contact_nav ul li.confirm-list2 {
    background: url(/wp_z/wp-content/uploads/2022/08/contact_nav_second.png) no-repeat;
    width: 301px;
    height: 40px;
    margin-left: -10px;
}
@media (max-width: 768px) {
	#contact_nav ul li.confirm-list2 {
		background: #ff7800;
		color: #fff;
		width: auto;
		height: auto;
		margin-left: 0;
	}
	#contact_nav ul li.confirm-list2 {
		z-index: 2;
	}
	#contact_nav ul li.confirm-list2:after {
		border-left-color: #ff7800;
	}
}
#contact_nav ul li.confirm-list2 span {
    margin-left: 98px;
    color: #fff;
}
@media (max-width: 768px) {
	#contact_nav ul li.confirm-list2 span {
		margin-left: 0;
	}
}
#contact_nav ul li.confirm-list3 {
    width: 299px;
    height: 40px;
    margin-left: -10px;
}
@media (max-width: 768px) {
	#contact_nav ul li.confirm-list3 {
		width: auto;
		height: auto;
		margin-left: 0;
		z-index: 1;
    	border-radius: 0 3px 3px 0;
	}
	#contact_nav ul li.confirm-list3:before,
	#contact_nav ul li.confirm-list3:after {
		border: none;
	}
}
#contact_nav ul li.confirm-list3 span {
    color: #222;
}

#contact_nav ul li.finish-list {
    width: 299px;
    height: 40px;
}
@media (max-width: 768px) {
	#contact_nav ul li.finish-list {
		width: auto;
		height: auto;
		border-radius: 3px 0 0 3px;
    	z-index: 3;
	}
	#contact_nav ul li.finish-list span {
		color: #222;
	}
}
#contact_nav ul li.finish-list2 {
    width: 301px;
    height: 40px;
    margin-left: -10px;
}
@media (max-width: 768px) {
	#contact_nav ul li.finish-list2 {
		width: auto;
		height: auto;
		margin-left: 0;
	}
	#contact_nav ul li.finish-list2 {
		z-index: 2;
		border-radius: 0 3px 3px 0;
	}
}
#contact_nav ul li.finish-list2 span {
    margin-left: 98px;
    color: #222;
}
@media (max-width: 768px) {
	#contact_nav ul li.finish-list2 span {
		margin-left: 0;
	}
}
#contact_nav ul li.finish-list3 {
    background: url(/wp_z/wp-content/uploads/2022/08/contact_nav_third.png) no-repeat;
    width: 299px;
    height: 40px;
}
@media (max-width: 768px) {
	#contact_nav ul li.finish-list3 {
		background: #ff7800;
    	color: #fff;
		width: auto;
		height: auto;
	}
	#contact_nav ul li.finish-list3:before,
	#contact_nav ul li.finish-list3:after {
		border: none;
	}
}
#contact_nav ul li.finish-list3 span {
    color: #fff;
}

table.new_contact_box {
    width: 100%;
    margin: 30px auto 0;
    font-size: 14px;
    color: #222;
}
@media (max-width: 768px) {
	table.new_contact_box {
		font-size: 12px;
	}
}
table.new_contact_box tr {
	vertical-align: middle;
}
table.new_contact_box tr .border {
    width: 4px;
    background: #fd8081;
    border: 0;
}
@media (max-width: 768px) {
	table.new_contact_box tr .border {
		display: none;
	}
}
table.new_contact_box tr .space_box {
    padding-left: 20px;
}
table.new_contact_box tr th {
	width: 150px;
    background: #eef2f8;
    padding: 0 0 0 10px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
	table.new_contact_box tr th {
		width: auto;
		padding: 0 3px;
		text-align: center;
	}
}
table.new_contact_box tr td {
	vertical-align: middle;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
	table.new_contact_box tr td {
		padding: 15px 0;
	}
}
table.new_contact_box tr .must {
	width: 40px;
    background: #ff0000;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
@media (max-width: 768px) {
	table.new_contact_box tr .must {
		width: auto;
		padding: 0 3px;
		font-size: 9px;
	}
}
table.new_contact_box tr .td-first {
	width: 100px;
}
table.new_contact_box tr .td-secd {
	width: 230px;
}
table.new_contact_box tr .td-third {
	width: 110px;
}
@media (max-width: 768px) {
	table.new_contact_box tr .td-first {
		width: auto;
	}
	table.new_contact_box tr .td-secd {
		width: auto;
	}
	table.new_contact_box tr .td-third {
		width: auto;
	}
}
table.new_contact_box tr td .title {
	padding: 0 10px 0 20px;
    float: left;
}
@media (max-width: 768px) {
	table.new_contact_box tr td .title {
		padding: 0  1px 0 5px;
	}
}
table.new_contact_box tr .td-colo,
table.new_contact_box tr .td-colt {
    border-bottom: 0;
    padding: 10px 0 5px 0;
}
table.new_contact_box tr .td-col p,
table.new_contact_box tr .td-colo p,
table.new_contact_box tr .td-colt p {
    padding: 9px 10px 0 20px;
    display: block;
    margin: 0;
    float: left;
}
@media (max-width: 768px) {
	table.new_contact_box tr .td-col p,
	table.new_contact_box tr .td-colo p,
	table.new_contact_box tr .td-colt p {
		padding: 9px 10px 0 10px;
	}
}
.mw_wp_form_confirm table.new_contact_box tr .td-col p,
.mw_wp_form_confirm table.new_contact_box tr .td-colo p,
.mw_wp_form_confirm table.new_contact_box tr .td-colt p {
    padding: 0px 10px 0 20px;
}
@media (max-width: 768px) {
	.mw_wp_form_confirm table.new_contact_box tr .td-col p,
	.mw_wp_form_confirm table.new_contact_box tr .td-colo p,
	.mw_wp_form_confirm table.new_contact_box tr .td-colt p {
		padding: 0px 10px 0 10px;
	}
}
table.new_contact_box tr .td-colo p {
    width: auto;
}
table.new_contact_box tr .td-col span,
table.new_contact_box tr .td-colo span,
table.new_contact_box tr .td-colt span {
    padding: 9px 10px 0 20px;
    width: 105px;
}
@media (max-width: 768px) {
	table.new_contact_box tr .td-col span,
	table.new_contact_box tr .td-colo span,
	table.new_contact_box tr .td-colt span {
		width: auto;
		padding: 9px 5px 0 10px;
	}
}
.mw_wp_form_confirm table.new_contact_box tr .td-col span,
.mw_wp_form_confirm table.new_contact_box tr .td-colo span,
.mw_wp_form_confirm table.new_contact_box tr .td-colt span {
    padding: 0px 10px 0 20px;
}
table.new_contact_box tr td input.text {
    width: 380px;
    height: 33px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 0 10px;
    border: 1px solid #e5dddd;
    line-height: 33px;
    font-size: 14px;
    float: left;
    margin: 0;
}
@media (max-width: 768px) {
	table.new_contact_box tr td input.text {
		width: 160px;
	}
}




table.new_contact_box .dk-wrap {
    width: 218px;
    float: left;
}
@media (max-width: 768px) {
	table.new_contact_box .dk-wrap {
		width: 150px;
	}
}
.mw_wp_form_confirm table.new_contact_box .dk-wrap {
    color: #000;
}
table.new_contact_box .dk-wrap select {
    width: 100%;
    padding: 6px;
    font-size: 14px;
    cursor: pointer;
}

table.new_contact_box .select-wrap {
    width: 218px;
}
@media (max-width: 768px) {
	table.new_contact_box .select-wrap {
		width: 90px;
	}
}
table.new_contact_box .select-touse {
    width: 100px;
}
@media (max-width: 768px) {
	table.new_contact_box .select-touse {
		width: 80px;
	}
}
.mw_wp_form_confirm table.new_contact_box .select-wrap {
    color: #000;
}
table.new_contact_box .select-wrap select {
    width: 100%;
    padding: 6px;
    font-size: 14px;
    cursor: pointer;
}

table.new_contact_box .tr-ver textarea {
    margin: 10px 0 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #eef2f8;
    width: 640px;
    border: 1px solid #e5dddd;
    height: 118px;
    padding: 10px;
}
@media (max-width: 768px) {
	table.new_contact_box .tr-ver textarea {
		width: 220px;
	}
}
.mw_wp_form_confirm .tr-ver .confirm_notes {
	display: none;
}
.mw_wp_form_confirm .tr-ver .txtarea_conts {
	padding-left: 20px;
}

@media (max-width: 768px) {
	.site-content-contain {	width: 95%;    margin: 0 auto;}
	#contact_nav ul li span {		font-size: 10px;}
	table.new_contact_box tr th {  padding: 0 2px;}
	table.new_contact_box tr .must {  padding: 0 5px;}
	.mwform-tel-field input[type="text"]{width: 24px!important;}
	table.new_contact_box {    font-size: 11px;}
	table.new_contact_box tr td input.text,table.new_contact_box .dk-wrap select{font-size: 12px;}
	table.new_contact_box .select-wrap select{font-size: 11px;}
}

.postalcode_notes {
	font-size: 12px;
	margin-top: 5px;
	clear: left;
}
.mw_wp_form_confirm table.new_contact_box tr .td-colo p.postalcode_notes,
.mw_wp_form_confirm table.new_contact_box tr .td-col p.postalcode_notes {
	display: none;
}

/*----------------------------------------------------
  #個人情報の取り扱い
----------------------------------------------------*/
.yakkan {
	margin-top: 50px;
	text-align: center;
}
.yakkan_ttl {
	font-size: 1.8rem;
	font-weight: bold;
}
.yakkan_txt {
	margin-top: 25px;
}
.y_conts {
	margin-top: 25px;
	width: 100%;
	height: 150px;
	overflow-y: scroll;
	text-align: left;
	padding: 10px;
	border: 1px dotted #ccc;
	word-break: break-all;
}
@media (max-width: 768px) {
	.y_conts {
		width: auto;
	}
}
.y_conts p {
	line-height: 1.8;
}
.y_conts p.y_hdttl {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 10px;
}
@media (max-width: 768px) {
	.y_conts p.y_hdttl {
		font-size: 1.5rem;
	}
}

.y_conts p.y_ttl {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 10px;
}
@media (max-width: 768px) {
	.y_conts p.y_ttl {
		font-size: 1.3rem;
	}
}
.y_select {
	margin-top: 25px;
	font-size: 1.8rem;
	color: #f00;
}
@media (max-width: 768px) {
	.y_conts p.y_txt {
		font-size: 1.2rem;
	}
}
.yakkan_table {
	margin-top: 15px;
}
.yakkan_table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.yakkan_table table th {
	background: #eef2f8;
	padding: 10px;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}
.yakkan_table table td {
	padding: 10px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
}

.section-inner.thin.error404-content{    width: 1000px;    margin: 0 auto;}
@media (max-width: 768px) {
.section-inner.thin.error404-content{    width: 100%;   padding: 0 15px;display: table-cell;}
}

.follow_footer{background: #eca701;}

@media (max-width: 768px) {
.aftag_img{height: 1px;}
}


/* ----- 追加 プライバシーポリシー ----- */
.post-inner {
	line-height: 1.6;
}

.post-inner p {
	margin: 0 0 10px;
}

.post-inner .mb30 {
	margin: 0 0 30px;
}

.post-inner h2 {
	text-align: center;
	font-size: 26px;
	margin: 0 0 60px;
}

.post-inner section {
	padding-top: 60px;
}

.text-r {
	text-align: right;
}

.post-inner ul {
	margin: 0 0 10px;
}

.post-inner ul li {
	margin: 0 0 8px;
}

.privacy_area {
	display: grid;
	grid-template-columns: 20px 1fr;
	grid-gap: 10px;
}

.privacy_area dd {
	margin: 0 0 20px;
}

table.privacy_table {
  box-sizing: border-box;
  margin: 0 auto 20px;
  font-size: 14px;
}

table.privacy_table th {
  background: #eee;
  padding: 10px;
  width: 50%;
  border: 1px solid #aaa;
  border-bottom: none;
	text-align: center;
  font-weight: bold;
}

table.privacy_table td {
  background: #fff;
  padding: 10px;
  width: 50%;
  border: 1px solid #aaa;
}
