@charset "utf-8";

/* -------------------------------
common
------------------------------- */
.l-content img {
  vertical-align: bottom;
}

.l-content .notes li {
  text-indent: -1em;
  margin-left: 1em;
}


/* section */
.l-content .section {
  margin-bottom: 40px;
}

.l-content .sectionInner {
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 40px;
}

.l-content .h3Inner {
  padding: 0 10px;
  margin-bottom: 40px;
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  background: url("/service/bobbin_collection/img/main_251022.png") no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* m-h2 */
.l-content .m-h2:before {
  border-left: 5px solid #0f218b;
}


/* h2Ttl */
.l-content .h2Ttl {
  margin-bottom: 35px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #0f218b;
  padding: 10px 0;
  border-top: 5px solid #ffcc00;
}


/* h3Ttl */
.l-content .h3Ttl {
  margin-bottom: 20px;
  border-top: 3px solid #ffcc00;
  border-bottom: 1px solid #000;
  display: table;
  width: 100%;
  padding: 8px 0;
}

.l-content .h3Ttl .icon {
  font-size: 18px;
  font-weight: bold;
  background: #ffcc00;
  color: #0f218b;
  text-align: center;
  width: 100px;
  padding: 2px 0 1px;
  display: table-cell;
}

.l-content .h3Ttl .icon strong {
  font-size: 20px;
}

.l-content .h3Ttl .txt {
  font-size: 18px;
  font-weight: bold;
  display: table-cell;
  padding-left: 15px;
}


/* h4Ttl */
.l-content .h4Ttl {
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 20px;
  padding: 7px 15px;
  background: #0f218b;
}

/* h5Ttl */
.l-content .h5Ttl {
  font-weight: bold;
  font-size: 14px;
  margin: 0 5px 20px;
  padding: 5px;
  border-bottom: #bfbfbf 1px solid;
}

/* lead */
.l-content .leadTxt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}


/* colsBox */
.l-content .colsBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.l-content .colsBox .arrow_ba {
  position: absolute;
  top: 154px;
  left: 414px;
  width: 95px;
  height: 94px;
}

.l-content .colsBox div.item_cols_2 {
  width: 450px;
  margin-right: 20px;
}

.l-content .colsBox div.item_cols_2:last-child {
  margin-right: 0;
}

.l-content .colsBox .item_cols_2.renewalBox {
  width: 458px;
  margin-right: 0;
  background-color: #fff7d9;
}

.l-content .stepBox.bg_lyellow {
  background-color: #fff7d9;
}

.l-content .colsBox.border_yellow {
  box-sizing: border-box;
  border: solid 2px #ffcc00;
}

.l-content .item_cols_2.renewalBox .renewalBoxInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 500px;
  padding: 0 20px;
}

.l-content .item_cols_2.renewalBox .ttl {
  padding: 8px 0;
  background: #ffcc00;
  font-size: 18px;
  font-weight: bold;
  color: #0f218b;
  text-align: center;
}

.l-content .item_cols_2.renewalBox .caption {
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  border-bottom: 5px solid #ffcc00;
}

.l-content .item_cols_2.renewalBox .image_ttl {
  font-size: 14px;
  font-weight: bold;
}

.l-content .item_cols_2.renewalBox .customer_voice {
  width: 395px;
}

.l-content .item_cols_2.renewalBox .customer_voice .voice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-content .item_cols_2.renewalBox .customer_voice .voice .comment_01 {
  display: flex;
  align-items: center;
  position: relative;
  width: 310px;
  height: 60px;
  padding: 0 10px;
  background: #0f218b;
  color: #fff;
}

.l-content .item_cols_2.renewalBox .customer_voice .voice .comment_01::before {
  content: "";
  position: absolute;
  right: 100%;
  border-top: 5px solid transparent;
  border-right: 15px solid #0f218b;
  border-bottom: 5px solid transparent;
}

.l-content .item_cols_2.renewalBox .customer_voice .voice .comment_02 {
  display: flex;
  align-items: center;
  position: relative;
  width: 310px;
  height: 60px;
  padding: 0 10px;
  background: #fff;
  color: #0f218b;
}

.l-content .item_cols_2.renewalBox .customer_voice .voice .comment_02::before {
  content: "";
  position: absolute;
  left: 100%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 15px solid #fff;
}

.l-content .item_cols_2.renewalBox_r .ttl {
  box-sizing: border-box;
  border-left: 1px solid #fff7d9;
}

.l-content .item_cols_2.renewalBox_r .renewalBoxInner {
  box-sizing: border-box;
  border-left: 1px solid #ffcc00;
}

.l-content .item_cols_2.stepBox {
  letter-spacing: normal;
  border: 1px solid #999999;
  box-sizing: border-box;
  /* position: relative; */
  /* height: 360px; */
}

.l-content .item_cols_2.stepBox .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0f218b;
  text-align: center;
  background: #ffcc00;
  padding: 8px 0;
}

.l-content .item_cols_2.stepBox .stepBoxInner {
  box-sizing: border-box;
  padding: 20px 30px 30px;
}

.l-content .item_cols_2.stepBox .caption {
  width: 350px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin: 20px auto 17px;
  border-bottom: 2px solid #ffcc00;
}

.l-content .item_cols_2.stepBox .pic {
  margin: auto;
  width: 170px;
  height: 130px;
}

.l-content .item_cols_2.stepBox .pic_w {
  margin: auto;
  width: 334px;
  height: 180px;
}

/* .l-content .item_cols_2.stepBox .pic img{
  width: 100%;
}
 */
.l-content .item_cols_2.stepBox .txt {
  font-size: 14px;
  line-height: 24px;
  width: 365px;
  text-align: left;
  margin: auto;
}

.l-content .item_cols_2.stepBox .txt_auto {
  width: auto;
  height: 36px;
}

.l-content .item_cols_2.stepBox .checkTxt {
  font-weight: bold;
  display: block;
  width: 240px;
  margin: auto;
}

.l-content .item_cols_2.stepBox .checkTxt::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  background-image: url(/service/bobbin_collection/img/check_mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: baseline;
  padding-right: 6px;
}

.l-content .colsBox div.item_cols_3 {
  width: 300px;
  margin-right: 10px;
  margin-bottom: 0;
}

.l-content .colsBox div.item_cols_3:last-child {
  margin-right: 0;
}

.l-content .colsBox div.item_cols_4 {
  width: 210px;
  margin-bottom: 0;
}

.l-content .colsBox div.item_cols_4:last-child {
  margin-right: 0;
}

.l-content .colsBox.nav div.item_cols_4 {
  width: 225px;
  margin-bottom: 0;
}

.l-content .colsBox.nav div.item_cols_4 a {
  width: 225px;
  padding: 7px 8px;
}

.l-content .item_cols_4.stepBox {
  letter-spacing: normal;
  border: 1px solid #999999;
  box-sizing: border-box;
  position: relative;
  height: 320px;
}

.l-content .item_cols_4.stepBox .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0f218b;
  text-align: center;
  background: #ffcc00;
  line-height: 44px;
  position: relative;
}

.l-content .item_cols_4.stepBox .kaizen {
  position: absolute;
  top: 10px;
  left: 8px;
  display: block;
  box-sizing: border-box;
  padding-left: 3px;
  width: 48px;
  font-size: 12px;
  line-height: 24px;
  background-color: #d00;
  text-align: center;
  color: #fff;
}

.l-content .picRed {
  display: inline-block;
  width: 48px;
  font-size: 12px;
  line-height: 24px;
  background-color: #d00;
  text-align: center;
  color: #fff;
  margin-left: 20px;
  vertical-align: 2px;
}

.l-content .picRed_s {
  display: inline-block;
  width: 53px;
  font-size: 12px;
  line-height: 20px;
  background-color: #d00;
  text-align: center;
  color: #fff;
}

.l-content .btm_line {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 15px;
}

.l-content .item_cols_4.stepBox .stepBoxInner {
  box-sizing: border-box;
  padding: 15px;
}

.l-content .item_cols_4.stepBox .stepBoxInner .caption {
  font-size: 12px;
  line-height: 18px;
  margin: auto;
  height: 70px;
}

.l-content .item_cols_4.stepBox .stepBoxInner .pic {
  margin: auto;
  width: 170px;
  height: 112px;
  box-sizing: border-box;
}

.l-content .item_cols_4.stepBox .stepBoxInner .pic img {
  width: 100%;
}

.l-content .item_cols_4.stepBox .btn a {
  width: 190px;
  height: 50px;
  display: flex;
  align-items: center;
  margin: auto;
}

.l-content .item_cols_4.stepBox .btn_txt {
  width: 160px;
  text-align: center;
  font-size: 12px;
}

.l-content .item_cols_4.stepBox .stepBoxInner .item_arrow {
  width: 23px;
  height: 54px;
}

.l-content .item_cols_4.recycleFlowBox {
  letter-spacing: normal;
  border: 1px solid #999999;
  box-sizing: border-box;
  position: relative;
}

.l-content .item_cols_4.recycleFlowBox .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0f218b;
  text-align: center;
  background: #ffcc00;
  line-height: 44px;
  position: relative;
}

.l-content .item_cols_4.recycleFlowBox .recycleFlowBoxInner {
  box-sizing: border-box;
  padding: 15px;
}

.l-content .item_cols_4.recycleFlowBox .recycleFlowBoxInner .caption {
  font-size: 12px;
  line-height: 18px;
  margin: auto;
  height: 70px;
}

.l-content .item_cols_4.recycleFlowBox .recycleFlowBoxInner .pic {
  margin: auto;
  width: 180px;
  height: 145px;
  box-sizing: border-box;
}

.l-content .item_cols_4.recycleFlowBox .recycleFlowBoxInner .pic img {
  width: 100%;
}

.l-content .redLineBox {
  box-sizing: border-box;
  padding: 15px;
  border: #dd0000 1px solid;
}

/* step1_box */
.l-content .step1_box {
  margin: 0 -26px 0 15px;
  letter-spacing: -0.4em;
}

.l-content .step1_box .inner {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 26px 30px 0;
  width: 427px;
}

.l-content .step1_box .inner .m-table a {
  text-decoration: none;
  font-weight: bold;
}

.l-content .step1_box .inner .m-table {
  margin: 0;
}

.l-content .step1_box .inner .m-table th {
  padding: 6px 0;
}

.l-content .step1_box .inner .m-table td {
  padding: 2px 5px;
}

.l-content .step1_box .inner .m-table td.spec {
  text-align: left;
}


/* packingBox */
.l-content .packingBox {
  border: 1px solid #999999;
  margin-top: 30px;
}

.l-content .packingBox .ttl {
  background: #0f218b;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  color: #FFF;
  font-size: 14px;
}

.l-content .packingBox .inner {
  padding: 20px;
}

.l-content .packingBox .innerL {
  display: table-cell;
  width: 580px;
}

.l-content .packingBox .innerR {
  display: table-cell;
}


/* step3_box */
.l-content .step3_box {
  border: 1px solid #999999;
  width: 700px;
  margin: 30px auto 0;
}

.l-content .step3_box .ttl {
  background: #0f218b;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  color: #FFF;
  font-size: 14px;
}

.l-content .step3_box .inner {
  padding: 10px 0 15px;
  text-align: center;
}

.l-content .step3_box .inner .tel {
  font-size: 36px;
  margin-bottom: 5px;
}

/* recycleInner */
.l-content .recycleInner {
  padding-left: 10px;
}

.l-content .recycleInner .caption {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.l-content .recycleInner .recycleBox_01 {
  display: flex;
  justify-content: space-between;
}

.l-content .recycleInner .recycleBox_02 {
  display: flex;
}

.l-content .recycleInner .imageBox_01 {
  display: flex;
  justify-content: space-between;
  width: 560px;
}

.l-content .recycleInner .imageBox_02 {
  width: 350px;
}

.l-content .recycleInner .imageBox_03 {
  position: relative;
  width: 350px;
  margin-left: 130px;
}

.l-content .recycleInner .imageBox_03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -113px;
  width: 64px;
  height: 50px;
  background: #004098;
  transform: translateY(-50%);
}

.l-content .recycleInner .imageBox_03::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -49px;
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;
  border-left: 36px solid #004098;
  transform: translateY(-50%);
}

.l-content .recycleInner .worker_voice {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}

.l-content .recycleInner .worker_voice .comment {
  display: flex;
  align-items: center;
  position: relative;
  width: 260px;
  height:100px;
  padding: 0 20px;
  margin-bottom: 22px;
  background: #f5f5f5;
}

.l-content .recycleInner .worker_voice .comment::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: solid 14px #f5f5f5;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  transform: translateX(-50%);
}


/* noLine */
.l-content .noLine {
  border: none;
  width: 700px;
  margin: 15px auto 0;
  padding: 0;
}