/* =====================================
■COMMON
===================================== */
a:hover img {
	opacity: 0.8;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
table {
	width: 100%;
}
.half {
	display: inline-block;
}
strong {
	font-weight: bold;
}
.infoCategory {
    display: none;
}

@media screen and (max-width: 767px) {
	.auto_height {
		height: auto !important;
	}
}


/* -------------------------------------
CONTENT
------------------------------------- */
#content {
	padding: 48px 0 100px;
	min-height: 600px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 40px 0;
		min-height: 400px;
	}
}


/* =====================================
■UNDER
===================================== */
/*--------------------------------------
離婚問題
--------------------------------------*/
.lb-album {
    position: relative;
}
.lb-album > li {
	float: left;
	width: 31%;
	margin: 0 0 20px 3.5%;
}
.lb-album > li:nth-child(3n+1) {
    margin-left: 0;
	clear: both;
}
.album-title-area {
	cursor: pointer;
	position: relative;
	-moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.album-title-area:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	-moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.album-title-area img {
    margin-bottom: 5px;
}
.album-title-area .underTit_h3 {
	padding-bottom: 6px;
}
.album-title-area .underTit_h3 h3 {
    font-size: 20px;
    padding: 11px 0 11px 24px;
}
.album-title-area .underTit_h3 h3:before,
.album-title-area .underTit_h3 h3:after {
    width: 7px;
}
.lb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	z-index: 1;
}
.lb-overlay-area {
	/* width: 87.2%;
	height: 80%; */
	display: table;
	/* margin-top: 5%;
	margin-left: 6.4%; */
	width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    box-sizing: border-box;
    padding: 120px 70px;
}
.lb-overlay-box {
    background: url(/wp-content/uploads/divorce_bgimg01.png) no-repeat top center;
	background-size: cover;
    display: table-cell;
	vertical-align: middle;
	border: 1px solid #707070;
	padding: 62px 30px;
	position: relative;
	z-index: 4;
}
.lb-overlay-title {
	text-align: center;
	line-height: 1.4;
	margin-bottom: 44px;
}
.lb-overlay-title h3 {
    display: inline-block;
    position: relative;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.1em;
	padding-left: 25px;
}
.lb-overlay-title h3:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 3px;
    width: 17px;
    height: 17px;
    background: #FF6600;
}
.lb-overlay-inner {
    font-size: 20px;
    letter-spacing: 0;
	line-height: 1.5;
	color: #3B3939;
	height: 230px;
	overflow-y: scroll;
}
.lb-overlay-box ul {
    margin-top: 20px;
}
.lb-overlay-box li {
    float: left;
    width: 46.2%;
    margin-left: 7.6%;
}
.lb-overlay-box li:first-child {
    margin: 0;
}
a.lb-close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 0;
}
a.lb-close:after {
	position: absolute;
	content: '';
	display: block;
	background: #fff url(/wp-content/uploads/icon_close.png) no-repeat;
	width: 30px;
	height: 30px;
	background-size: cover;
	border-radius: 50%;
	/* bottom: 0; */
	bottom: 40px;
	left: 50%;
	margin-left: -15px;
}
.lb-album-hover .album-title-area:after {
	background: rgba(255, 255, 255, 0.8);
}
.lb-album-hover .album-hover.album-title-area:after {
	background: none;
}
.album-on .lb-overlay {
    display: block;
}
.album-on .lb-overlay.lb-overlay-off {
	display: block;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.lb-album > li {
		width: 32%;
		margin-left: 2%;
	}
	.lb-overlay-area {
		padding: 40px 20px;
	}
	.album-title-area .underTit_h3 h3 {
		letter-spacing: 0;
		font-size: 18px;
	}
	a.lb-close:after {
		bottom: 5px;
	}
}
@media screen and (max-width: 767px) {
	.lb-album > li {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	.lb-overlay {
		position: fixed;
		z-index: 9999;
		overflow-y: scroll;
	}
	.lb-overlay-area {
		padding: 40px 20px;
	}
	.lb-overlay-box {
		padding: 40px 20px;
	}
	.lb-overlay-title {
		margin-bottom: 15px;
	}
	.lb-overlay-title h3 {
		letter-spacing: 0;
	}
	.lb-overlay-inner {
		font-size: 16px;
	}
	.lb-overlay-box li {
		float: none;
		width: 100%;
		margin: 5px 0 0;
	}
	/* a.lb-close:after {
		display: none;
	} */
	a.lb-close:after {
		bottom: 5px;
	}
}


/*--------------------------------------
Mainimage
--------------------------------------*/
.under_mainimage {
	background: url(/wp-content/uploads/under_h1_bgimg.png) no-repeat;
	background-size: cover;
	display: table;
	width: 100%;
	height: 200px;
}
.under_mainimage .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}
.under_mainimage .container h1 {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	color: #FFFFFF;
	font-size: 36px;
	letter-spacing: 0.2em;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.under_mainimage {
		height: 160px;
	}
	.under_mainimage .container h1 {
		font-size: 26px;
		letter-spacing: 0.05em;
	}
}


/* -------------------------------------
Bread
------------------------------------- */
#bread {
	max-width: 1120px;
	margin: 24px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	line-height: 1.3;
	color: #77716C;
}
#bread ul {
	font-size: 10px;
	letter-spacing: 0.1em;
}
#bread li {
	display: inline;
}
#bread li+li:before {
	padding-right: .3em;
	content: ">";
}
#bread li a {
	color: #77716C;
	text-decoration: none;
	vertical-align: baseline;
}
#bread li a:hover {
	text-decoration: underline;
}


/*--------------------------------------
elementor
--------------------------------------*/
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: inherit !important;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}
.elementor img {
	width: auto !important;
}

/* 見出し
------------------------------------- */
.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: 24px;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: 0.15em;
	margin-bottom: 16px;
	position: relative;
}
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: 37.8% !important;
	float: right;
	margin: 0 0 10px 40px !important;
	text-align: right;
}
div:not(.graphicBox).img_l .elementor-image-box-img {
	float: left;
	margin: 0 40px 10px 0 !important;
}
div:not(.graphicBox).auto_width .elementor-image-box-img {
	width: auto !important;
	text-align: center;
}
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: 37.8% !important;
	margin: 0 0 10px 40px !important;
	z-index: 1;
}
.img_l.graphicBox .photo {
	float: left;
	margin: 0 40px 10px 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;
	overflow: hidden;
}

@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;
	}
}


/*--------------------------------------
TITLE
--------------------------------------*/
.underTit_h2 h2 {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.12em;
    line-height: 1.2;
    padding: 31px 20px 31px 55px;
	color: #FFFFFF;
	background: #344360;
	position: relative;
}
.underTit_h2 h2:after {
	position: absolute;
	content: "";
	top: 26%;
	left: 32px;
	width: 6px;
	height: 48%;
	background: #FFFFFF;
}
.underTit_h3 {
	border-bottom: 2px solid #CBCAC9;
	padding-bottom: 9px;
}
.underTit_h3 h3 {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 0.12em;
	line-height: 1.4;
	position: relative;
	padding: 13px 0 13px 35px;
	color: #22201E;
}
.underTit_h3 h3:before,
.underTit_h3 h3:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	height: 50%;
	width: 9px;
}
.underTit_h3 h3:before {
	top: 0;
	background: #D6EBD2;
}
.underTit_h3 h3:after {
	bottom: 0;
	background: #344360;
}
.underTit_h4 h4 {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	position: relative;
	padding-left: 35px;
	color: #22201E;
}
.underTit_h4 h4:before {
	display: block;
	content: "";
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0;
	top: 5px;
	background: #FF6600;
}
.underTit_h5 h5 {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.06em;
	line-height: 1.4;
	color: #22201E;
}

@media screen and (max-width: 767px) {
	.underTit_h2 h2 {
		font-size: 24px;
		letter-spacing: 0.05em;
		padding: 20px 20px 20px 30px;
	}
	.underTit_h2 h2:after {
		left: 15px;
	}
	.underTit_h3 h3 {
		font-size: 22px;
		letter-spacing: 0.05em;
		padding: 8px 0 8px 25px;
	}
	.underTit_h4 h4 {
		font-size: 20px;
		letter-spacing: 0.05em;
		padding-left: 30px;
	}
	.underTit_h4 h4:before {
		top: 3px;
		width: 20px;
		height: 20px;
	}
}


/* -------------------------------------
margin_base
------------------------------------- */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }


/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.06em;
	padding: 0 0 0 30px;
	position: relative;
}
.frameTit:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #2466a5;	
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 50%;
}
.numTit {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    position: relative;
}
@media screen and (max-width: 767px) {
	.numTit {
		font-size: 20px;
	}
}


/*　frame_J
--------------------------------------*/
.frameJ {
	padding: 35px 50px;
	background: #eaf5f9;
}
.frameJ .frameTit{
	border-bottom: 1px solid #2b63ae;
	padding-bottom: 15px;
}

/*　frame_K
--------------------------------------*/
.frameK {
	padding: 35px 50px;
	border: 1px solid #ccc;
}
.frameK .elementor-section {
    margin-bottom: 30px;
}
.frameK .elementor-section:last-child {
    margin-bottom: 0;
}

/*　画像
--------------------------------------*/
.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;
}

@media screen and (max-width: 767px) {
	.frameJ,
	.frameK {
		padding: 15px 20px;
	}
}

/*　frame_P
--------------------------------------*/
.frameP {
    background: #F9F4E7;
    padding: 65px 9% 69px;
    border-radius: 10px;
}
.frameP .elementor-heading-title {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-size: 24px;
    letter-spacing: 0.22em;
    line-height: 1.95;
    overflow: hidden;
    color: #62BCA3;
}
.frameP .elementor-text-editor {
	font-size: 17px;
    letter-spacing: 0.15em;
    line-height: 2.15;
}
@media screen and (max-width:767px) {
	.frameP {
		padding: 30px 20px;
	}
	.frameP .elementor-heading-title {
		font-size: 20px;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	.frameP .elementor-text-editor  {
		font-size: 16px;
		letter-spacing: 0.05em;
		line-height: 2;
	}
}

/* ボタン
------------------------------------- */
.btn {
	display: block;
}
.btn a,
.elementor-button {
    display: block;
    width: 100% !important;
    max-width: 280px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #FFFFFF;
    padding: 13px 30px 14px 18px;
    box-sizing: border-box;
    position: relative;
    background: #1F2F4D;
	background: linear-gradient(45deg, #1F2F4D, #304B7E);
	background: -webkit-linear-gradient(45deg, #1F2F4D, #304B7E);
	font-family: source-han-serif-japanese, serif;
	font-size: 20px;
	border-radius: 0;
}
.btn_inner a {
    margin: 0 auto;
}
.elementor-button {
	margin: 0 auto;
}
.btn a:before,
.elementor-button:before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	text-indent: 0;
	position: absolute;
	right: 18px;
	top: 50%;
	content: "\e910";
	margin-top: -5px;
}
.btn a:hover,
.elementor-button:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.btn a,
	.elementor-button {
		letter-spacing: 0.05em;
		margin: 0 auto;
	}
}

/* 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 .elementor-column.elementor-col-100 {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 45px;
}*/
.qaList .question {
	line-height: 1.6;
	position: relative;
	margin-bottom: 30px;
	/* cursor: pointer;
    padding-right: 60px; */
}
.qaList .question:after {
    content: '';
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 4px solid #FC8613;
    border-bottom: 4px solid #FC8613;
    top: 8px;
    right: 20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.qaList .question.qaListOn:after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 16px;
}
.qaList .answer {
	position: relative;
	/* display: none; */
}
body.elementor-editor-active .qaList .answer {
    display: block;
}
.qaList .qaListOn + .answer {
    display: block;
}
.qaList .question .num {
	width: 56px;
	height: 56px;
	font-size: 26px;
	line-height: 56px;
	letter-spacing: 0;
	color: #785848;
	text-align: center;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
}
.qaList .question .num:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border: 2px solid #785848;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.qaList .answer .num {
	width: 56px;
	height: 56px;
	font-size: 26px;
	line-height: 56px;
	letter-spacing: 0;
	color: #DECCC3;
	text-align: center;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
}
.qaList .answer .num:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border: 2px solid #DECCC3;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.qaList .txt {
	width: calc(100% - 56px) !important;
	padding-left: 20px;
}
/* .qaList .elementor-heading-title {
	line-height: 1.6 !important;
} */
.qaList .question .txt {
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #877161;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
}
.qaLine {
    border-bottom: 1px solid #CBCAC9;
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.qaList .question .txt {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
}

/* 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;
}


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

@media screen and (max-width: 767px) {
	.map {
		padding-top: 260px;
	}
}


/* -------------------------------------
診療時間表
------------------------------------- */
table.timetableC {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableC th,
.timetableC td {
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	padding: 19px 0;
	letter-spacing: 0;
}
.timetableC thead th {
	padding: 21px 0 19px;
	background: #344360;
	color: #FFFFFF;
}
.timetableC thead th:first-child {
	width: 18.5%;
	text-align: left;
	letter-spacing: 0.15em;
	font-size: 18px;
	padding-left: 25px !important;
}
.timetableC tbody th {
	word-break: keep-all;
	white-space: nowrap;
	text-align: left;
	padding-left: 25px !important;
}
.timetableC tbody td {
	font-size: 20px;
	color: #344360;
}

@media screen and (max-width: 1024px) {
	.timetableC thead th:first-child {
		width: 25%;
	}
}
@media screen and (max-width: 767px) {
	.timetableC th, .timetableC td {
		letter-spacing: 0 !important;
		font-size: 14px !important;
	}
	.timetableC thead th:first-child {
		width: 40%;
		padding-left: 10px !important;
	}
	.timetableC tbody th {
		padding-left: 10px !important;
	}
	.timetableC thead th:last-child {
		width: 17%;
	}
}


/*--------------------------------------
	treatment-block 診療科目
--------------------------------------*/
.treatment-block {
	padding: 55px;
	background: #F0F5EF;
	font-size: 16px;
	letter-spacing: 1.6px;
	color: #535353;
}
.treatment-block h2 {
	font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
	font-weight: bold;
	font-size: 33px;
	letter-spacing: 3.96px;
	color: #94C789;
	margin: 0 !important;
}
.treatment-block .elementor-button {
	background: #94C789;
	font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
	font-weight: bold;
	color: #FFFFFF;
    text-align: left;
    position: relative;
    line-height: 1;
    width: 100%;
}
.treatment-block .elementor-button.elementor-size-sm {
    padding: 18px 25px;
    max-width: 250px;
    font-size: 18px;
    letter-spacing: 2px;
}
.treatment-block .elementor-button.elementor-size-md {
    padding: 20px 30px;
    max-width: 350px;
    font-size: 20px;
    letter-spacing: 2.4px;
}
.treatment-block .elementor-button.elementor-size-lg {
    padding: 22px 30px;
    max-width: 450px;
    font-size: 22px;
    letter-spacing: 3.5px;
}
.treatment-block .elementor-button::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #ffffff;
    right: 20px;
    top: calc(50% - 4.5px);
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.treatment-block {
		padding: 30px;
	}
}
@media screen and (max-width: 767px) {
	.treatment-block {
		padding: 30px 15px;
	}
	.treatment-block .elementor-button-wrapper {
		text-align: center;
	}
}


/* リスト
------------------------------------- */
.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: 0 0 0 25px;
	text-align: left;
}
ul.circleList > li {
	padding: 0 0 0 28px;
}
.circleList .elementor-icon-list-items li:not(:first-child),
ul.circleList > li:not(:first-child) {
	margin-top: 5px;
}
.circleList .elementor-icon-list-items li:before,
ul.circleList > li:before {
	content: "";
	width: 13px;
	height: 13px;
	background: #344360;
	position: absolute;
	top: 9px;
	left: 2px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ListA .elementor-icon-list-items li,
ul.ListA > li {
	position: relative;
	padding: 0 0 0 18px;
	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: 16px;
    height: 16px;
    background: #FFCF3C;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.fa {
	width: auto !important;
	display: none;
}
.fa:before {
	display: none !important;
}

/* 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;
	height: 18px;
	width: 25px;
	position: absolute;
	left: 0;
	top: 8px;
	box-sizing: border-box;
	background: url(/wp-content/uploads/icon_check.png) no-repeat;
}
.checkList .elementor-icon-list-items li:after,
ul.checkList > li:after {
	content: "";
	display: none;
	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 {
	border: 2px solid #785848;
	padding: 45px 90px;
	text-align: left;
}
.arrowList .elementor-icon-list-items li {
	display: inline-block;
	padding: 10px 0 10px 15px;
	margin: 0 calc(25px/2);
	position: relative;
}
.arrowList .elementor-icon-list-items li a {
	color: #785848;
	text-decoration: none;
	position: relative;
	font-size: 18px;
	letter-spacing: 0.15em;
}
.arrowList .elementor-icon-list-items li a:hover {
	color: #20130C;
}
.arrowList .elementor-icon-list-items li a:before {
    content: "";
    border-left: 12px solid #785848;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -15px;
    top: 1px;
    transition: all 0.5s;
}
.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: 7px 0 7px 40px;
	position: relative;
}
.numList .elementor-icon-list-items li:before,
ul.numList > li:before {
	display: block;
	content: counter(li, decimal);
	counter-increment: li;
	width: 33px;
	height: 33px;
	background: #2465A5;
	border-radius: 50%;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 4px;
}

.column2List .elementor-icon-list-items li {
	display: inline-block !important;
	width: 48.5%;
	box-sizing: border-box;
	padding-right: 10px !important;
	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;
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
	padding: 58px 75px 30px;
	border: 2px solid #785848;
}
.anchorlinks li {
	display: inline-block !important;
	width: 49%;
	box-sizing: border-box;
	padding-right: 10px !important;
	margin-bottom: 10px !important;
	vertical-align: top;
}
.anchorlinks a {
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    position: relative;
    padding-left: 10px;
	letter-spacing: 0.15em;
	color: #785848;
}
.anchorlinks a:before {
    width: 16px;
    height: 20px;
    content: '▶';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.anchorlinks a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	.anchorlinks {
		padding: 40px 20px 18px;
	}
	.anchorlinks a {
		font-size: 13px;
	}
	.arrowListBox {
		padding: 35px 30px;
	}
}
@media screen and (max-width: 767px) {
	.anchorlinks {
		padding: 30px 20px 20px;
	}
	.anchorlinks li {
		float: block !important;
		margin: 0 0 10px !important;
		width: 100% !important;
	}
	.anchorlinks li a {
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 767px) {
	.arrowListBox {
		padding: 15px 20px;
		text-align: left;
	}
	.arrowList .elementor-icon-list-items li {
		display: block;
		margin: 0;
		padding: 3px 0 3px 15px;
	}
	.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;
	}
	.arrowList .elementor-icon-list-items li a {
		letter-spacing: 0.05em;
		font-size: 16px;
	}
}


/* 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: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #2C4472;
	position: absolute;
	left: 50%;
	bottom: -45px;
	margin-left: -25px;
}
.flowList .elementor-image-box-title {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
	position: relative;
}
.flowList .flowTit {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	padding: 24px 20px 22px 80px;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 600;
	background: #F0F5EF;
	color: #22201E;
}
.number {
	position: absolute;
	left: 30px;
	top: 21px;
	letter-spacing: 0;
	width: 33px;
	height: 33px;
	background: #FF6600;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 33px;
}

@media screen and (max-width: 767px) {
	.flowList .flowTit {
		padding: 18px 20px 16px 60px;
	}
	.number {
		left: 15px;
		top: 17px;
	}
}

/* flow_A */
.flowListA .elementor-inner-section {
	background: #e3efef;
	padding: 40px;
	position: relative;
}
.flowListA .elementor-inner-section:not(:last-child) {
	margin-bottom: 35px;
}
.flowListA .elementor-inner-section:not(:last-child):after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -4.5px;
	border-right: 3px solid #2B63AE;
	border-bottom: 3px solid #2B63AE;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 9px;
	height: 9px;
	border-radius: 2px;
}
.flowListA .elementor-widget-heading,
.flowListA .elementor-image-box-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	padding-left: 48px;
	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: 30px 20px;
	}
	.flowListA .elementor-image-box-img,
	.flowListA .graphicBox .elementor-widget-image {
		margin-bottom: 25px !important;
	}
/* 	.number {
		width: 29px;
		height: 29px;
		font-size: 18px;
		line-height: 28px;
		margin: 1px 10px 0 0;
	} */
}



/*--------------------------------------
2列テーブル
--------------------------------------*/
.column2_table th,
.column2_table td {
	vertical-align: middle;
	box-sizing: border-box;
	padding: 7px 0;
}
.column2_table th {
	width: 30%;
	border-bottom: 1px solid #213253;
	text-align: left;
	padding-left: 15px;
}
.column2_table td {
	border-bottom: 1px solid #CBCAC9;
	padding-left: 15px;
}
.column2_table tr:first-child td,
.column2_table tr:first-child th {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	.column2_table th,
	.column2_table td {
		letter-spacing: 0;
		padding-left: 0;
	}
}


/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th,
.style_table td {
	line-height: 1.8;
	padding: 9px 10px;
	border: 1px solid #CBCAC9;
	word-break: break-all;
	text-align: left;
}
.style_table thead th {
	background: #D5EFE8;
}
.style_table tbody th {
	background: #F2F2F2;
	width: 28%;
}

@media screen and (max-width: 767px) {
	.style_table th,
	.style_table td {
		letter-spacing: 0;
		padding: 5px;
	}
	.style_table tbody th {
		width: 40%;
	}
}

/*--------------------------------------
フォントcolor
--------------------------------------*/
.txt_color {
	color: #418E73;
}
.txt_link {
	text-decoration: underline !important;
	font-weight: bold;
	color: #4E4944;
}
a.txt_link:hover {
	text-decoration: none !important;
}
.txt_red {
    color: red;
}
.txt_webfont {
    font-weight: 700;
    color: #2b63ae;
    font-size: 18px;
}


/*--------------------------------------
photoGroup
--------------------------------------*/
.photoGroup .elementor-heading-title {
    font-size: 23px;
    color: #FC8613;
    line-height: 1.75;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
	.photoGroup .elementor-heading-title {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
}


/*--------------------------------------
attList
--------------------------------------*/
ul.attList > li {
	position: relative;
	padding-left: 2.2em;
}
ul.attList > li + li {
	margin-top: .5em;
}
ul.attList > li .num {
	position: absolute;
	left: 0;
	top: 0;
}


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

/*　blogList　*/
#blogList .post {
	font-size: 16px;
	line-height: 2;
	padding-bottom: 35px;
}
.posts_list li {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CDCDCE;
	position: relative;
}
.posts_list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.post .category a,
.posts_list .category a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	display: inline-block;
	min-width: 107px;
	height: 25px;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.12em;
	color: #fff;
	line-height: 20px;
	box-sizing: border-box;
	text-transform: uppercase;
	background: #2465A5;
	border-radius: 15px;
}
.post .category a:hover,
.posts_list .category a:hover {
	opacity: 0.8;
}
.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 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.posts_list h3 a {
	color: #47475A;
}
.posts_list h3 a:hover {
	color: #2465A5;
}
.posts_list .excerpt {
	color: #6F6F74;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
	letter-spacing: 0;
}

/*　blogDetail　*/
#blogDetail .post {
	color: #22201E;
	font-size: 16px;
	line-height: 2;
	padding-bottom: 35px;
}
#blogDetail .post-header {
	padding: 0px;
	margin-bottom: 25px;
}
#blogDetail .post-header h2 {
	font-size: 30px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #22201E;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
#blogDetail .post-header .post-meta {
	margin-bottom: 45px;
}
#blogDetail .post-header .post-meta li.date {
	margin-top: 22px;
}
.post .date,
.posts_list .date {
	color: #2465A5;
	font-size: 10px;
	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: #2465A5;
	vertical-align: baseline;
}
.post .date span a:hover,
.posts_list .date span a:hover {
	text-decoration: underline;
}

.post-content {
	overflow: hidden;
	line-height: 2.3;
	letter-spacing: 0;
}
div#blogDetail .post-content img {
	width: auto;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
}

.bloginfo_box {
	display: table;
	width: 100%;
	background: #EBE9E7;
	margin-top: 60px;
}
.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: #589F00;
	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: #CBCAC9;
	color: #22201E;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.navigation a:hover {
	background: #cfe4f9;
}
.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;
	padding-top: 52px;
	border-top: 1px solid #72706E;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	width: 30px;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #CBCAC9;
	color: #22201E;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
}
.pagination ul li a:hover {
	background: #B8E0E0;
}
.pagination ul li span.current {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #B8E0E0;
	color: #22201E;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 5px;
	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;
}
.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;
}


/* ttl */
#blogDetail .post-content h2,
#blogDetail .post-content h3,
#blogDetail .post-content h4,
#blogDetail .post-content h5,
#blogDetail .post-content h6 {
	margin: 50px 0 20px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 18px;
	color: #22201E;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
#blogDetail .post-content h2 {
    font-size: 20px;
    background: #EBE9E7;
    border-top: 5px solid #2465A5;
    padding: 28px 25px;
}
#blogDetail .post-content h3 {
    border-bottom: 5px solid #2465A5;
    padding-bottom: 15px;
}
#blogDetail .post-content h4 {
	padding-left: 20px;
	position: relative;
}
#blogDetail .post-content h4:before {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    background: #2465A5;
}
#blogDetail .post-content h5 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
}
#blogDetail .post-content h6 {
    color: #2465A5;
}

@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;
	}

	#blogDetail .post-header {
		margin-bottom: 20px;
	}
	#blogDetail .post-header h2 {
		font-size: 24px;
	}
	#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 {
		padding-top: 95px;
	}
	.pagination ul li .prev,
	.pagination ul li .next {
		top: 30px;
		width: 48%;
	}

	#blogDetail .post-content h2,
	#blogDetail .post-content h3,
	#blogDetail .post-content h4,
	#blogDetail .post-content h5,
	#blogDetail .post-content h6 {
		letter-spacing: 0.05em;
	}
	#blogDetail .post-content h2 {
		padding: 20px;
	}
}
@media screen and (max-width: 480px) {
	.posts_list li {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	#blogDetail .post-header h2 {
		font-size: 22px;
		line-height: 1.4;
	}
	#blogDetail .post-content h3 {
		font-size: 20px;
		padding: 26px 5px 26px 20px;
		line-height: 1.4;
		margin: 35px 0 30px;
	}
	#blogDetail .post-content h4 {
		font-size: 19px;
	}
}


/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
	float: right;
	width: 28%;
}
.blogside h2.widgettitle {
	display: none;
}
.blogside h2 {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 9px;
	margin-bottom: 24px;
	color: #22201E;
	border-bottom: 2px solid #22201E;
}
.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: #EBE9E7;
	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: #2465A5;
}
.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 {
	border-bottom: 1px solid #CBCAC9;
	padding-bottom: 16px;
	margin-bottom: 18px;
}
.blogside .categoryBox ul li:last-child {
	margin-bottom: 0;
}
.blogside .categoryBox ul li a {
	font-size: 18px;
	letter-spacing: 0.1em;
	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;
	letter-spacing: 0;
	line-height: 1;
	color: #22201E;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	font-weight: normal;
}
.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
	color: #2465A5;
}

.recentBox {
	margin-bottom: 50px;
}
.recentBox li {
	font-size: 13px;
	border-bottom: 1px solid #CBCAC9;
	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: #2465A5;
}
.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 a {
	display: inline-block;
	padding: 7px 10px;
	color: #22201E;
	font-size: 14px !important;
	line-height: 1;
	border: 1px solid #72706E;
	border-radius: 3px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	margin-bottom: 9px;
	letter-spacing: 0;
}
.blogside .tagBox .tagcloud a:hover {
	color: #fff;
	background: #72706E;
}

.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: 22px;
	cursor: pointer;
	display: inline-block;
}
.archiveBox ul li p:visited {
	color: #22201E;
}
.archiveBox ul li p:hover {
	color: #2465A5;
}
.archiveBox ul li p.acv_open {
	color: #2465A5;
	text-decoration: underline;
}
.archiveBox ul li p:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid #2465A5;
	border-bottom: 1px solid #2465A5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
.archiveBox ul li p.acv_open:before {
	top: 1px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.archiveBox ul li a {
	color: #22201E;
}
.archiveBox ul li a:link {
	/*color: #FFAEA2;*/
	text-decoration: none;
}
.archiveBox ul li a:visited {
	color: #22201E;
}
.archiveBox ul li a:hover {
	color: #2465A5;
	text-decoration: underline;
}
.archiveBox ul li a:active {
	color: #22201E;
}
.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;
	}
}


/* =====================================
■新着情報
===================================== */
.category #newsList,
.single #newsDetail {
	background: #fff;
	padding: 60px 0 80px;
	min-height: 600px;
}


/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
	font-size: 24px;
	color: #574f4f;
	letter-spacing: 0.18em;
	line-height: 1.4;
	position: relative;
	padding-left: 30px !important;
	margin-bottom: 20px;
}
#newsDetail h3:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 14px solid #6f87a3;
	border-left: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}
#newsDetail h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #96a8bf;
	border-right: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}


/* =====================================
■サイトマップ
===================================== */
#sitemap_ic {
	margin: 0 auto !important;
	background: none !important;
}
#sitemap_ic > li {
	border-bottom: 1px dashed #ccc;
	line-height: 1.4 !important;
	position: relative;
	margin: 0 !important;
}
.sitemap_ic > li:first-child {
	border-top: 1px dashed #ccc;
}
#sitemap_ic > li:before {
	position: absolute;
	content: '';
	display: block;
	background: #344360;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 0;
	top: 24px;
}
#sitemap_ic > li > a {
	display: block;
	padding: 19px 40px 15px 20px !important;
	position: relative;
	box-sizing: border-box;
	background: none !important;
}
#sitemap_ic > li > a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
}
#sitemap_ic > li > a:hover {
	color: #999;
}


/* =====================================
■お問い合わせ
===================================== */
.wrap_contact {
	max-width: 800px;
	margin: 0 auto;
}
.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: 53px;
	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: #344360;
}
.step_list li span.current:after {
	background: #344360;
}
.inquiryForm_message .step_catch {
	font-size: 16px;
	text-align: center;
	color: #373431;
	letter-spacing: 0.05em;
	margin-bottom: 44px;
}
.inquiryForm_message p,
.inquiryForm_message h2 {
    text-align: left;
}

.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"],
.inquiryFormTable input[type="radio"] {
	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,
.inquiryFormTable input[type="radio"] + span label.icon-check:before {
	content: "\e902";
	font-size: 25px;
	color: #344360;
	margin-right: 5px;
	vertical-align: middle;
}
.inquiryFormTable input[type="checkbox"]:checked+ span label.icon-check:before,
.inquiryFormTable input[type="radio"]:checked+ span label.icon-check:before {
	content: "\e903";
	color: #344360;
}
.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #344360;
	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: #344360 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: #FC8613;
	font-size: 25px;
	vertical-align: top;
}
.failed .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;
}

.failed .confirm_table input[type="text"],
.failed .confirm_table input[type="tel"],
.failed .confirm_table input[type="email"],
.failed .confirm_table textarea,
.failed .confirm_table select,
.failed .confirm_table input[type="checkbox"],
.failed .confirm_table input[type="radio"] {
	display: none;
}
.failed .confirm_table .required,
.failed .confirm_table .optional,
.failed .confirm_table span.comment,
.failed .confirm_table .wpcf7-list-item-label,
.failed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}
.failed .confirm_table .wpcf7-list-item {
	padding-left: 0;
	margin: 0;
}
.failed .confirm_table dl {
	margin-bottom: 10px;
}
.failed .confirm_table dt,
.failed .confirm_table dd {
	padding: 0;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}
.your-country {
	margin-bottom: 5px;
}

@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;
	}
	.failed .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;
	}
}