.lp {
	font-family: "Klee One", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif !important;
}
.font-cmn{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif !important;
    color: #333 !important;
}

body main p {
	font-size: 18px;
}

@media only screen and (max-width: 768px) {
	body p {
		font-size: 16px;
	}
}

.fs-14 {
	font-size: 14px;
}

.color-white {
	color: #fff;
}

.bg-blue {
	background: #05284b;
}

.bg-green {
	background: #008657;
}

.mb-56 {
	margin-bottom: 56px;
}

.fv {
	position: relative;
}

.fv__text {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	padding-left: 20px;
}

.fv__text a {
	color: #fff;
}

.fv__text a:hover {
	color: #fff;
	opacity: 0.7;
}

@media only screen and (max-width: 768px) {
	.fv__text {
		top: 50%;
	}

	.fv__text {
		display: none;
	}
}

.fv__text img {
	padding-bottom: 40px;
	width: 80px;
}

@media only screen and (max-width: 768px) {
	.fv__text img {
		padding-bottom: 0;
		width: 9.115vw;
	}
}

.section02__left {
	position: relative;
}

.section02__vertical {
	writing-mode: vertical-rl;
	text-orientation: upright;
	border-right: 1px solid #111;
	padding-right: 4px;
	margin-bottom: 40px;
	position: absolute;
	right: 1%;
}

@media only screen and (max-width: 992px) {
	.section02__vertical {
		position: static;
		margin: 0 auto 40px;
	}
}

.section02__text-box {
	margin-top: 260px;
}

@media only screen and (max-width: 992px) {
	.section02__text-box {
		margin-top: 0;
	}
}

.section-ttl {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.section-ttl {
		font-size: 24px;
	}
}

.pc__paper-name {
	display: block;
}

@media only screen and (max-width: 768px) {
	.pc__paper-name {
		display: none;
	}
}

.sp__paper-name {
	display: none;
}

@media only screen and (max-width: 768px) {
	.sp__paper-name {
		display: block;
		width: 100%;
	}
}

.media {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
	.media {
		margin-bottom: 0;
	}
}

.media:last-child {
	margin-bottom: 0;
}

.media-ttl {
	font-size: 20px;
	border-bottom: 1px dotted #999;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.bg {
	background-image: url(../images/massara-lp/bg-01.png);
	background-size: cover;
	background-position: center;
}

@media only screen and (max-width: 768px) {
	.product {
		margin-top: 40px;
	}
}

.product-left {
	float: left;
	width: 100px;
}

.product-right {
	margin-left: 100px;
}

.btn_s {
	width: 180px;
	color: #fff;
	background: #05284b;
	border-radius: 0;
}

.media .btn_m {
	max-width: 250px;
	color: #fff;
	background: #05284b;
	border-radius: 0;
	display: block;
	margin: 24px auto 0;
}
.media .btn-green {
	background: #008657;
}

.media .btn_m:hover {
	color: #fff;
	opacity: 0.7;
}

.card-text {
	padding: 20px 0;
}

.banner .btn_m {
	color: #fff;
	background: #05284b;
	border-radius: 0;
	display: block;
	margin-top: 20px;
}
.banner .btn-green {
	background: #008657;
}

.btn-green {
	background: #008657;
}

.banner .btn_m:hover {
	color: #fff;
	opacity: 0.7;
}

.border-wh {
	border: 2px solid #fff;
}

.banner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.banner__img,
.banner__text {
	width: 408px;
}

.banner__text {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 768px) {
	.banner__text {
		padding: 20px;
	}

	.banner__text p {
		padding-bottom: 20px;
	}
}

#footer-info dl {
	height: 202px;
}
