.message-box .tit1 {
	letter-spacing: .08em;
}

.message-box .tit1 {
	font-size: 3.6rem;
	line-height: 1.72222222222;
	letter-spacing: .08em;
	font-weight: 700;
}

.message-box .tit2 {
	font-size: 2.6rem;
	line-height: 1.61538461538;
	letter-spacing: .1em;
	font-weight: 700;
}

.message-box .message-cach {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .05em;
	padding-bottom: 70px;
	position: relative;
}
.message-box .message-cach::after {
	content: "";
	width: 37px;
	height: 2px;
	background-color: #57c2e9;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.message-box .txt {
	max-width: 675px;
	font-size: 1.4rem;
	letter-spacing: .08em;
	color: #000;
	margin-right: auto;
	margin-left: auto;
}


/*PC*/
@media screen and (min-width: 768px) {
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.message-box .tit1 {
		font-size: 2.0rem;
		line-height: 2;
		display: inline-block;
	}

	.message-box .tit2 {
		font-size: 1.8rem;
		line-height: 1.77777777778;
	}

	.message-box .message-cach {
		font-size: 1.4rem;
		padding-bottom: 65px;
	}
	.message-box .message-cach::after {
		width: 27px;
		left: 0;
		transform: none;
	}

	.message-box .txt {
		max-width: 675px;
		font-size: 1.4rem;
		color: #000;
		margin-right: auto;
		margin-left: auto;
	}
}/*END*/