@charset "utf-8";

/*ここでは
	systemページ
	などを記述します
*/

#link03 p{
	margin: 0;
	width: 100%;
	font-size: 16px;
	@media screen and (max-width: 768px) {
		font-size: 15px;
	}
}

#link03 p + p{
	margin-top: 1.5em;
}
#link03 p.notes-text{
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	@media screen and (max-width: 768px) {
		font-size: 14px;
	}	
}
#link03 p.notes-text::before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.h4_title2{
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	margin-bottom: 6px;
}
.h4_title2::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #64D9FF;
}

.dist_box,
.dist_box *,
.flbox,
.flbox *{
	box-sizing: border-box;
}

.dist_box{
	@media screen and (max-width: 768px) {
		margin-top: 24px;
	}
}

.dist_box + .dist_box {
	margin-top: 90px;
	@media screen and (max-width: 768px) {
		margin-top: 60px;
	}
}

.flbox{
	display: flex;
	gap: 20px 60px;
	@media screen and (max-width: 768px) {
		flex-direction: column;
		align-items: center;
	}
}

.flbox p{
	font-size: 16px;
	@media screen and (max-width: 768px) {
		font-size: 15px;
	}
}

.flbox__left{
	width: calc(100% - 393px - 60px);
	@media screen and (max-width: 768px) {
		width: 100%;
	}
}

.flbox__right{
	width: 393px;
}

.flbox--2{
	display: flex;
	gap: 30px 30px;
	@media screen and (max-width: 768px) {
		flex-direction: column;
		align-items: center;
	}
}

.flbox--2 .flbox__left{
	width: calc(100% - 343px - 30px);
	@media screen and (max-width: 768px) {
		width: 100%;
	}
}

.flbox--2 .flbox__right{
	width: 343px;
	margin-top: 24px;
	@media screen and (max-width: 768px) {
		margin-top: 0;
		width: 90%;
		margin-top: 0;
	}
}

.dist_area{
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
}

.dist_area__item{
	width: calc(100% / 3);
	/* border: 3px solid #64D9FF; */
	border: 1.5px solid #64D9FF;
  box-shadow: 0 0 0 1.5px #64D9FF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	padding: 14px 10px;
	background-color: #F3F8F9;
	word-break: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
	
	@media screen and (max-width: 768px) {
		font-size: 15px;
	}
}

.dist_area__item:nth-of-type(2n){
	background-color: #fff;
}


.col-des{
	display: flex;
	justify-content: flex-end;
	gap: 0 20px;
	font-size: 16px;
	margin-bottom: 5px;
	@media screen and (max-width: 768px) {
		font-size: 15px;
		flex-direction: column;
		align-items: flex-end;
	}
}
.red-des{
	color: #9D1000;	
}
.blue-des{
	color: #006697;	
}

.col-red{
	color: #9D1000;
}
.col-blue{
	color: #006697;
}

@media screen and (max-width: 768px) {
.spmt1em{
		margin-top: 40px !important;
	}
	.route_img + .comment2{
		padding: 0 0 0 1.1em !important;
		width: 94% !important;
	}
	.route_img + .comment2 small{
		margin-left: 0 !important;
	}
	.route_img + .comment2 .comment2{
		margin-top: 10px;
	}
	
	
}

.shinrai_img{
	padding-left: 2.5em;
	@media screen and (max-width: 768px) {
		padding-left: 0;
	}
}
.indent-text1{
	margin-top: 35px;
	@media screen and (max-width: 768px) {
		margin-top: 2em;
	}
}

.change_merit .h4_midashi{
	@media screen and (max-width: 768px) {
		text-align: left !important;
	}
}