@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* font-family: "Noto Sans JP", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* font-family: "Quicksand", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 10;
	background: #fff;
}
#front-sectionPost .postlist li {
	border: none!important;

}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000000 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 92%;
}
body:not(.home) #front_bottom_content {
	display: none;
}

#front-sectionPost {
	width: 94%;
	max-width: 1600px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 400;
	color: #ffffff !important;
	background: #222222;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 0;
}
.post .time a, .postlist .time a {
	font-weight: 400;
	color: #222222!important;
}

.post4b li .post4b_contents {
	/* 	opacity: 1; */
	display: none;
}
.post4b .time {
	display: block;
	background: #222222;
}

.post_link a {
	color: #222222!important;
}
.post_link {
	border-bottom: none;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}

body p {
	line-height: 2;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
	width: 94%;
	max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
	width: 94%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
header#h1Header {
	background: #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #C8B7B5;
	opacity: 0.9;
}
header#h1Header h1.title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #fff;
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header .logo img {
	width: 100%;
	max-width: 340px;
	height: auto;
}
#header a.head_btn {
	align-items: center;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.line_btn {
	background: unset;
	color: #06C755;
	flex-direction: unset;
	flex-wrap: wrap;
	max-width: 250px;
}
#header a.head_btn.line_btn span {
	font-size: 16px;
}
#header a.head_btn.reserve_btn {
	background: #C8B7B5;
	color: #222222;
	flex-direction: unset;
}
#header a.head_btn.reserve_btn::before {
	content: '\f073';
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: 400;
	line-height: 1;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 8px;
	vertical-align: middle;
}
#header a.head_btn.line_btn {
	background: #222222;
	color: #fff;
	flex-direction: unset;
}
#header a.head_btn.line_btn::before {
	content: '';
	background: url(/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 24px;
	height: 24px;
}
nav#mainNav ul li a {
	color: #222222;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
	font-weight: 500;
	color: #222222;
}
nav#mainNav ul li a span {
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #222222;
	display: inline-block;
	margin-top: 4px;
} 
nav#mainNav ul li a:hover span {
	color: #222222;
}
nav#mainNav ul li.current-menu-item a b {
	color: #222222;
}
nav#mainNav ul li.current-menu-item a span {
	color: #222222;
	position: relative;
}
nav#mainNav ul li.current-menu-item a span::after {
	content: '';
	display: inline-block;
	width: 52px;
	height: 2px;
	background: #C8B7B5;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
}
nav#mainNav ul li.current-menu-item a b {
	color: #222222;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #222222;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #222222;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
}


.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #222222above;
}
.spmenu #menu p {
	color: #222222;
}

a#scrollUp {
	background: #222222;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #222222;
	background: #fff;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #222222;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}

.inner {
	width: 94%;
	max-width: 1600px;
	margin-inline: auto;
}

h1.title {
	font-family: "Quicksand", sans-serif;
	font-size: var(--rem60);
	letter-spacing: .01em;
	color: #222222;
	line-height: 1.2;
	font-weight: 500;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	font-size: var(--rem18);
	color: #222222;
	position: relative;
}
h1.title .ja::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #222222;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 8px;
}

.post h2 {
	font-weight: 500;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 20px;
}
.post h2:after {
	display: none;
}

.post h3 {
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-weight: 500;
}

.post h4::before {
	background: #C62443;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	background: #C8B7B5;
	display: block;
	max-width: 280px;
	border-radius: 50px;
	padding: 20px 10px 20px 20px;
	color: #202020;
	margin-top: 40px;
}
.linkBtn::after {
	display: none!important;
}
.linkBtn::before {
	content: '';
	display: inline-block;
	background: url(https://hansang74.com/wp-content/uploads/linkMark.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 30px;
	height: 35px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #C8B7B5;
	color: #222222;
	opacity: .7;
}

.cta {
	position: relative;
	padding-top: 160px;
	margin-bottom: 20px;
}
.cta .wrap {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.cta::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 90%;
	width: 100%;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.cta .box {
	padding: 45px 40px;
	background: #fff;
	box-shadow: 2px 2px 4px #ccc;
	margin-top: 100px;
}
.cta h3 {
	font-size: var(--rem36);
	text-align: center;
	margin-bottom: 25px;
}
.cta .btn {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 14px;
}
.cta a {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	background: #222222;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 100%;
	position: relative;
	padding: 10px 0;
}
.cta a:hover {
	opacity: .7;
}
.cta a.lineLink::before {
	content: "";
	display: inline-block;
	background: url(/wp-content/uploads/line.png) no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 8px;
	vertical-align: middle;
}
.cta a.reserveLink {
	background: #C8B7B5;
	color: #222222;
}
.cta a.reserveLink::before {
	content: '\f073';
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: 400;
	line-height: 1;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 8px;
	vertical-align: middle;
}
.cta a.mailLink::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: 400;
	line-height: 1;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 8px;
	vertical-align: middle;
}

body:not(.home) .loading {
	display: none!important;
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background-color: #F7F6F3;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeOut 1.5s 2.5s forwards;
	z-index: 99999;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

.loadingLogo {
	opacity: 0;
	animation: logo_fade 2s 0.5s forwards;
	width: 220px;
}

@keyframes logo_fade {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	60% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
	}
}

/*-----------------------------
Top
------------------------------*/
.top_about {
	padding-top: 80px;
}
.top_about .flex {
	display: flex;
	align-items: center;
	gap: 60px;
	width: 90%;
	flex-direction: row-reverse;
	margin-left: auto;
}
.top_about .image,
.top_about .text {
	width: 100%;
}
.top_about h1 {
	text-align: left;
	margin-left: 0;
}
.top_about h2 {
	text-align: left;
}
.top_about p span {
	border-bottom: 1px solid #222222;
}
.top_about .linkBtn {
	margin-left: 0;
}

.top_healthy {
	padding-top: 120px;
	padding-bottom: 120px;
}
.top_healthy .flex {
	display: flex;
	align-items: center;
	gap: 60px;
	width: 90%;
}
.top_healthy .image,
.top_healthy .text {
	width: 100%;
}
.top_healthy h1 {
	text-align: left;
	margin-left: 0;
}
.top_healthy h2 {
	text-align: left;
}
.top_healthy .linkBtn {
	margin-left: 0;
}

.top_intro {
	padding-top: 120px;
	position: relative;
}
.top_intro::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/wave.png)no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.top_intro .flex {
	display: flex;
	gap: 60px;
}
.top_intro .item {
	width: 100%;
	display: flex;
}
.top_intro .text {
	width: 65%;
	padding: 30px 5%;
	background: #222222;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.top_intro .image {
	width: 35%;
	position: relative;
}
.top_intro .image::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 25px;
	height: 50px;
}
.top_intro .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_intro h2 {
	text-align: left;
	color: #fff;
	margin-left: 0;
	margin-bottom: 0;
}
.top_intro h3 {
	color: #fff;
	margin-left: 0;
}
.top_intro h3 span {
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	font-size: var(--rem18);
	color: #ffffff;
	position: relative;
}
.top_intro h3 span::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ffffff;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 8px;
}

.top_faq {
	padding-top: 120px;
	padding-bottom: 140px;
	position: relative;
}
.top_faq .image01 {
	position: absolute;
	top: 50px;
	right: 0;
	width: 180px;
	height: auto;
}
.top_faq .image02 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 360px;
	height: auto;
}
.top_faq ul {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
.top_faq li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 100px;
}
.top_faq li span {
	font-weight: 500;
	font-family: "Quicksand", sans-serif;
	font-size: var(--rem36);
	display: inline-block;
	line-height: 1;
	margin-right: 20px;
}
.top_faq .question {
	width: 50%;
	background: #ECE6E6;
}
.top_faq .question::before {
	content: '';
	display: inline-block;
	background: #ECE6E6;
	height: calc(tan(60deg) * 30px / 2);
	width: 20px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -15px;
}
.top_faq .question span {
	color: #BEA79F;
}
.top_faq .answer {
	width: 55%;
	background: #C8B7B5;
	margin-left: auto;
}
.top_faq .answer::before {
	content: '';
	display: inline-block;
	background: #C8B7B5;
	height: calc(tan(60deg)* 30px / 2);
	width: 20px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
}
.top_faq .answer span {
	color: #fff;
}

.top_profile {
	padding-top: 80px;
}
.top_profile .wrap {
	position: relative;
	background: #ECE6E6;
	padding: 80px 40px;
}
.top_profile .wrap::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	border: solid 1px #222222;
	position: absolute;
	top: -15px;
	left: -15px;
}
.top_profile .image01 {
	width: 220px;
	height: auto;
	position: absolute;
	top: -140px;
	left: 0;
}
.top_profile .image02 {
	width: 250px;
	height: auto;
	position: absolute;
	bottom: -200px;
	right: 0;
}

.top_instagram {
	padding-top: 150px;
}

.top_access {
	padding-top: 120px;
	padding-bottom: 120px;
}
.top_access .flex {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 60px;
}
.top_access .image,
.top_access .text {
	width: 100%;
}

@media print, screen and (max-width: 768px) {
	.top_about {
		padding-top: 0;
	}
	.top_about .flex {
		flex-direction: column;
		gap: 35px;
		width: 94%;
		margin-inline: auto;
	}
	.top_about h1 {
		text-align: center;
		margin-left: auto;
	}
	.top_about h2 {
		text-align: center;
	}
	.top_about .linkBtn {
		margin-left: auto;
	}

	.top_healthy {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.top_healthy .flex {
		flex-direction: column;
		gap: 35px;
		width: 94%;
		margin-inline: auto;
	}
	.top_healthy h1 {
		text-align: center;
		margin-left: auto;
	}
	.top_healthy h2 {
		text-align: center;
	}
	.top_healthy .linkBtn {
		margin-left: auto;
	}

	.top_intro {
		padding-top: 80px;
	}
	.top_intro .flex {
		flex-direction: column;
		gap: 20px;
	}
	.top_intro .item {
		width: 100%;
		display: flex;
	}
	.top_intro .image::after {
		width: 18px;
		height: 40px;
	}

	.top_faq {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.top_faq .image01 {
		position: static;
		top: unset;
		right: unset;
		width: 140px;
		margin-left: auto;
	}
	.top_faq .image02 {
		position: static;
		top: unset;
		left: unset;
		width: 240px;
	}
	.top_faq ul {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.top_faq li {
		padding: 15px;
		border-radius: 50px;
	}
	.top_faq li span {
		margin-right: 12px;
	}
	.top_faq .question {
		width: 90%;
	}
	.top_faq .question::before {
		left: -8px;
	}
	.top_faq .answer {
		width: 90%;
	}
	.top_faq .answer::before {
		right: -8px;
	}

	.top_profile {
		padding-top: 0;
	}
	.top_profile .wrap {
		padding: 60px 30px;
	}
	.top_profile .wrap::before {
		top: -5px;
		left: -5px;
	}
	.top_profile .image01 {
		width: 120px;
		top: -40px;
	}
	.top_profile .image02 {
		width: 150px;
		bottom: -120px;
	}

	.top_instagram {
		padding-top: 120px;
	}

	.top_access {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.top_access .flex {
		flex-direction: column;
		gap: 25px;
	}
}

/*-----------------------------
はじめての方へ
------------------------------*/
.about.sec01 .flex {
	display: flex;
	align-items: center;
	gap: 60px;
	width: 90%;
	flex-direction: row-reverse;
	margin-left: auto;
}
.about.sec01 .flex:nth-child(even) {
	margin-left: 0;
	margin-right: auto;
	flex-direction: unset;
}
.about.sec01 .flex:not(:first-child) {
	padding-top: 60px;
}
.about.sec01 .image,
.about.sec01 .text {
	width: 100%;
}
.about.sec01 h1 {
	text-align: left;
	margin-left: 0;
}
.about.sec01 h2 {
	text-align: left;
}

.about.sec02 {
	padding-top: 120px;
	text-align: center;
}
.about.sec02 .box {
	margin-top: 60px;
}

@media print, screen and (max-width: 768px) {
	.about.sec01 .flex {
		flex-direction: column;
		gap: 35px;
		width: 94%;
		margin-inline: auto;
	}
	.about.sec01 .flex:nth-child(even) {
		margin-left: auto;
		flex-direction: column;
	}
	.about.sec01 h1 {
		text-align: center;
		margin-left: auto;
	}
	.about.sec01 h2 {
		text-align: center;
	}

	.about.sec02 {
		padding-top: 80px;
	}
	.about.sec02 .box {
		margin-top: 40px;
	}
	.about.sec02 p {
		text-align: left;
	}
	.about.sec02 p br {
		display: none;
	}
}

/*-----------------------------
クラス・料金
------------------------------*/
.course.sec01 h1 {
	margin-left: 0;
	text-align: left;
}
.course.sec01 .wrap {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}
.course.sec01 h2 {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #222222;
	margin-left: 0;
}
.course.sec01 th {
	font-weight: 400!important;
	background: #222222!important;
	color: #fff!important;
	vertical-align: middle!important;
}
.course.sec01 .remark {
	font-size: var(--rem24);
	font-weight: 500;
	color: #FFA2A2;
	margin-top: 40px;
}
.course.sec01 .priceList {
	font-size: var(--rem36);
	position: relative;
	line-height: 1.2;
	margin-top: 60px;
}
/* .course.sec01 .priceList::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/campaign.png)no-repeat;
	background-size: contain;
	background-position: center;
    width: 200px;
    height: 70px;
    position: absolute;
    right: -200px;
    top: -40px;
}
.course.sec01 .priceList li {
	font-size: var(--rem36);
	position: relative;
	line-height: 1.2;
}
.course.sec01 .priceList li:first-child::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: solid 1px #222222;
	border-right: solid 1px #222222;
	transform: rotate(45deg) translateY(-4px);
}
.course.sec01 .priceList li:last-child {
	background: linear-gradient(transparent 50%, #FF6E6E 50%);
}
 */
@media print, screen and (max-width: 768px) {
	.course.sec01 h1 {
		margin-left: auto;
		text-align: center;
	}
	.course.sec01 .wrap {
		row-gap: 60px;
	}
	.course.sec01 .priceList {
		margin-top: 40px;
	}
/* 	.course.sec01 .priceList::after {
		width: 130px;
		height: 50px;
		right: -70px;
		top: 30px;
	}
	.course.sec01 .priceList li {
		font-size: var(--rem30);
		position: relative;
		line-height: 1.2;
	}
	.course.sec01 .priceList li:first-child::after {
		transform: rotate(135deg) translateY(0);
		position: absolute;
		left: 50%;
		bottom: -25px;
	} */
}

/*-----------------------------
カレンダー
------------------------------*/
.calendar.sec01 iframe {
	width: 100%;
	height: 600px;
}

.flow.sec01 {
	padding-top: 120px;
}
.flow.sec01 h1 {
	margin-left: 0;
	text-align: left;
}
.flow.sec01 .wrap {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}
.flow.sec01 h2 {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #222222;
	margin-left: 0;
}
.flow.sec01 .linkBtn {
	background: #222222;
	color: #fff;
	margin-left: 0;
}
.flow.sec01 .linkBtn:hover {
	background: #222222;
	color: #fff;
}

@media print, screen and (max-width: 768px) {
	.calendar.sec01 iframe {
		width: 100%;
		height: 450px;
	}

	.flow.sec01 {
		padding-top: 80px;
	}
	.flow.sec01 h1 {
		margin-left: auto;
		text-align: center;
	}
	.flow.sec01 .wrap {
		row-gap: 60px;
	}
	.flow.sec01 .linkBtn {
		margin-left: auto;
	}
}


/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #222222!important;
	color: #fff!important
}
.wpcf7-form .must {
	background: #F9F9F9!important;
	color: #222222!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #222222!important;
	padding: 20px;
}
.post .subimitarea .linkBtn::before  {
	display: none!important;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}

	.cta .box {
		flex-direction: column;
		row-gap: 30px;
	}
}

@media screen and (min-width: 769px){	
	.dsp_hp { display:block; }
	.dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
	.cta {
		padding-top: 120px;
	}
	.cta .box {
		margin-top: 40px;
		row-gap: 20px;
		padding: 35px 25px;
	}
	.cta .btn {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 24px;
	}

	.dsp_hp { display:none; }
	.dsp_smt { display:block; }
}

@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}