@charset "UTF-8";

/* --------------------------------------------------
  キービジュアル
-------------------------------------------------- */
#kv {}
#kv .inner {}
#kv .inner img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------
  比較
-------------------------------------------------- */
#comparison {
  padding: 4vw;
  border-bottom: 1px solid #f4f4f4;
}
#comparison .inner a {
  display: inline-block;
  color: #008ebf;
}
#comparison .inner table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
#comparison .inner table tr,
#comparison .inner table tr th,
#comparison .inner table tr td {
  box-sizing: border-box;
}
#comparison .inner table tr {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
#comparison .inner table thead tr th {
  padding: 4vw 0;
  color: #fff;
  font-size: 3.75vw;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  /*display: flex;*/
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#comparison .inner table thead .item { display: none; }
#comparison .inner table thead .tour {
  background: #4eb492;
  width: 50%;
}
#comparison .inner table thead .set {
  background: #ff9d33;
  width: 50%;
}
#comparison .inner table tbody tr th,
#comparison .inner table tbody tr td {
  color: #1c1c1c;
}
#comparison .inner table tbody tr th {
  background: #fff7cf;
  padding: 2vw;
  width: 100%;
  line-height: 1;
  font-size: 3.75vw;
  vertical-align: middle;
}
#comparison .inner table tbody tr td {
  background: #fff;
  padding: 4vw 2vw;
  width: 50%;
  font-size: 3.125vw;
  vertical-align: top;
}
#comparison .inner table tbody tr td.bg1 {
  background: #fff url(../images/icon01.png) center no-repeat;
  background-size: auto 12vw;
}
#comparison .inner table tbody tr td.bg2 {
  background: #fff url(../images/icon02.png) center no-repeat;
  background-size: auto 12vw;
}
#comparison .inner table tbody tr td .hd {;
  margin-bottom: 1em
}

/* 枠線 */
#comparison .inner table { border: 1px solid #000; }
#comparison .inner table thead tr th,
#comparison .inner table tbody tr td {
  border-right: 1px dashed #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 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 td: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;
  margin: 4vw auto 0;
}
#comparison .inner .btn_area li {
  width: calc(50% - 2vw);
  background: #4eb492;
  border-radius: 9px;
  height: 12vw;
  box-shadow: 0 2px #d5d5d5;
}
#comparison .inner .btn_area li:last-child {
  background: #ff9d33;
  margin: 0 0 0 4vw;
}
#comparison .inner .btn_area li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 5vw;
  padding-left: 8px;
  background: url(../images/icon_arrow.png) no-repeat right 1.34vw center / 3.74vw ;
  color: #fff;
  font-size: 3.34vw;
  font-weight: bold;
  line-height: 1.3;
    box-sizing: border-box;
}


#comparison .inner table tbody tr td.full100 {
  width: 100%;
  text-align: center;
}

.text_mini {
  font-size: 0.8em;
  margin-top: -3px;
}
