@charset "utf-8";

/* section
---------------------------- */
@media screen and (min-width:768px) {
	.pc_inner {
	  max-width: 1080px;
	  margin: auto;
	  padding: 0 2.5%;
	}
	.inner {
	  max-width: 750px;
	  margin: 0 auto;
	}
}
@media screen and (max-width:767px){
	.sp_inner {
	  padding: 0 4%;
	}
}
/* main_head
---------------------------- */
.main_head img {
	width: 100%;
}
.main_head .lead {
	font-size: 1.8rem;
	line-height: 2.2;
	padding: 70px 0 30px;
}
.main_head .img_02 {
	max-width: 670px;
	margin-bottom: 50px;
}
@media screen and (max-width:900px){
	.main_head .lead {
		padding: 70px 4% 30px;
	}
}
@media screen and (max-width:767px){
	.main_head .lead {
		font-size: 1.5rem;
		line-height: 1.8;
		padding: 10% 4% 5%;
		text-align: left;
	}
	.main_head .img_02 {
		margin-bottom: 10%;
	}
}
/* section01
---------------------------- */
.section01 h2 {
	font-size: 2.8rem;
	line-height: 1.6;
	font-family: fot-tsukuardgothic-std, serif;
	padding: 50px 0;
	position: relative;
	background-color: #f7f5f0;
	text-align: center;
	overflow: hidden;
}
.section01 h2::before,
.section01 h2::after {
  position: absolute;
  content: "";
}
.section01 h2::before {
  top: -20px;
	left: -20px;
  width: 244px;
  height: 159px;
  background: url(../img/catalog_use/parts_l.png) left 0 no-repeat;
  background-size: contain;
}
.section01 h2::after {
  top: -20px;
	right: -20px;
  width: 244px;
  height: 159px;
  background: url(../img/catalog_use/parts_r.png) right 0 no-repeat;
  background-size: contain;
}
.section01 h2 span {
	font-weight: bold;
}
.section01 .cont_box {
	padding-bottom: 100px;
}
.section01 .cont_box_last {
	padding-bottom: 50px;
}
.section01 .cont_box .text {
	font-size: 1.8rem;
	line-height: 2;
	padding: 50px 0;
	text-align: center;
}
.section01 .cont_box .text_s {
	font-size: 1.4rem;
	text-align: center;
}
.section01 .cont_box img {
	width: 100%;
}
.section01 .cont_box .img_poster {
	text-align: center;
	padding-top: 60px;
}
.section01 .cont_box .img_poster img {
	max-width: 670px;
	margin-bottom: 10px;
}
@media screen and (max-width:900px){
	.section01 h2::before {
	  width: 200px;
	  height: 130px;
	}
	.section01 h2::after {
	  width: 200px;
	  height: 130px;
	}
}
@media screen and (max-width:767px) {
	.section01 h2 {
		font-size: 2rem;
		line-height: 1.6;
		padding: 5% 0 7%;
	}
	.section01 h2::before {
	  top: -20px;
		left: -65px;
	  width: 150px;
	  height: 100px;
	}
	.section01 h2::after {
	  top: -20px;
		right: -65px;
	  width: 150px;
	  height: 100px;
	}
	.section01 .cont_box {
		padding-bottom: 15%;
	}
	.section01 .cont_box_last {
		padding-bottom: 10%;
	}
	.section01 .cont_box .text {
		font-size: 1.4rem;
		line-height: 2;
		padding: 10% 0;
		text-align: left;
	}
	.section01 .cont_box .text_s {
		font-size: 1.2rem;
		text-align: left;
	}
	.section01 .cont_box .img_poster {
		padding-top: 10%;
		font-size: 1.4rem;
	}
}

/* bana_cv_top
---------------------------- */
.bana_cv_top {
	padding-bottom: 100px;
}
.bana_cv_top a img {
	width: 100%;
}
@media screen and (max-width:767px) {
	.bana_cv_top {
		padding-bottom: 15%;
	}
}