@charset "UTF-8";

/* Pleasanter page styles
   Extracted from the former monolithic styles.css.
   Keep page-only rules here; shared layout stays in /styles.css. */

.pleasanterBody {
	background-image: none;
	font-family: 'Noto Sans JP', sans-serif;
}

.pleasanter__lineBreak {
	display: block;
}

.pleasanter__mobileBreak {
	display: inline;
}

@media (max-width: 540px) {
	.pleasanter__mobileBreak {
		display: block;
	}
}

.pleasanter__inquiryArea {
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	background: linear-gradient(90deg, #57aebc, #57be95);
	width: fit-content;
	margin: 2% 0 0 0;
	padding: 5px 20px;
	text-align: center;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.pleasanter__inquiryArea a {
	color: #FFF;
	text-decoration: none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.pleasanter__inquiryArea a:hover {
	color: #FFF;
	text-decoration: none;
}

.pleasanter__inquiryArea--text {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: 600;
}

.pleasanter__inquiryArea--icon {
	display: table-cell;
	vertical-align: middle;
	align-items: center;
	font-size: 1.5rem;
}

.pleasanter__firstViewArea {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

@media (min-width: 960px) {
	.pleasanter__firstViewArea {
		margin-top: 100px;
	}
}

@media (max-width: 960px) {
	.pleasanter__firstViewArea {
		margin-top: 20%;
	}
}

.pleasanter__firstViewArea h1 {
	font-weight: bold;
	font-style: normal;
	font-size: 1.5rem;
	margin: 0;
	padding: 3% 0 0 0;
}

@media (min-width: 960px) {
	.pleasanter__firstViewArea img {
		width: 960px;
	}
}

@media (max-width: 960px) {
	.pleasanter__firstViewArea img {
		width: 100%;
	}
}

.pleasanter__main {
	width: 100%;
}

.pleasanter__rightLeftImgArea {
	margin: 7% 0;
	padding: 5% 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-repeat: no-repeat;
    background-size:  cover;
	background-image: url("/mt-static/images/background_1.jpg");
}

@media (min-width: 960px) {
	.pleasanter__rightLeftImgArea {
		flex-direction: row;
	}
}

@media (max-width: 540px) {
	.pleasanter__rightLeftImgArea {
		flex-direction: column;
	}
}

@media (max-width: 540px) {
	.pleasanter__rightLeftImgArea img {
		width: 25%;
	}
}

.pleasanter__rightLeftImgArea h2 {
	margin-bottom: 3%;
	font-weight: bold;
	font-style: normal;
	font-size: 1.5rem;
}

.pleasanter__rightLeftImgArea__explainArea {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 960px) {
	.pleasanter__rightLeftImgArea__explainArea {
		width: 30%;
	}
}

@media (max-width: 960px) {
	.pleasanter__rightLeftImgArea__explainArea {
		width: 50%;
	}
}

@media (max-width: 540px) {
	.pleasanter__rightLeftImgArea__explainArea {
		width: 100%;
	}
}

.pleasanter__rightLeftImgArea__explainArea__nomalTextArea {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	flex-direction: column;
}

.pleasanter__rightLeftImgArea__explainArea__nomalTextArea p {
	font-size: 1rem;
	margin: 5% o 0 0;
}

.pleasanter__rightLeftImgArea__explainArea__bigTextArea p {
	font-weight: bold;
	font-style: normal;
	color: #3AB483;
	font-size: 1.5rem;
	margin: 5% 0 0 0;
}

.pleasanter__centerImgArea {
	padding: 5% 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

@media (max-width: 540px) {
	.pleasanter__centerImgArea img {
		width: 15%;
	}
}

.pleasanter__centerImgArea h2 {
	font-weight: bold;
	font-style: normal;
	font-size: 1.5rem;
}

.pleasanter__centerImgArea__titleArea {
	margin-bottom: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
}

@media (min-width: 960px) {
	.pleasanter__centerImgArea__titleArea {
		flex-direction: row;
	}
}

@media (max-width: 540px) {
	.pleasanter__centerImgArea__titleArea {
		flex-direction: column;
	}

	.pleasanter__centerImgArea__titleArea p {
		text-align: center;
	}
}

.pleasanter__centerImgArea__explainArea {
	width: 100%;
}

.pleasanter__centerImgArea__explainArea__nomalTextArea p {
	font-size: 1rem;
}

@media (max-width: 540px) {
	.pleasanter__centerImgArea__explainArea__nomalTextArea p {
		text-align: center;
	}
}

.pleasanter__centerImgArea__explainArea__bigTextArea p {
	font-weight: bold;
	font-style: normal;
	color: #3AB483;
	font-size: 1.5rem;
	text-align: center;
}

.pleasanter__featuresArea {
	margin: 5% 0;
	padding: 5% 6%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 960px) {
	.pleasanter__featuresArea {
		flex-direction: row;
	}
}

@media (max-width: 540px) {
	.pleasanter__featuresArea {
		flex-direction: column;
	}
}

@media (max-width: 540px) {
	.pleasanter__featuresArea img {
		width: 30%;
	}
}

.pleasanter__featuresArea h2 {
	margin-bottom: 3%;
	font-weight: bold;
	font-style: normal;
	font-size: 1.5rem;
	text-align: center;
}

.pleasanter__featuresArea__explainArea {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	flex-direction: column;
	padding: 3%;
}

@media (min-width: 960px) {
	.pleasanter__featuresArea__explainArea {
		width: 30%;
	}
}

@media (max-width: 960px) {
	.pleasanter__featuresArea__explainArea {
		width: 60%;
	}
}

@media (max-width: 540px) {
	.pleasanter__featuresArea__explainArea {
		width: 90%;
	}
}

.pleasanter__featuresArea__explainArea h2 {
	margin-top: 5%;
}

.pleasanter__featuresArea__explainArea__featureDetailTextArea h3 {
	font-size: 1rem;
}

.pleasanter__featuresArea__explainArea__featureDetailTextArea p {
	font-size: 0.8rem;
}

.pleasanter__featuresArea__explainArea__featureDetailBigTextArea {
	text-align: center;
}

.pleasanter__featuresArea__explainArea__featureDetailBigTextArea p {
	font-weight: bold;
	font-style: normal;
	color: #3AB483;
	font-size: 1.5rem;
}

.pleasanter__featuresArea__explainArea__featureDetailBoldTextArea {
	text-align: center;
}

.pleasanter__featuresArea__explainArea__featureDetailBoldTextArea p {
	font-weight: bold;
	font-style: normal;
	color: #000;
	font-size: 1rem;
}

.pleasanter__featuresAreaBackground {
	margin: 7% 0;
	padding: 5% 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
    background-size:  cover;
	background-image: url("/mt-static/images/background_1.jpg");
}

@media (min-width: 960px) {
	.pleasanter__featuresAreaBackground {
		flex-direction: row;
	}
}

@media (max-width: 540px) {
	.pleasanter__featuresAreaBackground {
		flex-direction: column;
	}
}

@media (max-width: 540px) {
	.pleasanter__featuresAreaBackground img {
		width: 30%;
	}
}

.pleasanter__featuresAreaBackground h2 {
	margin-bottom: 3%;
	font-weight: bold;
	font-style: normal;
	font-size: 1.5rem;
	text-align: center;
}

.pleasanter__featuresAreaBackground__explainArea {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	flex-direction: column;
	margin-left: 5%;
	padding: 3%;
}

@media (min-width: 960px) {
	.pleasanter__featuresAreaBackground__explainArea {
		width: 30%;
	}
}

@media (max-width: 960px) {
	.pleasanter__featuresAreaBackground__explainArea {
		width: 60%;
	}
}

@media (max-width: 540px) {
	.pleasanter__featuresAreaBackground__explainArea {
		width: 90%;
	}
}

.pleasanter__featuresAreaBackground__explainArea__featureDetailTextArea h3 {
	font-size: 1rem;
}

.pleasanter__featuresAreaBackground__explainArea__featureDetailTextArea p {
	font-size: 0.8rem;
}

.pleasanter__featuresAreaBackground__explainArea__featureDetailBigTextArea p {
	font-weight: bold;
	font-style: normal;
	color: #3AB483;
	font-size: 1.5rem;
}

.pleasanter__aboutServiceArea {
	padding: 5% 6%;
	margin: 7% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.pleasanter__aboutServiceArea h2 {
	margin-bottom: 3%;
	font-weight: bold;
	font-style: normal;
	font-size: 1.5rem;
	text-align: center;
}

.pleasanter__aboutServiceArea__detail {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 960px) {
	.pleasanter__aboutServiceArea__detail img {
		width: 20%;
		max-width: 20%;
	}
}

@media (max-width: 960px) {
	.pleasanter__aboutServiceArea__detail img {
		width: 40%;
	}
}

.pleasanter__aboutServiceArea__detail__textArea {
	margin-left: 5%;
}

@media (min-width: 960px) {
	.pleasanter__aboutServiceArea__detail__textArea {
		width: 30%;
		max-width: 30%;
	}
}

@media (max-width: 960px) {
	.pleasanter__aboutServiceArea__detail__textArea {
		width: 50%;
	}
}

@media (max-width: 540px) {
	.pleasanter__aboutServiceArea__detail__textArea {
		width: 90%;
	}
}

.pleasanter__aboutServiceArea__detail__textArea p {
	font-size: 1rem;
}

@media (min-width: 960px) {
	.pleasanter__aboutServiceArea__detail {
		flex-direction: row;
	}
}

@media (max-width: 960px) {
	.pleasanter__aboutServiceArea__detail {
		flex-direction: row;
	}
}

@media (max-width: 540px) {
	.pleasanter__aboutServiceArea__detail {
		flex-direction: column;
	}
}

.pleasanter__aboutServiceAreaBackground {
	margin: 7% 0;
	padding: 5% 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size:  cover;
	background-image: url("/mt-static/images/background_1.jpg");
}

.pleasanter__aboutServiceAreaBackground h2 {
	margin-bottom: 3%;
	font-weight: bold;
	font-style: normal;
	font-size: 1.5rem;
	text-align: center;
}

.pleasanter__aboutServiceAreaBackground__detail {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 960px) {
	.pleasanter__aboutServiceAreaBackground__detail img {
		width: 20%;
		max-width: 20%;
	}
}

@media (max-width: 960px) {
	.pleasanter__aboutServiceAreaBackground__detail img {
		width: 40%;
	}
}

@media (min-width: 960px) {
	.pleasanter__aboutServiceAreaBackground__detail__textArea {
		width: 30%;
		max-width: 30%;
	}
}

@media (max-width: 960px) {
	.pleasanter__aboutServiceAreaBackground__detail__textArea {
		width: 50%;
	}
}

@media (max-width: 540px) {
	.pleasanter__aboutServiceAreaBackground__detail__textArea {
		width: 90%;
	}
}

.pleasanter__aboutServiceAreaBackground__detail__textArea p {
	font-size: 1rem;
}

@media (min-width: 960px) {
	.pleasanter__aboutServiceAreaBackground__detail {
		flex-direction: row;
	}
}

@media (max-width: 960px) {
	.pleasanter__aboutServiceAreaBackground__detail {
		flex-direction: row;
	}
}

@media (max-width: 540px) {
	.pleasanter__aboutServiceAreaBackground__detail {
		flex-direction: column;
	}
}

.pleasanter__comparisonChart {
	padding: 5% 6%;
	margin: 7% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-repeat: no-repeat;
	background-image: url("/mt-static/images/background_1.jpg");
	background-size:  cover;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
}

.pleasanter__comparisonChart__threeColorsChart {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

@media (min-width: 960px) {
	.pleasanter__comparisonChart__threeColorsChart__contents {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-direction: row;
	}
}

@media (max-width: 960px) {
	.pleasanter__comparisonChart__threeColorsChart__contents {
		width: 80%;
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-direction: row;
	}
}

@media (max-width: 540px) {
	.pleasanter__comparisonChart__threeColorsChart__contents {
		width: 95%;
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-direction: row;
	}
}

.pleasanter__comparisonChart h2 {
	margin-bottom: 3%;
	font-weight: bold;
	font-style: normal;
	font-size: 1.5rem;
	text-align: center;
}

.pleasanter__comparisonChart__threeColorsChart__thNomal {
	padding: 2%;
	background: #666666;
	border: solid 1px #666666;
	color: #ffffff;
	width: 25%;
	max-width: 25%;
}

.pleasanter__comparisonChart__threeColorsChart__thGreen {
	padding: 2%;
	background: #3AB483;
	border: solid 1px #666666;
	color: #ffffff;
	width: 40%;
}

.pleasanter__comparisonChart__threeColorsChart__thYellow {
	padding: 2%;
	background: #f7b100;
	border: solid 1px #666666;
	color: #ffffff;
	width: 35%;
}

.pleasanter__comparisonChart__threeColorsChart__tdNomal {
	padding: 2%;
	border: solid 1px #666666;
	font-weight: bold;
	color: #000000;
	background: #faf9f9;
	width: 25%;
	max-width: 25%;
}

.pleasanter__comparisonChart__threeColorsChart__tdGreen {
	padding: 2%;
	border: solid 1px #666666;
	font-weight: bold;
	background: #dcf7ec;
	width: 40%;
}

.pleasanter__comparisonChart__threeColorsChart__tdYellow {
	padding: 2%;
	background: #fff5df;
	border: solid 1px #666666;
	font-weight: bold;
	width: 35%;
}

.pleasanter__comparisonChart__threeColorsChart__tdYellow__smallText {
	font-size: 12px;
}

.pleasanter__comparisonChart__threeColorsChart__caption {
	width: auto;
	display: flex;
	justify-content: center;
	text-align: left;
	flex-direction: column;
}