@charset "utf-8";
/* =====================================
■TOP
===================================== */
/* -------------------------------------
■タイトル
------------------------------------- */
.block_title {
	text-align: center;
	margin-bottom: 33px;
}
.block_title h2 {
	display: inline-block;
	color: #497421;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-weight: bold;
	font-size: 34px;
	border-bottom: 4px solid #b7d316;
	line-height: 1.4;
}
.block_title h2 .black {
	color: #333;
}
.block_title h2 .orange {
	color: #f98100;
}
.block_title h2 .large {
	font-size: 40px;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.block_title h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 480px) {
	.block_title h2 {
		font-size: 24px;
	}
}
/* -------------------------------------
■menuArea
------------------------------------- */
.menuArea {
	padding: 30px 0;
}
.menuArea li:first-child,
.menuArea li:last-child {
	width: 100%;
	float: none;
	clear: both;
}
.menuArea li {
	padding: 15px;
	border: 1px solid #ccc;
	width: 49%;
	float: left;
	margin: 0 0 2%;
	box-sizing: border-box;
}
.menuArea li:first-child {
	background: url(/wp-content/uploads/top_img01.png) no-repeat right bottom;
	margin-top: 0 !important;
}
.menuArea li:last-child {
	background: url(/wp-content/uploads/top_img04.png) no-repeat right bottom;
	margin: 0;
}
.menuArea li:nth-child(3) {
	margin-left: 2%;
}
.menuArea li .inner {
	width: 60%;
}
.menuArea li h3 {
	color: #497421;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.1;
	border-bottom: 3px solid #b7d316;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.menuArea li h3.small {
	font-size: 26px;
}
.menuArea li .itemBox {
	display: flex;
	justify-content: space-between;
}
.menuArea li .itemBox .picBox {
	margin-right: 20px;
	width: 145px;
}
.menuArea li .itemBox .txtBox {
	width: calc(100% - 165px);
}
.menuArea .txt {
	margin-bottom: 0;
}
.menuArea .colorTxt {
	color: #ee0000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 16px;
}
.menuArea .price {
	color: #ee0000;
	font-weight: bold;
	text-align: right;
}
.menuArea li .btn.auto a {
	width: auto !important;
	display: inline-block;
}
.menuArea li:nth-child(3) .itemBox {
	flex-direction: row-reverse;
}
.menuArea li:nth-child(3) .itemBox .picBox {
	margin: 0 0 0 20px;
}
.menuArea li:nth-child(3) .price {
	text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
	.menuArea li h3 {
		font-size: 28px;
	}
	.menuArea li h3.small {
		font-size: 21px;
	}
	.menuArea .btn a {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.menuArea {
		padding-top: 0;
	}
	.menuArea li {
		background: none !important;
		width: 100%;
		float: none;
		margin: 10px 0 !important;
	}
	.menuArea li .inner {
		width: auto;
	}
	.menuArea li .pic {
		margin-bottom: 20px;
		text-align: center;
	}
	.menuArea li .btn.auto a {
		width: 100% !important;
		display: block;
	}
	.menuArea li h3,
	.menuArea li h3.small{
		font-size: 26px;
	}
}
@media screen and (max-width: 480px) {
	.menuArea li .itemBox {
		display: block;
	}
	.menuArea li .itemBox .picBox {
		margin: 0 auto 20px !important;
	}
	.menuArea li .itemBox .txtBox {
		width: auto;
	}
	.menuArea li:nth-child(3) .price {
		text-align: right;
	}
}
/* -------------------------------------
■reasonArea
------------------------------------- */
.reasonArea {
	background: url(/wp-content/uploads/top_bg01_pc.jpg) no-repeat left top;
	padding: 38px 0 30px;
	background-size: cover;
}
.reasonList li {
	font-size: 24px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	margin-top: 40px;
	position: relative;
	padding-left: 58px;
}
.reasonList li:first-child {
	margin: 0;
}
.reasonList li .orange {
	color: #f98100;
	display: inline-block;
}
.reasonList li:before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background: url(/wp-content/uploads/reason_icon01.png) no-repeat center;
    position: absolute;
    left: 0;
	top: -5px;
}
.reasonList li.lady:before {
	background: url(/wp-content/uploads/reason_icon02.png) no-repeat center;
}
.reasonList li.payment:before {
	background: url(/wp-content/uploads/reason_icon03.png) no-repeat center;
}
.reasonList li.history:before {
	background: url(/wp-content/uploads/reason_icon04.png) no-repeat center;
}
.reasonList li.skype:before {
	background: url(/wp-content/uploads/reason_icon05.png) no-repeat center;
}
@media screen and (max-width: 767px) {
	.reasonArea {
		background: url(/wp-content/uploads/top_bg01_sp.jpg) no-repeat center top;
		padding: 38px 0 30px;
		background-size: cover;
	}
	.reasonList li {
		font-size: 20px;
		margin-top: 25px;
	}
	.reasonList li:before {
		top: 0;
	}
	.reasonList li .orange {
		display: inline;
	}
}
/* -------------------------------------
■事務所紹介
------------------------------------- */
.aboutArea {
	background: url(/wp-content/uploads/top_bg02_pc.jpg) no-repeat center top;
	background-size: cover;
	line-height: 1.8;
}
.aboutArea .container {
	background: rgb(255 255 255 / 80%);
	max-width: 960px;
	padding: 65px 36px 40px;
}
.aboutArea h3 {
	border-left: 4px solid #b7d316;
	color: #497421;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	padding: 3px 0 3px 15px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.aboutArea .historyTable th {
	font-weight: normal;
	width: 100px;
	vertical-align: top;
	text-align: left;
}
.aboutArea table.info th {
	border-bottom: 1px solid #b7d316;
	width: 75px;
	padding: 7px 0 4px;
	font-weight: bold;
	text-align: left;
}
.aboutArea table.info td {
	border-bottom: 1px solid #ccc;
	padding: 7px 0 4px 25px;
}
.aboutArea .mapBox {
    position: relative;
    width: 100%;
    padding: 0;
}
.aboutArea .mapBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 767px) {
	.aboutArea {
		background: url(/wp-content/uploads/top_bg02_sp.jpg) no-repeat center top;
		background-size: cover;
	}
	.aboutArea .container {
		padding: 30px 15px;
	}
	.aboutArea .mapBox {
		padding-top: 298px;
	}
}
/* -------------------------------------
■サービス紹介
------------------------------------- */
.serviceArea {
	padding: 30px 0;
}
.serviceArea ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	align-content: center;
}
.serviceArea ul li {
	width: 32%;
	margin: 1% 0;
}
@media screen and (max-width: 767px) {
	.serviceArea ul li {
		width: 49%;
	}
}

/* -------------------------------------
■新着情報
------------------------------------- */
.newsSec h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0;
	color: #45352b;
	text-align: left;
	padding: 8px 0 3px;
	border-top: 3px solid #b7d316;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.newsSec h2 a {
	font-size: 16px;
	font-weight: normal;
	color: #45352b;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 12px;
}
.newsSec h2 a:hover {
	color: #f69600;
}

/* =====================================
■UNDER
===================================== */
/* -------------------------------------
CONTENT
------------------------------------- */
#content {
	padding: 50px 0;
	min-height: 600px;
	position: relative;
}
.home #content {
	padding: 0;
}
body:not(.home) #content {
	font-size: 16px;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	#content {
		padding-top: 0;
	}
}

/* -------------------------------------
コンテンツ上部
------------------------------------- */
#content-top {
	display: none;
}
@media screen and (max-width: 767px) {
	#content-top {
		display: block;
		padding: 30px 0;
	}
	#content-top ul {
		display: flex;
		justify-content: space-between;
	}
	#content-top ul li {
		width: 49%;
	}
}
/* -------------------------------------
textcolor
------------------------------------- */
.txtColor {
	color: #99BD49;
}
.txtLink {
	color: #2e77b0 !important;
	text-decoration: underline !important;
	vertical-align: baseline;
}
.txtLink:hover {
	color: #000 !important;
	text-decoration: none !important;
}
.catch_title {
	font-size: 25px;
	line-height: 1.8;
	letter-spacing: 2px;
	color: #931186;
	text-align: center;	
}
.bgLine {
	background: linear-gradient(transparent 72%, #FFE34B 0%);
	padding-bottom: 1px;
}

@media screen and (max-width: 767px) {
	.catch_title {
		font-size: 20px;
		letter-spacing: 0;
	}
}

/* -------------------------------------
Elementor
------------------------------------- */
/* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 10px;
}

#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}

@media screen and (min-width: 996px) {
	body:not(.home) .elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 996px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 980px;
	}
}

@media screen and (max-width: 995px) and (min-width: 768px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 768px;
	}
}

@media screen and (max-width: 767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 440px;
	}
}

@media screen and (max-width: 479px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 320px;
	}
}

/* 見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
}

/* 画像ボックス
------------------------------------- */
.elementor-widget-image-box .elementor-image-box-wrapper {
	display: block !important;
}
.elementor-widget-image-box .elementor-image-box-content {
	text-align: left !important;
	word-break: break-all;
	white-space: pre-wrap;
}
div:not(.graphicBox) .elementor-image-box-title {
	font-size: 20px;
	line-height: 1.5;
	color: #7e0a67;
	position: relative;
}
div:not(.graphicBox) .elementor-image-box-title big {
	font-size: 130%;
}
div:not(.graphicBox) .elementor-image-box-title .num {
	display: inline-block;
	vertical-align: top;
	width: 33px;
	height: 33px;
	background: #99bd49;
	border-radius: 50%;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	margin-top: 2px;
}
div:not(.graphicBox) .elementor-image-box-img {
	display: block !important;
	width: 30% !important;
	float: right;
	margin: 0 0 10px 20px !important;
	text-align: right;
}
div:not(.graphicBox) .elementor-image-box-img img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
div:not(.graphicBox).img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 20px 0 !important;
}
div:not(.graphicBox).auto_width .elementor-image-box-img {
	width: auto !important;
}

div:not(.graphicBox) .elementor-widget-image .elementor-image a img {
	width: 100%;
}
div:not(.graphicBox) .elementor-widget-image .elementor-image > a:hover img,
div:not(.graphicBox) .elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8 !important;
}
figcaption.widget-image-caption.wp-caption-text {
	font-size: 14px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	div:not(.graphicBox) .elementor-image-box-img,
	div:not(.graphicBox).img_l .elementor-image-box-img {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !important;
	}
}

/* 画像ボックス--フリー
------------------------------------- */
.graphicBox .elementor-container,
.graphicBox .elementor-row,
.graphicBox .elementor-column,
.graphicBox .elementor-column-wrap,
.graphicBox .elementor-widget-wrap {
	display: block !important;
}
.graphicBox .photo {
	display: block !important;
	float: right;
	width: 30% !important;
	margin: 0 0 10px 20px !important;
	z-index: 1;
}
.img_l.graphicBox .photo {
	float: left;
	margin: 0 20px 20px 0 !important;
}
.auto_width.graphicBox .photo {
	width: auto !important;
}
.graphicBox .elementor-widget-image {
	text-align: right;
}
.graphicBox .elementor-clearfix:after {
	display: none !important;
}
.graphicBox .context {
	width: auto !important;
}

@media screen and (max-width: 767px) {
	.graphicBox .photo,
	.img_l.graphicBox .photo {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !important;
	}
	.graphicBox .elementor-widget-image {
		text-align: center;
	}
}

/* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-image-box-wrapper .btn {
	margin-top: 25px;
}
.elementor-button,
.btn a {
	display: block;
	vertical-align: bottom;
	width: 100% !important;
	background: #f69600;
	font-size: 20px;
	font-weight: bold;
	color: #fff !important;
	line-height: 1.4;
	text-align: center;
	padding: 6px 10px 6px 30px;	
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 2;
	transition: background 0.4s cubic-bezier(0.23, 0.4, 0.61, 0.84), color 0.4s cubic-bezier(0.23, 0.4, 0.61, 0.84);
}
.elementor-button:after,
.btn a:after {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: calc(50% - 6px);
	transition: 0.15s ease-out;
	z-index: 1;
	box-sizing: border-box;
}
.elementor-button:hover,
.btn a:hover {
	text-decoration: none;
}
.width_auto .elementor-button {
	display: inline-block;
	width: auto !important;
}
@media screen and (max-width: 767px) {
	.elementor-button,
	.btn a {
		font-size: 16px;
	}
}

/* アコーディオン
------------------------------------- */
.elementor-accordion .elementor-accordion-item {
	border: none;
}
.elementor-accordion .elementor-accordion-item:not(:last-child) {
	margin-bottom: 10px;
}
.elementor-accordion .elementor-tab-title {
	background: #E7E8E8;
	font-size: 25px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	color: #717171;
	text-align: center;
	margin: 0;
	padding: 24px 70px 27px 20px;
	position: relative;
}
.elementor-accordion .elementor-tab-title:before {
	content: "";
	width: 3px;
	height: 21px;
	background: #429FC8;
	border-radius: 5px;
	position: absolute;
	right: 44px;
	top: 50%;
	margin-top: -10px;
}
.elementor-accordion .elementor-tab-title:after {
	content: "";
	width: 21px;
	height: 3px;
	background: #429FC8;
	border-radius: 5px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -1px;
}
.elementor-accordion .elementor-tab-title.elementor-active:before {
	opacity: 0;
}
.elementor-accordion .elementor-tab-title a {
	color: #717171 !important;
}
.elementor-accordion .elementor-tab-content {
	padding: 28px 30px 26px;
	border: 5px solid #E7E8E8;
	border-top: none;
	background: #fff;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.elementor-accordion .elementor-tab-title {
		font-size: 18px;
		padding: 15px 30px 18px 15px;
	}
	.elementor-accordion .elementor-tab-title:before {
		content: "";
		width: 2px;
		height: 12px;
		right: 15px;
		margin-top: -6px;
	}
	.elementor-accordion .elementor-tab-title:after {
		content: "";
		width: 12px;
		height: 2px;
		right: 10px;
	}
	.elementor-accordion .elementor-tab-content {
		padding: 20px;
	}
}

/* LightBox
--------------------------------------*/
.elementor-slideshow__header {
	box-sizing: border-box;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}

/* リスト
------------------------------------- */
.elementor-icon-list-items .elementor-icon-list-item a {
	display: inline;
	width: auto;
}

/* circleList */
.circleList .elementor-icon-list-items li,
ul.circleList > li {
	position: relative;
	padding: 2px 5px 2px 16px;
	text-align: left;
	line-height: 1.4;
}
.circleList .elementor-icon-list-items li:before,
ul.circleList > li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #f98100;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

.ListA .elementor-icon-list-items li,
ul.ListA > li {
	position: relative;
	padding: 0 0 0 22px;
	text-align: left;
}
.ListA .elementor-icon-list-items li:not(:first-child),
ul.ListA > li:not(:first-child) {
	margin-top: 5px;
}
.ListA .elementor-icon-list-items li:before,
ul.ListA > li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #614338;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 8px;
}


/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	padding: 2px 0 2px 35px;
	position: relative;
	margin-bottom: 5px;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	content: "";
	display: block;
	border: 2px solid #6fba2c;
	height: 19px;
	width: 19px;
	position: absolute;
	left: 0;
	top: 8px;
	box-sizing: border-box;
}
.checkList .elementor-icon-list-items li:after,
ul.checkList > li:after {
	content: "";
	display: block;
	width: 5px;
	height: 11px;
	border: solid #6fba2c;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 7px !important;
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}

/* link_A */
.arrowListBox {
	background: #f1f1f1;
	padding: 20px;
	list-style: none;
}
.arrowList .elementor-icon-list-items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.arrowList .elementor-icon-list-items li {
	padding-left: 20px;
	margin: 5px 0 5px 0;
	position: relative;
}
.arrowList .elementor-icon-list-items li a {
	color: #333;
	text-decoration: none;
	position: relative;
}
.arrowList .elementor-icon-list-items li a:hover {
	color: #f4811a;
	text-decoration: underline;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "";
	border-left: 5px solid #f4811a;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: -20px;
	top: 7px;
	transition: all 0.6s;
}
.arrowList .elementor-icon-list-items li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* 番号リスト */
.numList .elementor-icon-list-items,
ul.numList {
	counter-reset: li;
}
.numList .elementor-icon-list-items li,
ul.numList > li {
	padding: 0 0 0 20px;
	position: relative;
}
.numList .elementor-icon-list-items li:before,
ul.numList > li:before {
	display: block;
	content: counter(li) ".";
	counter-increment: li;
	font-style: italic;
	letter-spacing: 0;
	color: #f4811a;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.numList .elementor-icon-list-items li:not(:first-child),
ul.numList > li:not(:first-child) {
	margin-top: 5px;
}

.column2List .elementor-icon-list-items li {
	display: inline-block !important;
	width: 49%;
	box-sizing: border-box;
	vertical-align: top;
}
.column3List .elementor-icon-list-items li {
	display: inline-block !important;
	width: 31.5%;
	box-sizing: border-box;
	padding-right: 10px !important;
	vertical-align: top;
}
.columnList .elementor-icon-list-items li {
	display: inline-block !important;
	width: auto;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0 20px !important;
}

@media screen and (max-width: 767px) {
	.arrowList .elementor-icon-list-items li {
		width: 100%;
		margin: 2px 0;
	}
	.column2List .elementor-icon-list-items li,
	.column3List .elementor-icon-list-items li,
	.columnList .elementor-icon-list-items li {
		display: block !important;
		width: 100%;
		padding-right: 0 !important;
		margin: 0 !important;
	}
}

/* flow
------------------------------------- */
.flowList .elementor-inner-section {
	position: relative;
}
.flowList .elementor-inner-section:not(:last-child) {
	margin-bottom: 70px;
}
.flowList .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 20px solid #f39f4c;
	position: absolute;
	left: 50%;
	bottom: -45px;
	margin-left: -35px;
}
.flowList .elementor-image-box-title {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #22201E;
	margin-bottom: 25px;
	position: relative;
}
.flowList .flowTit {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

/* @media screen and (max-width: 767px) {
.flowList .elementor-inner-section {
padding: 20px;
}
.flowList .elementor-widget-heading,
.flowList .elementor-image-box-title {
font-size: 20px;
}
.flowList .elementor-image-box-img,
.flowList .graphicBox .elementor-widget-image {
margin-bottom: 25px !important;
}
} */

/* flow_A */
.flowListA .elementor-inner-section {
	background: #FBF0EC;
	padding: 35px 40px;
	position: relative;
}
.flowListA .elementor-inner-section:not(:last-child) {
	margin-bottom: 35px;
}
.flowListA .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #FBF0EC;
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -25px;
}
.flowListA .elementor-widget-heading,
.flowListA .elementor-image-box-title {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #514E4C;
	margin-bottom: 20px;
	position: relative;
}
.flowListA .elementor-image-box-img,
.flowListA .graphicBox .elementor-widget-image {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.flowListA .elementor-inner-section {
		padding: 20px;
	}
	.flowListA .elementor-widget-heading,
	.flowListA .elementor-image-box-title {
		font-size: 20px;
	}
	.flowListA .elementor-image-box-img,
	.flowListA .graphicBox .elementor-widget-image {
		margin-bottom: 25px !important;
	}
}

/* QA
------------------------------------- */
/* qa_A */
.qaListA .elementor-column.elementor-col-100 {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 45px;
}
.qaListA .question {
	line-height: 1.4;
	font-size: 19px;
	position: relative;
	margin-bottom: 30px;
}
.qaListA .answer {
	position: relative;
}
.qaListA .question .num {
	background: #f59752;
	border-radius: 5px;
	box-shadow: 3px 3px 0 #ccc;
	color: #fff;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-size: 23px;
	padding: 0 8px;
	width: 52px;
	text-align: center;
	height: 32px;
	line-height: 32px;
}
.qaListA .answer .num {
	background: #ff9596;
	border-radius: 5px;
	box-shadow: 3px 3px 0 #ccc;
	color: #fff;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-size: 23px;
	padding: 0 8px;
	width: 34px;
	text-align: center;
	height: 32px;
	line-height: 32px;
}
.qaListA .txt {
	width: calc(100% - 52px);
	padding-left: 10px;
}
.qaListA .question .txt,
.qaListA .answer .txt {
	font-size: 19px;
	color: #333;
	font-weight: bold;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}


/* qa_E */
.qaList .question {
	position: relative;
	margin-bottom: 20px;
}
.qaList .answer {
	position: relative;
}
.qaList .question .num {
	width: 50px;
	height: 50px;
	background: #e5b65b;
	border-radius: 50%;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	color: #fff;
	text-align: center;
	position: relative;
}
.qaList .answer .num {
	width: 50px;
	height: 50px;
	background: #e7f2fa;
	border-radius: 50%;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	color: #2e77b0;
	text-align: center;
	position: relative;
}
.qaList .txt {
	width: calc(100% - 50px);
}
.qaList .question .txt {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-size: 22px;
	font-weight: 600;
	padding: 0 0 5px 15px;
}
.qaList .answer .txt {
	padding-left: 15px;
}

/* @media screen and (max-width: 767px) {
.qaList .question .txt {
font-size: 22px;
}
}
*/
/* qa_G */
.qaListG .question {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.6;
}
.qaListG .answer {
	position: relative;
}
.qaListG .num {
	width: 46px;
}
.qaListG .question .num .elementor-widget-heading {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #006AB8;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
}
.qaListG .answer .num .elementor-widget-heading {
	font-size: 18px;
	font-weight: bold;
	color: #006AB8;
	background: #EFF3F9;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
}
.qaListG .question .txt {
	font-size: 20px;
	width: calc(100% - 46px);
	padding-left: 40px;
}
.qaListG .answer .txt {
	width: calc(100% - 46px);
	padding-right: 40px;
}
.qaListG .question .txt .elementor-widget-heading {
	color: #FFF;
	background: #006ab8;
	padding: 16px 20px;
	border-radius: 5px;
}
.qaListG .question .txt .elementor-widget-heading:before {
	content: "";
	border-right: 20px solid #006ab8;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -12px;
}
.qaListG .answer .txt .elementor-widget-text-editor {
	background: #EFF3F9;
	padding: 16px 20px;
	border-radius: 5px;
}
.qaListG .answer .txt .elementor-widget-text-editor:before {
	content: "";
	border-left: 20px solid #EFF3F9;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -12px;
}

/* -------------------------------------
Mainimage
------------------------------------- */
#mainimage {
	text-align: center;
	margin-top: 17px;
}
#mainimage img {
	width: 100%;
}
.under_mainimage {
	background: url(/wp-content/uploads/bg_undermain.png) repeat left top;
	box-shadow: 0 0 3px inset;
	height: 160px;
}
.under_mainimage .inner {
	background: url(/wp-content/uploads/bg_undermain_inner.png) no-repeat right center;
	display: table;
	height: 160px;
	width: 100%;
}
.under_mainimage .inner h1 {
	color: #333;
	display: table-cell;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	text-shadow: 0 0 4px #fff;
}
@media screen and (max-width: 767px) {
	#mainimage {
		margin-top: 0;
	}
	.under_mainimage,
	.under_mainimage .inner {
		height: 100px;
	}
	.under_mainimage .inner {
		background-size: auto 100px;
	}
	.under_mainimage .inner h1 {
		font-size: 26px;
		line-height: 1.4;
		text-align: left;
		padding-right: 25%;
	}
}

/* -------------------------------------
Bread
------------------------------------- */
#bread {
	max-width: 980px;
	margin: 18px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 1.3;
}
#bread li {
	display: inline-block;
	font-size: 10px;
	color: #22201E;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 120px;
}
#bread li + li:before {
	padding-right: .3em;
	content: ">";
}
#bread li a {
	color: #22201E;
	text-decoration: underline;
	vertical-align: baseline;
}
#bread li a:hover {
	text-decoration: none;
}

/*--------------------------------------
TITLE
--------------------------------------*/
.underTit_h2 h2 {
	border-bottom: 4px solid #b7d316;
	color: #497421;
	font-size: 34px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1.1;
	padding: 0 0 14px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.underTit_h3 h3 {
	border-left: 4px solid #b7d316;
	color: #497421;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	padding: 3px 0 3px 15px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.underTit_h4 h4 {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 5px;
	line-height: 1.2;
	color: #212121;
	padding: 0 0 0 25px;
	position: relative;
}
.underTit_h4 h4:before {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	border: 5px solid #e4b966;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
}
.green_title .elementor-heading-title {
	display: inline-block;
	background: #6ead32;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
	min-width: 188px;
}

@media screen and (max-width: 767px) {
	.underTit_h2 h2 {
		font-size: 28px;
	}
}

/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 298px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

/* -------------------------------------
Youtube
------------------------------------- */
.youtube {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* -------------------------------------
診療時間表
------------------------------------- */
/* 診療時間表A
------------------------------------- */
table.timetableA {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableA th,
.timetableA td {
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0;
	border-bottom: 2px dotted #cec7ba;
}
.timetableA thead th {
	border-top: 4px solid #b7a597;
	vertical-align: bottom;
}
.timetableA thead th:first-child {
	width: 35%;
	text-align: center;
}
.timetableA tbody th {
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
}
.timetableA tbody td {
	color: #f59752;
}
.timetableA tbody td.holiday {
	color: #333;
}
/* .timetableA tbody tr:first-child th,
.timetableA tbody tr:first-child td {
padding-top: 19px;
}
.timetableA tbody tr:last-child th,
.timetableA tbody tr:last-child td {
padding-bottom: 24px;
border-bottom: 1px solid #99BD49;
} 
.timetableA thead th:last-child,
.timetableA tbody td:last-child {
width: 15%;
}*/

@media screen and (max-width: 767px) {
	.timetableA thead th:first-child {
		width: 31%;
	}
}

@media screen and (max-width: 374px) {
	.timetableA th,
	.timetableA td {
		font-size: 12px;
	}
	/* 	.timetableA tbody tr:first-child th,
	.timetableA tbody tr:first-child td {
	padding-top: 12px;
}
	.timetableA tbody tr:last-child th,
	.timetableA tbody tr:last-child td {
	padding-bottom: 12px;
} */
}

/* 診療時間表C
------------------------------------- */
table.timetableC {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableC th,
.timetableC td {
	background: #FBF0EC;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	padding: 7px 0 8px;
}
.timetableC thead th {
	background: #E39B83;
	color: #FFFFFF;
	padding: 16px 0 14px;
}
.timetableC thead th:first-child {
	width: 20%;
	font-size: 18px;
	letter-spacing: 0.15em;
}
.timetableC tbody th {
	word-break: keep-all;
	white-space: nowrap;
}
.timetableC tbody td {
	color: #E39B83;
}
.timetableC tbody td.holiday {
	color: #514E4C;
}
.timetableC thead th:first-child,
.timetableC tbody th {
	text-align: left;
	padding-left: 25px;
}
.timetableC tbody tr:first-child th,
.timetableC tbody tr:first-child td {
	padding-top: 29px;
}
.timetableC tbody tr:last-child th,
.timetableC tbody tr:last-child td {
	padding-bottom: 26px;
}

@media screen and (max-width: 767px) {
	.timetableC th,
	.timetableC td {
		font-size: 14px;
		padding: 4px 0 5px;
	}
	.timetableC thead th {
		padding: 13px 0 11px;
	}
	.timetableC thead th:first-child {
		width: 34%;
		font-size: 14px;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 10px;
	}
	.timetableC thead th:last-child,
	.timetableC tbody td:last-child {
		width: 10%;
		padding-right: 10px;
	}
	.timetableC tbody tr:first-child th,
	.timetableC tbody tr:first-child td {
		padding-top: 19px;
	}
	.timetableC tbody tr:last-child th,
	.timetableC tbody tr:last-child td {
		padding-bottom: 16px;
	}
}

@media screen and (max-width: 374px) {
	.timetableC th,
	.timetableC td {
		font-size: 12px;
	}
	.timetableC thead th:first-child {
		font-size: 12px;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 5px;
	}
	.timetableC thead th:last-child,
	.timetableC tbody td:last-child {
		padding-right: 5px;
	}
}

/*--------------------------------------
table_A
--------------------------------------*/
.table_A {
	text-align: left;
}
.table_A th,
.table_A td {
	vertical-align: middle;
	word-break: break-all;
	padding: 6px 5px 4px;
}
.table_A th {
	font-weight: bold;
	border-bottom: 1px solid #4385b8;
}
.table_A td {
	border-bottom: 1px solid #ccc;
}
.table_A tr:first-child th {
	border-top: 1px solid #4385b8;
}
.table_A tr:first-child td {
	border-top: 1px solid #ccc;
}

/*--------------------------------------
* table_D
--------------------------------------*/
.table_D {
	text-align: left;
}
.table_D th,
.table_D td {
	vertical-align: middle;
	word-break: break-all;
	border: 1px solid #ccc;
	padding: 6px 5px 4px;
	box-sizing: border-box;
}
.table_D th {
	background: #e7f3dc;
	background: #ffffff;
	font-weight: bold;
}
.table_D thead th {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.scroll_area {
		width: 100%;
		overflow-x: auto;
	}
	.scroll_area table {
		width: 600px;
	}
	.table_D th,
	.table_D td {
		font-size: 13px;
	}
}

/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	font-size: 120%;
	font-weight: bold;
}
.numTit {
	font-size: 25px;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #1C6043;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 2px solid #1C6043;
}

@media screen and (max-width: 767px) {
	.numTit {
		font-size: 20px;
	}
}

/*　frame_F
--------------------------------------*/
.frameF {
	padding: 25px;
	background: #e7f2fa;
}

/*　frame_J
--------------------------------------*/
.frameJ {
	padding: 25px;
	background: #d5e4ef;
}

/*　frame_K
--------------------------------------*/
.frameK {
	padding: 25px;
	border: 2px solid #00599d;
}

/*　画像
--------------------------------------*/
.frameJ .graphicBox .elementor-widget-image,
.frameK .graphicBox .elementor-widget-image,
.graphicBox .frameJ .elementor-widget-image,
.graphicBox .frameK .elementor-widget-image {
	width: auto !important;
	max-width: 200px;
}

/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
	border: 20px solid #a08271;
}
.style_title {
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #a08271;
	border-bottom: 5px solid #a08271;
	padding: 25px 20px;
	text-align: center;
}
.style_box .inner {
	padding: 35px;
}
.style_box .inner .title {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #75654c;
	padding: 0 0 15px;
	border-bottom: 2px solid #a08271;
	position: relative;
}

@media screen and (max-width: 767px) {
	.style_box {
		border: 10px solid #a08271;
	}
	.style_title {
		font-size: 25px;
	}
	.style_box .inner {
		padding: 20px;
	}
}

/*--------------------------------------
before after
--------------------------------------*/
.before_after {
	position: relative;
}
.before_after:before {
	display: block;
	content: "";
	border-left: 14px solid #6fba2c;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -7px;
}
.before_after li {
	float: left;
	width: 46%;
	position: relative;
	text-align: center;
	margin-left: 8%;
}
.before_after li:first-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.before_after:before {
		border-left: 20px solid transparent;
		border-top: 14px solid #6fba2c;
		border-right: 20px solid transparent;
		border-bottom: none;
		margin-top: -6px;
		margin-left: -20px;
	}
	.before_after li {
		float: none;
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorLinks {
	background: #F5F5F5;
	padding: 30px 6%;
}
.anchorLinks ul li {
	display: inline-block !important;
	margin: 10px 0 !important;
	padding: 0 10px !important;
	vertical-align: top !important;
	box-sizing: border-box;
	width: 24.5%;
}
.anchorLinks ul li a {
	display: block !important;
	background: #fff;
	padding: 10px 25px;
	font-size: 15px;
	line-height: 1.4;
	color: #22201E;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
	text-decoration: none !important;
}
.anchorLinks ul li a:hover {
	background: #006AB8;
	color: #fff;
}
.anchorLinks ul li a:after {	
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #22201E;
	border-right: 1px solid #22201E;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	z-index: 1;
}
.anchorLinks ul li a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	.anchorLinks ul li {
		width: 49.5% !important;
	}
}

@media screen and (max-width: 767px) {
	.anchorLinks {
		padding: 25px;
	}
	.anchorLinks li {
		width: 49% !important;
	}
}

@media screen and (max-width: 480px) {
	.anchorLinks li {
		width: 100% !important;
		display: block !important;
		margin: 5px 0;
	}
}

/* =====================================
■新着情報
===================================== */
#news {
	position: relative;
}
#news dl {
	border-bottom: 1px dashed #b7b7b7;
	padding: 13px 0 12px;
	line-height: 1.4;
}
#news dt {
	color: #45352b;
	margin-bottom: 7px;
}
#news dt .newsNew {	
	display: inline-block;
	width: 47px;
	height: 24px;
	background: #f4811a;
	border-radius: 4px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin: 0 0 0 6px;
	vertical-align: top;
	box-sizing: border-box;
}
#news dd a {
	color: #333;
	text-decoration: none;
}
#news dd a:hover {
	color: #f69600;
}

.newsDetailBody {
	margin-top: 1em;
	padding: 0 0 10px;
}


/* =====================================
■ブログ
===================================== */
/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
	float: left;
	width: 65%;
}
#blogDetail,
#blogList {
	margin-top: 40px;
	margin-bottom: 103px;
	min-height: 850px;
}

/*　blogList　*/
.posts_list li {
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #CDCDCE;
	padding-bottom: 30px;
}
.posts_list li .category {
	margin: 0 0 20px;
	line-height: 1;
	z-index: 10;
}
.post .category a,
.posts_list .category a {
	display: inline-block;
	min-width: 107px;
	height: 25px;
	padding: 2px 8px;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #fff;
	line-height: 25px;
	box-sizing: border-box;
	text-transform: uppercase;
	background: #f69600;
}
.post .category a:hover,
.posts_list .category a:hover {
	background: #ed5800;
}
.post .category a:before,
.posts_list .category a:before {
	font-size: 10px;
	margin-right: 7px;
	vertical-align: baseline;
}
.posts_list li .post-image {
	display: none;
	position: relative;
	overflow: hidden;
	min-height: 26px;
	margin-bottom: 20px;
}
.posts_list li .post-image a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 54%;
}
.posts_list li .post-image a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	transition: ease-in-out .2s;
}
.posts_list li .post-image a:hover span {
	transform: scale(1.1);
}
.posts_list li .post-image span.noimage {
	line-height: 0;
	text-indent: 100%;
	overflow: hidden;
}
.posts_list h3 {
	border-top: 2px solid #78bd36;
	background: #f9f8f2;
	font-size: 22px;  
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    line-height: 1.5;
    color: #333;
    text-align: left;
    position: relative;
    z-index: 2;
    padding: 14px 10px 13px;
	margin-bottom: 25px;
}
.posts_list h3 a {
	color: #333;
}
.posts_list .excerpt {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
}

/*　blogDetail　*/
#blogDetail .post {
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 35px;
}
#blogDetail .post-header {
	padding: 0px;
	margin-bottom: 25px;
}
#blogDetail .post-header h2 {
	border-top: 2px solid #1d2752;
	background: #f9f8f2;
	font-size: 22px;
    font-family: "A-OTF Shuei Mincho Pr6 M", Verdana, sans-serif;
    line-height: 1.5;
    color: #333;
    text-align: left;
    position: relative;
    z-index: 2;
    padding: 14px 10px 13px;
	margin-bottom: 25px;
}

#blogDetail .post-header .post-meta {
	margin-bottom: 30px;
}
#blogDetail .post-header .post-meta li.date {
	margin-top: 20px;
}
.post .date,
.posts_list .date {
	color: #999;
	font-size: 12px;
	letter-spacing: 0;
}
.post .date span,
.posts_list .date span {
	margin-left: 10px;
}
.post .date span:before,
.posts_list .date span:before {
	font-size: 9px;
	margin-right: 5px;
}
.post .date span a,
.posts_list .date span a {
	color: #99bd49;
	vertical-align: baseline;
}
.post .date span a:hover,
.posts_list .date span a:hover {
	text-decoration: underline;
}

div#blogDetail .post-content img {
	width: auto;
	height: auto;
	box-sizing: border-box;
	vertical-align: baseline;
}
#posts .contributor {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #999;
	text-align: right;
}
.category-news #posts .contributor {
	display: none !important;
}

.bloginfo_box {
	display: table;
	width: 100%;
	background: #EBE9E7;
	margin-top: 60px;
	display: none !important;
}
.bloginfo_box .blog_name {
	display: table-cell;
	width: 60%;
	border-right: 1px solid #BFBEBD;
	box-sizing: border-box;
	padding: 29px 25px;
	vertical-align: middle;
}
.bloginfo_box .blog_name .icon-blog {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	color: #373431;
	line-height: 1.6;
}
.bloginfo_box .blog_name .icon-blog:before {
	display: block;
	font-size: 15px;
	color: #6fba2c;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.bloginfo_box .share_btn {
	display: table-cell;
	width: 40%;
	padding: 30px 10px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
.bloginfo_box .share_btn li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.bloginfo_box .share_btn li a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 0;
	line-height: 1;
}
.bloginfo_box .share_btn li a:before {
	color: #fff;
}
.bloginfo_box .share_btn .icon-facebook {
	background: #4967A3;
}
.bloginfo_box .share_btn .icon-facebook:hover {
	background: #587cc1;
}
.bloginfo_box .share_btn .icon-facebook:before {
	font-size: 26px;
	margin-top: 12px;
}
.bloginfo_box .share_btn .icon-line {
	background: #18BC01;
}
.bloginfo_box .share_btn .icon-line:hover {
	background: #1cde00;
}
.bloginfo_box .share_btn .icon-line:before {
	font-size: 29px;
	margin-top: 11px;
}
.bloginfo_box .share_btn .icon-twitter {
	background: #11BBEF;
}
.bloginfo_box .share_btn .icon-twitter:hover {
	background: #13C7FE;
}
.bloginfo_box .share_btn .icon-twitter:before {
	font-size: 24px;
	margin-top: 14px;
}
.bloginfo_box .share_btn .icon-google {
	background: #E05C4F;
}
.bloginfo_box .share_btn .icon-google:hover {
	background: #fb7468;
}
.bloginfo_box .share_btn .icon-google:before {
	font-size: 20px;
	margin-top: 15px;
}

/* navigation */
.navigation {
	overflow: hidden;
	margin-top: 52px;
}
.navigation:after {
	content: "";
	display: table;
	clear: both;
}
.navigation .prev {
	float: left;
	width: 100px;
}
.navigation .next {
	float: right;
	width: 100px;
}
.navigation a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	background: #BFBEBD;
	color: #373431;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}
.navigation a:hover {
	background: #6ba930;
}
.navigation .prev a span {
	padding-left: 8px;
}
.navigation .next a span {
	padding-right: 8px;
}
.navigation .prev a span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation .next a span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation ul {
	display: flex;
	max-width: 200px;
	margin: 0 auto;
}
.navigation li {
	display: flex;
	margin: 0 1px 0 2px;
	width: 30px;
}

/* pagination */
.pagination {
	overflow: hidden;
	position: relative;
}
.pagination ul {
	padding-top: 52px;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	font-weight: bold;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: 30px;
	height: 34px;
	font-size: 16px;
	background: #ddd;
	color: rgb(102, 102, 102);
	line-height: 34px;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
}
.pagination ul li a:hover {
	background: #6ba930;
	color: #fff;
}
.pagination ul li span.current {
	display: block;
	width: 30px;
	height: 34px;
	font-size: 16px;
	background: #6ba930;
	color: #fff;
	line-height: 34px;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev {
	display: block;
	width: 100px;
	position: absolute;
	left: 0;
	top: 52px;
	padding-left: 8px;
	box-sizing: border-box;
	font-weight: bold;
}
.pagination ul li .next {
	display: block;
	width: 100px;
	position: absolute;
	right: 0;
	top: 52px;
	padding-right: 8px;
	box-sizing: border-box;
	font-weight: bold;
}
.pagination ul li .prev span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.pagination ul li .next span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.bloginfo_box .share_btn li {
		margin: 0 3px;
	}
	.bloginfo_box .share_btn li a {
		width: 40px;
		height: 40px;
	}
	.bloginfo_box .share_btn .icon-facebook:before {
		font-size: 22px;
		margin-top: 9px;
	}
	.bloginfo_box .share_btn .icon-line:before {
		font-size: 25px;
		margin-top: 8px;
	}
	.bloginfo_box .share_btn .icon-twitter:before {
		font-size: 20px;
		margin-top: 11px;
	}
	.bloginfo_box .share_btn .icon-google:before {
		font-size: 16px;
		margin-top: 12px;
	}
}


@media screen and (max-width: 767px) {
	#posts {
		float: none;
		width: 100%;
	}
	.posts_list li {
		margin-bottom: 50px;
	}
	.posts_list h3 {
		font-size: 24px;
		letter-spacing: 0.05em;
		padding: 15px 20px 20px;
	}
	#blogDetail .post-header {
		margin-bottom: 20px;
	}
	#blogDetail .post-header h2 {
		font-size: 24px;
		letter-spacing: 0.05em;
		padding: 15px 20px 20px;
	}
	#blogDetail .post-header li.category,
	#blogDetail .post-header .post-meta li.date {
		float: none;
	}

	.bloginfo_box {
		display: block;
	}
	.bloginfo_box .blog_name {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #BFBEBD;
		box-sizing: border-box;
		padding: 20px;
		text-align: center;
	}
	.bloginfo_box .blog_name .icon-blog {
		display: inline-block;
		text-align: left;
	}
	.bloginfo_box .share_btn {
		display: block;
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.navigation {
		margin-top: 35px;
	}
	.navigation ul {
		clear: both;
		padding-top: 20px;
	}
	.pagination ul {
		padding-top: 95px;
	}
	.pagination ul li .prev,
	.pagination ul li .next {
		top: 30px;
		width: 48%;
	}
}
/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
	float: right;
	width: 28%;
}
.blogside h2.widgettitle {
	display: none;
}
.blogside h2 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 9px;
	margin-bottom: 24px;
	color: #414953;
	border-bottom: 2px solid #373431;
}
.blogside h2 span {
	font-size: 14px;
	letter-spacing: 0;
	vertical-align: middle;
	color: #72706E;
	display: inline-block;
	margin-left: 10px;
}
.blogside .searchBox {
	margin-bottom: 40px;
}
.blogside .searchBox label {
	display: none;
}
.blogside .searchBox #searchform {
	position: relative;
}
.blogside .searchBox #s {
	background: #E9ECE3;
	border: none;
	height: 55px;
	width: 100%;
	padding: 0 40px 0 14px;
	box-sizing: border-box;
	color: #72706E;
	font-size: 13px;
}
.blogside .searchBox .icon-search:before {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	color: #f69600;
}
.blogside .searchBox #searchsubmit {
	background: none;
	border: none;
	position: absolute;
	right: 16px;
	width: 15px;
	height: 15px;
	top: 50%;
	margin-top: -8px;
	font-size: 0;
	cursor: pointer;
}

.blogside .categoryBox {
	margin-bottom: 50px;
}
.blogside .categoryBox > ul > li {
	position: relative;
	padding-left: 20px;
}
.blogside .categoryBox > ul > li:before {
	content: "";
	width: 10px;
	height: 4px;
	background: #f98100;
	position: absolute;
	top: 10px;
	left: 0;
}
.blogside .categoryBox > ul > li > a {
	font-size: 16px;
	line-height: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #22201E;
	text-transform: uppercase;
}
.blogside .categoryBox ul li a span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #22201E;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
	color: #f69600;
}

.blogside .categoryBox ul.children li {
	position: relative;
	padding-left: 15px;
}
.blogside .categoryBox ul.children li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #f98100;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.recentBox {
	margin-bottom: 50px;
}
.recentBox li {
	font-size: 13px;
	border-bottom: 1px solid #BFBEBD;
	padding-bottom: 13px;
	margin-bottom: 22px;
	line-height: 1.3;
}
.recentBox li:last-child {
	margin-bottom: 0;
}
.recentBox li .recent_thumbnail {
	float: right;
	width: 48px;
	height: 48px;
	margin-left: 12px;
	position: relative;
	overflow: hidden;
	display: none;
}
.recentBox li .recent_thumbnail a {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 1;
}
.recentBox li .recent_thumbnail a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
}
.recentBox li .recent_thumbnail a:hover {
	transform: scale(1.1);
}
.recentBox li h3 a {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #22201E;
}
.recentBox li h3 a:hover {
	color: #f69600;
}
.recent_date {
	font-size: 10px;
	margin-top: 5px;
	color: #72706E;
}
.recentBox li .recent_date {
	margin-top: 15px;
}

.blogside .tagBox {
	margin-bottom: 40px;
}
.blogside .tagBox h2 {
	margin-bottom: 12px;
}
.blogside .tagBox .tagcloud li {
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: top;
}
.blogside .tagBox .tagcloud a {
	display: block;
	padding: 7px 10px;
	color: #373431;
	font-size: 14px !important;
	line-height: 1;
	border: 1px solid #72706E;
	border-radius: 3px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	letter-spacing: 0;
}
.blogside .tagBox .tagcloud a:hover {
	color: #fff;
	background: #1d2752;
	border: 1px solid #f69600;
}

.archiveBox {
	font-size: 14px;
	line-height: 1.4;
}
.archiveBox > ul > li {
	margin-top: 20px;
}
.archiveBox > ul > li:first-child {
	margin: 0;
}
.archiveBox ul li p {
	position: relative;
	margin: 0;
	padding-left: 20px;
	cursor: pointer;
	display: inline-block;
}
.archiveBox ul li p:visited {
	color: #22201E;
}
.archiveBox ul li p:hover {
	color: #f69600;
}	
.archiveBox ul li p.acv_open {
	color: #f69600;
	text-decoration: underline;
}
.archiveBox ul li p:before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #f69600;
	border-bottom: 2px solid #f69600;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
.archiveBox ul li p.acv_open:before {
	top: 4px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.archiveBox ul li a {
	color: #22201E;
}
.archiveBox ul li a:visited {
	color: #22201E;
}
.archiveBox ul li a:hover {
	color: #f69600;
	text-decoration: underline;
}
.archiveBox ul li a:active {
	color: #f69600;
}
.archiveBox ul li ul {
	margin-left: 44px;
}
.archiveBox ul li li {
	margin-top: 10px;
}
.archiveBox ul li ul.hide {
	display: none;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.blogside {
		float: right;
		width: 30%;
	}
	.blogside h2 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.blogside h2 span {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.blogside {
		float: none;
		width: 100%;
		border-top: 1px solid #5D5555;
		padding: 46px 0 0;
		box-sizing: border-box;
		margin-top: 35px;
	}
}


/* =====================================
■サイトマップ
===================================== */
h2.titleBg,
.titleBg h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0;
	color: #45352b;
	text-align: left;
	padding: 8px 0 3px;
	border-top: 3px solid #b7d316;
	border-bottom: 1px solid #ccc;
	position: relative;
}
ul.sitemap_ic > li {
	position: relative;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}
ul.sitemap_ic > li > a {
	display: block;
	padding: 10px 40px 10px 15px;
	position: relative;
	text-decoration: none;
}
ul.sitemap_ic > li > a:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #f98100;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 20px;
}
ul.sitemap_ic > li > a:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;	
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.sitemap_ic .sub-menu {
	margin: 0 0 0 2em;
	border-top: 1px dashed #ccc;
	padding: 12px 0 10px;
}
ul.sitemap_ic .sub-menu li a {
	display: block;
	padding: 0 0 0 20px;
	position: relative;
}
ul.sitemap_ic .sub-menu li a:before {
	content: "";
	width: 10px;
	height: 2px;
	background: #844078;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
ul.sitemap_ic a:hover {
	color: #f98100;
}

/* =====================================
■NOTFOUND
===================================== */
.contentArea {
	margin-bottom: 2em;
}
#notfoundBody .contentArea p {
	line-height: 1.4em;
	margin-bottom: 1em;
	text-align: center;
}
#notfoundBody .contentArea p strong {
	font-weight: bold;
	font-size: 130%;
}
#notfoundBody form {
	text-align: center;
}
input,
button,
select,
textarea {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
#notfoundBody form input.searchButton:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* =====================================
■お問い合わせ
===================================== */
.wrap_contact {
	max-width: 800px;
	margin: 30px auto 0;
}
.inquiryForm_message {
	text-align: center;
}
.step_list {
	width: 467px;
	margin: 0 auto 90px;
}
.step_list li {
	float: left;
	width: 100px;
	margin-left: 83px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	color: #BFBEBD;
}
.step_list li:first-child {
	margin: 0;
}
.step_list li span {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	margin: 0 auto 12px;
	background: #BFBEBD;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	position: relative;
}
.step_list li span:after {
	display: block;
	content: "";
	width: 130px;
	height: 1px;
	background: #bfbebd;
	position: absolute;
	top: 50%;
	left: 54px;
}
.step_list li:last-child span:after {
	display: none;
}
.step_list li.current {
	color: #373431;
}
.step_list li.current span {
	background: #78bd36;
}
.step_list li span.current:after {
	background: #78bd36;
}
.inquiryForm_message .step_catch {
	font-size: 16px;
	text-align: center;
	color: #373431;
	letter-spacing: 0.05em;
	margin-bottom: 44px;
}

.inquiryFormTable {
	border-top: 1px solid #707070;
	font-size: 16px;
	padding-top: 22px;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.inquiryFormTable dt,
.inquiryFormTable dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.inquiryFormTable dt {
	border-right: none;
	position: relative;
	width: 29%;
	padding: 11px 80px 0 0;
	color: #2C2F30;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	font-weight: bold;
}
.inquiryFormTable dd {
	box-sizing: border-box;
	position: relative;
	padding-right: 40px;
}
.wpcf7-form-control-wrap {
	display: block;
}
.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 14px 14px;
	border: 1px solid #BFBEBD;
	background: #EBE9E7;
	color: #333;
	border-radius: 5px;
}
.inquiryFormTable select {
	position: relative;
	background: #ECECEC url(/wp-content/uploads/ico_select.png) no-repeat right center;
	background-size: contain;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.inquiryFormTable select::-ms-expand {
	display: none;
}
.inquiryFormTable input[type="checkbox"] {
	display: none;
	/*display: inline-block;*/
	width: 32px;
	height: 32px;
	border: 0;
	position: relative;
	margin-right: 0;
	visibility: hidden; 
	z-index: 999;
	-webkit-appearance: none;
	background: none;
	box-sizing: border-box;
}
.inquiryFormTable .wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 13px;
	box-sizing: border-box;
}
.wpcf7-list-item-label {
	position: relative;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
	display: none;
}
.inquiryFormTable input[type="checkbox"] + span label.icon-check:before {
	content: "\e902";
	font-size: 25px;
	color: #BFBEBD;
	margin-right: 5px;
	vertical-align: middle;
}
.inquiryFormTable input[type="checkbox"]:checked+ span label.icon-check:before {
	content: "\e903";
	color: #ba9122;
}
.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #3784ba;
	background: #fff;
	box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}
.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}
.inquiryFormTable .comment {
	display: block;
	color: #63696A;
	font-size: 13px;
	margin: 0.4em 0;
	letter-spacing: 0;
}
.inquiryFormTable .required {
	background: #D93636;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 16px;
	right: 24px;
}
.inquiryFormTable .optional {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	background: #BFBEBD;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 16px;
	right: 28px;
}

.inquiryFormTable .btBox {
	text-align: center;
	margin: 60px 0 0;
}
.inquiryFormTable .btBox input[type="submit"] {
	background: #f69600 url(/wp-content/uploads/ico_arrow02.png) no-repeat 95% center !important;
	background-size: 6px 10px;
	border: none;
	width: 100%;
	color: #fff;
	display: block;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 32px 28px 30px;
}
.inquiryFormTable .btBox input[type="submit"].disabled {
	background: #72706E url(/wp-content/uploads/ico_arrow01.png) no-repeat 96% center !important;
	background-size: 6px 10px;
	color: #BFBEBD;
	opacity: 1 !important;
	pointer-events: none;
	cursor: default;
	padding: 29px 40px 28px 40px;
}
.inquiryFormTable .btBox input[type="submit"].abled {
	background-position: 96% center !important;
	padding: 29px 40px 28px 40px;
}
.inquiryFormTable .wpcf7-back {
	width: 37.5% !important;
	color: #fff;
	background: #72706E url(/wp-content/uploads/ico_arrow02.png) no-repeat 92% center !important;
	background-size: 6px 10px;
	border: none;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 30px 28px;
	float: left;
	text-align: left;
}
.inquiryFormTable .wpcf7-submit {
	width: 58.5% !important;
	float: right;
	text-align: left;
}
.inquiryFormTable .btBox input[type="submit"]:hover,
.inquiryFormTable .btBox input[type="button"]:hover {
	opacity: 0.8;
}

span.verify_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -42px;
	top: 13px;
	display: none;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: block;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon:before {
	color: #ba9122;
	font-size: 25px;
	vertical-align: top;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: none;
}

.inquiryFormTable .wpcf7-not-valid-tip {
	color: #DE5050;
	font-weight: normal;
	display: block;
	font-size: 12px;
}

.file_btn {
	display: block;
	overflow: hidden;
	position: relative;
	background: #807B7B;
	color: #fff;
	width: 123px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	margin-top: 13px;
}
.file_btn .wpcf7-form-control-wrap {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 30px;
}
div.wpcf7 input[type="file"] {
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
}
.result_txt {
	display: block;
	word-break: break-all;
	white-space: pre-wrap;
}

.custom-wpcf7c-confirmed .confirm_table input[type="text"],
.custom-wpcf7c-confirmed .confirm_table input[type="tel"],
.custom-wpcf7c-confirmed .confirm_table input[type="email"],
.custom-wpcf7c-confirmed .confirm_table textarea,
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table input[type="checkbox"] {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .required,
.custom-wpcf7c-confirmed .confirm_table .optional,
.custom-wpcf7c-confirmed .confirm_table span.comment,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
	display: block;
	padding-left: 0;
	margin: 0;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item.last.has-free-text .result_txt {
	display: inline-block;
	margin-right: 15px;
}
.custom-wpcf7c-confirmed .confirm_table dl {
	margin-bottom: 10px;
}
.custom-wpcf7c-confirmed .confirm_table dt,
.custom-wpcf7c-confirmed .confirm_table dd {
	padding: 0;
}
.custom-wpcf7c-confirmed .confirm_table .post_icon {
	top: 0;
	left: 0;
}
.custom-wpcf7c-confirmed .confirm_table .post_item span.result_txt {
	padding-left: 20px;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}

.wrap_contact .btn a {
	display: inline-block;
}

@media screen and (max-width: 1060px) {
	.inquiryFormTable dt {
		width: 35%;

	}
}

@media screen and (max-width: 767px) {
	.step_list {
		width: 400px;
		margin: 0 auto 60px;
	}
	.step_list li {
		margin-left: 50px;
	}
	.inquiryFormTable dl {
		display: block;
		margin-bottom: 20px;
	}
	.inquiryFormTable dt,
	.inquiryFormTable dd {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dt {
		padding: 0;
		margin-bottom: 8px;
	}
	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		display: inline-block;
		position: static;
		top: initial;
		right: initial;
		margin: -2px 0 0 20px;
		vertical-align: middle;
	}
	.inquiryFormTable .btBox {
		margin: 50px 0 0;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		width: 100% !important;
		float: none;
		font-size: 20px;
		padding: 29px 20px 28px 20px;
		box-sizing: border-box;
		background-position: 96% center !important;
		text-align: center;
	}
	.inquiryFormTable .btBox input[type="submit"].disabled,
	.inquiryFormTable .btBox input[type="submit"].abled {
		padding: 29px 20px 28px 20px;
	}
	.inquiryFormTable .wpcf7-back {
		margin-bottom: 15px;
	}
	.file_btn {
		margin-top: 0;
	}
	.custom-wpcf7c-confirmed .confirm_table dt {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.step_list {
		width: 270px;
	}
	.step_list li {
		width: 70px;
		margin-left: 30px;
		font-size: 16px;
	}
	.step_list li span:after {
		width: 60px;
	}
	.inquiryForm_message .step_catch {
		font-size: 12px;
		letter-spacing: 0;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
}