@charset "utf-8";
/* kousoku_sp.css */

@media screen and (max-width: 768px) {
/* list-kousoku-bus
---------------------------------------------------------- */
.list-kousoku-bus {
  margin: 0 -12px;
  padding-bottom: 15px;
  background: #f4f4f4;
}
  .list-kousoku-bus li {
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
  }
  .list-kousoku-bus li:first-child { border-top: 1px solid #e0e0e0; }

/* box-kousoku-bus-01
---------------------------------------------------------- */
.box-kousoku-01 { margin: 0 -12px 0; }
  .box-kousoku-01 .box-kousoku-in { display: none; }
  .box-kousoku-01 .title span,
  .box-kousoku-01 .title a {
    padding: 10px 12px;
    font-size: 114.3%;
    font-size: 1.6rem;
  }
    .box-kousoku-01 .title span { border-bottom: 1px solid #00838f; }
    .box-kousoku-01 .title span:before,
    .box-kousoku-01 .title a:before {
      position: absolute;
      top: 50%;
      right: 12px;
      width: 12px;
      height: 8px;
      margin-top: -4px;
      background: url(/img/ico_arrow_up_01.svg) no-repeat;
      background-size: 12px 8px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      content: "";
    }
    .box-kousoku-01 .title.is-open span { border: none; }
      .box-kousoku-01 .title.is-open span:before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
    .box-kousoku-01 .title a.is-ext:before { right: 10px; }
    .box-kousoku-01 .list-cmn-nav-02{
      display: block;
    }
    .box-kousoku-01 .list-cmn-nav-02 .item { float: none; }
    .box-kousoku-01 .list-cmn-nav-02 .item:first-child { border-top: none;}
  .box-kousoku-01 .txt-note {
    margin: 10px 12px;
  }

      .mod-cmn-bottom-01 .table-cmn-01 th br{
        display: none;
      }

/* box-kousoku-bus-ads
---------------------------------------------------------- */
.box-kousoku-ads {
  margin: 30px 0;
  padding: 0 12px;
}
  .box-kousoku-ads-in {
    padding: 4px;
    border: 1px solid #e0e0e0;
  }
    .box-kousoku-ads .image { width: auto; }
    .box-kousoku-ads .box-text {
      display: table-cell;
      width: 40.5%;
      min-width: 160px;
      font-weight: 700;
      line-height: 1.3;
      text-align: center;
      vertical-align: middle;
    }
      .box-kousoku-ads .box-text span { display: block; }
	.box-kousoku-ads .box-text .text-01 {
		margin-top: 0;
		font-size: 85.7%;
		font-size: 1.2rem;
	}
	.box-kousoku-ads .box-text .text-02 {
		letter-spacing: 0;
	}
/* table-kousoku-01
---------------------------------------------------------- */
      .wrapper-kousoku {
        overflow-x: scroll;
      }
      .table-kousoku-01 th {
        width: auto;
      }
      .table-kousoku-01 {
        width: 640px;
      }
      .table-kousoku-01 .th-01{
        width: 180px;
      }
      .table-cmn-01.type-02.table-kousoku-01 thead tr th:first-child, .table-cmn-01.type-02.table-kousoku-01 tbody tr th:first-child {
          width: 80px;
      }

/* ==========================================================
 nrt16_3
========================================================== */
.oedo-root,
.oedo-root li {
	display: block;
}
.oedo-root li {
	width: 100%;
	text-align: left;
}
.oedo-root li + li {
	margin-top: 20px;
}
.oedo-root li + li::before {
	left: 50%;
	top: -14px;
	border-top: 10px solid #3f51b5;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	transform: translateX(-50%);
}
.oedo-root li div {
	clear: both;
	overflow: hidden;
}
.oedo-root li span {
	float: right;
	margin: 0;
}

}