@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* Contact Styles
------------------------------------------------------------------------ */

/* #main --------------------------------- */

.contact #main-header {
	margin: 1rem 1rem 1.5rem 1rem;
	padding-top: 8rem;
	height: 20rem;
	background: #55b474;
	border-radius: 1.5rem;
}

.contact #main-header .bg {
	position: absolute;
	mix-blend-mode: multiply;
}

.contact #main-header .bg01 {
	top: .8rem;
	left: -8.5rem;
	width: 27.8rem;
	height: 27.8rem;
}

.contact #main-header .bg02 {
	top: -7.2rem;
	right: -4.4rem;
	width: 27.2rem;
	height: 26rem;
}

.contact #main-header > .title {
	color: #fff;
}

.contact #main-header > .title > .txt01 {
	color: #fff;
}

/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

.block-post {
	padding: 0 2rem 2.5rem 2rem;
}

.block-post > .post-date {
	font-size: 1.1rem;
	letter-spacing: .08em;
}

.block-post > .post-title {
	margin-top: 1rem;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: .08em;
}

.block-post > .post-thumb {
	margin-top: 1.5rem;
}

.block-post > .post-content strong {
	font-weight: 700;
}

.block-post > .post-content > .title {
	margin-top: 2.5rem;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: .08em;
}

.block-post > .post-content > .txt {
	margin-top: 1.5rem;
}

.block-post > .post-content > .notes {
	margin-top: 2rem;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: .08em;
}

.block-post > .post-content > .img {
	margin-top: 2rem;
}

/*---------------------------------------------------------------------- */
/* 768px Tablet & PC Styles
------------------------------------------------------------------------ */

@media screen and (min-width: 768px), print {

/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

.contact #main-header {
	margin: 2rem;
	padding-top: 15rem;
	height: 44.3rem;
	border-radius: 3rem;
}

.contact #main-header .bg01 {
	top: -17.3rem;
	left: -23.8rem;
	width: 94.1rem;
	height: 94.1rem;
}

.contact #main-header .bg02 {
	top: -26.3rem;
	right: -13.5rem;
	width: 95.1rem;
	height: 90.9rem;
}

.block-post {
	margin: 0 auto;
	padding: 0;
	width: 90rem;
}

.block-post > .post-date {
	font-size: 1.8rem;
	letter-spacing: 0;
}

.block-post > .post-title {
	font-size: 4rem;
}

.block-post > .post-thumb {
	margin-top: 4rem;
}

.block-post > .post-content > .title {
	margin-top: 4rem;
	font-size: 2rem;
}

.block-post > .post-content > .txt {
	margin-top: 2.5rem;
}

.block-post > .post-content > .notes {
	margin-top: 3.5rem;
	font-size: 1.4rem;
}

.block-post > .post-content > .img {
	margin: 4rem auto 0 auto;
	max-width: 800px;
}

}