@charset "UTF-8";

/* --------------------------------------------------
  キービジュアル
-------------------------------------------------- */
#kv {
 /* border-top: 1px solid #e9e9e9;*/
}
#kv .inner {
  padding: 8px 0 41px;
  text-align: center;
  /*border-top: 1px solid #dbdbdb;*/
}
#kv .inner img {
  width: 1050px;
  height: auto;
}

/* --------------------------------------------------
  比較
-------------------------------------------------- */
#comparison {
  padding-bottom: 49px;
  border-bottom: 1px solid #f4f4f4;
}
#comparison .inner {
  margin: 0 auto;
  width: 990px;
}
#comparison .inner table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
#comparison .inner table thead tr th {
  height: 110px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#comparison .inner table thead .item {
  background: #5491ca;
  width: 26%;
}
#comparison .inner table thead .tour {
  background: #4eb492;
  width: 37%;
}
#comparison .inner table thead .set {
  background: #ff9d33;
  width: 37%;
}
#comparison .inner table tbody tr th,
#comparison .inner table tbody tr td {
  color: #1c1c1c;
}

#comparison .inner table tbody tr th {
  background: #fff7cf;
  padding: 45px 0 45px 20px;
  line-height: 1;
  font-size: 20px;
  vertical-align: middle;
}
#comparison .inner table tbody tr td {
  background: #fff;
  padding: 20px 12px;
  vertical-align: middle;
}
#comparison .inner table tbody tr td.bg1 {
  background: #fff url(../images/icon01.png) center no-repeat;
}
#comparison .inner table tbody tr td.bg2 {
  background: #fff url(../images/icon02.png) center no-repeat;
}

/* 枠線 */
#comparison .inner table { border: 1px solid #000; }
#comparison .inner table tr th,
#comparison .inner table tr td {
  border-right: 1px dashed #000;
}
#comparison .inner table tr th:first-child {
  border-right: 1px solid #000;
}
#comparison .inner table tr th:last-child,
#comparison .inner table tr td:last-child {
  border-right: none;
}
#comparison .inner table tr th,
#comparison .inner table tr td {
  border-bottom: 1px dashed #000;
}
#comparison .inner table tbody tr:last-child th,
#comparison .inner table tbody tr:last-child td {
  border-bottom: none;
}

/* 角丸 */
#comparison .inner table {
  border-radius: 9px;
}
#comparison .inner table thead tr th:first-child {
  border-radius: 9px 0 0 0;
}
#comparison .inner table thead tr th:last-child {
  border-radius: 0 9px 0 0;
}
#comparison .inner table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 9px;
}
#comparison .inner table tbody tr:last-child td:last-child {
  border-radius: 0 0 9px 0;
}

/* ボタン */
#comparison .inner .btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 690px;
  margin: 30px auto;
}
#comparison .inner .btn_area li {
  width: 330px;
  height: 100px;
  background: #4eb492;
  border-radius: 9px;
  box-shadow: 0 3px #d5d5d5;
  transition: ease-in all .2s;
}
#comparison .inner .btn_area li:last-child {
  background: #ff9d33;
}
#comparison .inner .btn_area li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 40px 0 30px;
  background: url(../images/icon_arrow.png) no-repeat right 10px center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: middle;
  box-sizing: border-box;
}
#comparison .inner .btn_area li:hover {
  opacity: .8;
}
#comparison .inner .btn_area li a:hover {
  text-decoration: none;
}

.full100 {
  text-align: center;
}

.text_tume {
  letter-spacing: -1px;
}
.text_mini {
  font-size: 0.8em;
}
