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

/*font-family: "Zen Old Mincho", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/*font-family: "Zen Kaku Gothic New", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&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_bottom_content {
	background: url(/wp-content/uploads/blog-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}
#front_top_content h1 {
	color: #262626;
	font-size: var(--rem40);
}
#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: 1200px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 700;
	color: #00996F !important;
	background: #C8EBC0;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 5px;
}
.post .time a, .postlist .time a {
	font-weight: 700;
	color: #00996F!important;
}

.post4b li .post4b_contents {
	opacity: 1;
	/* 	display: none; */
}
.post4b .time {
	display: block;
	background: #C8EBC0;
	color: #00996F !important;
	border-radius: 5px;
}
.post4b .time a {
	color: #00996F !important;
}

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

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

body {
	font-weight: 400;
	font-family: "Zen Kaku Gothic New", 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: #000000;
	opacity: 0;
}
header#h1Header h1.title {
	font-family: "Zen Old Mincho", serif;
	font-size: var(--rem60);
	font-weight: 700;
	color: #fff;
}
header#h1Header h1.title::before {
	display: none;
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 5px 10px;
}
#header a.head_btn {
	align-items: center;
	position: relative;
}
#header a.head_btn::before {
	font-size: 1.1em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	background: #F7F7F7;
	color: #00996F;
	flex-direction: unset;
}
#header a.head_btn.tel_btn::before {
	margin-top: -11px;
}
#header a.head_btn.tel_btn span {
	margin-top: -14px;
}
#header a.head_btn.line_btn {
	background: #00996F;
	color: #fff;
	flex-direction: unset;
}
#header a.head_btn.line_btn::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
}
#header a.head_btn.mail_btn {
	background: #E2750F;
	color: #fff;
	flex-direction: unset;
}
#header a.head_btn .note {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-weight: 500;
	font-size: 11px;
	color: #00996F;
	margin: 0;
}
nav#mainNav ul li a {
	color: #262626;
	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: #262626;
}
nav#mainNav ul li a:hover span {
	color: #262626;
}
nav#mainNav ul li.current-menu-item a b {
	color: #262626;
}
nav#mainNav ul li.current-menu-item a span {
	color: #262626;
}
nav#mainNav ul li.current-menu-item a b {
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #262626;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li a:hover {
	background: #00996F!important;
	color: #fff!important;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
	background: #eee;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #00996F;
}
.spmenu #menu p {
	color: #00996F;
	white-space: nowrap;
}

a#scrollUp {
	background: #00996F;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #00996F;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #fff;
	font-weight: 500;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer .socialicon {
	margin-bottom: 15px;
}
#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
	color: #fff;
}

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

h1.title {
	font-family: "Zen Old Mincho", serif;
	font-size: var(--rem60);
	letter-spacing: .01em;
	color: #00996F;
	line-height: 1.4;
	font-weight: 700;
	display: block;
	margin-bottom: 50px;
	width: fit-content;
	position: relative;
	padding-top: 40px;
}
h1.title::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/mark.png)no-repeat;
	background-size: contain;
	aspect-ratio: 138 / 83;
	width: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
h1.title .ja {
	display: block;
	font-weight: 700;
	font-size: var(--rem24);
	color: #262626;
}

.post h2 {
	font-family: "Zen Old Mincho", serif;
	color: #262626;
	font-weight: 700;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	margin-top: 0!important;
	margin-bottom: 40px!important;
	margin-inline: auto!important;
	padding: 0!important;
	padding-top: 30px!important;
	position: relative;
}
.post h2.title::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/mark.png)no-repeat;
	background-size: contain;
	aspect-ratio: 138 / 83;
	width: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.post h3 {
	font-family: "Zen Old Mincho", serif;
	color: #262626;
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.post h4 {
	font-family: "Zen Old Mincho", serif;
	color: #262626;
	font-weight: 500;
}

.post h4::before {
	background: #00996F;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Zen Kaku Gothic New", sans-serif;
	display: block;
	background: #00996F;
	color: #fff;
	border-radius: 0;
	width: 320px;
	font-weight: 500;
	padding: 15px 5%;
	margin-top: 30px;
	margin-inline: auto;
}
a.linkBtn::after {
	display: none!important;
}
a.linkBtn::before {
	content: '';
	display: inline-block;
	background: #fff;
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #00996F;
	color: #fff;
	opacity: .7;
}

.contact_sec {
	background: url(/wp-content/uploads/cta_bg.png)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}
.contact_sec h1 {
	font-size: var(--rem60)!important;
	margin-bottom: 30px!important;
}
.contact_sec h1::before {
	display: inline-block!important;
}
.contact_sec h1 .ja {
	text-align: center;
}
.contact_sec h3 {
	font-family: "Zen Old Mincho", serif;
	font-size: var(--rem30);
	text-align: center;
	width: fit-content;
	margin-inline: auto;
	background: #00996F;
	color: #FFF458;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 40px;
	margin-bottom: 30px;
}
.contact_sec p {
	text-align: center;
}
.contact_sec .btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 60px;
}
.contact_sec a {
	margin: 0;
}

#metaslider-id-161 {
	display: none!important;
}

/*-----------------------------
Top
------------------------------*/
.top_concept {
	padding-bottom: 100px;
}
.top_concept .flex {
	display: flex;
	justify-content: space-between;
}
.top_concept .image {
	width: 40%;
}
.top_concept .image img {
	box-shadow: 10px 10px #00996F;
}
.top_concept .text {
	width: 55%;
}
.top_concept h3 span {
	display: inline-block;
	background: #00996F;
	padding: 6px 20px;
	color: #FFF458;
	font-weight: 700;
}
.top_concept h3 span:last-child {
	margin-top: 8px;
	margin-left: 50px;
}
.top_concept .btn {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 60px;
}
.top_concept .btn a {
	margin: 0;
}

.top_course {
	padding: 100px 0;
	background: url(/wp-content/uploads/top_course_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.top_course h1,
.top_course h1 .ja {
	color: #fff;
}
.top_course h1::before {
	background: url(/wp-content/uploads/mark_w.png)no-repeat;
	background-size: contain;
}
.top_course .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px 70px;
}
.top_course .box {
	width: 100%;
	max-width: 500px;
}
.top_course .image {
	margin-bottom: 20px;
}
.top_course .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.top_course h3 {
	text-align: center;
	color: #fff;
}
.top_course .linkBtn,
.top_course .linkBtn:hover {
	background: #FFF458;
}
.top_course .linkBtn,
.top_course .linkBtn:hover {
	color: #00996F;
}
.top_course .linkBtn::before {
	background: #00996F;
}

.top_reason {
	background: #DFF3DA;
	padding: 100px 0;
}
.top_reason h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	color: #E2750F;
	font-size: var(--rem48);
	text-align: center;
	position: relative;
	padding-top: 110px;
}
.top_reason h2::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/reason_mark.png)no-repeat;
	background-size: contain;
	aspect-ratio: 209 / 117;
	width: 190px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.top_reason h2 span {
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	display: block;
	color: #262626;
	font-size: var(--rem24);
}
.top_reason ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 60px;
}
.top_reason li {
	background: #00996F;
	padding: 25px;
	box-shadow: 20px 20px #fff;
}
.top_reason .icon {
	width: 120px;
	margin-inline: auto;
	margin-bottom: 20px;
}
.top_reason h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding-bottom: 8px;
	border-bottom: 5px solid #E2750F;
}
.top_reason p {
	color: #fff;
}
.top_reason .linkBtn {
	margin-top: 60px;
}

.top_gallery {
	padding-top: 100px;
}
.top_gallery .btn {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.top_gallery .btn a {
	margin: 0;
}

.top_result {
	padding-top: 100px;
}
.top_result h1 {
	font-size: var(--rem40);
	color: #262626;
}
.top_result .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.top_result .image {
	width: 45%;
}
.top_result .text {
	width: 50%;
}
.top_result li  {
	display: flex;
	align-items: center;
	gap: 20px;
}
.top_result li span {
	background: #C8EBC0;
	display: inline-block;
	text-align: center;
	color: #00996F;
	padding: 4px 12px;
}
.top_result li p {
	flex: 1;
	border-bottom: 1px dashed #CCCCCC;
	padding: 15px 0;
}

.top_flow {
	padding: 100px 0;
}
.top_flow ul {
	display: flex;
	flex-direction: column;
	gap: 70px;
}
.top_flow li {
	position: relative;
}
.top_flow li:not(:last-child)::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 28px;
	position: absolute;
	bottom: -49px;
	left: 50%;
	transform: translateX(-50%);
	background: #00996F;
	clip-path: polygon(0 0, 100% 0, 50% 100%)
}
.top_flow h3 {
	background: #00996F;
	line-height: 1.2;
	padding: 15px;
	margin: 0;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 15px;
}
.top_flow h3 span {
	font-weight: 900;
	font-size: var(--rem24);
	color: #00996F;
	line-height: 1.2;
	background: #fff;
	display: inline-block;
	text-align: center;
	padding: 4px 12px;
}
.top_flow .text {
	background: #F7F7F7;
	padding: 25px;
}

.top_instagram {
	padding: 100px 0;
	background: #F7F7F7;
}

@media print, screen and (max-width: 768px) {
	.top_concept {
		padding-bottom: 70px;
	}
	.top_concept .flex {
		flex-direction: column;
		gap: 40px;
	}
	.top_concept .image {
		width: 100%;
	}
	.top_concept .text {
		width: 100%;
	}
	.top_concept h3 {
		text-align: center;
	}
	.top_concept h3 span:last-child {
		margin-left: 0;
	}
	.top_concept .btn {
		margin-top: 30px;
	}

	.top_course {
		padding: 70px 0;
	}

	.top_reason {
		padding: 70px 0;
	}
	.top_reason h2 {
		padding-top: 80px;
	}
	.top_reason h2::before {
		width: 140px;
	}
	.top_reason ul {
		grid-template-columns: repeat(1,1fr);
		gap: 60px;
	}
	.top_reason .icon {
		width: 100px;
	}
	.top_reason .linkBtn {
		margin-top: 50px;
	}

	.top_gallery {
		padding-top: 70px;
	}

	.top_result {
		padding-top: 70px;
	}
	.top_result .flex {
		flex-direction: column;
		gap: 40px;
	}
	.top_result .image {
		width: 100%;
	}
	.top_result .text {
		width: 100%;
	}

	.top_flow {
		padding: 70px 0;
	}
	.top_flow ul {
		gap: 50px;
	}
	.top_flow li:not(:last-child)::before {
		content: '';
		width: 40px;
		height: 18px;
		bottom: -34px;
	}
	.top_flow h3 span {
		font-size: var(--rem20);
		letter-spacing: 0;
		white-space: nowrap;
	}

	.top_instagram {
		padding: 70px 0;
	}
}

/*-----------------------------
教室案内
------------------------------*/
.classroom.sec01 table,
.classroom.sec01 th,
.classroom.sec01 td {
	background: unset!important;
	font-weight: 500!important;
	border: none!important;
}
.classroom.sec01 tr {
	border-bottom: 1px solid #707070;
}
.classroom.sec01 iframe {
	width: 100%;
	height: 350px;
}

.classroom.sec02 {
	padding-top: 100px;
}
.classroom.sec02 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.classroom.sec02 .image {
	width: 40%;
}
.classroom.sec02 .image img {
	box-shadow: 10px 10px #00996F;
}
.classroom.sec02 .text {
	width: 55%;
}
.classroom.sec02 p.right {
	text-align: right;
	margin-top: 10px;
}

@media print, screen and (max-width: 768px) {
	.classroom.sec02 {
		padding-top: 70px;
	}
	.classroom.sec02 .flex {
		flex-direction: column;
		gap: 40px;
	}
	.classroom.sec02 .image {
		width: 100%;
	}
	.classroom.sec02 .text {
		width: 100%;
	}
}

/*-----------------------------
双葉館の強み
------------------------------*/
.strengths.sec02 {
	padding-top: 100px;
}
.strengths.sec02 ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.strengths.sec02 h3 {
	font-weight: 700;
	color: #262626;
	display: flex;
	align-items: center;
	gap: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #00996F;
}
.strengths.sec02 h3 span {
	font-weight: 900;
	font-size: var(--rem24);
	display: block;
	background: #00996F;
	color: #fff;
	text-align: center;
	padding: 4px 12px;
	line-height: 1.2;
}

.strengths.sec03 {
	padding-top: 100px;
}

@media print, screen and (max-width: 768px) {
	.strengths.sec02 {
		padding-top: 70px;
	}
	.strengths.sec02 h3 {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.strengths.sec03 {
		padding-top: 70px;
	}
}

/*-----------------------------
コース内容
------------------------------*/
.course .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.course .image {
	width: 40%;
}
.course .image img {
	box-shadow: 10px 10px #00996F;
}
.course .text {
	width: 55%;
}
.course th,
.course td {
	font-weight: 500!important;
}
.course th {
	color: #fff!important;
	background: #00996F!important;
	text-align: center!important;
}
.course ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.course li h3 {
	font-weight: 700;
	padding-bottom: 8px;
	border-bottom: 1px solid #00996F;
}

.course.sec02 {
	padding-top: 100px;
}

@media print, screen and (max-width: 768px) {
	.course .flex {
		flex-direction: column;
		gap: 40px;
		margin-bottom: 30px;
	}
	.course .image {
		width: 100%;
	}
	.course .text {
		width: 100%;
	}

	.course.sec02 {
		padding-top: 70px;
	}
}

/*-----------------------------
合格実績
------------------------------*/
.results.sec01 .box {
	background: #DFF3DA;
	padding: 25px;
}
.results.sec01 h3 {
	text-align: center;
	background: #00996F;
	font-weight: 700;
	color: #fff;
	padding: 10px;
	line-height: 1.2;
	margin: 0;
}
.results.sec01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.results.sec01 li {
	width: 100%;
	max-width: 360px;
}
.results.sec01 p {
	text-align: right;
	margin-top: 20px;
}

.results.sec02 {
	padding-top: 100px;
}
.results.sec02 h2  {
	text-align: center;
	color: #262626;
}

@media print, screen and (max-width: 768px) {
	.results.sec01 ul {
		gap: 10px;
	}
	.results.sec01 li {
		max-width: 140px;
	}
	.results.sec01 p {
		text-align: left;
	}

	.results.sec02 {
		padding-top: 70px;
	}
}

/*-----------------------------
生徒・保護者の声
------------------------------*/
.voice.sec01 ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 25px;
}
.voice.sec01 li {
	background: #DFF3DA;
	padding: 20px;
}
.voice.sec01 .image {
	width: 100%;
	max-width: 180px;
	margin-inline: auto;
	margin-bottom: 20px;
}
.voice.sec01 h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: var(--rem20);
}

@media print, screen and (max-width: 1023px) {
	.voice.sec01 ul {
		grid-template-columns: repeat(2,1fr);

	}
}

@media print, screen and (max-width: 768px) {
	.voice.sec01 ul {
		grid-template-columns: repeat(1,1fr);

	}
}

/*-----------------------------
お知らせ
------------------------------*/
.single-post h1.title::before {
	display: none;
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #00996F!important;
	color: #fff!important
}
.wpcf7-form .must {
	background: #fff!important;
	color: #00996F!important;
	border: solid 1px #00996F!important;
}
.post .subimitarea .linkBtn {
	max-width: 300px;
	margin-inline: auto;
	border: none!important;
}
.post .subimitarea .linkBtn::after {
	display: none!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	background: #00996F;
	padding: 20px!important;
	width: 300px;
	font-weight: 700;
	border-radius: 0;
}


/*--メディアクエリ--------------------------------------------*/
@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;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		background-color: #f1f1f1 !important;
		color: #262626!important;
	}
}

@media screen and (min-width: 769px){
	.dsp_hp { display:block; }
	.dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
	.dsp_hp { display:none; }
	.dsp_smt { display:block; }

	#front_top_content {
		padding: 70px 0 50px;
	}

	h1.title {
		padding-top: 30px;
		margin-bottom: 30px;
	}
	h1.title::before {
	    width: 50px;
	}
	.post h2 {
		margin-bottom: 20px;
	}
	.post h2.title {
		margin-bottom: 30px!important;
		padding-top: 20px!important;
	}
	.post h2.title::before {
		width: 40px;
	}
	.post h3.title {
		margin-bottom: 15px;
	}

	.contact_sec {
		padding: 60px 0;
	}
	.contact_sec P {
		text-align: left;
	}
	.contact_sec .btn {
		margin-top: 30px;
	}

	#metaslider-id-161 {
		display: block!important;
	}
	#metaslider-id-98 {
		display: none!important;
	}
}

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

.sbi-header.sbi-header-type-text {
    display: none;
}