@charset "UTF-8";

/*縦スクロールバーエリアを表示*/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif, "ヒラギノUD丸ゴ W3 JIS2004", Hiragino UD Sans Rd W3 JIS2004, Hiragino UD Sans F W5 JIS2004, "ヒラギノUD角ゴF W5 JIS2004";
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000;
	font-size: 16px;
	position: relative;
}

/* @group Reset */
* {
	margin: 0;
	padding: 0;
}

/*通常*/
a:link {
	/*color: rgba(107, 58, 6, 1);*/
	color: #000;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	transition: .3s;
}

/*閲覧済み*/
a:visited {
	/*color: rgba(107, 58, 6, 1);*/
	color: #6B6452;
	text-decoration: none;
}

/*マウスオン*/
a:hover {
	/*color: rgba(107, 58, 6, 1);*/
	cursor: url(../parts/cursor.svg), pointer;
}

/*クリック中*/
a:active {
	/*color: rgba(107, 58, 6, 1);*/
	text-decoration: none;
	background-color: transparent;
}

/*クリック時の枠線*/
a {
	padding: 0 0 0 0px;
	outline: none;
}

ul,
ol {
	list-style: none;
}

img {
	vertical-align: middle;
	max-width: none;
}

svg {
	fill: currentColor;
}

/* @end */

/* @group Fluid-img */
img {
	width: auto;
}

/* @end */

/* @group HTML */
html {
	width: 100%;
	font-size: 100%;
	line-height: 1.55;
}

/* @end */
div,
p {
	text-align: justify;
	text-justify: inter-ideograph;
}

#container {
	width: 100%;
	height: auto;
	display: block;
	margin: 60px 0 0;
}

header {
	width: 100%;
	margin: 0 auto 0px;
	display: block;
	background: #fff;
	border-bottom: 1px solid #DCDCDC;
	position: fixed;
	top: 0;
	z-index: 999;
}

header .inner,
footer .inner {
	width: 1100px;
	margin: 0 auto 10px;
	padding: 10px 0 0;
	position: relative;
}

header .inner {
	padding: 20px 0 0;
	display: flex;
	justify-content: space-between;
}

header h1 {
	display: block;
	position: relative;
	z-index: 9999;
}

header h1 {
	font-size: 24px;
	color: #7D7461;
	font-weight: normal;
}

header h1 a {
	display: flex;
	color: #000 !important;
}

header .logo {
	margin-right: 14px;
}

/*ロゴ差替え後に削除*/
header .logo img {
	display: block;
	width: 23.48px;
	height: 31.27px;
	margin: 0 auto;
}

/*削除ここまで*/
header .logo span {
	font-size: 10px;
	display: block;
}


/*公式ロゴ*/
header .logo img.header_logo {
	width: 69px;
	height: auto;
	margin: -15px auto 0px;
}

header h1 p {
	font-weight: 700;
}

header h1 small {
	font-size: 12px;
	display: block;
	margin: -3px 0 0px;
	font-weight: normal;
}

header .info,
nav .info {
	color: #7D7461;
	text-align: center;
}

nav .info {
	display: none;
}

header .info p,
nav .info p {
	font-weight: 700;
	background: linear-gradient(transparent 75%, #A9DDD6 0%);
	height: 22px;
	margin: -7px 0 10px;
}

header .info a,
nav .info a.mail {
	display: inline-block;
	background: #7D7461;
	border: 1px solid #707070;
	border-radius: 38px;
	padding: 3px 20px 4px;
	font-size: 12px;
	color: #fff;
}

.info a:hover,
.msg+a:hover {
	opacity: .6;
}

header .info a:before,
nav .info a.mail:before {
	content: "";
	background: url("../images/mail.svg") no-repeat;
	width: 15px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
}

header .info span,
nav .info span {
	font-size: 13px;
}

nav ul {
	display: flex;
	font-size: 14px;
}

nav ul li {
	margin-right: 40px;
	display: flex;
}

nav ul li:last-child {
	margin: 0;
}

nav ul li a {
	position: relative;
}

nav ul li a:before,
nav ul li a:after {
	content: "";
	background: url("../images/icon_roller.svg") no-repeat;
	width: 23px;
	height: 30.63px;
	background-size: contain;
	background-position: center bottom;
	display: block;
	margin: 0 auto;
}

nav ul li a:after {
	background-image: url("../images/o_icon_roller.svg");
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

nav ul li a:hover:after {
	z-index: 0;
}

nav ul li a:hover:before {
	opacity: 0;
}

nav ul li.service a:before {
	background-image: url("../images/icon_brush.svg");
}

nav ul li.service a:after {
	background-image: url("../images/o_icon_brush.svg");
}

nav ul li.chart a:before {
	background-image: url("../images/icon_bucket.svg");
	width: 26px;
}

nav ul li.chart a:after {
	background-image: url("../images/o_icon_bucket.svg");
	width: 26px;
}

nav ul li.plan a:before {
	background-image: url("../images/icon_palette.svg");
	width: 28px;
}

nav ul li.plan a:after {
	background-image: url("../images/o_icon_palette.svg");
	width: 28px;
}

nav ul li.news a:before {
	background-image: url("../images/icon_ladder.svg");
}

nav ul li.news a:after {
	background-image: url("../images/o_icon_ladder.svg");
}

.slider-pro::before {
	content: "";
	background: url(../images/ttl.svg) no-repeat;
	max-width: 1000px;
	width: 100%;
	height: 190px;
	background-size: contain;
	position: absolute;
	left: -55px;
	bottom: 40px;
	z-index: 5;
	background-position: left center;
}

#container .block {
	width: 900px;
	margin: 0 auto 180px;
}

.block h2 {
	color: #FF8430;
	font-weight: 700;
	font-size: 48px;
	text-align: center;
	line-height: initial;
	margin: 0 0 60px;
}

.block h2 span {
	font-size: 24px;
	color: #000;
	display: block;
	font-weight: normal;
	margin: -6px auto 10px;
}

#news h2 span {
	width: 170px;
	font-size: 17px;
	background: #fff;
}

.block h2:after {
	content: "";
	background: url("../images/icon_roller.svg") no-repeat;
	width: 40px;
	height: 53px;
	background-size: contain;
	display: block;
	margin: 0 auto;
}

#service h2:after {
	background-image: url("../images/icon_brush.svg");
	height: 70px;
}

#flow h2:after {
	background-image: url("../images/icon_bucket.svg");
	width: 50px;
	height: 48px;
}

#plan h2:after {
	background-image: url("../images/icon_palette.svg");
	width: 42px;
	height: 39px;
}

#news h2:after {
	background-image: url("../images/icon_ladder.svg");
	width: 36px;
	height: 50px;
}


/* Massage */
#message {
	background: url(../images/about_01.svg) no-repeat;
	background-size: 80px 180px;
	background-position: right top;
}

.msg {
	display: flex;
	justify-content: space-between;
}

.msg div {
	width: 487px;
	margin: 0 0 30px;
}

.msg p:first-child {
	margin: 0 0 30px;
}

.msg img {
	display: block;
	width: 383px;
	align-self: baseline;
}

.msg+a {
	display: block;
	background: #7D7461;
	border: 1px solid #707070;
	padding: 13px 0;
	text-align: center;
	width: 278px;
	color: #fff;
	border-radius: 38px;
	margin: 0 auto;
}

/* Service */
#service.block {
	width: 100%;
	background: url(../images/service_bg.jpg) no-repeat;
	background-color: rgba(255, 255, 255, 0.4);
	background-blend-mode: lighten;
	background-size: cover;
	padding: 50px 0;
	margin-bottom: 95px;
}

@media all and (-ms-high-contrast: none) {
	#service.block {
		background-color: rgb(255, 255, 255);
		filter: alpha(opacity=50);
	}
}

#service .inner {
	width: 1100px;
	margin: 0px auto;
	background: #fff;
	padding: 40px 0px;
}

#service h2,
#service .item_txt,
#service .example,
#service em,
#service .ex_img,
#service .contact_tel {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#service .item_txt {
	text-align: center;
}

.item_txt .under {
	font-size: 24px;
	font-weight: normal;
	background: linear-gradient(transparent 82%, #A9DDD6 0%);
	height: 34px;
	display: inline-block;
	margin: 0 0 17px;
}

.item_txt p {
	text-align: center;
	margin: 0 0 44px;
}

#service .example {
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}

.example img {
	width: 357px;
	display: block;
	margin-right: 20px;
}

.example p {
	margin: 0 30px 30px 0;
}

#service em {
	font-style: normal;
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px;
	width: 100%;
}

#service .ex_img ul {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.ex_img li {
	width: 277px;
}

.ex_img img {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

.ex_img span {
	display: block;
	text-align: center;
}

.contact_tel {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 30px;
	border: 5px solid #A9DDD6;
	text-align: center;
}

.contact_tel div,
.contact_tel p {
	text-align: center;
}

.contact_tel div {
	color: #7D7461;
	font-size: 48px;
	background: linear-gradient(transparent 90%, #A9DDD6 0%);
	display: inline-block;
	height: 63px;
	margin: 0 0 15px;
	font-weight: 700;
	padding: 0 5px;
}

.contact_tel div span {
	font-size: 18px;
}

.contact_tel p {
	font-size: 24px;
}

/* Flow */
#flow .item_txt p {
	margin: 0 0 30px
}

.step dt {
	font-size: 21px;
	color: #7D7461;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 0 7px;
}

.step dd {
	padding: 0 0 40px 20px;
	margin: 0 0 20px;
	border-bottom: 2px dotted #B7B7B7;
}

/*Plan*/
#container #plan.block {
	width: 100%;
	background: #ECF0EA;
	padding-bottom: 10px;
}

#plan h2,
#plan .item_txt {
	background: #fff;
}

#plan h2 {
	margin: 0;
	padding: 0 0 60px;
}

#plan .item_txt {
	font-size: 24px;
	text-align: center;
	padding: 0 0 24px;
}

#plan .item_txt strong {
	font-weight: normal;
	display: block;
	line-height: 36px;
}

#plan .item_txt .under {
	background: linear-gradient(transparent 85%, #A9DDD6 0%);
	height: 32px;
	display: inline-block;
}

.plan_box {
	width: 1100px;
	margin: 0 auto 40px;
	padding: 40px 140px;
	background: #fff;
	color: #7D7461;
}

.plan_box:nth-child(3) {
	margin-top: 50px;
	position: relative;
}

.plan_box:nth-child(3):before {
	content: "";
	background: url("../images/chara.svg") no-repeat;
	width: 160px;
	height: 135px;
	position: absolute;
	top: -10.6em;
	right: 5em;
}

.recommended {
	font-size: 18px;
	text-align: center;
	margin: 0 0 12px;
	font-weight: 700;
}

.recommended:before {
	content: "＼";
	display: inline-block;
	margin-right: 12px;
}

.recommended:after {
	content: "／";
	display: inline-block;
	margin-left: 12px;
}

.plan_box h3 {
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px;
}

.plan_box .item_txt p {
	font-size: 16px;
	margin: 0 0 80px;
}

.plan_box .item_txt p.left {
	text-align: left;
}

.plan_box .detail {
	display: flex;
	justify-content: space-between;
}

.plan_box table {
	width: 410px;
	border-top: 2px dotted #B7B7B7;
	margin: 0 0 10px;
}

.plan_box table th,
.plan_box table td {
	padding: 15px 10px;
	border-bottom: 2px dotted #B7B7B7;
	font-weight: 500;
}

.plan_box table tr:nth-child(3) th,
.plan_box table tr:nth-child(3) td {
	vertical-align: baseline;
}

.plan_box table td span {
	display: inline-block;
}

.plan_box table strong {
	font-weight: 700;
	font-size: 40px;
	margin-left: 5px;
}

.plan_box table strong span {
	font-size: 32px;
}

.plan_box .product {
	margin: 0 0 20px;
}

.plan_box .img_box img {
	display: inline-block;
	width: 150px;
}

.plan_box .img_box img:first-child {
	margin-right: 40px;
}

.plan_box:nth-of-type(4) .img_box img {
	width: 340px;
	margin: 0;
}

.plan_box .product+p {
	text-align: center;
	font-weight: 500;
}

.plan_box ul li {
	font-size: 14px;
}

/* News */
#news h2 {
	position: relative;
}

#news h2:before {
	content: "";
	width: 240px;
	border: 1px dotted #7D7461;
	position: absolute;
	top: 1.7em;
	z-index: -1;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#news dl {
	border-bottom: 2px dotted #B7B7B7;
}

#news dl:first-of-type {
	border-top: 2px dotted #B7B7B7;
}

#news dt,
#news dd {
	padding: 15px 20px;
}

#news dt {
	color: #7D7461;
	font-size: 21px;
	font-weight: 700;
}

#news dt span {
	display: block;
	margin: 0 0 8px;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

#news dd {
	padding-bottom: 40px;
}

#news dd.example {
	display: flex;
	justify-content: space-between;
}

#news dd.img {
	padding: 0px 0px 40px;
}

#news a.more {
	display: block;
	width: 278px;
	margin: 40px auto 0;
	padding: 13px 0;
	text-align: center;
	color: #ffffff;
	background: #7D7461;
	border: 1px solid #707070;
	border-radius: 38px;
}

#news a.more:hover {
	opacity: .6;
	transition: .3s;
}

footer {
	background: #7D7461;
	border-top: 1px solid #707070;
	padding: 20px 0 10px;
	color: #fff;
}

footer .inner {
	text-align: center;
}

footer .logo {
	display: inline-block;
	background: #fff;
	color: #7D7461;
	font-size: 11px;
	border-radius: 50%;
	padding: 6px 10px;
	margin: 0 0 10px;
	width: 80px;
	height: 80px;
}

/*削除*/
footer .logo img {
	display: block;
	width: 22px;
	height: 30px;
	margin: 0 auto;
}

/*削除ここまで*/
/*公式ロゴ*/
footer .logo img.footer_logo {
	width: 65px;
	height: auto;
	margin: -10px 0 0 9px;
}

footer .shop {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}

footer .shop small {
	font-size: 14px;
	font-weight: normal;
	display: block;
}

footer .contact {
	text-align: center;
	margin: 0 0 65px;
}

footer .copy {
	font-size: 11px;
	text-align: center;
}


#page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	/*bottom: 105px;*/
	right: 10px;
	z-index: 9999999;
	cursor: pointer;
	background: #7D7461;
	border-radius: 10px;
}

#page-top a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 68px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	-webkit-transition: 1.0s;
	transition: 1.0s;
}

#page-top a:before {
	content: "＞";
	color: #fff;
	position: absolute;
	top: -18px;
	display: inline-block;
	font-size: 22px;
	transform: rotate(-90deg) scale(0.7, 1.2);
	left: 12px;
}

.pankuzu {
	font-size: 12px;
	width: 1000px;
	margin: 0 auto 10px;
}

.pankuzu a {
	text-decoration: underline;
}

/* 1024px以下 */
@media screen and (max-width: 1120px) {

	body,
	header .inner,
	footer .inner,
	.pankuzu {
		width: 100%;
		min-width: 320px;
	}

	#service .inner,
	.plan_box,
	#service h2,
	#service .item_txt,
	#service .example,
	#service em,
	#service .ex_img,
	#service .contact_tel {
		width: auto;
		max-width: 900px;
	}

	header {
		position: fixed;
		z-index: 999;
		background: #fff;
		top: 0;
		z-index: 1000;
	}

	header .inner,
	footer .inner {
		padding: 10px 20px 0;
	}

	nav ul li {
		margin-right: 1.5vw;
	}

	.slider-pro {
		overflow: hidden;
		margin-top: 60px !important;
	}

	#service .inner {
		margin: 0 auto;
		padding: 40px 20px;
	}

	.plan_box {
		padding: 40px 40px;
		width: 900px;
	}

	.plan_box:nth-child(3)::before {
		right: -2vw;
	}

}

@media screen and (max-width: 960px) {
	header .logo img.header_logo {
		width: 50px;
		margin: -5px auto 0;
	}

	header h1 p {
		line-height: 21px;
	}

	#container .block {
		width: auto;
		margin: 0 20px 90px;
	}

	.block h2 {
		position: relative;
	}

	/* Message */
	.msg div {
		width: 54.11%;
	}

	.msg img {
		max-width: 383px;
		width: 42.56%;
	}

	/* Service */
	#service.block {
		margin: 0 -20px 50px;
	}

	#service .inner {
		margin: 0 50px;
	}

	.example img {
		align-self: flex-start;
		max-width: 357px;
		width: 39.67%;
		margin-right: 1vw;
	}

	.ex_img li {
		max-width: 277px;
		width: 30.78%;
	}

	/* Plan */
	#container #plan.block {
		margin: 0 0px 90px;
		padding: 0px 20px 10px;
	}

	#plan h2,
	#plan .item_txt {
		margin: 0 -20px;
	}

	.plan_box {
		max-width: 900px;
		width: auto;
	}

	.plan_box:nth-child(3)::before {
		width: 110px;
	}

	.plan_box .tbl {
		max-width: 410px;
		width: 50%;
		margin-right: 20px;
	}

	.plan_box table {
		width: 100%;
	}

	.plan_box table th {
		white-space: nowrap;
	}

	.plan_box table tr:nth-child(3) td span {
		display: inline-block;
	}

	.plan_box table strong {
		font-size: 3.5vw;
		white-space: nowrap;
		display: inline-block;
	}

	.plan_box table strong span {
		font-size: 2.8vw;
	}

	.plan_box .img_box {
		max-width: 343px;
		width: 42.11%;
	}

	.plan_box .img_box img {
		max-width: 150px;
		width: 43.73%;
	}

	.plan_box .img_box img:first-child {
		margin-right: 10.64%;
	}

	.plan_box:nth-of-type(4) .img_box img {
		width: 100%;
		margin: 0;
		max-width: 340px;
	}

}

@media screen and (max-width: 896px) {

	header h1 {
		font-size: 21px;
		white-space: nowrap;
	}

	header .logo {
		margin-right: 20px;
	}

	/*ロゴ差替え後に削除*/
	header .logo span {
		font-size: 12px;
	}

	/* メニュー */
	nav {
		position: absolute;
		width: 100%;
		left: 0;
		background: #ffffffcf;
		padding: 0 20px;
		padding: 0 20px 150px;
	}

	nav ul {
		flex-direction: column;
		justify-content: flex-start;
		font-size: 16px;
		margin-bottom: 30px;
	}

	nav ul li {
		margin-right: 0;
	}

	nav ul li a {
		width: 100%;
		display: flex;
		;
		padding: 15px 20px;
		border-bottom: 2px dotted #B7B7B7;
	}

	nav ul li a::before,
	nav ul li a::after {
		display: inline-block;
		margin-right: 20px;
		margin-left: 20px;
	}

	nav ul li a::after {
		right: auto;
		left: 1px;
		top: 15px;
	}

	header .info {
		display: none;
	}

	nav .info {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	nav .info p {
		font-size: 30px;
		background: linear-gradient(transparent 88%, #A9DDD6 0%);
		height: 38px;
		margin: -7px 0 10px;
	}

	nav .info span {
		font-size: 18px;
		margin-right: 7px;
	}

	nav .info a {
		margin-bottom: 30px;
	}

	.slider-pro::before {
		width: 100%;
		height: 40%;
		bottom: 10%;
	}
}

@media screen and (min-width: 750px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 750px) {
	#container {
		margin-top: 20px;
	}

	#container .block {
		margin-bottom: 60px;
	}

	nav a.tel {
		color: #7D7461;
	}

	.block h2 {
		font-size: 30px;
		margin: 0 0 20px;
	}

	.block h2 span {
		width: 200px;
		background: #fff;
		position: relative;
		z-index: 5;
		font-size: 16px;
	}

	#service h2 span {
		background: none;
	}

	.block h2::before {
		content: "";
		width: 100%;
		max-width: 330px;
		border: 1px dotted #7D7461;
		top: 1.7em;
		z-index: -1;
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		z-index: 1;
	}

	#service h2:before {
		max-width: none;
		width: 70px;
		right: 220px;
	}

	#service h2 span:after {
		content: "";
		width: 70px;
		border: 1px dotted #7D7461;
		top: 0.8em;
		z-index: -1;
		position: absolute;
		right: 0px;
		left: 180px;
		margin: 0 auto;
		z-index: 1;
	}

	.block h2::after {
		width: 30px;
		height: 40px;
	}

	#service h2::after {
		width: 23px;
		height: 40px;
	}

	#flow h2::after {
		width: 37px;
		height: 36px;
	}

	.msg div,
	.msg img {
		width: 100%;
	}

	/* Message */
	#message {
		background: none;
	}

	.msg {
		flex-direction: column;
	}

	.msg div {
		margin: 0 0 20px;
	}

	.msg img {
		margin: 0 auto 30px;
	}

	.msg+a {
		width: 220px;
		font-size: 14px;
	}

	/* Service */
	#service.block {
		padding: 30px 0;
		margin: 0 0 60px;
	}

	#service .inner {
		background: none;
		padding: 0 20px;
		margin: 0;
	}

	.item_txt .under {
		background: linear-gradient(transparent 90%, #A9DDD6 0%);
		display: inline-block;
		width: 312px;
		height: 70px;
		position: relative;
		z-index: 10;
		margin: 0 0 10px;
	}

	.item_txt .under::before {
		content: "";
		width: 312px;
		height: 7px;
		background: #A9DDD6;
		position: absolute;
		top: 27px;
		z-index: -1;
	}

	.item_txt p {
		margin: 0 0 25px;
	}

	#service .example {
		flex-direction: column;
		margin: 0 0 20px;
	}

	.example img {
		width: 100%;
		margin: 0 auto 25px;
		;
	}
.example p{
	margin:0 0 30px;
}
	#service em {
		font-size: 16px;
		margin-bottom: 13px;
	}

	#service .ex_img ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.ex_img li {
		width: 48%;
	}

	.ex_img li:first-child {
		margin-right: 10px;
		margin-bottom: 35px;
	}

	.ex_img img {
		margin-bottom: 10px;
	}

	#service .contact_tel {
		border: none;
		padding: 0;
	}

	.contact_tel div {
		font-size: 30px;
		height: 40px;
		margin-bottom: 10px;
	}

	.contact_tel div span {
		margin-right: 7px;
	}

	.contact_tel p {
		font-size: 14px;
	}

	/* Flow */
	#flow .item_txt p {
		margin-bottom: 20px;
	}

	.step dd {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	/* Plan */
	#container #plan.block {
		background-size: auto auto;
		background-color: rgba(236, 240, 234, 1);
		background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(255, 255, 255, 1) 10px, rgba(255, 255, 255, 1) 12px);
	}

	#plan h2 {
		padding: 0 0 30px;
	}

	.plan_box:nth-child(3)::before {
		height: 102px;
		right: -15px;
	}

	#plan .item_txt {
		font-size: 16px;
		padding-bottom: 90px;
		text-align: left;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
	}

	#plan .item_txt strong {
		line-height: 28px;
		text-align: center;
	}

	#plan .item_txt .under {
		font-size: 16px;
		display: block;
		width: 287px;
		height: auto;
		background: none;
		margin: 0 auto;
		text-align: left;
	}

	#plan .item_txt .under:before {
		width: 258px;
		top: 20px;
		height: 5px;
	}

	#plan .item_txt .under::after {
		content: "";
		width: 103px;
		height: 5px;
		background: #A9DDD6;
		position: absolute;
		bottom: 4px;
		z-index: -1;
	}

	#plan .item_txt .under span {
		display: block;
	}

	.plan_box {
		margin-bottom: 20px;
		padding: 20px 15px;
	}

	.plan_box:nth-c3ild(3) {
		margin-top: 20px;
	}

	.plan_box h3 span {
		display: block;
	}

	#plan .plan_box .item_txt {
		margin: 0;
		padding: 0;
	}

	.plan_box .item_txt p {
		margin: 0 0 20px;
		padding: 0;
	}

	.plan_box .detail {
		flex-direction: column;
	}

	.plan_box .tbl {
		width: 100%;
		margin: 0 0 40px;
		max-width: none;
	}

	.plan_box table th {
		width: 95px;
	}

	.plan_box table strong {
		font-size: 40px;
	}

	.plan_box table strong span {
		font-size: 32px;
	}

	.plan_box .img_box {
		width: 100%;
		margin: 0 auto;
	}

	#news dd.example {
		display: block;
	}

	#news dd img {
		width: 100%;
		display: block;
		margin: 0px auto 0;
	}

	footer .contact {
		width: 300px;
		text-align: left;
		margin: 0 auto 65px;
	}

	#page-top {
		bottom: 50px;
	}
}

/*------------print---------------------*/
/* 印刷 */
@page {
	margin: 12mm 7mm;
}

@media print {
	body {
		zoom: 95%;
	}

	#page-top {
		display: none !important;
	}
}
