@charset "UTF-8";
/* CSS Document */
* {
  --outline: solid 1px aqua;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-56 {
  margin-bottom: 56px;
}
.head_sec {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 28px;
  background-color: #e7efff;
  color: #001e59;
  border-left: solid 6px rgb(23, 68, 187); /*左線（実線 太さ 色）*/
  border-right: solid 6px rgb(23, 68, 187); /*左線（実線 太さ 色）*/
}
.head_sec h1 {
  font-size: 46px;
  font-weight: 500;
  --font-style: italic;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}
.maker {
  background: -webkit-linear-gradient(transparent 70%, #ABF5FF 0%);
  background: linear-gradient(transparent 70%, #ABF5FF 0%);
  display: inline-block;
}
.maker10 {
  background: -webkit-linear-gradient(transparent 60%, #ABF5FF 0%);
  background: linear-gradient(transparent 60%, #ABF5FF 0%);
}
.head_sec p.yokosen {
  font-size: 21px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 64px;
  margin-right: 64px;
}
.head_sec p.yokosen::before, .head_sec p.yokosen::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #002775;
}
.head_sec p.yokosen::before {
  margin-right: 15px;
}
.head_sec p.yokosen::after {
  margin-left: 15px;
}
.h_tekigou {
  font-size: 14px;
  line-height: 1;
}
.h_tekigou .carname {
  font-size: 18px;
  font-weight: 600;
}
.h_tekigou td {
  padding: 0px 1em;
  border-bottom: 1px solid #cccccc;
}
.h_tekigou .gl_bg {
  background-color: #ccc;
}
ul.shiori_button {
  width: 520px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shiori_button li {
  display: flex;
  width: 255px;
  padding: 5px;
  margin: 5px 0;
  font-size: 14px;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  background-color: #007FE0;
}
.shiori_button li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
}
.shiori_button li:hover, .shiori_button li:active {
  opacity: 70%;
}
h3 {
  font-family: "メイリオ", Meiryo, Arial, 'ＭＳ Ｐゴシック', sans-serif;
}
.pi h3, h3.pi {
  width: 100%;
  color: white;
  padding: 0.3em 0.5em 0.3em 0.5em;
  padding-left: 0.5em;
  font-size: 32px;
  background: rgb(23, 68, 187);
  background: linear-gradient(90deg, rgba(00, 56, 224, 1) 30%, rgba(255, 39, 199, 0) 100%);
  position: relative;
  box-sizing: border-box;
  text-shadow: 1px 1px 0 #08196D, -1px -1px 0 #08196D, -1px 1px 0 #08196D, 1px -1px 0 #08196D, 0px 1px 0 #08196D, 0-1px 0 #08196D, -1px 0 0 #08196D, 1px 0 0 #08196D;
}
.info_head {
  background-color: #08196D;
  color: white;
  padding: 0.3em 0.5em;
  font-size: 18px;
}
.top {
  text-align: right;
  margin-bottom: 20px
}
.top a {
  padding: 0 0 0 15px;
  background: url(images/arrow_up.gif) no-repeat 0 0px;
}
.dldtdd > * {
  display: block;
  margin-bottom: 1em;
}
.pi h3 small, h3.pi small {
  font-size: 16px;
  text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, 0-1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
}
.honbun {
  font-size: 1.5rem;
}
.honbun img {
  margin: 0em 0em 0em 1em;
  border-radius: 5px;
}
.table-bordered.tekigoutable td, .table-bordered.tekigoutable th {
  border-color: #666666 !important;
  border-bottom-width: 1px;
}
.tekigoutable td, .tekigoutable thead th {
  vertical-align: middle;
  font-size: 1.5em;
  text-align: center;
}
.tekigoutable thead th.th_blue {
  background-color: rgb(23, 68, 187);
  color: white;
  font-size: 1.5em;
  font-weight: 400;
}
.tekigoutable .til_blue {
  background-color: #eeeeee;
  font-size: 1.5em;
  font-weight: 400;
  border-right-width: 1px;
}
.tekigoutable .syasen {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #666666 50%, #666666 calc(50% + 0.5px), transparent calc(50% + 1px))
}
.tekigoutable .car, .tekigoutable .blg {
  font-size: 1.5em;
  font-weight: 600;
}
.tekimidashi {
  padding: 0.5em; /*文字周りの余白*/
  color: #222; /*文字色*/
  background: #e7efff; /*背景色*/
  border-left: solid 5px rgb(23, 68, 187); /*左線（実線 太さ 色）*/
  font-size: 1.5em;
  font-weight: 600;
}
.psub.bg_gl {
  background-color: #738383;
  color: #fff;
}
.psub {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 0.5em;
}
.e_catch {
  font-size: 1.2em;
  font-weight: bolder;
  padding: 0 0.2em;
}
.maker_cy {
  text-shadow: 1px 1px 0 #666, -1px -1px 0 #666, -1px 1px 0 #666, 1px -1px 0 #666, 0px 1px 0 #666, 0-1px 0 #666, -1px 0 0 #666, 1px 0 0 #666;
  background: -webkit-linear-gradient(transparent 75%, #83EAFE 0%);
  background: linear-gradient(transparent 75%, #83EAFE 0%);
}