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

/* list-kousoku-bus
---------------------------------------------------------- */
.list-kousoku-bus { margin-bottom: 37px; }
  .list-kousoku-bus li { margin-bottom: 18px; }
  .list-kousoku-bus li:last-child { margin-bottom: 0; }
    .list-kousoku-bus li a {
      display: block;
      text-decoration: none;
    }

/* box-kousoku-bus-01
---------------------------------------------------------- */
.box-kousoku-01 { margin-bottom: 40px; }
  .box-kousoku-01 .title span,
  .box-kousoku-01 .title a {
    position: relative;
    display: block;
    padding: 8px 14px;
    background: #0097a7;
    color: #fff;
    font-weight: 700;
    font-size: 142.8%;
    font-size: 2.0rem;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
    .box-kousoku-01 .title a.is-ext:before {
      position: absolute;
      top: 50%;
      right: 14px;
      display: block;
      width: 14px;
      height: 14px;
      margin-top: -7px;
      background: url(/img/ico_extlink_white.svg) no-repeat;
      background-size: 100% auto;
      content: "";
    }
    .box-kousoku-01 .title a:hover { background-color: rgba(0, 151, 167, 0.7); }
  .box-kousoku-01 .list-cmn-nav-02 { 
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }
  .box-kousoku-01 .list-cmn-nav-02 .item { float: left; }
  .box-kousoku-01 .list-cmn-nav-02 .link {
    display: block;
  }
  .box-kousoku-01 .list-cmn-nav-02 .link:hover {
    background-color: rgba(0, 188, 212, 0.15);
    opacity: 1;
  }
  .box-kousoku-01 .txt-note {
    margin-top: 15px;
    font-size: 85.7%;
    font-size: 1.2rem;
    letter-spacing: -0.2px;
  }

/* box-kousoku-bus-ads
---------------------------------------------------------- */
.box-kousoku-ads {
  position: relative;
  margin-top: 10px;
}
  .box-kousoku-ads-in {
    display: table;
    width: 100%;
    padding: 3px;
		border: 1px solid #e0e0e0;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .box-kousoku-ads-in:hover { opacity: 0.7; }
    .box-kousoku-ads .image {
      display: table-cell;
      vertical-align: middle;
      width: 40%;
    }
      .box-kousoku-ads .image img { width: 100%; }
    .box-kousoku-ads .box-text {
      display: table-cell;
      vertical-align: middle;
      width: 60%;
      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 {
				color: #0097a7;
        font-size: 128.6%;
        font-size: 1.8rem;
				margin-top: 3px;
				/* font-size: 100%;
        font-size: 1.4rem; */
        letter-spacing: 1px;
      }
      .box-kousoku-ads .box-text .text-02 {		
        color: #000;
				/* font-size: 114.3%;
        font-size: 1.6rem; */
				font-size: 142.9%;
        font-size: 2rem;
        letter-spacing: 1px;
      }
      .box-kousoku-ads .box-text .text-03 {
        display: inline-block;
        clear: both;
        padding: 2px 7px;
        background: #333;
        color: #fff;
        font-size: 78.6%;
        font-size: 1.1rem;
      }

      .mod-cmn-bottom-01 .table-cmn-01 td{
        vertical-align: middle;
      }

/* table-kousoku-01
---------------------------------------------------------- */
      .table-kousoku-01 .th-01 {
        width: 180px;
      }
      .th-50 {
        width: 50px
      }
      .table-cmn-01.type-02.table-kousoku-01 tbody tr th:first-child {width: 80px;}



tr.line_bold th,
tr.line_bold td{
  border-bottom: 5px solid #999;
  border-top: 5px solid #999;
  box-sizing:border-box;
}

tr.line_bold th{
  border-left: 5px solid #999;
}

tr.line_bold td:last-child{
  border-right: 5px solid #999;
}

/* ==========================================================
 canbuslife
========================================================== */
/* list-rosen-canbuslife
---------------------------------------------------------- */
.list-rosen-ts-clock{
overflow: hidden;
}
.list-rosen-ts-clock:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
  .list-rosen-ts-clock .item {
    float: left;
	  width: 50%;
  }
@media screen and (min-width: 769px) {
  .list-rosen-ts-clock .item {
    width: 32%;
    margin: 0 0 5px 2%;
  }
  .list-rosen-ts-clock .item:nth-child(3n+1) {
    margin-left: 0;
  }
}

/* ==========================================================
 nrt16_3
========================================================== */
.oedo-root {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.oedo-root li {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(25% - 15px);
	padding: 12px;
	text-align: center;
	background: rgba(15, 143, 190, 0.1);
}
.oedo-root li + li::before {
	content: "";
	display: block;
	position: absolute;
	left: -14px;
	top: 50%;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #3f51b5;
	transform: translateY(-50%);
	}
.oedo-root li span {
	display: block;
	margin-top: 5px;
	font-weight: 700
}
.oedo-price {
	line-height: 1.4;
	margin-top: 15px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.oedo-price span {
	color: #e91e63;
	font-size: 2.4rem;
}

/* lang
---------------------------------------------------------- */
.global .oedo-root,
.global .oedo-root li {
	display: block;
}
.global .oedo-root li {
	width: 100%;
	text-align: left;
}
.global .oedo-root li + li {
	margin-top: 20px;
}
.global .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%);
}
.global .oedo-root li div {
	clear: both;
	overflow: hidden;
}
.global .oedo-root li span {
	float: right;
	margin: 0;
}