h2 {
	font-family: 'NotoSansCJKjp', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #004a42;
}
h2 span {
	display: inline;
	font-size: .7em;
}
h2 + p {
	max-width: 800px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
}
h2 + p span {
	display: inline-block;
	font-weight: bold;
}


#about_ced {
	max-width: 1040px;
	margin: auto;
	padding: 80px 20px;
}
#about_ced::after {
	display: none;
}
#about_ced .comparison {}
#about_ced .comparison > div {
	padding: 30px 0;
}
#about_ced .comparison > div .title {
	width: 80%;
	margin: auto;
	padding: .5em;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: #004a42;
}
#about_ced .comparison .traditional {
	border: solid 3px #f9fbf8;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
}
#about_ced .comparison .traditional .title {
	background: #d9e4e3;
}
#about_ced .comparison .ced {
	background: #d9e4e3;
	border-radius: 0 0 10px 10px;
}
#about_ced .comparison .ced .title {
	background: white;
}


#necessity {
	padding: 80px 20px;
	background: #d9e4e3;
}
#necessity::after {
	display: none;
}
#necessity h2 + p {
	color: #004a42;
}
#necessity ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: auto;
}
#necessity ul li {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: center;*/
	position: relative;
	width: calc((100% - 60px) / 4);
	padding: 70px 20px 30px;
	background: white;
	border-radius: 5px;
}
#necessity ul li::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	-weblit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 40px;
	height: 40px;
	background: url(/res/file/image/bimsync_icon_check.png);
	background-size: cover;
}
#necessity ul li .list_title {
	width: 100%;
	margin: .5em 0;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: #004a42;
}
#necessity ul li p {
	width: 100%;
	font-size: 1.4rem;
}


#feature {
	max-width: 1040px;
	margin: auto;
	padding: 80px 20px;
}
#feature::after {
	display: none;
}
#feature .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
#feature .flex_box .wrap_text {
	width: 35%;
	padding-right: 50px;
}
#feature .flex_box .wrap_text h3 {
	margin-bottom: .7em;
	text-align: left;
	line-height: 1.5;
}
#feature .flex_box .wrap_text p {
	font-size: 1.4rem;
}
#feature .flex_box .wrap_img {
	width: 65%;
}


#superiority {
	padding: 80px 20px;
	background: #d9e4e3;
}
#superiority::after {
	display: none;
}
#superiority .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1040px;
	margin: 50px auto 0;
	padding: 0 10px;
}
#superiority .flex_box .wrap_text {
	width: 58%;
}
#superiority .flex_box .wrap_text ul {
	/*padding-left: 20px;*/
	counter-reset: number 0;
}
#superiority .flex_box .wrap_text ul li {
	position: relative;
	margin-bottom: 10px;
	padding: 50px;
	background: white;
	border-radius: 5px;
}
#superiority .flex_box .wrap_text ul li:last-child {
	margin-bottom: 0;
}
#superiority .flex_box .wrap_text ul li::before {
	counter-increment: number 1;
	content: "0" counter(number);
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-family: Oswald;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	background: #004a42;
	color: white;
	border-radius: 50%;
}
#superiority .flex_box .wrap_text ul li .list_title {
	margin-bottom: 1em;
	font-size: 1.5rem;
	font-weight: bold;
	color: #004a42;
}
#superiority .flex_box .wrap_text ul li p {
	position: relative;
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: 1.3rem;
}
#superiority .flex_box .wrap_text ul li p:last-child {
	margin-bottom: 0;
}
#superiority .flex_box .wrap_text ul li p::before {
	content: "";
	position: absolute;
	top: .75em;
	left: 0;
	display: block;
	width: .8em;
	height: 2px;
	background: red;
}
#superiority .flex_box .wrap_text ul li p span {
	font-weight: bold;
}
#superiority .flex_box .image {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 42%;
	/*padding: 50px;*/
}
#superiority .flex_box .image .wrap_img {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	width: 100%;
}
#superiority .flex_box .image .wrap_img img {
	max-width: 220px;
}


#screen_capture {
	max-width: 1040px;
	margin: auto;
	padding: 80px 20px;
}
#screen_capture::after {
	display: none;
}
#screen_capture h2 + p {
	max-width: unset;
	margin-bottom: 30px;
	text-align: left;
	font-size: 1.3rem;
	font-weight: normal;
}
#screen_capture ul {}
#screen_capture ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0;
	border-bottom: solid 1px #646464;
}
#screen_capture ul li:first-child {
	padding: 0 0 40px;
}
#screen_capture ul li:last-child {
	padding: 40px 0 0;
	border-bottom: none;
}
#screen_capture ul li .wrap_img,
#screen_capture ul li p {
	width: calc((100% - 40px) / 2);
}
#screen_capture ul li .wrap_img .caption {
	text-align: right;
	font-size: 1.2rem;
}
#screen_capture ul li p {
	font-size: 1.3rem;
}


#price {
	padding: 80px 20px;
	background: #d9e4e3;
}
#price::after {
	display: none;
}
#price table {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	font-size: 1.5rem;
	border-radius: 5px;
	overflow: hidden;
}
#price table thead tr th {
	padding: .5em;
	vertical-align: middle;
	background: #004a42;
	color: white;
}
#price table tbody tr td {
	width: 50%;
	padding: .5em;
	text-align: center;
	vertical-align: middle;
	background: white;
}
#price table tbody tr td:first-child {
	border-right: dotted 1px #555;
}
#price table tbody tr:nth-child(2n) td {
	background: #c8c8c8;
}
#price table tbody tr td span {
	display: inline-block;
	font-size: .8em;
}
#price table + p {
	max-width: 1000px;
	margin: 10px auto 0;
	text-align: right;
}



.apply {
	/*padding-top: 45px;*/
}
.apply .wrap_btn {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	width: 100%;
	max-width: 1040px;
	padding: 0 80px;
}
.apply .wrap_btn.fixed {
	position: fixed;
	bottom: 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.apply .wrap_btn a:hover {
	opacity: 1;
}
.apply .wrap_btn a button {
	margin: 0;
	padding: .5em 1em;
	font-size: 1.5rem;
	font-weight: bold;
	background: #e61400;
	color: white;
	border: none;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.apply .wrap_btn a button:hover {
	background: tomato;
}
.apply .wrap_logo {
	padding: 0 20px;
	background: #004a42;
}
.apply .wrap_logo a {
	position: relative;
	display: block;
	max-width: 1000px;
	margin: auto;
}
.apply .wrap_logo a .logo {
	width: 50%;
	padding: 80px 50px;
}
.apply .wrap_logo a .image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45%;
	padding: 20px;
}
.apply > p {
	max-width: 1040px;
	margin: 30px auto;
	padding: 0 20px;
	text-align: center;
	font-size: 1.3rem;
}
.apply > p a {
	text-decoration: underline;

}


@media (max-width: 768px) {
	.top_area .wrap_img img {
		height: 350px;
		object-fit: cover;
	}
	
	
	#necessity ul{
		max-width: 500px;
		margin: auto;
	}
	#necessity ul li {
		width: calc((100% - 20px) / 2);
	}
	#necessity ul li:nth-child(-n + 2) {
		margin-bottom: 20px;
	}
	
	
	#feature .flex_box .wrap_text,
	#feature .flex_box .wrap_img {
		width: 100%;
	}
	#feature .flex_box .wrap_text {
		max-width: 600px;
		margin: auto;
		padding: 0;
		order: 2;
	}
	#feature .flex_box .wrap_img {
		margin-bottom: 20px;
		order: 1;
	}
	
	
	#superiority .flex_box {
		justify-content: center;
	}
	#superiority .flex_box .wrap_text,
	#superiority .flex_box .image {
		width: 100%;
	}
	#superiority .flex_box .wrap_text {
		order: 2;
		max-width: 600px;
	}
	#superiority .flex_box .wrap_text ul li {
		padding: 40px 30px 40px 40px;
	}
	#superiority .flex_box .image {
		justify-content: space-between;
		order: 1;
		max-width: 500px;
		margin-bottom: 30px;
	}
	#superiority .flex_box .image .wrap_img {
		flex-direction: unset;
		justify-content: center;
		width: calc((100% - 20px) / 2)
	}
	#superiority .flex_box .image .wrap_img img {
		max-width: 150px;
	}
	
	
	.apply .wrap_btn {
		padding: 0;
	}
	.apply .wrap_btn a button {
		border-radius: 0 5px 0 0;
	}
	.apply .wrap_logo a .logo {
		padding: 60px 40px;
	}
}


@media (max-width: 650px) {
	.top_area .wrap_img img {
		height: 300px;
	}
	
	
	#screen_capture ul {
		max-width: 500px;
		margin: auto;
	}
	#screen_capture ul li .wrap_img,
	#screen_capture ul li p {
		width: 100%;
	}
	#screen_capture ul li > :first-child {
		margin-bottom: 20px;
	}
	
	
	.apply .wrap_logo a .logo {
		padding: 50px 40px;
	}
}


@media (max-width: 540px) {
	.top_area .wrap_img img {
		height: 250px;
	}
}


@media (max-width: 460px) {
	h2 {
		margin-bottom : 20px;
		font-size: 27px;
	}
	h2 + p {
		font-size: 1.2rem;
	}
	
	
	.top_area .wrap_img img {
		height: 200px;
	}
	
	
	#about_ced {
		padding: 30px 20px;
	}
	#about_ced .comparison > div .title {
		font-size: 1.2rem;
	}
	
	
	#necessity {
		padding: 30px 20px;
	}
	#necessity ul {
		max-width: 280px;
	}
	#necessity ul li {
		width: 100%;
	}
	#necessity ul li:nth-child(-n + 3) {
		margin-bottom: 20px;
	}
	#necessity ul li p {
		font-size: 1.2rem;
	}
	
	
	#feature {
		padding: 30px 20px;
	}
	#feature .flex_box .wrap_text p {
		font-size: 1.2rem;
	}
	
	
	#superiority {
		padding: 30px 20px;
	}
	#superiority .flex_box .wrap_text ul li {
		padding: 30px 20px 30px 30px;
	}
	#superiority .flex_box .wrap_text ul li p {
		font-size: 1.2rem;
	}
	#superiority .flex_box .wrap_text ul li p::before {
		top: .7em;
	}
	#superiority .flex_box .image {
		max-width: 200px;
		margin: 0 auto 30px;
	}
	#superiority .flex_box .image .wrap_img {
		width: calc((100% - 30px) / 2);
	}
	
	
	#screen_capture {
		padding: 30px 20px;
	}
	#screen_capture ul li .wrap_img .caption {
		font-size: 1rem;
	}
	#screen_capture ul li p {
		font-size: 1.2rem;
	}
	
	
	#price {
		padding: 30px 20px 60px;
	}
	#price table {
		font-size: 1.2rem;
	}
	
	
	.apply .wrap_btn {
		padding-left: 0;
	}
	.apply .wrap_btn a button {
		font-size: 1.1rem;
	}
	.apply .wrap_logo a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 0;
	}
	.apply .wrap_logo a .logo {
		width: calc((100% - 30px) / 2);
		padding: 0;
	}
	.apply .wrap_logo a .image {
		position: static;
		width: calc((100% - 30px) / 2);
		padding: 0;
	}
	.apply > p {
		font-size: 1rem;
	}
}
