@charset "utf-8";


/*-------------------- header --------------------*/
header {
	background: #FFFFFF;
	position: sticky;
	position: -webkit-sticky;
}

/*-------------------- breadcrumbs --------------------*/
.breadcrumbs {
	margin-top: 17px;
}

.aioseo-breadcrumb {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 13px;
	padding-left: 16px;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.aioseo-breadcrumb::before {
	content: "";
	width: 6px;
	height: 10px;
	background: url(/wp-content/themes/chinabox/assets/img/ico_arrow_orange.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.aioseo-breadcrumb:first-of-type {
	padding-left: 0;
	margin-left: 0;
}

.aioseo-breadcrumb:first-of-type a {
	display: block;
	width: 14px;
	height: 14px;
	background: url(/wp-content/themes/chinabox/assets/img/ico_home.png) no-repeat center center;
	font-size: 0;
}

.aioseo-breadcrumb:first-of-type::before {
	display: none;
}

.aioseo-breadcrumb-separator {
	display: none;
}

.aioseo-breadcrumb a {
	color: #1f1f1f;
}

.aioseo-breadcrumb a:hover {
	color: #f56f5e;
}

/*-------------------- sub_mv --------------------*/
.sub_mv {
	width: 100%;
}

.ttl_h1 {
	font-size: 5.5rem;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 30px auto 20px auto;
}

/*-------------------- content --------------------*/
.ttl_h2 {
	font-size: 4rem;
	font-weight: bold;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 34px;
}

.ttl_h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 124px;
	height: 2px;
	background-color: #f56f5e;
}

.ttl_h2.no_line::after {
	display: none;
}

.content_txt {
	font-size: 1.6rem;
	line-height: 2;
}

.content_txt a {
	color: #1f1f1f;
	text-decoration: underline;
}

.content_txt a.content_tel:hover {
	color: #f56f5e;
}

.img_radius {
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}

.content_mark {
	line-height: 1.75;
	text-indent: -16px;
	padding-left: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.black_tit {
	font-size: 2rem;
	font-weight: bold;
	color: #f56f5e;
	margin-top: 15px;
	text-align: center;
}

.black_block {
	background-color: #1f1f1f;
	color: #FFFFFF;
	padding: 45px 50px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.black_block .black_tit {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}

.privacy_num {
	color: #f56f5e;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}

.privacy_num::after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 24px;
	height: 2px;
	background-color: #f56f5e;
	margin-left: 13px;
	margin-top: -4px;
}

.ttl_h3.font24 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 12px 0 28px;
}

/*-------------------- work --------------------*/

.work_block {
	width: 100%;
	margin-top: 70px;
}

.work_img {
	margin-top: 50px;
}

.compare_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.compare_list>li {
	width: 48%;
	max-width: 513px;
}

.compare_list_info {
	margin: 50px auto 8px auto;
}

.compare_list_info>li {
	margin: 0 0 42px 0;
}
/*-------------------- thankspage --------------------*/
.thankspage .font24{
	text-align: center;
	line-height: 2;
	margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {

	/*-------------------- breadcrumbs --------------------*/

	.aioseo-breadcrumbs {
		overflow-x: scroll;
		white-space: nowrap;
	}

	/*-------------------- sub_mv --------------------*/

	.ttl_h1 {
		font-size: 5rem;
	}

	/*-------------------- content --------------------*/
	.black_block {
		padding: 40px 30px;
	}

	.ttl_h3.font24 {
		font-size: 2.2rem;
	}

}


@media only screen and (max-width: 768px) {



	/*-------------------- sub_mv --------------------*/

	.ttl_h1 {
		font-size: 4.2rem;
		letter-spacing: 2px;
		margin: 20px auto 15px auto;
	}

	/*-------------------- content --------------------*/
	.ttl_h2 {
		font-size: 3.2rem;
		margin-bottom: 30px;
	}

	.ttl_h2::after {
		width: 100px;
	}

	.img_radius {
		border-radius: 6px;
	}

	.black_block {
		padding: 30px 20px;
	}

	.black_tit {
		font-size: 1.8rem;
	}

	.privacy_num {
		font-size: 1.6rem;
	}

	.ttl_h3.font24 {
		font-size: 2rem;
		margin: 10px 0 20px;
	}

	/*-------------------- work --------------------*/
	.work_block {
		margin-top: 50px;
	}

	.work_img {
		margin-top: 30px;
	}

	.compare_list_info {
		margin: 35px auto;
	}
	/*-------------------- thankspage --------------------*/
	.thankspage .font24{
		line-height: 1.8;
		margin-bottom: 40px;
	}
}


@media only screen and (max-width: 700px) {

	/*-------------------- work --------------------*/
	.compare_list {
		width: 100%;
		display: block;
	}

	.compare_list>li {
		width: 100%;
		max-width: 513px;
		margin: 0 auto 30px auto;
	}

	.compare_list>li:last-of-type {
		margin-bottom: 0;
	}
}


@media only screen and (max-width: 480px) {

	/*-------------------- breadcrumbs --------------------*/
	.breadcrumbs {
		margin-top: 15px;
	}

	.breadcrumbs_list li {
		margin-left: 10px;
		padding-left: 14px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	.breadcrumbs_list li::before {
		top: 2px;
	}

	.breadcrumbs_list li:first-of-type {
		padding-top: 2px;
	}

	/*-------------------- sub_mv --------------------*/

	.ttl_h1 {
		font-size: 2.8rem;
		letter-spacing: 1px;
	}

	/*-------------------- content --------------------*/

	.ttl_h2 {
		font-size: 2.2rem;
	}

	.content_txt {
		font-size: 1.4rem;
	}


	.content_mark {
		text-indent: -14px;
		padding-left: 14px;
	}

	.ttl_h3.font24 {
		font-size: 1.8rem;
	}

}