@charset "utf-8";

.sp {
	display: none;
}

/* -------------------- header -------------------- */

header {
	position: fixed;
}

/*-------------------- mv --------------------*/
.idx_mv {
	width: 100%;
	position: relative;
	display: flex;
	padding-top: 50px;
	justify-content: right;
	background: url(/wp-content/themes/chinabox/assets/img/bg_idx_mv.png) no-repeat left top #f8f8f8;
}

.idx_mv_img {
	display: block;
}

.idx_mv .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	font-weight: bold;
	letter-spacing: 4px;
	text-shadow: 0 0 6px #FFFFFF, 0 0 10px #FFFFFF;
}

.idx_mv_txt {
	font-size: 3.2rem;
}

.idx_mv_tit {
	font-size: 4rem;
	line-height: 1.45;
	margin-top: 10px;
}

.idx_mv_tit span {
	color: #f56f5e;
}

.idx_mv_tit strong {
	font-size: 125%;
}

/*-------------------- common --------------------*/

.ttl_h2 {
	font-size: 4.2rem;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 30px;
}

.ttl_h2 span {
	color: #f56f5e;
}

.content_txt18 {
	font-size: 1.8rem;
	line-height: 1.85;
	text-align: center;
}

/*-------------------- idx_data --------------------*/
.idx_data {
	width: 100%;
	padding: 70px 0 100px 0;
}

.idx_data_list {
	width: 100%;
	display: flex;
	justify-content: center;
}

.idx_data_list>li {
	text-align: center;
	font-weight: bold;
	padding: 0 55px;
	position: relative;
}

.idx_data_list>li::after {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 0;
	width: 1px;
	margin: auto;
	background-color: #f0f0f0;
}

.idx_data_list>li:last-of-type:after {
	display: none;
}

.idx_data_num {
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 10px;
}

.idx_data_num .counter {
	color: #f56f5e;
	font-size: 5.5rem;
}

.idx_data_name {
	font-size: 1.6rem;
}

/*-------------------- idx_banner --------------------*/
.idx_banner {
	padding-bottom: 110px;
}

.idx_banner .inner {
	max-width: 1000px;
	display: flex;
	justify-content: right;
}

.idx_banner_inner {
	width: 92.5%;
	position: relative;
}

.idx_banner_img {
	position: absolute;
	left: -60px;
	top: -57px;
}

.idx_banner_tit {
	display: block;
	color: #FFFFFF;
	font-size: 3.1rem;
	font-weight: bold;
	letter-spacing: 2px;
	background: url(/wp-content/themes/chinabox/assets/img/bg_idx_banner.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 30px 0 39px 0;
	border-radius: 10px;
}

.idx_banner_tit span {
	color: #ee6c5c;
}

.idx_banner_tit br {
	display: none;
}

.idx_banner_tit span.idx_banner_season {
	display: inline-block;
	font-size: 3.8rem;
	background: url(/wp-content/themes/chinabox/assets/img/bg_txt_circle.png) no-repeat center center;
	background-size: cover;
	margin-right: 20px;
	padding: 13px 20px;
}

.idx_banner_arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 35px;
	margin: auto;
	width: 63px;
	height: 33px;
	background: url(/wp-content/themes/chinabox/assets/img/ico_arrow_white.png) no-repeat center center;
	background-color: #f56f5e;
	border-radius: 16px;
}

/*-------------------- idx_reason --------------------*/
.idx_reason {
	background-color: #1f1f1f;
	color: #FFFFFF;
}

.idx_reason .inner {
	max-width: 1000px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.idx_reason_left {
	width: 28.5%;
}

.idx_reason_left img {
	display: block;
	margin: 0 auto 25px auto;
}

.idx_reason_left .ttl_h2 {
	margin-bottom: 70px;
}

.idx_reason_list {
	width: 63%;
}

.idx_reason_list>li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.idx_reason_list>li:last-of-type {
	margin-bottom: 0;
}

.idx_reason_tit {
	width: 62px;
	font-size: 3rem;
	font-weight: bold;
	color: #f56f5e;
	background: url(/wp-content/themes/chinabox/assets/img/bg_txt_circle02.png) no-repeat center center;
	text-align: center;
	padding: 8px 0;
}

.idx_reason_txt {
	width: calc(100% - 62px - 24px);
	font-size: 1.8rem;
	letter-spacing: 2px;
	line-height: 1.7;
}

/*-------------------- idx_business --------------------*/
.idx_business {
	background: url(/wp-content/themes/chinabox/assets/img/bg_idx_business.png) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.idx_business_list {
	max-width: 1000px;
	margin: 35px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.idx_business_tit {
	font-size: 3.2rem;
	font-weight: bold;
	color: #f56f5e;
}

.idx_business_img {
	display: block;
	margin: 20px auto;
}

.idx_business_txt {
	width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	color: #242424;
	display: flex;
	justify-content: center;
	align-items: center;
}

.idx_business_txt span {
	display: inline-block;
}

.idx_business_list>li .content_btn {
	width: 240px;
	margin-top: 30px;
	padding-top: 14px;
	padding-bottom: 14px;
}

/*-------------------- idx_works --------------------*/
.idx_works {
	background-color: #f8f8f8;
}

.idx_works .ttl_h2 {
	margin-bottom: 0;
}

.workSwiper {
	padding-top: 50px;
	padding-left: 500px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.workSwiper .swiper-slide {
	width: 471px;
	background-color: transparent !important;
}

.workSwiper .swiper-slide-active {
	background: url(/wp-content/themes/chinabox/assets/img/idx_works_on.png) no-repeat left top;
	margin: 0 18px;
}

.idx_work_img_blank {
	display: block;
}

.idx_work_img {
	display: block;
	position: absolute;
	top: 17px;
	left: 17px;
	box-shadow: 0 0 46px #c0c0c0;
}

.workSwiper .swiper-slide-active .idx_work_img {
	box-shadow: none;
}

.idx_works .content_btn {
	position: relative;
	top: -130px;
	z-index: 1;
}

/*-------------------- idx_media --------------------*/
.idx_media {
	background-color: #1f1f1f;
	color: #FFFFFF;
}

.idx_media_list {
	width: 100%;
	display: flex;
	justify-content: center;
}

.idx_media_list>li {
	width: 187px;
	margin-right: 52px;
}

.idx_media_list>li:last-of-type {
	margin-right: 0;
}

.idx_media_list>li>a {
	display: block;
	width: 100%;
	border: 1px solid #f56f5e;
	color: #b3b3b3;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 25px;
	background: url(/wp-content/themes/chinabox/assets/img/ico_arrow_orange.png) no-repeat right 14px center, linear-gradient(to right, transparent 50%, #f56f5e 50%);
	background-size: auto, 200% 100%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*-------------------- idx_partner --------------------*/
.partnerSwiper {
	margin-top: 50px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.partnerSwiper .swiper-slide {
	width: 208px;
	background-color: transparent !important;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.idx_partner_img_blank {
	display: block;
}

.idx_partner_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.partnerSwiper .swiper-button-next,
.partnerSwiper .swiper-button-prev {
	display: block;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(31, 31, 31, 0.3);
	font-size: 0;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
}

.partnerSwiper .swiper-button-prev {
	background-image: url(/wp-content/themes/chinabox/assets/img/ico_prev.png);
	left: 0;
}

.partnerSwiper .swiper-button-next {
	background-image: url(/wp-content/themes/chinabox/assets/img/ico_next.png);
	right: 0;
}

.partnerSwiper .swiper-button-next:after,
.partnerSwiper .swiper-button-prev:after {
	display: none;
}

/*-------------------- idx_voice --------------------*/
.idx_voice {
	background-color: #f8f8f8;
}

.idx_voice .ttl_h2 span {
	font-size: 50%;
	color: #1f1f1f;
}

.post_list {
	margin: 50px 0 15px 0;
}

/*-------------------- idx_faq --------------------*/
.idx_faq {
	background-color: #1f1f1f;
	color: #FFFFFF;
}

.idx_faq_q {
	display: flex;
	align-items: self-start;
	position: relative;
	border-bottom: 1px solid #FFFFFF;
	padding: 20px 0 20px 20px;
	padding-left: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
}

.idx_faq_q::after {
	content: "";
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	margin: auto;
	width: 19px;
	height: 12px;
	background: url(/wp-content/themes/chinabox/assets/img/ico_arrow_down.png) no-repeat center center;
}

.idx_faq_list>li.on .idx_faq_q::after {
	transform: rotate(180deg);
}

.idx_faq_q_img {
	width: 49px;
}

.idx_faq_q_img img {
	display: block;
}

.idx_faq_q_tit {
	width: calc(100% - 49px);
	font-size: 2.4rem;
	font-weight: bold;
	padding: 7px 50px 0 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.idx_faq_a {
	display: none;
	color: #b3b3b3;
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: 15px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*-------------------- idx_files --------------------*/
.idx_files {
	width: 100%;
	padding: 140px 0;
	background: url(/wp-content/themes/chinabox/assets/img/bg_idx_files.png) no-repeat center center;
	background-size: cover;
	position: relative;
}

.idx_files .inner {
	text-align: right;
}

.idx_files_content {
	display: inline-block;
}

.idx_files_logo {
	display: block;
	margin: 0 auto;
}

.idx_files .content_btn img,
.idx_files .content_btn span {
	vertical-align: middle;
}

.idx_files .content_btn img.idx_files_img {
	margin-right: 10px;
	display: inline-block;
}

.idx_files .content_btn img.idx_files_img_hover {
	display: none;
	margin-right: 10px;
}

.idx_files .content_btn {
	margin-top: 30px;
	width: 378px;
	max-width: 378px;
	font-size: 2rem;
}

.idx_files .content_btn.idx_download_btn {
	background-image: linear-gradient(to right, #FFFFFF 50%, #f56f5e 50%);
	color: #1f1f1f;
}

.idx_file_img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 90px;
}

@media only screen and (max-width:1600px) {

	/*-------------------- idx_banner --------------------*/

	.idx_banner_img {
		width: 10.625vw;
		left: -4.35vw;
		top: -3.6vw;
	}

	.idx_banner_tit {
		font-size: 1.9375vw;
		padding: 1.9vw 0 2.4vw 0;
	}

	.idx_banner_tit span.idx_banner_season {
		font-size: 2.375vw;
		padding: 0.85vw 1.3vw;
	}

	.idx_banner_arrow {
		right: 2.2vw;
		width: 4vw;
		height: 2vw;
	}
}

@media only screen and (max-width:1450px) {

	/*-------------------- mv --------------------*/

	.idx_mv_txt {
		font-size: 2vw;
	}

	.idx_mv_tit {
		font-size: 2.6vw;
	}

	/*-------------------- idx_files --------------------*/

	.idx_file_img {
		left: 5vw;
		width: 55vw;
		max-width: 788px;
	}
}


@media only screen and (max-width:1300px) {

	/*-------------------- idx_banner --------------------*/

	.idx_banner_tit {
		font-size: 2.1vw;
	}

	.idx_banner_tit span.idx_banner_season {
		font-size: 2.5vw;
	}
}

@media only screen and (max-width:1200px) {

	/*-------------------- mv --------------------*/
	.idx_mv {
		padding-top: 10vw;
	}

	.idx_mv .inner {
		transform: translate(-50%, -80%);
	}

	/*-------------------- common --------------------*/

	.ttl_h2 {
		font-size: 4rem;
	}

	/*-------------------- idx_data --------------------*/

	.idx_data_list>li {
		padding: 0 30px;
	}

	.idx_data_num {
		font-size: 2.6rem;
	}

	.idx_data_num .counter {
		font-size: 5.2rem;
	}

	/*-------------------- idx_files --------------------*/
	.idx_file_img {
		width: 50vw;
		left: 3vw;
	}
}

@media only screen and (max-width: 1024px) {

	/* -------------------- header -------------------- */
	header {
		background-color: #FFFFFF;
		position: sticky;
		position: -webkit-sticky;
	}

	/*-------------------- mv --------------------*/
	.idx_mv {
		display: block;
	}

	.idx_mv_img {
		display: block;
		margin-top: -12vw;
	}

	.idx_mv .inner {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0, 0);
		z-index: 1;
	}

	.idx_mv_txt {
		font-size: 2.8rem;
	}

	.idx_mv_tit {
		font-size: 3.2rem;
	}

	/*-------------------- common --------------------*/

	.ttl_h2 {
		font-size: 3.6rem;
	}

	/*-------------------- idx_data --------------------*/

	.idx_data_list>li {
		padding: 0 30px;
	}

	.idx_data_list>li:last-of-type:after {
		display: none;
	}

	.idx_data_num {
		font-size: 3rem;
	}

	.idx_data_num .counter {
		font-size: 4.8rem;
	}

	/*-------------------- idx_banner --------------------*/


	.idx_banner_img {
		width: 12vw;
	}

	.idx_banner_tit {
		font-size: 2.5vw;
		letter-spacing: 1px;
	}

	.idx_banner_tit span.idx_banner_season {
		font-size: 3.6vw;
	}

	/*-------------------- idx_reason --------------------*/

	.idx_reason_left {
		width: 30%;
	}

	.idx_reason_left .ttl_h2 {
		margin-bottom: 50px;
	}

	.idx_reason_list {
		width: 60%;
	}

	/*-------------------- idx_business --------------------*/

	.idx_business_tit {
		font-size: 3rem;
	}

	.idx_business_txt {
		font-size: 2rem;
	}

	/*-------------------- idx_data --------------------*/

	.workSwiper {
		padding-left: 0;
	}

	.workSwiper .swiper-slide {
		width: 400px;
	}

	.workSwiper .swiper-slide-active {
		background-size: 100%;
		margin: 0;
	}

	.idx_work_img {
		width: calc(400px - 2.72vw);
		top: 1.36vw;
		left: 1.36vw;
	}

	.idx_works .content_btn {
		top: 0;
	}

	/*-------------------- idx_faq --------------------*/

	.idx_faq_q_tit {
		font-size: 2.2rem;
	}

	/*-------------------- idx_files --------------------*/
	.idx_files {
		padding: 100px 0;
	}
}


@media only screen and (max-width:768px) {

	/*-------------------- mv --------------------*/
	.idx_mv {
		padding-top: 8vw;
	}

	.idx_mv_txt {
		font-size: 2.4rem;
	}

	.idx_mv_tit {
		font-size: 3rem;
	}

	/*-------------------- common --------------------*/

	.ttl_h2 {
		font-size: 3.2rem;
		margin-bottom: 25px;
	}

	.content_txt18 {
		font-size: 1.6rem;
	}

	/*-------------------- idx_data --------------------*/
	.idx_data {
		padding: 50px 0;
	}

	.idx_data_list {
		flex-wrap: wrap;
	}

	.idx_data_list>li {
		width: 50%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-bottom: 20px;
	}

	.idx_data_list>li:nth-of-type(2):after {
		display: none;
	}

	.idx_data_num {
		font-size: 2.6rem;
	}

	.idx_data_num .counter {
		font-size: 4.2rem;
	}

	.idx_data_name {
		font-size: 1.4rem;
	}

	/*-------------------- idx_banner --------------------*/
	.idx_banner {
		padding-bottom: 70px;
	}

	.idx_banner_tit br {
		display: block;
	}

	.idx_banner_img {
		width: 16vw;
		left: -7.5vw;
		top: -4.6vw;
	}

	.idx_banner_arrow {
		width: 6vw;
		height: 3vw;
		border-radius: 12px;
	}

	/*-------------------- idx_reason --------------------*/

	.idx_reason .inner {
		flex-direction: column;
	}

	.idx_reason_left {
		width: 100%;
	}

	.idx_reason_left .ttl_h2 {
		margin-bottom: 30px;
	}

	.idx_reason_list {
		width: 100%;
		margin-top: 40px;
	}

	.idx_reason_list>li {
		margin-bottom: 20px;
	}

	.idx_reason_tit {
		width: 52px;
		font-size: 2.4rem;
		background-size: cover;
	}

	.idx_reason_txt {
		width: calc(100% - 72px);
		font-size: 1.6rem;
	}

	/*-------------------- idx_business --------------------*/

	.idx_business_list {
		max-width: 1000px;
		margin: 35px auto -30px auto;
		/* display: block; */
		flex-wrap: wrap;
		justify-content: center;
	}

	.idx_business_list>li {
		width: 48%;
		margin-bottom: 30px;
		margin-right: 4%;
	}

	.idx_business_list>li:nth-of-type(2n) {
		margin-right: 0;
	}

	.idx_business_tit {
		font-size: 2.6rem;
	}

	.idx_business_img {
		width: 100px;
	}

	.idx_business_txt {
		font-size: 2rem;
	}

	.idx_business_list>li .content_btn {
		width: 240px;
		margin-top: 30px;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	/*-------------------- idx_media --------------------*/

	.idx_media_list>li {
		width: 165px;
		margin-right: 25px;
	}

	.idx_media_list>li>a {
		font-size: 1.4rem;
	}

	/*-------------------- idx_partner --------------------*/
	.partnerSwiper {
		margin-top: 30px;
	}

	.partnerSwiper .swiper-slide {
		width: 180px;
	}

	.partnerSwiper .swiper-button-next,
	.partnerSwiper .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	/*-------------------- idx_voice --------------------*/

	.post_list {
		margin-bottom: 20px;
	}

	/*-------------------- idx_faq --------------------*/
	.idx_faq_q_img {
		width: 40px;
	}

	.idx_faq_q_tit {
		width: calc(100% - 40px);
		font-size: 2rem;
		padding-left: 20px;
	}

	.idx_faq_a {
		font-size: 1.4rem;
	}

	/*-------------------- idx_files --------------------*/
	.idx_files {
		padding: 60px 0;
	}

	.idx_files .inner {
		text-align: center;
	}

	.idx_file_img {
		display: block;
		position: static;
		top: auto;
		bottom: auto;
		margin: 40px auto 0 auto;
		left: auto;
		width: 90%;
	}
}

@media only screen and (max-width: 600px) {

	/*-------------------- mv --------------------*/
	.idx_mv_tit {
		font-size: 2.4rem;
	}
}

@media only screen and (max-width: 480px) {
	.sp {
		display: block;
	}

	/*-------------------- mv --------------------*/

	.idx_mv_img {
		margin-top: -5vw;
	}

	.idx_mv .inner {
		letter-spacing: 1px;
	}

	.idx_mv_txt {
		font-size: 1.8rem;
	}

	.idx_mv_tit {
		font-size: 2.1rem;
		margin-top: 5px;
	}

	/*-------------------- common --------------------*/

	.ttl_h2 {
		font-size: 2.4rem;
	}

	/*-------------------- idx_data --------------------*/
	.idx_data {
		padding: 40px 0;
	}

	.idx_data_list>li {
		padding: 0 15px;
	}

	.idx_data_num {
		font-size: 1.6rem;
	}

	.idx_data_num .counter {
		font-size: 3.6rem;
	}

	/*-------------------- idx_banner --------------------*/

	.idx_banner_img {
		width: 20vw;
		top: -8vw;
	}

	.idx_banner_tit {
		font-size: 4vw;
		letter-spacing: 1px;
		padding: 3vw 0 4vw 0;
	}

	.idx_banner_tit span.idx_banner_season {
		font-size: 5vw;
		margin-right: 10px;
	}

	.idx_banner_arrow {
		width: 8vw;
		height: 5vw;
		border-radius: 10px;
	}

	/*-------------------- idx_reason --------------------*/

	.idx_reason_list>li:last-of-type {
		margin-bottom: 0;
	}

	.idx_reason_tit {
		width: 46px;
		font-size: 2rem;
		padding: 8px 0;
	}

	.idx_reason_txt {
		width: calc(100% - 66px);
		letter-spacing: 1px;
	}

	.idx_reason_txt br {
		display: none;
	}

	/*-------------------- idx_business --------------------*/
	.idx_business_list>li {
		width: 100%;
		margin-right: 0;
	}

	.idx_business_tit {
		font-size: 2rem;
	}

	.idx_business_txt {
		font-size: 1.8rem;
	}

	.idx_business_list>li .content_btn {
		width: 200px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 20px;
	}

	/*-------------------- idx_data --------------------*/
	.workSwiper {
		padding-top: 30px;
	}

	.workSwiper .swiper-slide {
		width: 80%;
	}


	.idx_work_img {
		width: calc(100% - 5.8vw);
		top: 2.9vw;
		left: 2.9vw;
		box-shadow: 0 0 24px #c0c0c0;
	}


	/*-------------------- idx_media --------------------*/
	.idx_media_list {
		display: block;
	}

	.idx_media_list>li {
		width: 187px;
		margin: 0 auto 20px auto;
	}

	.idx_media_list>li:last-of-type {
		margin: 0 auto;
	}

	/*-------------------- idx_partner --------------------*/

	.partnerSwiper .swiper-slide {
		width: 160px;
	}

	.partnerSwiper .swiper-button-next,
	.partnerSwiper .swiper-button-prev {
		width: 30px;
		height: 30px;
	}


	/*-------------------- idx_voice --------------------*/
	.post_list {
		margin: 35px auto;
	}

	/*-------------------- idx_faq --------------------*/

	.idx_faq_q {
		padding: 20px 0;
	}

	.idx_faq_q::after {
		right: 10px;
		width: 12px;
		background-size: cover;
	}

	.idx_faq_q_img {
		width: 35px;
	}

	.idx_faq_q_tit {
		width: calc(100% - 36px);
		font-size: 1.6rem;
		padding: 0 30px 0 20px;
	}

	/*-------------------- idx_files --------------------*/
	.idx_files_content {
		display: block;
	}

	.idx_files .content_btn {
		margin-top: 20px;
		width: 100%;
		max-width: 280px;
		font-size: 1.6rem;
	}
}


@media only screen and (min-width: 1200px) {

	/*-------------------- idx_banner --------------------*/

	.idx_banner_inner a:hover {
		box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.3);
	}

	/*-------------------- idx_media --------------------*/

	.idx_media_list>li>a:hover {
		color: #FFFFFF;
		background-image: url(/wp-content/themes/chinabox/assets/img/ico_arrow_orange_hover.png), linear-gradient(to right, transparent 50%, #f56f5e 50%);
		background-position: right 14px center, -100% 100%;
	}

	/*-------------------- idx_files --------------------*/
	.idx_files .content_btn:hover img.idx_files_img {
		display: none;
	}

	.idx_files .content_btn:hover img.idx_files_img_hover {
		display: inline-block;
	}

	.idx_files .content_btn.idx_download_btn:hover {
		color: #FFFFFF;
		background-color: #f56f5e;
	}
}
@media only screen and (min-width: 1025px) {
	.idx_works {
		padding-bottom: 0;
	}
}