	body {
		font-size: 18px;
		color: #505050;
		font-family: 'Noto Sans JP', sans-serif;
	}
	* {
		box-sizing: border-box;
	}
	img {
		max-width: 100%;
	}
	.container {
		width: 1000px;
		margin: 0 auto;
	}
	.title-big {
		position: relative;
	}
	.title-big:before {
		width: 200px;
		height: 2px;
		background: #dcdcdc;
		content: '';
		display: inline-block;
		position: absolute;
		top: 35px;
		left: -220px;
		z-index: 2;
	}
	.title-big:after {
		width: 80px;
		height: 2px;
		background: #A4D4CF;
		content: '';
		display: inline-block;
		position: absolute;
		top: 35px;
		left: -120px;
		z-index: 3;
	}
	.title-big h2 {
		color: #11AE9C;
		font-family: 'Montserrat', sans-serif;
		font-size: 50px;
		letter-spacing: 1px;
		margin: 0 0 10px 0;
		font-weight: normal;
	}
	.title-big span {
		font-size: 20px;
		font-weight: bold;
		color: #9C9C9C;
	}
	.content {
		margin-top: 50px;
		padding: 0 30px;
	}
	.mrt-40 {
		margin-top: 40px;
	}
	.content2 {
		margin-top: 70px;
		position: relative;
	}
	.white-box {
		padding: 40px 30px;
		border-radius: 0 0 30px 0;
		width: 500px;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
	}
	.white-box h3 {
		font-size: 27px;
		font-weight: bold;
		color: #11AE9C;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.white-box a {
		display: block;
		width: 100%;
		height: 55px;
		line-height: 55px;
		border: solid 1px #11AE9C;
		text-align: center;
		color: #11AE9C;
		text-decoration: none;
		background: #fff url("../images/ar2.png") no-repeat calc(100% - 20px) center;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}
	.white-box a:hover {
		color: #fff;
		background: #11AE9C url("../images/ar3.png") no-repeat calc(100% - 20px) center;
	}
	.gray-box {
		background: #f0fafd;
		text-align: right;
		padding: 160px 40px 40px 40px;
		width: 764px;
		height: 707px;
		margin-left: 236px;
	}
	.content3 {
		padding: 50px;
		border: solid 2px #4FAB9C;
		margin-top: 70px;
	}
	.content3 h3 {
		margin: 0 0 20px 0;
		font-weight: 400;
		color: #11AE9C;
		font-size: 18px;
	}
	.table-s {
		margin: 20px 0;
		border-radius: 5px;
		overflow: hidden;
	}
	.table-s .t-row {
		display: inline-flex;
		width: 100%;
		background: #FCFAFA;
		border-bottom: solid 1px #FCFAFA;
		font-size: 16px;
	}
	.table-s .t-row .item {
		padding: 15px 10px;
		flex: 1;
	}
	.table-s .t-row .item.green-bg {
		width: 86px;
		background: #11AE9C;
		color: #fff;
		font-weight: bold;
		flex: none;
	}
	@media (max-width: 1024px) {
		.container {
			width: 760px;
		}
		.gray-box {
			margin-left: 0;
		}
		.gray-box img {
			width: 390px;
		}
		.white-box {
			width: 400px;
		}
	}
	@media (max-width: 768px) {
		.container {
			width: 100%;
			padding: 0 20px;
		}
		body {
			font-size: 16px;
		}
		.white-box {
			position: relative;
			width: 100%;
			height: auto;
		}
		.gray-box {
			width: 100%;
			height: auto;
			padding: 40px 20px;
		}
		.gray-box img {
			width: 100%;
		}
		.content {
			padding: 0;
		}
		.content3 {
			padding: 20px;
		}
	}