.con_page_content {
	max-width: 1200px;
	width: 90%;
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
	.box_page_content {
		text-align: center;
		.inn_page_content {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			.page_contents {
				width: 30%;
				margin-left: 5%;
				&:first-child {
					margin-left: 0;
				}
				.box_text {
					p {
						margin-top: .5em;
						margin-bottom: 0;
						font-size: 1.5rem;
						line-height: 1.6;
					}
				}
			}
		}
		.box_subtitle {
			h4 {
				font-family: Noto Sans JP, sans-serif;
				padding-bottom: .5em;
				text-align: center;
				font-size: 1.6rem;
				font-weight: 600;
				color: #7A8ABB;
				border-bottom: 1px solid #7A8ABB;
			}
		}
		.box_text {
			p {
				text-align: left;
				font-family: Noto Sans JP, sans-serif;
				font-weight: 600;
			}
		}
	}
	@media screen and (max-width:767px) {
		.box_page_content {
			.inn_page_content {
				.page_contents {
					width: 100%;
					margin-left: 0;
					margin-top: 1em;
					.box_text {
						p {
							font-size: 1.4rem;
							line-height: 1.6;
						}
					}
					&:first-child {
						margin-top: 0;
					}
				}
			}
		}
	}
}