@charset "UTF-8";
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* 900px */
.thomas-contents {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
/* リンク画像 */
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: ""alpha(opacity=70)"";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
/*価格*/
.price {
  background-image: url(images/bg_mainimg_01.gif);
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  position: relative;
  display: block;
}
.kakaku {
  position: absolute;
  top: 10%;
  left: 15%;
}
/*価格3列*/
.sanretsu_price {
  position: relative;
}
.sanretsu_kakaku {
  position: absolute;
  top: 0px;
  left: 0px;
}
.sanretsu_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.sanretsu_item {
  width: calc((100% - 10px * 2) / 3);
  padding-top: 10px;
  padding-bottom: 10px;
}
.sanretsu_box .sanretsu_item:not(:first-child) {
  margin-left: 10px; /* 最初のカラム以外の左側に10pxのマージン */
}
.bg_kakaku_thomas {
  background-color: rgba(27, 151, 218, 0.3);
}
.bg_kakaku_percy {
  background-color: rgba(11, 57, 31, 0.3);
}
.bg_kakaku_diesel {
  background-color: rgba(29, 31, 32, 0.3);
}
.sanretsu_button {
  width: 90%;
	margin: 10px 5% 0px;
}

/*ムービー*/
.at {
  position: relative;
}
.mov {
  position: absolute;
  left: 23px;
  top: 10px;
  height: 480px;
  width: 853px;
  bottom: 20px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*英語ボタン*/
.bg_eigobutton {
  position: relative;
}
.btn_eigobutton {
  position: absolute;
  left: 250px;
  top: 12px;
  height: auto;
  width: 613px;
}
/*２列*/
.niretsu_container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.niretsu-item {
  width: 50%;
  height: auto;
  padding: 0%;
}
/*新シリーズボタン*/
.bg_newseries {
  background-color: #002e6d;
  width: 100%;
  height: auto;
}
.btn_newseries {
  width: 836px;
  height: auto;
  padding: 20px 0px;
  margin: 0px auto;
}
/*価格3列_02*/
.sanretsu_price_02 {
  position: relative;
}
.sanretsu_kakaku_02 {
  position: absolute;
  top: 20px;
  left: 0px;
}
.sanretsu_box_02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sanretsu_name {
  margin: 0;
  padding: 0;
}
.sanretsu_name img {
  width: 33%;
  height: auto;
}
