/*
Theme Name: nishinihon
Theme URI:
Author URI:
Description:
License:
License URI:
Tags:
Text Domain:
*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Mplus 1p", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.m-font {
  font-family: "Sawarabi Mincho";
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th,
td {
  vertical-align: middle;
}

.ahover:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

img {
  vertical-align: bottom;
}

input[type="text"],
input[type="search"],
input[type="password"],
textarea,
select {
  outline: none;
}

*:focus {
  outline: none;
}

/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_width img {
  max-width: 100%;
  height: auto;
}

.inview {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s;
}

.inview_up {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inview_fade {
  opacity: 0;
  transition: .8s;
}

.inviewfadeIn {
  opacity: 1.0;
  transition: .8s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.object_fit {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

/* .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
} */
.nowrap {
  white-space: nowrap;
}

.font12 {
  font-size: 12px;
  line-height: 1.4;
  color: #ff4352;
  display: block;
}

.font14 {
  font-size: 14px;
  line-height: 1;
}

.font16 {
  font-size: 16px;
}

.display_none {
  display: none;
}

/* ----------------------------------------------- */
/* main */
/* ----------------------------------------------- */
.container {
  width: 1000px;
  margin: 0 auto;
}

.row_between {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.clom1 {
  width: 100%;
}

.clom2 {
  width: 49%;
}

.clom3 {
  width: 32%;
}

.clom4 {
  width: 24%;
}

.clom5 {
  width: 19%;
}

.clom1 img,
.clom2 img,
.clom3 img,
.clom4 img,
.clom5 img {
  max-width: 100%;
  height: auto;
}

.section {}

.article {
  padding: 20px 0;
}

.article_slider {
  padding: 0;
}

.f_white {
  color: #FFF;
}

.f_navyblue {
  color: #111183;
}

.f_yellow {
  color: #FFE100;
}

.f_orange {
  color: #F7B401;
}

.f_red {
  color: #FF310C;
}

.f_mossgreen {
  color: #B9D300;
}

.f_pink {
  color: #EA5098;
}

.bg_navyblue {
  background-color: #111183;
}

.bg_yellow {
  background-color: #FFE100;
}

.bg_orange {
  background-color: #F7B401;
}

.bg_red {
  background-color: #FF310C;
}

.bg_mossgreen {
  background-color: #B9D300;
}

.bg_mossgreen {
  background-color: #EA5098;
}

.bg_orange_gradation {
  background: linear-gradient(#f7c540, #F7B401);
}

.bg_navyblue_gradation {
  background: linear-gradient(#1e1ede, #111183);
}

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button_search {
  background-color: #0074CC;
  border: 1px solid #0074CC;
  color: #fff;
  padding: 7px 0;
  width: 140px;
  font-size: 16px;
  font-size: 1.6rem;
}

.button_search:hover {
  background-color: #FFF;
  border: 1px solid #0074CC;
  color: #0074CC;
}

.button_reset {
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
  padding: 7px 0;
  width: 140px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 15px 0 0;
}

.button_reset:hover {
  background-color: #FFF;
  border: 1px solid #666;
  color: #666;
}

.button_news {
  width: 100%;
  margin: 20px 0 0 0;
  text-align: right;
}

.button_news a {
  color: #FFF;
  background-color: #0074CC;
  border: 2px solid #0074CC;
  padding: 7px 20px;
  margin: 25px 0 0 0;

  text-decoration: none;
  /* display: block; */
}

.button_news a:hover {
  border: 2px solid #0074CC;
  color: #0074CC;
  background-color: #FFF;
}

.car_search_button a {
  color: #FFF;
  background-color: #FF310C;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0;
  text-decoration: none;
  border: 1px solid #FF310C;
}

.car_search_button a:hover {
  background-color: #FFF;
  border: 1px solid #FF310C;
  color: #FF310C;
}

#toggle_box {
  display: none;
}

#toggle_button {
  cursor: pointer;
  margin: 0 0 10px 0;
}

#toggle_button span i {
  line-height: 25px;
}

#toggle_button>span:last-of-type,
#toggle_button.active>span:first-of-type {
  display: none;
}

#toggle_button.active>span:last-of-type {
  display: inline;
}

/* ----------------------------------------------- */
/* header */
/* ----------------------------------------------- */
.header_pc {
  width: 100%;
  height: 100px;
}

.header_pc .rogo {
  float: left;
}

.header_pc .rogo img {
  width: 300px;
  height: 60px;
  margin: 20px 0 0 0;
}

.header_pc .tel_pc {
  float: right;
  margin: 20px 0 0 0;
  padding: 3px 25px;
  /*background-color: #000;
  color: #FFF;*/
}

.header_pc .tel_pc i {
  margin: 0 5px 0 0;
}

.header_pc .tel_pc a {
  color: #FFF;
  text-decoration: none;
}

.header_pc .tel_pc a:hover {
  color: #000;
}

.header_txt {
  float: right;
  text-align: right;
  padding: 25px 0 0 0;
  letter-spacing: -0.5px;
}

.header_txt .txt01 {
  font-weight: bold;
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
}

.header_txt .txt02 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  font-style: oblique;
  /*line-height: 1.2;*/
}

/* ----------------------------------------------- */
/* nav */
/* ----------------------------------------------- */
#nav {
  border-bottom: 5px solid #1D2089;
  /* border-bottom: 5px solid #333; */
  /*margin: 15px 0 15px 0;*/
  padding: 0 0 5px 0;
}

.navmenu {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navmenu li {
  /*margin: 5px 0 10px 0;*/
  text-align: center;
}

.navmenu li a {
  /*text-decoration: none;
  text-align: center;
  display: block;
  padding: 0 10px;*/
  /*margin: 5px 0;*/
  /*position: relative;*/
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navmenu li a:hover {
  color: #1D2089;
}

.navmenu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  /*padding: 0 10px;*/
  /*font-weight: 500;*/
}

.navmenu li a:after {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #1D2089;
  transition: 0.3s;
  margin: 0 0 10px 0;
}

.navmenu li a:hover:after {
  width: 100%;
}

.navmenu li a .jp {
  /*line-height: 1;*/
}

.navmenu li a .en {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #1D2089;
}

/* ----------------------------------------------- */
/* home */
/* ----------------------------------------------- */
.home_slider {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}

.home_h2 {
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: normal;
}

.home_h2 .en {
  font-size: 34px;
  font-size: 3.4rem;
  display: block;
  color: #1D2089;
}

.home_h2 .jp {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1px;
  display: block;
  color: #999;
}

.home_news {
  text-align: right;
}

.list_buttom {}

.list_buttom a {
  text-decoration: none;
  color: #1D2089;
  display: inline-block;
  /*text-align: right;*/
  padding: 5px 40px;
  border: 1px solid #1D2089;
  border-radius: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 30px 0 0 0;
  -webkit-transition: all .7s;
  transition: all .7s;
  background-color: #FFF;
}

.list_buttom a:hover {
  background-color: #1D2089;
  color: #FFF;
}

.home_shop_box {
  position: relative;
  margin: 0 0.5% 10px 0.5%;
}

.home_shop_clom2 {
  width: 49%;
}

.home_shop_clom3 {
  width: 32.3333%;
}

.home_shop_clom1 img,
.home_shop_clom2 img,
.home_shop_clom3 img {
  max-width: 100%;
  height: auto;
}

.home_shop_box .txt01 {
  position: absolute;
  line-height: 1.2;
  top: 0;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 100%;
  /* font-size: 16px;
  font-size: 1.6rem; */
  padding: 5px;
  z-index: 1;
  /* text-shadow:
  1px  1px 0px #004ea1,
 -1px  1px 0px #004ea1,
  1px -1px 0px #004ea1,
 -1px -1px 0px #004ea1,
  1px  0px 0px #004ea1,
  0px  1px 0px #004ea1,
 -1px  0px 0px #004ea1,
  0px -1px 0px #004ea1; */
  background-color: #00a0e9;
}

.home_shop_box .txt02 {
  position: absolute;
  bottom: 0;
  color: #FFF;
  background-color: rgba(0, 78, 161, 0.7);
  text-align: center;
  font-family: "Sawarabi Mincho";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  width: 100%;
  padding: 2px 0;
  z-index: 1;
}

.home_shop_box img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.home_shop_box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.home_shop_box figure {
  overflow: hidden;
}

.h2_search {
  padding: 2px 0 2px 10px;
  background-color: #0074ee;
  color: #FFF;
  /* margin: 0 0.5%; */
  font-size: 20px;
  font-size: 2.0rem;
  /* font-weight: normal; */
}

.h2_search .plus svg {
  color: #fff100;
  font-size: 22px;
  font-size: 2.2rem;
}

.search_number {
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.search_number span {
  font-size: 24px;
  font-size: 2.4rem;
  color: #004EA1;
  font-weight: bold;
}

.search_block {
  padding: 15px 10px;
  border: 1px solid #CCC;
  margin: 0 0 10px 0;
}

.search_box {
  width: 48%;
  margin: 0 1% 0 1%;
}

.search_inbox {
  margin: 0 0 10px 0;
}

.search_h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 10px;
  background-color: #004EA1;
  color: #FFF;
}

.search_h3 span {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 0 20px;
}

.car_icon {
  width: 48%;
  margin: 0 1% 8px 1%;
}

.car_icon a {}

.car_icon a:hover {}

/* .car_icon img {
  max-width: 100%;
  height: auto;
} */
.car_icon .car_icon_txt {
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
}

.car_icon input {
  display: none;
}

.car_icon label {
  display: block;
  cursor: pointer;
  width: 100%;
  /* margin: 0 1% 0 1%; */
  /* padding: 5px; */
  background: #0094EF;
  color: #FFF;
  text-align: center;
  line-height: 1;
  transition: .2s;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.car_icon label img {
  /* width: 60px;
  height: 30px; */
  width: 80px;
  height: 40px;
}

/* .car_icon label span {
  line-height: 30px;
  margin: 0 0 0 5px;
}

/*車輌複数選択チェックボックス
.car_icon input[type="checkbox"]:checked+label {
  background-color: #0A3190;
  color: #fff;
}
*/
.car_icon input[type="radio"]:checked+label,
.car_icon input[type="checkbox"]:checked+label {
  background-color: #0A3190;
  color: #fff;
}

.car_icon label {}

.car_icon .check_car {
  width: 40%;
  text-align: center;
  display: inline-block;
  padding: 5px 0 0 0;
}

.car_icon .check_txt {
  width: 60%;
  text-align: center;
  display: inline-block;
  line-height: 40px;
}

.type_car_block {
  padding: 15px 10px;
  border: 1px solid #CCC;
  margin: 0 0 10px 0;
}

.type_car_box {
  width: 24%;
  background: #0094EF;
  margin: 0 0.5% 12px 0.5%;
  transition-duration: 0.5s;
  position: relative;
  z-index: 1;
}

/* .type_car_box:hover, */
.type_car_box.checked {
  background-color: #0A3190;
  color: #fff;
}

.type_car_box::after {
  content: "";
  background-color: #0A3190;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition-duration: 0.5s;
}

.type_car_box:hover::after {
  width: 100%;
  opacity: 1;
  z-index: -1;
}

.type_car_box .type_car_icon {
  text-align: center;
  width: 40%;
  float: left;
  z-index: 100;
}

.type_car_box .type_car_icon img {
  width: 80px;
  height: 40px;
}

.type_car_box .type_car_txt {
  color: #FFF;
  width: 60%;
  float: right;
  text-align: center;
  line-height: 40px;
  z-index: 100;
}

.search_select {
  padding: 5px;
  margin: 0 0 0 0;
  /* height: 28px; */
}

.search_select option {
  padding: 5px;
}

.search_input {
  padding: 7px;
  border: 1px solid #A9A9A9;
  width: 100%;
}

.search_button_box {
  width: 100%;
  text-align: center;
  padding: 0 0 0 0;
  margin: 5px 0 0 0;
}

.from_txt {}

.news_box {
  width: 49%;
  margin: 0 0.5% 10px 0.5%;
}

.news_box img,
.news_box video {
  max-width: 100%;
  height: auto;
}

.news_list {
  width: 100%;
  height: 500px;
  overflow: auto;
}

.news_list img {
  max-width: 100%;
  height: auto;
}

.news_list li {
  padding: 10px;
  border-bottom: dashed 1px #CCC;
}

.news_list li .news_date {
  color: #004EA1;
}

.news_list li .news_title {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 16px;
}

.news_list li .news_text {}

.info_box {
  width: 48%;
  margin: 0 1% 20px 1%;
}

.info_box img {
  max-width: 100%;
  height: auto;
}

.info_box figure {}

.info_box figcaption {}

.trinita_link {
  margin: 15px 0 0 0;
}

.info_box_border {
  /* border: 1px solid #CCC; */
  margin: 0 0 10px 0;
}

.info_box_banner {
  width: 60%;
}

.info_box_banner img {
  max-width: 100%;
  height: auto;
}

.info_box_banner_txt {
  width: 40%;
  line-height: 1.3;
  padding: 5px;
}

.info_box_banner_txt figcaption {
  padding: 0 5px;
}

/* ----------------------------------------------- */
/* car_new*/
/* ----------------------------------------------- */
.car_new_list {}

.car_new_list li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.car_new_img {
  width: 200px;
  /* display: inline-block; */
  margin: 0 20px 0 0;
  float: left;
}

.car_new_img img {
  max-width: 100%;
  height: auto;
}

.car_new_txtbox {
  float: left;
}

.car_new_date {
  margin: 0 20px 0 0;
  color: #999;
  /* width: 90px; */
  /* display: inline-block; */
}

.car_new_link {
  /* width : calc(100% - 90px);
  display: inline-block; */
}

/* ----------------------------------------------- */
/* car_search*/
/* ----------------------------------------------- */
.slider img {
  width: 100%;
  height: auto;
}

.slick-slide img {
  max-width: 100%;
  height: auto;
}

.car_img {
  text-align: left;
}

.car_img img {
  width: 180px;
  height: auto;
}

.car_img_slid {
  width: 60%;
  margin: 0 0 20px 0;
}

.thumb-item-nav {}

.thumb-item-nav .slick-list li {
  padding: 6px 3px;
}

.thumb-item-nav .slick-list img {
  border: 2px solid #FFF;
}

.car_product {
  width: 38%;
}

.car_product .car_title {}

.car_product_table {
  width: 100%;
}

.car_search_shop a {
  color: #FFF;
}

.car_product_table td {
  line-height: 1.6;
}

.car_product_table .title {
  white-space: nowrap;
  padding: 7px;
  background: #efefef;
  font-weight: bold;
  border: 1px solid #CCC;
}

.car_product_table .txt {
  padding: 7px;
  border: 1px solid #CCC;
  word-break: break-all;
}

.car_list_table {
  width: 100%;
}

.car_list_table td {
  padding: 5px;
  border: 1px solid #CCC;
  text-align: center;
}

.car_list_table th {
  padding: 10px;
  background-color: #004EA1;
  color: #FFF;
  border-right: 1px solid #FFF;
  white-space: nowrap
}

.car_list_table th:last-child {
  border-right: 1px solid #004EA1;
}

.car_list_table .car_img {
  width: 50%;
  height: auto;
}

.car_list_table .car_txt {
  padding: 0 0 0 10px;
  text-align: left;
  width: 50%;
}

/* .car_list_table .car_img img {
  max-width: 100%;
  height: auto;
} */
.car_list_table .car_title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.car_list_table .car_maker {
  font-size: 16px;
  font-size: 1.6rem;
  /* font-weight: bold;
  line-height: 1.2; */
}

.car_list_table .car_yen {
  font-size: 24px;
  font-size: 2.4rem;
  color: #ef1919;
  font-weight: bold;
  white-space: nowrap
}

.car_list_table .car_nowrap {
  white-space: nowrap
}

.car_search_shop {
  background-color: #004EA1;
  color: #FFF;
  font-weight: bold;
  padding: 5px;
  margin: 10px 0 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.car_search_txt01 {}

.thumb-item-nav .slick-list .slick-current img {
  border: 2px solid #ef1919;
}

.asc_desc {}

.asc_desc a {
  color: #FFF;
  margin: 0 5px;
  border: 1px solid #FFF;
  padding: 0px 3px;
  text-decoration: none;
}

.car_list_table .asc_desc .link_red {
  color: #ef1919;
  border: 1px solid #ef1919;
}

.car_product_table .equipment,
.grid_txt .equipment {
  color: #FFF;
  background-color: #666;
  /* color: #333;
  border: 1px solid #999; */
  padding: 0 7px;
  margin: 0 7px 7px 0;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.sale_red {
  color: #FF310C;
  font-weight: bold;
}

.car_product_grid1 {
  display: grid;
  grid-template-columns: 1fr;
}

.car_product_grid1111 {
  display: grid;
  grid-template-columns: 20% 30% 20% 30%;
}

.car_product_grid13 {
  display: grid;
  grid-template-columns: 20% 80%;
}

.grid_title {
  padding: 5px 3px;
  white-space: nowrap;
  background: #efefef;
  font-weight: bold;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  box-shadow: 1px 1px #CCC;
}

.grid_txt {
  padding: 5px 3px;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  box-shadow: 1px 1px #CCC;
}

/* ----------------------------------------------- */
/* estimate*/
/* ----------------------------------------------- */
.inspection_h2 {
  color: #111183;
  text-align: center;
  font-size: 40px;
  font-size: 4.0rem;
  margin: 0 0 10px 0;
  line-height: 1.2;
  padding: 10px 0;
  border: 1px solid #CCC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: linear-gradient(#FFF, #efefef);
}

.inspection_h3 {
  background-color: #111183;
  color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 10px;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.inspection_txt01 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.inspection_row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.inspection_car {
  width: 18%;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #ccc;
  margin: 0 1% 20px 1%;
}

.inspection_car img {
  max-width: 100%;
  height: auto;
}

.inspection_car_title {
  background-color: #B8D200;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.inspection_car_name {
  font-size: 12px;
  font-size: 1.2rem;
}

.inspection_car_yen {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.inspection_price {
  width: 48%;
  margin: 0 1% 30px 1%;
}

.inspection_price_title {
  background-color: #B8D200;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}

.inspection_list {}

.inspection_list .list_dt {
  width: 50%;
  float: left;
  border-bottom: 1px dashed #dcdcdc;
  padding: 5px 10px;
}

.inspection_list .list_dd {
  width: 50%;
  float: right;
  text-align: right;
  border-bottom: 1px dashed #dcdcdc;
  padding: 5px 10px;
}

.inspection_total {
  padding: 10px 0 0 0;
}

.inspection_total .total_title {
  width: 50%;
  float: left;
  padding: 5px 10px;
  background-color: #efefef;
}

.inspection_total .total_fee {
  width: 50%;
  float: right;
  text-align: right;
  padding: 5px 10px;
  background-color: #efefef;
}

.inspection_aution {
  padding: 20px 0;
}

.inspection_step {
  width: 46%;
  margin: 0 2% 40px 2%;
  position: relative;
  border: 10px solid #C0CBE8;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.inspection_step_sign {
  position: absolute;
  right: -20px;
  top: -20px;
  background-color: #B8D200;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 25px 13px;
}

.inspection_step_h3 {
  background-color: #F7B401;
  color: #111183;
  padding: 0 10px;
  margin: 0 0 20px 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
}

.inspection_step_txt {
  margin: 0 0 20px 0;
}

/* ----------------------------------------------- */
/* assessment */
/* ----------------------------------------------- */
.assessment_title_block {
  background-color: #B8D200;
  color: #111183;
  text-align: center;
  padding: 20px 10px;
}

.assessment_title_block .title01 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px 0;
  text-shadow:
    2px 2px 0px #ffffff,
    -2px 2px 0px #ffffff,
    2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff,
    2px 0px 0px #ffffff,
    0px 2px 0px #ffffff,
    -2px 0px 0px #ffffff,
    0px -2px 0px #ffffff;
}

.assessment_title_block .title02 {
  font-size: 40px;
  font-size: 4.0rem;
  padding: 0 0 10px 0;
  font-weight: bold;
  border-bottom: 1px solid #111183;
  line-height: 1.2;
  text-shadow:
    2px 2px 0px #ffffff,
    -2px 2px 0px #ffffff,
    2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff,
    2px 0px 0px #ffffff,
    0px 2px 0px #ffffff,
    -2px 0px 0px #ffffff,
    0px -2px 0px #ffffff;
}

.assessment_title_block .title03 {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 10px 0 0 0;
  text-shadow:
    2px 2px 0px #ffffff,
    -2px 2px 0px #ffffff,
    2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff,
    2px 0px 0px #ffffff,
    0px 2px 0px #ffffff,
    -2px 0px 0px #ffffff,
    0px -2px 0px #ffffff;
  font-weight: bold;
}

.assessment_puls_block {
  text-align: center;
}

.assessment_puls_block .puls_title01 {
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: 900;
  color: #111183;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

.assessment_puls_block .puls_title02 {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 900;
  color: #111183;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

.assessment_puls_block .puls_title03 {
  font-size: 16px;
  font-size: 1.6em;
  border-top: 1px solid #111183;
  border-bottom: 1px solid #111183;
  color: #111183;
  margin: 0 0 20px 0;
  padding: 5px 0;
  line-height: 1.4;
}

.assessment_good_clom {
  width: 48%;
  margin: 0 1% 20px 1%;
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.assessment_good_clom .good_box {
  float: left;
  width: 120px;
  height: 120px;
  padding: 10px;
  color: #111183;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #FBBB26;
  line-height: 1.4;
  padding: 20px 0 0 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow:
    2px 2px 0px #ffffff,
    -2px 2px 0px #ffffff,
    2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff,
    2px 0px 0px #ffffff,
    0px 2px 0px #ffffff,
    -2px 0px 0px #ffffff,
    0px -2px 0px #ffffff;
}

.assessment_good_clom .good_box span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 50px;
}

.assessment_good_clom .good_txt {
  float: right;
  width: 320px;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}

.assessment_txt01 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.assessment_graph_clom {
  width: 26.3333%;
  width: 0 1% 20px 1%;
}

.assessment_graph_clom_arrow {
  width: 10%;
  color: #C4D701;
  padding: 80px 0 0 0;
}

.assessment_graph_clom .graph_title {
  color: #FFF;
  background-color: #111183;
  font-weight: bold;
  width: 100%;
  padding: 3px 0;
  margin: 0 0 5px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.assessment_graph_clom .graph_tab {
  border: 1px solid #111183;
  color: #FF310C;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 0 10px 0;
  display: inline-block;
}

.assessment_graph_clom .graph_space {
  margin: 10px 0;
  margin: 20px 0 0 0;
}

.assessment_graph_clom .box01 {
  width: 100%;
  height: 30px;
  line-height: 1.4;
}

.assessment_graph_clom .box02 {
  width: 100%;
  height: 70px;
  line-height: 1.4;
}

.assessment_graph_clom .txt01 {
  padding: 25px 0 0 0;
}

.assessment_graph_clom .txt02 {
  padding: 12px 0 0 0;
}

.assessment_graph_clom .txt03 {
  padding: 3px 0 0 0;
}

.assessment_graph_clom .txt04 {
  padding: 3px 0 0 0;
  margin: 0 0 10px 0;
}

.assessment_graph_clom .arrow {
  text-align: center;
  margin: 0 0 20px 0;
  color: #C4D701;
}

.assessment_graph_clom .bg01 {
  background-color: #3C74FF;
  color: #FFF;
}

.assessment_graph_clom .bg02 {
  background-color: #F08300;
  color: #FFF;
}

.assessment_graph_clom .under_line {
  border-bottom: 2px dashed #FFF;
}

.assessment_point_block {}

.assessment_point_block .point_title01 {
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: 900;
  color: #111183;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px 0;
}

.assessment_point_block .point_title02 {
  border: 1px solid #111183;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #111183;
  line-height: 1.2;
  padding: 5px 10px;
  margin: 0 0 20px 0;
}

.assessment_point_block .point_title02 span {
  margin: 0 20px 0 0;
}

.assessment_point_block .point_title02 .intxt {
  line-height: 1.2;
  font-size: 12px;
}

.assessment_point_clom {
  width: 48%;
  margin: 0 1% 20px 1%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 10px solid #111183;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.assessment_point_clom .txt01 {
  border-left: 5px solid #F7B401;
  padding: 0 0 0 10px;
  font-weight: bold;
  color: #111183;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

.assessment_tel_clom {
  width: 48%;
  margin: 0 1% 20px 1%;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.assessment_tel_clom .shop_txt01 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  color: #111183;
  background-color: #FFF;
  padding: 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.assessment_tel_clom .shop_txt02 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  color: #FFF;
  background-color: #111183;
  padding: 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.assessment_tel_clom .tel_txt {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
}

.assessment_tel_clom .tel_txt a {
  color: #FF310C;
}

.assessment_tel_clom .tel_txt i {
  color: #FFF;
}

.assessment_tel_clom .time_txt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.assessment_tel_clom .time_txt a {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 10px;
  color: #FFF;
  background-color: #111183;
  float: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.assessment_tel_clom .time_txt a:hover {
  color: #111183;
  background-color: #FFF;
}

.assessment_tel_h3 {
  color: #FFF;
  background-color: #111183;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 20px 0;
}

.assessment_tel_txt {
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #111183;
}

/* ----------------------------------------------- */
/* store_guide */
/* ----------------------------------------------- */
.store_h3 {
  color: #FFF;
  background-color: #111183;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 10px;
  font-size: 24px;
  font-size: 2.4rem;
}

.store-pm {
  padding-top: 60px;
  margin-top:-60px;
}

.store_top_title {
  width: 100%;
}

.store_top_title .store_h2 {
  width: calc(100% - 145px);
  float: left;
  font-weight: bold;
  font-size: 40px;
  font-size: 4.0rem;
  color: #111183;
  line-height: 1.2;
}

.store_top_title .store_circle_box {
  width: 145px;
  float: left;
}

.store_top_title .store_p {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  float: left;
}

.store_top_title .store_circle {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #111183;
  color: #FFF;
  line-height: 1.2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 19px 20px;
  display: inline-block;
}

.store_circle .txt01 {
  color: #F7B401;
  font-size: 36px;
  font-size: 3.6rem;
}

.store_row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 20px 0;
}

.store_box {
  margin: 0 0 20px 0;
}

.store_box figure img {
  max-width: 100%;
  height: auto;
}

.store_box .store_txt_box {
  background-color: #111183;
  padding: 10px;
  text-align: center;
}

.store_box .store_txt01 {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}

.store_box .store_txt02 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
  line-height: 1.4;
}

.store_gain_title {
  margin: 0 0 20px 0;
}

.store_gain_title .store_gain_h3 {
  color: #111183;
  font-size: 40px;
  font-size: 4.0rem;
  float: left;
}

.store_gain_title .store_gain_circle {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 14px 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #111183;
  color: #F7B401;
  margin: 0 20px 0 0;
  float: left;
}

.store_gain_clom {
  width: 48%;
  margin: 0 1% 20px 1%;
  border: 1px solid #CCC;
  padding: 20px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: linear-gradient(#FFF, #efefef);
}

.store_gain_clom .txt_box {
  width: 68%;
}

.store_gain_clom .txt01 {
  color: #B9D300;
  font-weight: bold;
  font-size: 60px;
  font-size: 6.0rem;
  font-family: "Sawarabi Mincho";
  line-height: 1.2;
  width: 30%;
}

.store_gain_clom .txt02 {
  color: #111183;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
}

.store_gain_clom .txt03 {
  line-height: 1.4;
}

/* ----------------------------------------------- */
/* reason_for_seafty */
/* ----------------------------------------------- */
.sefety_h2 {
  font-weight: 900;
  font-size: 40px;
  font-size: 4.0rem;
  text-align: center;
  padding: 15px;
  margin: 0 0 20px 0;
  border: 1px solid #CCC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: linear-gradient(#FFF, #efefef);
}

.sefety_topimg {}

.sefety_topimg img {
  max-width: 100%;
  height: auto;
}

.sefety_clom {
  width: 46%;
  margin: 0 2% 40px 2%;
}

.sefety_clom_wide {
  width: 96%;
  margin: 0 2%;
}

.sefety_clom .sefety_circle,
.sefety_clom_wide .sefety_circle {
  color: #FFF;
  background-color: #111183;
  padding: 15px 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
  margin: 0 10px 0 0;
}

.sefety_clom .sefety_circle .y_txt01,
.sefety_clom_wide .sefety_circle .y_txt01 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  color: #FFE100;
  line-height: 1;
}

.sefety_clom .sefety_txt_box,
.sefety_clom_wide .sefety_txt_box {
  float: left;
  width: calc(100% - 85px);
  margin: 0 0 20px 0;
}

.sefety_clom .sefety_txt_box .txt01,
.sefety_clom_wide .sefety_txt_box .txt01 {
  position: relative;
  display: inline-block;
  background-color: #FF310C;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  width: 100px;
  margin: 0 0 5px 20px;
  padding: 0 10px;
}

.sefety_clom .sefety_txt_box .txt01 p:before,
.sefety_clom_wide .sefety_txt_box .txt01 p:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  border: 10px solid transparent;
  border-right: 20px solid #FF310C;
}

.sefety_clom .sefety_txt_box .txt02,
.sefety_clom_wide .sefety_txt_box .txt02 {
  background-color: #111183;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 10px;
}

.sefety_boximg {
  width: 100%;
  padding: 0 0 20px 0;
  float: none;
}

.sefety_boximg img {
  max-width: 100%;
  height: auto;
}

.sefety_boxtxt {
  width: 100%
}

.sefety_boxtxt_net {
  width: 100%;
  clear: both;
  text-align: center;
}

.sefety_boxtxt_net .txt01 {
  color: #111183;
  padding: 0 10px;
  margin: 0 10px 0 0;
  border: 1px solid #111183;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.sefety_boxtxt_net .txt02 {
  margin: 0 0 20px 0;
}

.sefety_add_box {
  width: 31.333%;
  margin: 0 1% 20px 1%;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #ccc;
}

.sefety_add_box .txt01 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #111183;
  font-weight: bold;
}

.sefety_add_box .txt02 {}

.sefety_add_box .txt03 {}

.sefety_add_box .txt04 {
  font-size: 18px;
  font-size: 1.8rem;
}

/* ----------------------------------------------- */
/* company_guide */
/* ----------------------------------------------- */
.company_block {}

.company_h2 {
  color: #FFF;
  background-color: #111183;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 20px 0;
}

.company_h3 {
  border-bottom: 1px solid #CCC;
  margin: 0 0 10px 0;
  padding: 3px 0 3px 10px;
  background-color: #efefef;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  /*font-weight: normal;*/
  /*color: #111183;*/
}

.company_clom {
  width: 31.333%;
  margin: 0 1% 20px 1%;
  border: 1px solid #CCC;
  padding: 10px 0;
  text-align: center;
}

.company_txt01 {
  margin: 0 1% 20PX 1%;
}

.company_clom .company_title01 {
  margin: 0 0 5PX 0;
}

.company_clom .company_add01 {}

.company_map_clom_w {
  width: 100%;
  margin: 0 1% 20px 1%;
  border: 1px solid #CCC;
  padding: 10px 0;
  text-align: center;
}

.company_map_clom {
  width: 48%;
  margin: 0 1% 20px 1%;
  border: 1px solid #CCC;
  padding: 10px 0;
  text-align: center;
}

.company_map_clom,
.company_map_clom_w {}

.company_map_clom .maparea,
.company_map_clom .maparea iframe,
.company_map_clom_w .maparea {
  width: 100%;
  height: 400px;
}

.maparea iframe {
  width: 100%;
  height: 400px;
}

.company_map_clom .company_map_title,
.company_map_clom_w .company_map_title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 0 5px 0;
}

.company_map_clom .company_map_txt,
.company_map_clom_w .company_map_txt {
  margin: 0 0 10px 0;
}

/* ----------------------------------------------- */
/* seven_services */
/* ----------------------------------------------- */
.seven_services_block {}

.seven_services_h2 {
  color: #111183;
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: 900;
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.seven_services_clom {
  width: 48%;
  margin: 0 1% 20px 1%;
  padding: 10px 20px;
  border-left: 10px solid #B9D300;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.seven_services_clom_txt {
  width: 48%;
  margin: 0 1% 20px 1%;
  padding: 10px 20px;
}

.seven_services_clom .title01 {
  color: #B9D300;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 0;
}

.seven_services_clom .title01 span {
  color: #111183;
  font-size: 40px;
  font-size: 4.0rem;
  margin: 0 10px 0 0;
  font-weight: 900;
}

.seven_services_clom .txt01 {
  border-bottom: 1px solid #CCC;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.seven_services_clom .txt02 {
  margin: 0 0 10px 0;
}

.seven_services_clom_txt p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.seven_services_clom_txt .txt01 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 900;
}

.seven_services_clom_txt .txt02 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #B9D300;
  line-height: 1.1;
  font-weight: 900;
}

/* ----------------------------------------------- */
/* point_card */
/* ----------------------------------------------- */
.point_card_h2 {
  font-weight: 900;
  width: 100%;
  padding: 20px 0;
  background-color: #111183;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.point_card_h2 .title01 {
  font-size: 40px;
  font-size: 4.0rem;
  color: #FFF;
}

.point_card_h2 .title02 {
  font-size: 60px;
  font-size: 6.0rem;

}

.point_card_clom_blue {
  width: 48%;
  margin: 0 1% 20px 1%;
  border: 6px solid #111183;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 10px;
}

.point_card_clom_red {
  width: 48%;
  margin: 0 1% 20px 1%;
  border: 6px solid #FF310C;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 10px;
}

.point_card_clom_img {
  width: 48%;
  margin: 0 1% 20px 1%;
  padding: 10px;
  text-align: center;
}

.point_card_clom_img .title01 {
  color: #FFF;
  background-color: #111183;
  padding: 10px 0;
  width: 100%;
  font-weight: 900;
  font-size: 34px;
  font-size: 3.4rem;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

.point_card_clom_img .txt01 {
  color: #111183;
  font-weight: 900;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.2;
}

.point_card_title_box {
  position: relative;
}

.point_card_title_box .point_card_circle {
  color: #FFF;
  background-color: #B9D300;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 50px;
  font-size: 5.0rem;
  margin: 0 10px 0 0;
  position: absolute;
  top: -35px;
  left: -25px;
  z-index: 100;
  line-height: 1;
}

.point_card_title_box .circle01 {
  padding: 13px 18px;
}

.point_card_title_box .circle02 {
  padding: 13px 12px;
}

.point_card_h301 {
  color: #111183;
  font-weight: 900;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 0 0 0 70px;
  line-height: 1.2;
}

.point_card_txt01 {
  margin: 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #111183;
  text-align: center;
}

.point_card_shop01 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0 0 0;
  text-align: center;
  color: #111183;
}

.point_card_h302 {
  color: #FF310C;
  font-weight: 900;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 0 0 0 70px;
  line-height: 1.2;
}

.point_card_txt02 {
  margin: 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #FF310C;
  text-align: center;
}

.point_card_shop02 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0 0 0;
  text-align: center;
  color: #FF310C;
}

/* ----------------------------------------------- */
/* contact */
/* ----------------------------------------------- */
.inquiry {
  width: 100%;
  margin: 40px auto 20px auto;
  display: grid;
  grid-template-columns: 20% 10% 70%;
}

.inquiry .td_title {
  padding: 10px;
  border-bottom: 1px solid #efefef;
  font-size: 16px;
  font-size: 1.6rem;
}

.inquiry .td_txt {
  padding: 10px;
  border-bottom: 1px solid #efefef;
}

.inquiry .td_txt input,
.inquiry .td_txt textarea {
  white-space: nowrap;
  padding: 10px;
  border: 1px solid #ddd;
  font-family: "Mplus 1p",
    "游ゴシック",
    "游ゴシック体",
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN",
    "メイリオ",
    Meiryo,
    sans-serif;
}

.inquiry .td_txt input,
.inquiry .td_txt textarea {
  width: 100%;
}

.inquiry .td_txt select {
  white-space: nowrap;
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-family: "Mplus 1p",
    "游ゴシック",
    "游ゴシック体",
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN",
    "メイリオ",
    Meiryo,
    sans-serif;
}

.inquiry .select_td {
  overflow: hidden;
  padding: 0;
  width: 50%;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #ffffff;
}

.mw_wp_form_preview .inquiry .select_td {
  border: 1px solid #fff;
}

.inquiry .select_td select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.inquiry .select_td select::-ms-expand {
  display: none;
}

.inquiry .select_td::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.mw_wp_form_preview .inquiry .select_td::before {
  border-top: 6px solid #FFF;
}

.inquiry .select_td::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: '';
  border-left: 1px solid #ddd;
}

.mw_wp_form_preview .inquiry .select_td::after {
  border-left: 1px solid #FFF;
}

.entry_btn {
  margin: 0 auto;
  text-align: center;
}

.entry_btn input[type="submit"] {
  padding: 8px 45px;
  border: 1px solid #0074CC;
  background-color: #0074CC;
  color: #FFF;
  margin: 20px 0 0 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.entry_btn input[type="submit"]:hover {
  border: 1px solid #0074CC;
  background-color: #FFF;
  color: #0074CC;
}

.inquiry .td_required {
  border-bottom: 1px solid #efefef;
}

.inquiry .td_required span {
  color: #FFF;
  padding: 3px 10px;
  background-color: #ff4352;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
  margin: 10px 10px;
  line-height: 64px;
}

.mw_wp_form_preview .inquiry .td_required span {
  display: none;
}

.contact_txt01 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 15px 0;
}

.contact_txt02 {
  text-align: center;
}

/* ----------------------------------------------- */
/* news */
/* ----------------------------------------------- */
.entry_block {
  width: 72%;
  margin: 0 1% 20px 1%;
}

.entry_block img {
  max-width: 100%;
  height: auto;
}

.entry_txt_single {
  width: 100%;
}

.entry_box {
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px dotted #CCC;
}

.entry_txt {}

.entry_img a {
  display: block;
  border: 1px solid #efefef;
}

.entry_img figure img {
  width: 100%;
  height: 196px;
  object-fit: cover;
  padding: 5px;
}

.entry_img_single {
  width: 100%;
  padding: 10px 0;
}

.entry_title {
  border-bottom: 1px solid #004EA1;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.entry_title a {
  text-decoration: none;
  color: #666;
}

.entry_title_single {
  border-bottom: 1px solid #1D2089;
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
  font-weight: normal;
  color: #999;
}

.entry_title_single a {
  text-decoration: none;
}

.entry_time {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}

.category_txt {
  padding: 1px 10px;
  background-color: #00b7ee;
  color: #FFF;
  margin: 0 0 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.entry_content {
  padding: 5px 0;
}

.entry_content img {
  max-width: 100%;
  height: auto;
}

.entry_content a {
  color: #666;
}

.sidebar_block {
  width: 21%;
  margin: 0 1% 20px 1%;
}

.sidebar_block .widgettitle {
  margin: 0 0 15px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #004EA1;
  /* color: #004EA1; */
  font-size: 16px;
  font-size: 1.6rem;
}

.widgettitle ul {
  padding: 0 0 30px 0;
}

.sidebar_block .widget-area li ul {}

.sidebar_block .widget-area ul li a {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 0 10px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.4;
}

.sidebar_block .widget-area ul li a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.widget_recent_entries,
.widget_archive,
.widget_categories {
  margin: 0 0 30px 0;
}

/*.sidebar_block ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}*/

.main_h2 {
  margin: 0;
  font-size: 28px;
  border-bottom: solid 3px;
  padding-bottom: 5px;
  margin: 15px 0;
  position: relative;
}

.main_h2:before {
  content: '';
  width: 30%;
  height: 3px;
  background-color: #42a6ff;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
}

/* ----------------------------------------------- */
/* balloon */
/* ----------------------------------------------- */

/* ----------------------------------------------- */
/* sideber */
/* ----------------------------------------------- */


/* --------------------------------------------------- */
/*  pager */
/* --------------------------------------------------- */
.pager {
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

a.page-numbers,
.pager .current,
.next a {
  border: solid 1px #1D2089;
  margin: 0 1px 5px 1px;
  padding: 4px 8px;
  display: inline-block;
  /*background-color: #FFF;*/
}

.pager .current {
  background: #1D2089;
  border: solid 1px #1D2089;
  color: #FFF;
}

.pager a {
  color: #1D2089;
  text-decoration: none;
}

.pager a:hover {
  background: #1D2089;
  border: solid 1px #1D2089;
  color: #FFF;
}

/* ----------------------------------------------- */
/* metal_print */
/* ----------------------------------------------- */
.metal_bg {
  background-color: #004098;
  text-align: center;
  padding: 18px;
}

.metal_inbox {
  width: 100%;
}

.metal_clom3 {
  width: 32%;
}

.metal_inbox div {
  margin: 0 0 20px 0;
}

.metal_left_line {
  border-left: 10px solid #004097;
}

.metal_h2 {
  color: #004097;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 10px 0;
}

.metal_p {
  padding: 0 20px;
}

.metal_title {
  color: #FFF100;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 0;
  text-align: center;
}

.metal_txt {
  background-color: #fff;
  padding: 10px;
  text-align: left;
}

/* ----------------------------------------------- */
/* breadcrumbs */
/* ----------------------------------------------- */
#breadcrumbs ul {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  padding: 0 0 10px 0;
}

#breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
}

/* ----------------------------------------------- */
/* 404 */
/* ----------------------------------------------- */
.error_h2 {
  font-size: 40px;
  font-size: 4.0rem;
  margin: 0 0 20px 0;
}

.error_title {
  font-size: 24px;
  font-size: 2.4rem;
}

.error_txt01 {}

.error_txt02 {
  font-size: 18px;
  font-size: 1.8rem;
}

/* ----------------------------------------------- */
/* footer */
/* ----------------------------------------------- */
#footer {
  width: 100%;
  margin: 40px 0 0 0;
  padding: 20px 0 0 0;
  background-color: #1D2089;
  color: #FFF;

}

#footer a {
  color: #FFF;
}

.footer_h3 {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.footer_clom {
  width: 24%;
  margin: 0 0 20px 0;
  padding: 0 10px;
}

.footer_clom h4 {
  font-size: 14px;
  font-size: 1.4rem;
}

.footer_clom p {
  font-size: 12px;
  font-size: 1.2rem;
}

.footer_copy {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0;
  color: #FFF;
  border-top: 1px solid #FFF;
}

/* ----------------------------------------------- */
/* page-top */
/* ----------------------------------------------- */
#page-top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

#page-top a {
  color: #FFF;
}

#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #1D2089;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
  border: 2px solid #FFF;
}

#page-top p:hover {
  background: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #1D2089;
}

#page-top a:hover {
  color: #1D2089;

}

#move-page-top {
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 8px 0;
}

@media (max-width: 999px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }

  /* ----------------------------------------------- */
  /* nav */
  /* ----------------------------------------------- */
  .navmenu {
    width: 100%;
  }

  /* ----------------------------------------------- */
  /* home */
  /* ----------------------------------------------- */
  .home_slider {
    width: 100%;
  }

  .homeballoon_clom figure {
    width: 100%;
    height: 205px;
  }

  .homeballoon_clom img {
    width: 100%;
    height: 205px;
  }

  .info_box_banner,
  .info_box_banner_txt {
    width: 100%;
  }

  .info_box_banner figure {}

  .info_box_banner_txt figcaption {
    padding: 10px;
  }

  /* ----------------------------------------------- */
  /* car_new*/
  /* ----------------------------------------------- */
  .car_new_date {
    width: 100%;
    display: block;
  }

  .car_new_link {
    width: 100%;
    display: block;
  }

  /* ----------------------------------------------- */
  /* car_search*/
  /* ----------------------------------------------- */
  .car_img {
    width: 100%;
  }

  .car_product {
    width: 100%;
  }

  .car_icon .check_car {
    width: 30%;
  }

  .car_icon label img {
    max-width: 100%;
    height: auto;
  }

  .car_icon .check_txt {
    font-size: 12px;
    font-size: 1.2rem;
    width: 68%;
    margin: 0 0 0 2%;
  }

  .car_img_td {
    width: 100%;
  }

  /* ----------------------------------------------- */
  /* estimate */
  /* ----------------------------------------------- */
  .inspection_car {
    width: 48%;
  }

  .inspection_price,
  .inspection_step {
    width: 100%;
  }

  .inspection_h2 {
    font-size: 30px;
    font-size: 3.0rem;
  }

  /* ----------------------------------------------- */
  /* assessment */
  /* ----------------------------------------------- */
  .assessment_good_clom .good_txt {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .assessment_tel_clom .tel_txt {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .assessment_good_clom .good_box {
    width: 100%;
  }

  .assessment_good_clom .good_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* ----------------------------------------------- */
  /* store_guide */
  /* ----------------------------------------------- */
  .store_gain_title .store_gain_circle {}

  .store_gain_title .store_gain_h3 {
    line-height: 1.3;
    float: none;
  }

  /* ----------------------------------------------- */
  /* reason_for_safety */
  /* ----------------------------------------------- */
  .sefety_h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }

  /* ----------------------------------------------- */
  /* company_guide */
  /* ----------------------------------------------- */


  /* ----------------------------------------------- */
  /* seven_services */
  /* ----------------------------------------------- */


  /* ----------------------------------------------- */
  /* point_card */
  /* ----------------------------------------------- */


  /* ----------------------------------------------- */
  /* footer */
  /* ----------------------------------------------- */
  .footer_clom {
    width: 49%;
    padding: 0 1%;
  }
}

@media (max-width: 768px) {
  .container {}

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .clom1,
  .clom2,
  .clom3,
  .clom4,
  .clom5 {
    width: 100%;
  }

  .clom1 img,
  .clom2 img,
  .clom3 img,
  .clom4 img,
  .clom5 img {
    text-align: center;
  }

  input[type="text"],
  input[type="search"],
  input[type="password"],
  textarea,
  select {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* ----------------------------------------------- */
  /* header */
  /* ----------------------------------------------- */
  .header_sp {
    height: 60px;
    border-bottom: 1px solid #efefef;
  }

  .header_sp .sp-rogo {
    padding: 0;
    line-height: 1;
  }

  .header_sp .sp-rogo img {
    margin: 10px 0 0 10px;
    width: 200px;
    height: 40px;
  }

  .header_sp .sp-rogo_menu {
    padding: 10px 0 0 0;
  }

  .header_txt_sp {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 0 0 15px;
    font-weight: normal;
  }

  /* ----------------------------------------------- */
  /* nav */
  /* ----------------------------------------------- */
  .sp-menu {
    position: absolute;
    top: 0;
    text-align: right;
    z-index: 1000;
    color: #333;
    width: 100%;
  }

  #menu_btn {
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 9px;
    right: 10px;
    width: 40px;
    height: 40px;
    /*background: #fff;*/
    background: #1D2089;
    border: 1px solid #1D2089;
    cursor: pointer;
    z-index: 1000;
  }

  #menu_btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: 0px 0 0 -10px;
    /* background: #1D2089; */
    background: #fff;
    transition: .2s;
  }

  #menu_btn-icon:before,
  #menu_btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    /* background: #1D2089; */
    background: #fff;
    transition: .3s;
  }

  #menu_btn-icon:before {
    margin-top: -8px;
  }

  #menu_btn-icon:after {
    margin-top: 6px;
  }

  #menu_btn-icon.close {
    background: transparent;
  }

  #menu_btn-icon.close:before,
  #menu_btn-icon.close:after {
    margin-top: 0;
  }

  #menu_btn-icon.close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  #menu_btn-icon.close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .sp-menu-inner {
    width: 100%;
    right: 0;
    overflow: hidden;
    display: none;
    padding: 60px 0 0 0;
  }

  /*.sp-menu-inner {
    width: calc(100% - 20px) ;
    float: left;
  }*/
  .sp-menu-inner li {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
  }

  .sp-menu-inner li a {
    border-top: solid 1px #1D2089;
    background-color: #FFF;
    text-align: center;
    height: auto;
    padding: 10px 0px;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #1D2089;
  }

  .sp-menu-inner li a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    background-color: #f1f1f1;
  }

  .sp-menu-inner .close_list {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #CCC;
  }

  #close-icon {
    color: #FFF;
    text-decoration: none;
    display: block;
    background-color: #1D2089;
  }

  /* ----------------------------------------------- */
  /* home */
  /* ----------------------------------------------- */
  .news_list .news_date {}

  .news_list .news_title {}

  .home_news {
    text-align: center;
    padding: 15px 0 25px 0;
  }

  .home_shop_clom3 {
    width: 98%;
  }

  .search_box {
    width: 100%;
  }

  .news_box {
    width: 100%;
  }

  .car_icon {
    width: 47%;
  }

  .car_icon .car_icon_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .car_list_table td {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }

  .car_list_table .car_img {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
  }

  .car_list_table .car_txt {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
  }

  .car_list_table .sp_border {
    border: 1px solid #CCC;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    display: block;
  }

  .sp_none {
    display: none;
  }

  .car_search_select {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px;
    margin: 0 0 15px 0;
  }

  .type_car_box {
    width: 49%;
  }

  .type_car_box .type_car_icon {
    width: 30%;
  }

  .type_car_box .type_car_icon img {
    max-width: 100%;
    height: auto;
    padding: 5px 0 0 0;
  }

  .type_car_box .type_car_txt {
    width: 68%;
    font-size: 1.2rem;
  }

  /* ----------------------------------------------- */
  /* car_search */
  /* ----------------------------------------------- */
  /* .search_select,.search_input {
    font-size: 16px;
    font-size: 1.6rem;
  } */
  .search_input {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .car_img_slid {
    width: 100%;
  }

  .car_list_table {
    table-layout: fixed
  }

  .car_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /* ----------------------------------------------- */
  /* estimate */
  /* ----------------------------------------------- */
  .inspection_car {
    width: 100%;
  }

  /* ----------------------------------------------- */
  /* assessment */
  /* ----------------------------------------------- */
  .assessment_good_clom,
  .assessment_graph_clom,
  .assessment_point_clom,
  .assessment_tel_clom {
    width: 100%;
  }

  .assessment_puls_block .puls_title01 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .assessment_puls_block .puls_title02 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .assessment_puls_block .puls_title03 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .assessment_point_block .point_title01 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .assessment_point_block .point_title02 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .assessment_point_block .point_title02 span {
    width: 100%;
    display: block;
  }

  .assessment_tel_clom .tel_txt {
    font-size: 32px;
    font-size: 3.2rem;
  }

  /* ----------------------------------------------- */
  /* store_guide */
  /* ----------------------------------------------- */
  .store_h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .store_top_title .store_circle_box {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }

  .store_top_title .store_h2 {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
    font-size: 28px;
    font-size: 2.8rem;
  }

  .store_gain_title .store_gain_h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .store_gain_clom {
    width: 100%;
    padding: 10px;
  }

  .store_gain_clom .txt01 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .store_gain_clom .txt02 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .store_box .store_txt01 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .store_box .store_txt02 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .store_gain_title .store_gain_circle {
    margin: 0 10px 0 0;
  }

  /* ----------------------------------------------- */
  /* reason_for_safety */
  /* ----------------------------------------------- */
  .sefety_clom,
  .sefety_add_box {
    width: 100%;
  }

  /* ----------------------------------------------- */
  /* company_guide */
  /* ----------------------------------------------- */
  .company_clom,
  .company_map_clom {
    width: 100%;
  }

  /* ----------------------------------------------- */
  /* seven_services */
  /* ----------------------------------------------- */
  .seven_services_h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .seven_services_clom,
  .seven_services_clom_txt {
    width: 100%;
  }

  /* ----------------------------------------------- */
  /* point_card */
  /* ----------------------------------------------- */
  .point_card_h2 .title01 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .point_card_h2 .title02 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .point_card_h301,
  .point_card_h302 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .point_card_shop01,
  .point_card_shop02 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .point_card_clom_img {
    margin: 0 0 20px 0;
    padding: 0;
  }

  .point_card_clom_img .title01 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 10px;
    padding: 10px;
  }

  .point_card_clom_blue,
  .point_card_clom_red,
  .point_card_clom_img {
    width: 100%;
  }

  /* ----------------------------------------------- */
  /* contact */
  /* ----------------------------------------------- */
  .inquiry .td_title {
    width: 100%;
    border-bottom: 1px solid #FFF;
    display: block;
    font-weight: bold;
    padding: 10px 10px 0 10px;
  }

  .inquiry .td_required {
    width: 100%;
    display: block;
    border-bottom: 1px solid #FFF;
    padding: 0 10px;
  }

  .inquiry .td_txt {
    width: 100%;
    display: block;
    font-weight: bold;
  }

  .inquiry .td01 {
    width: 100%;
    display: block;
  }

  .inquiry .select_td {
    width: 100%;
  }

  .inquiry {
    width: 100%;
    margin: 40px auto 20px auto;
    grid-template-columns: 100%;
  }

  .inquiry .td_required span {
    line-height: 1;
    margin: 0;
  }

  /* ----------------------------------------------- */
  /* news */
  /* ----------------------------------------------- */
  .entry_block,
  .sidebar_block,
  .entry_txt,
  .entry_img {
    width: 100%;
  }

  .entry_img_single img {
    max-width: 100%;
    height: auto;
  }

  .sidebar_block .widget-area ul li a {
    width: 46%;
    margin: 0 2%;
    float: left;
  }

  .sidebar_block .widget-area li ul::after {
    content: "";
    display: block;
    clear: both;
  }

  .widgettitle {
    display: block;
  }

  /* ----------------------------------------------- */
  /* metal_paint */
  /* ----------------------------------------------- */
  .metal_p {
    padding: 20px;
  }

  /* ----------------------------------------------- */
  /* page */
  /* ----------------------------------------------- */
  #page-top {
    right: 15px;
    bottom: 50px;
  }

  /* ----------------------------------------------- */
  /* footer */
  /* ----------------------------------------------- */
  #footer {
    padding: 0 0 20px 0;
  }

  .footer_clom {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    text-align: center;
  }

  .footer_calender {
    /*margin: 0;*/
  }

  .list_but {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*width: 100%;*/
  }

  .list_but li {}

  .list_but li a {
    display: block;
    text-align: center;
    /* width: calc(50% - 0px); */
    width: 100%;
    padding: 8px 0;
    /* background-color: #FFF; */
    background-color: #1D2089;
    text-decoration: none;
    /*font-size: 21px;
    font-size: 2.1rem;*/
    border-top: 1px solid #1D2089;
    /* color: #1D2089; */
    color: #FFF;
    /*font-weight: bold;*/
  }

  .list_but .r_line {
    border-top: 1px solid #1D2089;
    /*border-right: 1px solid #1D2089;*/
    border-left: 1px solid #1D2089;
  }

  .list_but .l_line {
    border-top: 1px solid #1D2089;
    /*border-left: 1px solid #1D2089;*/
  }
}