@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", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* font-family: "Zen Maru Gothic", serif; */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic: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 #front-sectionPost {
	width: 94%;
	max-width: 1400px;
	margin-inline: auto;
}
#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: 700;
	color: #ffffff !important;
	background: #F9B8D9;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 5px;
}
.post .time a, .postlist .time a {
	font-weight: 500;
	color: #ffffff!important;
}

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

.post_link a {
	color: #333333!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: #000000;
	opacity: 0;
}
header#h1Header h1.title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #25B599;
}
#header-upper {
	display: none!important;
}
.header__nav-contact {
	padding-right: 14px;
}
#header ul.header__contact {
	column-gap: 10px;
}
#header ul.header__contact li {
	height: auto;
}
#header a.head_btn {
	display: flex;
	justify-content: center;
	align-items: center;	
	flex-direction: unset;
	border-radius: 25px;
	height: 45px;
}
#header a.head_btn::before {
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 4px;
	margin-right: 4px;
}
#header a.head_btn.line_btn {
	position: relative;
	background: #05C756!important;
	color: #ffffff;
}
#header a.head_btn.line_btn::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	position: relative;
	background: #25B599!important;
	color: #ffffff;
}
#header a.head_btn.mail_btn {
	position: relative;
	background: #F9B8D9!important;
	color: #ffffff;
}
nav#mainNav ul li a {
	color: #333333;
	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: #4E4854;
}
nav#mainNav ul li.current-menu-item a b {
	color: #25B599;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #4E4854;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #25B599;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #eee;
}


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

a#scrollUp {
	background: #25B599;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #4E4854;
	background: #ffffff;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #4E4854;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer  .socialicon {
	margin-bottom: 20px;
}
#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: #25B599;
}

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

h1.title {
	font-family: "Zen Maru Gothic", serif;
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #4E4854;
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-bottom: 30px;
	width: fit-content;
	position: relative;
}
h1.title .en {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0;
	display: block;
	width: fit-content;
	margin-inline: auto;
	font-size: var(--rem20);
	line-height: 1;
	background: linear-gradient(45deg, rgba(249, 184, 217, 1) 0%, rgba(37, 181, 153, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.post h2 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: var(--rem36);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	margin: 0!important;
	padding: 0!important;
	margin-bottom: 50px!important;
	padding-bottom: 15px!important;
	text-align: center;
	position: relative;
}
.post h2.title::after {
	content: '';
	display: inline-block;
	width: 90px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(90deg, rgba(37, 181, 153, 1) 0%, rgba(249, 184, 217, 1) 100%);
}

.post h3 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
}

.post h4::before {
	background: #169B98;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	position: relative;
	background: #F9B8D9;
	position: relative;
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 15px 45px;
	text-align: center;
	border-radius: 40px;
	transition: all .3s;
	margin-top: 30px;
	margin-inline: auto;
}
.linkBtn::before, .post .linkBtn::before, a.linkBtn::before {
	content: '';
	display: inline-block;
	background: #fff;
	height: calc(tan(60deg) * 20px / 2);
	width: 14px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
.linkBtn:hover, post .linkBtn:hover, a.linkBtn:hover{
	background: #F9B8D9!important;
	color: #fff!important;
}
.linkBtn:hover::after, post .linkBtn:hover::after, a.linkBtn:hover::after {
	top: -1px;
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	content: '';
	display: inline-block;
	width: calc(100% - 1px);
	height: 100%;
	border-radius: 40px;
	border: dashed 1px #169B98;
	background: unset;
	position: absolute;
	top: -8px;
	transform: none;
	margin: 0;
	left: 0;
	right: unset;
}

.linkBtn.green, .post .linkBtn.green, a.linkBtn.green {
	background: #25B599;
}
.linkBtn.green:hover, post .linkBtn.green:hover, a.linkBtn.green:hover{
	background: #25B599!important;
}
.linkBtn.green::after, .post .linkBtn.green::after, a.linkBtn.green::after {
	border: dashed 1px #F9B8D9;
}

.linkBtn.orange, .post .linkBtn.orange, a.linkBtn.orange {
	background: #FFC160;
}
.linkBtn.orange:hover, post .linkBtn.orange:hover, a.linkBtn.orange:hover{
	background: #FFC160!important;
}
.linkBtn.orange::after, .post .linkBtn.orange::after, a.linkBtn.orange::after {
	border: dashed 1px #F9B8D9;
}

.cta {
	padding-top: 120px;
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
}
.cta::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 80%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.cta .buttonList {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.cta .box {
	background: #FFFFFF;
	border-radius: 15px;
	padding: 40px 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.cta a {
	font-weight: 500;
	font-size: var(--rem24);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
	border-radius: 50px;
	padding: 12px 24px;
	width: 300px;
	height: 70px;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1;
	margin-right: 6px;
}
.cta a.lineLink {
	background: #05C756;
	color: #fff;
}
.cta a.lineLink::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	margin-right: 4px;
}
.cta a.telLink {
	background: #25B599;
	color: #ffffff;
}
.cta a.telLink::before {
	content: '\f095';
}
.cta a.mailLink {
	color: #ffffff;
	background: #F9B8D9;
}
.cta a.mailLink::before {
	content: '\f0e0';
}

/*-----------------------------
Top
------------------------------*/
.top_about {
	padding: 120px 0;
	position: relative;
}
.top_about::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/mask.png)no-repeat;
	background-size: contain;
	width: 17%;
	max-width: 200px;
	aspect-ratio: 250 / 262;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top_about .flex {
	display: flex;
	align-items: center;
	gap: 40px;
}
.top_about .image {
	width: 100%;
}
.top_about .text {
	width: 100%;
	position: relative;
	z-index: 2;
}
.top_about .linkBtn {
	margin-left: 0;
}

.top_service {
	padding: 70px 0;
	background: linear-gradient(-45deg, rgba(37, 181, 153, .3) 0%, rgba(249, 184, 217, .3) 100%);
}
.top_service .wrap {
	background: #fff;
	border-radius: 20px;
	padding: 70px 5%;
}
.top_service ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 30px;
}
.top_service li {
	max-width: 300px;
	text-align: center;
}
.top_service .image {
	margin-bottom: 20px;
}
.top_service h3 {
	font-weight: 400;
	font-size: var(--rem20);
}

.top_strengths {
	padding-top: 120px;
}
.top_strengths ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 50px;
}
.top_strengths li {
	max-width: 320px;
	text-align: center;
}
.top_strengths .image {
	margin-bottom: 20px;
}
.top_strengths h3 {
	font-size: var(--rem30);
}

@media print, screen and (max-width: 768px) {
	.top_about {
		padding: 40px 0 70px;
	}
	.top_about::after {
		width: 15%;
		max-width: 160px;
	}
	.top_about .flex {
		flex-direction: column;
		gap: 30px;
	}
	.top_about .image {
		width: 90%;
		max-width: 300px;
		margin-inline: auto;
	}
	.top_about .linkBtn {
		margin-left: auto;
	}

	.top_service {
		padding: 40px 0;
	}
	.top_service .wrap {
		padding: 40px 5%;
	}

	.top_strengths {
		padding-top: 70px;
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 .flex {
	display: flex;
	align-items: center;
	gap: 40px;
}
.company.sec01 .image {
	width: 100%;
}
.company.sec01 .text {
	width: 100%;
}
.company.sec01 h1 {
	text-align: left;
	margin-left: 0;
}

.company.sec02 {
	padding-top: 120px;
}
.company.sec02 table,
.company.sec02 th,
.company.sec02 td {
	background: unset!important;
	border: none!important;
	font-weight: 400!important;
}
.company.sec02 tr {
	border-bottom: 1px solid #C2C2C2;
}
.company.sec02 tr:first-child {
	border-top: 1px solid #C2C2C2;
}
.company.sec02 iframe {
	width: 100%;
	height: 350px;
}

@media print, screen and (max-width: 768px) {
	.company.sec01 .flex {
		flex-direction: column;
	}
	.company.sec01 h1 {
		text-align: center;
		margin-left: auto;
	}

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

/*-----------------------------
訪問介護Rise up
------------------------------*/
.riseup ul {
	display: flex;
	justify-content: center;
	gap: 40px 50px;
	flex-wrap: wrap;
	max-width: 850px;
	margin-inline: auto;
}
.riseup li {
	max-width: 400px;
}
.riseup .image {
	margin-bottom: 20px;
}
.riseup h3 {
	text-align: center;
}

.riseup.sec01 {
	padding-bottom: 120px;
}

.riseup.sec02 {
	padding: 120px 0;
	background: #F9F9F9;
}

@media print, screen and (max-width: 768px) {
	.riseup.sec01 {
		padding-bottom: 70px;
	}

	.riseup.sec02 {
		padding: 70px 0;
	}
}

/*-----------------------------
面会交流支援Stand by me
------------------------------*/
.standbyme.sec01 {
	padding-bottom: 120px;
}
.standbyme.sec01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin-inline: auto;
}
.standbyme.sec01 .image {
	width: 30%;
}
.standbyme.sec01 .text {
	width: 66%;
}

.standbyme.sec02 {
	padding: 120px 0;
	background: linear-gradient(-45deg, rgba(37, 181, 153, .3) 0%, rgba(249, 184, 217, .3) 100%);
}
.standbyme.sec02 h2 {
	margin-bottom: 90px!important;
}
.standbyme.sec02 ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	gap: 40px 30px;
}
.standbyme.sec02 li {
	background: #fff;
	border-radius: 15px;
	padding: 60px 20px 30px;
	padding-top: 70px;
	position: relative;
}
.standbyme.sec02 li span {
	background: #25B599;
	display: block;
	width: 90px;
	text-align: center;
	line-height: 90px;
	border-radius: 50%;
	font-weight: 700;
	color: #fff;
	font-size: var(--rem40);
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
}
.standbyme.sec02 h3 {
	text-align: center;
}

.standbyme.sec03 {
	padding-top: 120px;
}
.standbyme.sec03 h2 span {
	color: #F9B8D9;
	font-size: var(--rem24);
	display: block;
	text-align: center;
}
.standbyme.sec03 ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	gap: 40px 25px;
}
.standbyme.sec03 .image {
	margin-bottom: 20px;
}
.standbyme.sec03 h3 {
	text-align: center;
	margin-bottom: 0;
}

.standbyme.sec04 {
	padding-top: 120px;
}

/*--FAQ-------------------------------------------*/

.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: #25B599;
	background: #F9B8D9;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner .q_ico {
	background: #25B599;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	color: #F9B8D9;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
	line-height: 1.8;
	width: 100%;
}
.qa_list .qa_list_inner dt:after {
	content: '';
	position: absolute;
	top: 46%;
	right: 3rem;
	width: 12px;
	height: 12px;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
	top: 43%;
	right: 2rem;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}

.qa_list .qa_list_inner summary {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
	cursor: pointer;
	list-style: none;
}
.qa_list .qa_list_inner summary::-webkit-details-marker {
	display:none;
}
.qa_list .qa_list_inner .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
	display: flex;
	align-items: center;
}
.qa_list .qa_list_inner .q_desc {
	padding: 1.5rem 2rem 1.5rem 2rem;
}
.qa_list .qa_list_inner .a_desc {
	line-height: 1.8;
	width: 100%;
}
.qa_list .qa_list_inner summary:after {
	content: '';
	position: absolute;
	top: 46%;
	right: 2rem;
	width: 12px;
	height: 12px;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner details[open] summary:after {
	top: 43%;
	right: 1rem;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner .ans_flex {
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}

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

	.standbyme.sec01 {
		padding-bottom: 70px;
	}
	.standbyme.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.standbyme.sec01 .image {
		width: 100%;
	}
	.standbyme.sec01 .text {
		width: 100%;
	}

	.standbyme.sec02 {
		padding: 70px 0;
	}
	.standbyme.sec02 ul {
		grid-template-columns: repeat(1,1fr);
	}
	.standbyme.sec02 li span {
		width: 60px;
		line-height: 60px;
		top: -30px;
	}

	.standbyme.sec03 {
		padding-top: 70px;
	}
	.standbyme.sec03 ul {
		grid-template-columns: repeat(1,1fr);
	}

	.standbyme.sec04 {
		padding-top: 70px;
	}

	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner .q_desc {
		padding: 0.5rem 2rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

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


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

	body.mobile #header .logo img {
		max-width: 160px;
	}

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

	.cta {
		padding-top: 70px;
		padding-bottom: 20px;
	}
}

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

	.linkBtn, .post .linkBtn, a.linkBtn {
		max-width: 260px;
	}

	.cta a {
		height: 60px;
	}
}

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