@charset "UTF-8";

/*-----------------------------------------------------
	common
-----------------------------------------------------*/
.mce-content-body,
.post-content {
    font-family: "BIZ UDPGothic", '游ゴシック体', Yu Gothic, '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.7;
    color: #292F4A;
}
.mce-content-body p + p,
.post-content p + p {
	margin-top: 2em;
}
.mce-content-body > ul:nth-child(n+2),
.post-content > ul:nth-child(n+2),
.mce-content-body > ol.wp-block-list:nth-child(n+2),
.post-content > ol.wp-block-list:nth-child(n+2) {
	margin-top: 3em;
	margin-bottom: 1.25em;
}

.mce-content-body > ol.wp-block-list,
.post-content > ol.wp-block-list {
    counter-reset: item;
    list-style: none;
    padding-left: 1.5em;
}
.mce-content-body > ol.wp-block-list li::before,
.post-content > ol.wp-block-list li::before {
    counter-increment: item;
    content: counter(item) ".";
    margin-left: -1.7em;
    margin-right: 0.5em;
    width: 1.2em;
    display: inline-block;
    text-align: center;
}
.mce-content-body > ol.wp-block-list li:nth-child(n+2),
.post-content > ol.wp-block-list li:nth-child(n+2) {
	margin-top: 1.45em;
}
.mce-content-body > ol.wp-block-list li strong,
.post-content > ol.wp-block-list li strong {
	font-weight: 700;
	font-size: 18px;
}

.mce-content-body .prd,
.post-content .prd {
	display: flex;
	flex-direction: column-reverse;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
.mce-content-body .prd dt,
.post-content .prd dt {
	font-size: 18px;
	margin-top: .25em;
}
.mce-content-body .prd dd,
.post-content .prd dd {
	font-size: 22px;
}

.mce-content-body .bggr,
.post-content .bggr {
    border-radius: 5px;
    color: #FFF;
    background: #67beb4;
    padding: 5px;
}

/*-----------------------------------------------------
	table
-----------------------------------------------------*/
.mce-content-body .privacy-table,
.post-content .privacy-table {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1.5em;
}
.mce-content-body table,
.post-content table {
	table-layout: fixed;
}
.mce-content-body table th,
.post-content table th {
	border: 1px solid #FFF;
	background: #B4E1DC;
	text-align: center;
	padding: .75em .5em;
}
.mce-content-body table td,
.post-content table td {
	border: 1px solid #B4E1DC;
	padding: .75em .5em;
	background: #FFF;
	text-align: center;
}
.mce-content-body .fd-col table tr,
.post-content .fd-col table tr {
	display: flex;
	flex-direction: column;
}
.mce-content-body .fd-col table th,
.post-content .fd-col table th {
	border: 0;
}
.mce-content-body .th-tl table th,
.post-content .th-tl table th,
.mce-content-body .td-tl table td,
.post-content .td-tl table td {
	text-align: left;
}
.mce-content-body .th-tl table .w30,
.post-content .th-tl table .w30 {
	width: 30%;
}
.mce-content-body .th-tl table .w70,
.post-content .th-tl table .w70 {
	width: 70%;
}

/*-----------------------------------------------------
	h2
-----------------------------------------------------*/
.mce-content-body h2.wp-block-heading,
.post-content h2.wp-block-heading {
    font-size: 18px;
    text-align: left;
    margin-bottom: .5em;
    margin-top: 1.3em;
    font-weight: 700;
    letter-spacing: .1em;
}
.mce-content-body h2.wp-block-heading:nth-child(1),
.post-content h2.wp-block-heading:nth-child(1) {
	margin-top: 0;
}
.mce-content-body h2.wp-block-heading.btm-border,
.post-content h2.wp-block-heading.btm-border {
	border-bottom: 1px solid #67BEB5;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}
.mce-content-body h2.ttl01,
.post-content h2.ttl01 {
    font-family: "Zen Kaku Gothic New", '游ゴシック体', Yu Gothic, '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #399C90;
	margin-bottom: .6em;
	letter-spacing: .05em;
}
.mce-content-body h2.ttl01,
.post-content h2.ttl01 {
	font-size: 32px;
}
.mce-content-body h2.ttl01 .min,
.post-content h2.ttl01 .min {
	font-weight: 500;
	font-size: 20px;
}
.mce-content-body h2.ttl01.m,
.post-content h2.ttl01.m {
	font-weight: 500;
}

/*-----------------------------------------------------
	.button
-----------------------------------------------------*/
.button01 {
	max-width: 480px;
}
.button01 a {
	display: block;
	padding: 23px 10px;
	font-size: 22px;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 40px;
	color: #FFF;
	background: #F6AC3F;
	box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	letter-spacing: .10em;
}
.button01 a::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 16px;
	background: url(./img/common/btn_icon01.webp) no-repeat center center / 100% auto;
	margin-right: 15px;
}
.button01 a:hover {
	background-color: #f5980e;
}
.button01.arw a {
	position: relative;
}
.button01.arw a::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 35px;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #FFF;
}
.button01.arw a::after {
	content: '';
	position: absolute;
	z-index: 2;
	right: 45px;
	bottom: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #F6AC3F;
	border-bottom: 2px solid #F6AC3F;
	transform: rotate(-45deg);
	top: 1px;
	margin: auto;
}

.button02 {
	margin-top: 3em !important;
	text-align: center;
}
.button02 a {
	display: inline-block;
	padding: 1.15em 2em;
	text-decoration: none;
	color: #FFF;
	background: #67BEB5;
	border-radius: 32px;
}
.button02 a:hover {
	background: #03c2ae;
}

/*-----------------------------------------------------
	.tel
-----------------------------------------------------*/
.tel01 {
	font-family: "Poppins", '游ゴシック体', Yu Gothic, '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.tel01 a {
	pointer-events: none;
    cursor: default;
    text-decoration: none;
	color: #FFF;
}
.tel01 a::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 32px;
	background: url(./img/common/tel_icon01.webp) no-repeat center center / 100% auto;
	margin-right: 10px;
}
.tel01 .num {
	font-size: 44px;
	display: inline-block;
	letter-spacing: .1em;
}
.tel01 .note {
	font-size: 14px;
	display: block;
	margin-left: 35px;
	margin-top: .5em;
	letter-spacing: .1em;
}

/*-----------------------------------------------------
	#faq
-----------------------------------------------------*/
#faq ul li {
    text-align: left;
    border: 1px solid #67BEB5;
    border-radius: 5px;
}
#faq ul li:nth-child(n+2) {
    margin-top: 30px;
}
#faq ul li:last-child {
    padding-bottom: 0;
}
#faq ul li .que {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 25px 3.5%;
}
#faq ul li .ans {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0px 3.5% 25px;
}
#faq ul li .que .ini,
#faq ul li .ans .ini {
    margin-right: 25px;
    flex: 0 0 30px;
    text-align: center;
}
#faq ul li .ans .txt {
    padding-top: 9px;
}

/* よくあるご質問 - プルダウン - */
#faq ul.pdown li {
    cursor: pointer;
}
#faq ul.pdown li:hover {
    background: rgba(103, 190, 181, .1);
}
#faq ul.pdown li .que {
    position: relative;
}
#faq ul.pdown li .que:before,
#faq ul.pdown li .que:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: no-repeat center center;
}
#faq ul.pdown li .que:before {
    right: 40px;
    width: 16px;
    height: 0;
    border-bottom: 2px solid #399C90;
}
#faq ul.pdown li .que:after {
    right: 47px;
    width: 0;
    height: 16px;
    border-right: 2px solid #399C90;
}
#faq ul.pdown li.open .que:after {
	content: none;
}

/*-----------------------------------------------------
	.flxbox
-----------------------------------------------------*/
.mce-content-body .flex,
.post-content .flex,
.mce-content-body .flxbox,
.post-content .flxbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.mce-content-body .flxbox .pic,
.post-content .flxbox .pic {
	width: 40%;
	border-radius: 5px;
	overflow: hidden;
}
.mce-content-body .flxbox .txtbox,
.post-content .flxbox .txtbox {
	width: 57%;
}

/*-----------------------------------------------------
	.lblbox
	.gppbox
-----------------------------------------------------*/
.mce-content-body .lblbox,
.post-content .lblbox,
.mce-content-body .gppbox,
.post-content .gppbox {
	padding-top: 55px;
	padding-bottom: 175px;
	position: relative;
}
.mce-content-body .lblbox:nth-of-type(n+2),
.post-content .lblbox:nth-of-type(n+2),
.mce-content-body .gppbox:nth-of-type(n+2),
.post-content .gppbox:nth-of-type(n+2) {
	margin-top: -120px;
}
.mce-content-body .lblbox.no-ovf,
.post-content .lblbox.no-ovf,
.mce-content-body .gppbox.no-ovf,
.post-content .gppbox.no-ovf {
	padding-bottom: 55px;
}
.mce-content-body .lblbox > *,
.post-content .lblbox > *,
.mce-content-body .gppbox > *,
.post-content .gppbox > * {
	position: relative;
	z-index: 3;
}
.mce-content-body .lblbox::before,
.post-content .lblbox::before,
.mce-content-body .gppbox::before,
.post-content .gppbox::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
}
.mce-content-body .lblbox::before,
.post-content .lblbox::before {
	left: -100%;
	right: -410px;
	background: #E9F3F4;
	border-radius: 0 120px 0 0;
}
.mce-content-body .lblbox:last-child::after,
.post-content .lblbox:last-child::after {
	content: '';
	position: absolute;
	top: 100%;
	left: -100%;
	right: -100%;
	height: 240px;
	background: #E9F3F4;
}
.mce-content-body .gppbox::before,
.post-content .gppbox::before {
	left: -410px;
	right: -100%;
}
.mce-content-body .gppbox::before,
.post-content .gppbox::before {
	background: #FFF url(./img/common/bg01.webp) repeat center top / 24px auto;
	border-radius: 120px 0 0 0;
}

.mce-content-body .lblbox:last-of-type,
.post-content .lblbox:last-of-type {
	padding-bottom: 0;
}
.mce-content-body .lblbox:last-of-type:after,
.post-content .lblbox:last-of-type::after {
}

/*-----------------------------------------------------
	.whtbox
-----------------------------------------------------*/
.mce-content-body .whtbox,
.post-content .whtbox {
	padding-top: 55px;
	padding-bottom: 175px;
}
.mce-content-body .whtbox:nth-of-type(1),
.post-content .whtbox:nth-of-type(1) {
	padding-top: 0;
}

/*-----------------------------------------------------
	.ovvbox
-----------------------------------------------------*/
.mce-content-body .ovvbox,
.post-content .ovvbox {
	padding-top: 55px;
}

/*-----------------------------------------------------
	.grdbox
-----------------------------------------------------*/
.mce-content-body .grdbox,
.post-content .grdbox {
	display: grid;
	grid-template-columns: 57% 3% 40%;
}
.mce-content-body .grdbox .pic,
.post-content .grdbox .pic {
	grid-column: 3 / 4;
  	grid-row: 1 / 3;
	border-radius: 5px;
	overflow: hidden;
}
.mce-content-body .grdbox .txtbox,
.post-content .grdbox .txtbox {
	grid-column: 1 / 2;
  	grid-row: 1 / 2;
}
.mce-content-body .grdbox .txtbox:nth-of-type(2),
.post-content .grdbox .txtbox:nth-of-type(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	margin-top: 1.5em;
}

/*-----------------------------------------------------
	.lstbox
-----------------------------------------------------*/
.mce-content-body .lstbox,
.post-content .lstbox {
	margin-top: 1.5em !important;
	margin-bottom: 1.75em !important;
}
.mce-content-body .lstbox li .frm,
.post-content .lstbox li .frm {
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #399C90;
	background: #FFF;
	height: 100%;
}
.mce-content-body .lstbox li .title,
.post-content .lstbox li .title {
	font-size: 24px;
	text-align: center;
	background: #399C90;
	color: #FFF;
	padding: 8px 5px;
}
.mce-content-body .lstbox li .wht,
.post-content .lstbox li .wht {
	padding: 30px 6% 25px;
}
.mce-content-body .lstbox li .txt,
.post-content .lstbox li .txt {
	margin-top: 16px;
}

/*-----------------------------------------------------
	.lstbox02
-----------------------------------------------------*/
.mce-content-body .lstbox02,
.post-content .lstbox02 {
	margin-top: 1.5em !important;
	margin-bottom: 0 !important;
}
.mce-content-body .lstbox02 li .frm,
.post-content .lstbox02 li .frm {
	border: 1px solid #67BEB5;
	border-radius: 5px;
	padding: 20px 7%;
	height: 100%;
	background: #FFF;
}
.mce-content-body .lstbox02 li .pic,
.post-content .lstbox02 li .pic {
	margin: 0 23% 14px;
}
.mce-content-body .lstbox02 li .title,
.post-content .lstbox02 li .title {
	font-size: 20px;
	color: #399C90;
	text-align: center;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	line-height: 1.4;
	font-weight: 700;
}
.mce-content-body .lstbox02 li .txt,
.post-content .lstbox02 li .txt {
	margin-top: .75em;
}

@media only screen and (max-width: 767px) {
	/*-----------------------------------------------------
		common
	-----------------------------------------------------*/
	.mce-content-body,
	.post-content {
		font-size: 15px;
	}
	.mce-content-body .prd,
	.post-content .prd {
		margin-bottom: 1em;
	}
	.mce-content-body .prd dt,
	.post-content .prd dt {
		font-size: 13px;
	}

	/*-----------------------------------------------------
		h2
	-----------------------------------------------------*/
	.mce-content-body h2.wp-block-heading,
	.post-content h2.wp-block-heading {
		font-size: 18px;
		text-align: left;
		margin-bottom: .5em;
		margin-top: 1.3em;
		font-weight: 700;
		letter-spacing: .1em;
	}
	.mce-content-body h2.wp-block-heading:nth-child(1),
	.post-content h2.wp-block-heading:nth-child(1) {
		margin-top: 0;
	}
	.mce-content-body h2.wp-block-heading.btm-border,
	.post-content h2.wp-block-heading.btm-border {
		border-bottom: 1px solid #67BEB5;
		padding-bottom: 1em;
		margin-bottom: 1.5em;
	}
	.mce-content-body h2.ttl01,
	.post-content h2.ttl01 {
		font-family: "Zen Kaku Gothic New", '游ゴシック体', Yu Gothic, '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
		font-weight: 700;
		font-size: 36px;
		color: #399C90;
		margin-bottom: .6em;
		letter-spacing: .05em;
	}
	.mce-content-body h2.ttl01,
	.post-content h2.ttl01 {
		font-size: 23px;
		line-height: 1.3;
		margin-bottom: 1.25em;
	}
	.mce-content-body h2.ttl01 .min,
	.post-content h2.ttl01 .min {
		font-size: 17px;
	}

	/*-----------------------------------------------------
		.button
	-----------------------------------------------------*/
	.button01 {
		max-width: 480px;
	}
	.button01 a {
		padding: 21px 10px;
		font-size: 17px;
		position: relative;
	}
	.button01 a::before {
		position: absolute;
		top: 0;
		left: 30px;
		margin-right: 0;
		bottom: 0;
		margin: auto;
	}
	.button01 a:hover {
		background-color: #f5980e;
	}
	
	.button02 {
		margin-top: 3em !important;
		text-align: center;
	}
	.button02 a {
		display: inline-block;
		padding: 1.15em 2em;
		text-decoration: none;
		color: #FFF;
		background: #67BEB5;
		border-radius: 32px;
	}
	.button02 a:hover {
		background: #03c2ae;
	}

	/*-----------------------------------------------------
		.tel
	-----------------------------------------------------*/
	.tel01 {
		font-family: "Poppins", '游ゴシック体', Yu Gothic, '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	    font-weight: 400;
	    font-style: normal;
	}
	.tel01 a {
		pointer-events: auto;
		cursor: pointer;
		background: #292F4A;
		position: relative;
		padding: 18px 10px 13.1px;
		text-align: center;
		border-radius: 40px;
		border: 1px solid #FFF;
	}
	.tel01 a::before {
		position: absolute;
		width: 20px;
		margin-right: 0;
		top: 0;
		left: 30px;
		bottom: 0;
		margin: auto;
	}
	.tel01 .num {
		font-size: 21px;
	}
	.tel01 .note {
		font-size: 11px;
		margin-left: 0;
		margin-top: .4em;
	}

	/* #faq よくある質問
	-----------------------------------------------------*/
	#faq ul li:nth-child(n+2) {
		margin-top: 26px;
	}
	#faq ul li .que {
		padding: 19px 39px 19px 20px;
	}
	#faq ul li .ans {
		padding: 0 20px 12px;
	}
	#faq ul li .que .ini,
	#faq ul li .ans .ini {
		margin-right: 3%;
		flex: 0 0 6%;
	}
	#faq ul li .que .txt {
		line-height: 1.4;
	}
	#faq ul li .ans .txt {
	    padding-top: 0;
	}
	#faq ul.pdown li .que:before {
		right: 19px;
		width: 16px;
		height: 0;
	}
	#faq ul.pdown li .que:after {
		right: 26px;
		width: 0;
		height: 16px;
	}

	/*-----------------------------------------------------
		.flxbox
	-----------------------------------------------------*/
	.mce-content-body .flex,
	.post-content .flex,
	.mce-content-body .flxbox,
	.post-content .flxbox {
		flex-direction: column;
	}
	.mce-content-body .flxbox .pic,
	.post-content .flxbox .pic {
		width: auto;
	}
	.mce-content-body .flxbox .txtbox,
	.post-content .flxbox .txtbox {
		width: auto;
		margin-top: 14px;
	}
	.mce-content-body .flxbox.rv-pic,
	.post-content .flxbox.rv-pic {
		position: relative;
	}
	.mce-content-body .flxbox.rv-pic .pic,
	.post-content .flxbox.rv-pic .pic {
		position: absolute;
		padding-top: 80px;
	}
	.mce-content-body .flxbox.rv-pic .txtbox,
	.post-content .flxbox.rv-pic .txtbox {
		margin-top: 0;
	}
	.mce-content-body .flxbox.rv-pic .txtbox h2,
	.post-content .flxbox.rv-pic .txtbox h2 {
		margin-bottom: 67vw;
	}


	/*-----------------------------------------------------
		.lblbox
		.gppbox
	-----------------------------------------------------*/
	.mce-content-body .lblbox,
	.post-content .lblbox,
	.mce-content-body .gppbox,
	.post-content .gppbox {
		padding-top: 55px;
		padding-bottom: 175px;
		position: relative;
	}
	.mce-content-body .lblbox:nth-of-type(n+2),
	.post-content .lblbox:nth-of-type(n+2),
	.mce-content-body .gppbox:nth-of-type(n+2),
	.post-content .gppbox:nth-of-type(n+2) {
		margin-top: -120px;
	}
	.mce-content-body .lblbox.no-ovf,
	.post-content .lblbox.no-ovf,
	.mce-content-body .gppbox.no-ovf,
	.post-content .gppbox.no-ovf {
		padding-bottom: 55px;
	}
	.mce-content-body .lblbox > *,
	.post-content .lblbox > *,
	.mce-content-body .gppbox > *,
	.post-content .gppbox > * {
		flex-direction: column;
	}
	.mce-content-body .lblbox::before,
	.post-content .lblbox::before,
	.mce-content-body .gppbox::before,
	.post-content .gppbox::before {
		content: '';
		position: absolute;
		z-index: 2;
		top: 0;
		bottom: 0;
	}
	.mce-content-body .lblbox::before,
	.post-content .lblbox::before {
		left: -6vw;
		right: -6vw;
		border-radius: 40px 0 0 0;
	}
	.mce-content-body .gppbox::before,
	.post-content .gppbox::before {
		left: -6vw;
		right: -6vw;
		border-radius: 0;
		background-size: 12px auto;
	}

	.mce-content-body .lblbox:last-of-type,
	.post-content .lblbox:last-of-type {
		padding-bottom: 0;
	}

	/*-----------------------------------------------------
		.whtbox
	-----------------------------------------------------*/
	.mce-content-body .whtbox,
	.post-content .whtbox {
		padding-top: 55px;
		padding-bottom: 175px;
	}
	.mce-content-body .whtbox:nth-of-type(1),
	.post-content .whtbox:nth-of-type(1) {
		padding-top: 0;
	}

	/*-----------------------------------------------------
		.ovvbox
	-----------------------------------------------------*/
	.mce-content-body .ovvbox,
	.post-content .ovvbox {
		padding-top: 55px;
	}

	/*-----------------------------------------------------
		.grdbox
	-----------------------------------------------------*/
	.mce-content-body .grdbox,
	.post-content .grdbox {
		display: flex;
		flex-direction: column;
	}
	.mce-content-body .grdbox .pic,
	.post-content .grdbox .pic {
		margin-top: 25px;
	}
	.mce-content-body .grdbox .txtbox,
	.post-content .grdbox .txtbox {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.mce-content-body .grdbox .txtbox:nth-of-type(2),
	.post-content .grdbox .txtbox:nth-of-type(2) {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		margin-top: 1.5em;
	}

	/*-----------------------------------------------------
		.lstbox
	-----------------------------------------------------*/
	.mce-content-body .lstbox,
	.post-content .lstbox {
		margin-top: 1.5em !important;
		margin-bottom: 1.75em !important;
	}
	.mce-content-body .lstbox li:nth-child(n+2),
	.post-content .lstbox li:nth-child(n+2) {
		margin-top: 30px;
	}
	.mce-content-body .lstbox li .title,
	.post-content .lstbox li .title {
		padding: 8px 5px 0;
	}

	/*-----------------------------------------------------
		.lstbox02
	-----------------------------------------------------*/
	.mce-content-body .lstbox02,
	.post-content .lstbox02 {
		flex-direction: row;
	}
	.mce-content-body .lstbox02 li:nth-child(n+3), .post-content .lstbox02 li:nth-child(n+3) {
		margin-top: 8px;
	}
	.mce-content-body .lstbox02 li .frm,
	.post-content .lstbox02 li .frm {
		padding: 20px 6% 12px;
		height: 100%;
		background: #FFF;
	}
	.mce-content-body .lstbox02 li .pic,
	.post-content .lstbox02 li .pic {
		margin: 0 18% 16px;
	}
	.mce-content-body .lstbox02 li .title,
	.post-content .lstbox02 li .title {
		font-size: 15px;
		height: 42px;
	}
	.mce-content-body .lstbox02 li .txt,
	.post-content .lstbox02 li .txt {
		margin-top: 1em;
		line-height: 1.55;
		font-size: 14px;
	}
}
