/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.p-visual {
  position: relative;
}
.p-visual__img img {
  width: 100%;
}
.p-visual-text {
  position: absolute;
  z-index: 1;
  font-weight: bold;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-visual-text__title {
  padding-left: 50px;
  font-size: 2.7rem;
  margin-bottom: 65px;
  position: relative;
  font-weight: bold;
}
.p-visual-text__title:before {
  content: "";
  position: absolute;
  border-bottom: solid 2px #cc0001;
  bottom: -30px;
  height: 2px;
  width: 153px;
  left: 0;
}
.p-visual-text__text1 {
  padding-left: 50px;
  font-size: 2rem;
  margin-bottom: 20px;
}
.p-visual-text__text2, .p-visual-text__text3 {
  padding-left: 60px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.p-visual-text__text4 {
  padding-left: 50px;
  font-size: 2rem;
  margin-bottom: 70px;
}
.p-visual-text__button {
  text-align: center;
}

.p-home-map {
  height: 363px;
}

.p-home-box-top {
  width: 250px;
}
.p-home-box-top__title {
  margin-bottom: 40px;
}
.p-home-box-top__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
.p-home-box-top__showroom:before {
  width: 50px !important;
}
.p-home-box-top__showroom:after {
  width: 45px !important;
}
.p-home-box-top__democar:before {
  width: 25px !important;
}
.p-home-box-top__democar:after {
  width: 20px !important;
}
.p-home-box-top__usedcar:before {
  width: 15px !important;
}
.p-home-box-top__usedcar:after {
  width: 10px !important;
}
.p-home-box-top__number {
  background: rgba(255, 255, 255, 0.75);
  color: #333333;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 34px;
}
.p-home-box-top__left {
  float: left;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-top: 10px;
}
.p-home-box-top__right {
  float: right;
  font-size: 7.2rem;
}
.p-home-box-top__right span {
  font-size: 2.1rem;
}

.p-home-box-bottom {
  width: 250px;
}
.p-home-box-bottom__title {
  margin-bottom: 200px;
}
.p-home-box-bottom__calendar:before {
  width: 20px !important;
}
.p-home-box-bottom__calendar:after {
  width: 15px !important;
}
.p-home-box-bottom__newcar:before {
  width: 25px !important;
}
.p-home-box-bottom__newcar:after {
  width: 20px !important;
}
.p-home-box-bottom__reserve:before {
  width: 10px !important;
}
.p-home-box-bottom__reserve:after {
  width: 5px !important;
}
.p-home-box-bottom__campaign:before {
  width: 30px !important;
}
.p-home-box-bottom__campaign:after {
  width: 25px !important;
}

.p-home-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-home-split__left, .p-home-split__right {
  position: relative;
  width: 540px;
}
.p-home-split__left {
  margin-right: 30px;
}
.p-home-split__right {
  margin-left: 30px;
}
.p-home-split__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.p-home-split__bottom img {
  width: 100%;
}

.p-banner-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-repeat: no-repeat;
  top: 50%;
}
.p-banner-slider .slick-prev {
  left: 20px;
  background-image: url("https://5e6c5a.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/home/arrow-banner-slider-left.png");
  background-position: top left;
}
.p-banner-slider .slick-next {
  right: 20px;
  background-image: url("https://91ba3b.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/home/arrow-banner-slider-right.png");
  background-position: top left;
}
.p-banner-slider .slick-slide img {
  width: 100%;
}

.p-home-news {
  font-weight: bold;
  line-height: 1.45;
}
.p-home-news__list {
  border-top: 1px solid #cccccc;
  font-size: 1.4rem;
}
.p-home-news__item {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
.p-home-news__left {
  display: inline-block;
  vertical-align: top;
  width: 115px;
}
.p-home-news__right{
  display: inline-block;
  width: 420px;
  color: #cc0001;
}
a.topics-link {
  color: #cc0001;
  text-decoration: underline;
}
a.topics-link:hover {
  text-decoration: none;
}

.p-showroom-map {
  height: 550px;
  margin-bottom: 60px;
}

.p-showroom-time {
  margin-bottom: 60px;
  font-size: 1.6rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 460px;
  padding: 10px 0;
}
.p-showroom-infomation {
  margin-bottom: 20px;
  font-size: 1.6rem;
  border: solid 1px #333333;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 10px 0;
  display: inline-block;
}
.p-showroom-infomation.wifi {
  display: inline-flex;
  justify-content: center;
  text-align: initial;
}
.p-showroom-infomation img {
  margin: 0px 7px;
  width: 4%;
  height: 5%;
  display: flex;
}
.p-showroom-list {
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-showroom-list__item {
  width: 360px;
  margin-left: 30px;
  margin-bottom: 60px;
}
.p-showroom-list__item a {
  display: block;
}
.p-showroom-list__title {
  font-size: 2.0rem;
  background: #cc0001;
  padding: 8px;
  color: white;
}
.p-showroom-list__text {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-showroom-list__holiday {
  color: #cc0001;
}
.p-showroom-list__tag {
  display: inline-block;
  font-size: 1.4rem;
  color: white;
  padding: 5px;
}
.p-showroom-list__small {
  background: #cc0001;
}
.p-showroom-list__quality {
  background: #092254;
}
.p-showroom-list__orange {
  background: #ec7122;
}

.p-showroom-list__charging {
  margin-top: 4px;
  margin-left: -7px;
}

a:hover .p-showroom-list__charging img{
  opacity: 1;
}


.gmapOpen_InfoWindow {
  width: 290px;
}

.gmapOpen_wrapContent {
  overflow: hidden;
}

.gmapOpen_shopName {
  margin: 0 0 5px 0;
  padding: 5px 0 0px 5px;
  border-bottom: #dddbd3 solid 1px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.gmapOpen_addressTitle,
.gmapOpen_telTitle {
  width: 70px;
  margin: 0 10px 0 5px;
  padding: 3px;
  background: #333333;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  float: left;
  overflow: hidden;
}

.gmapOpen_shopLocation {
  margin: 0 0 5px 0;
}

.gmapOpen_shopFreedial {
  background: url(https://a4a329.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/sr/icon_freedial.png) left center no-repeat;
  padding: 0 0 0 30px;
  float: left;
}

.gmapOpen_shopTel {
  padding: 0 0 0 115px;
  clear: both;
}

.gmapOpen_shopUrl {
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  border-top: #dddbd3 solid 1px;
}

.p-sr-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 68px;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-repeat: no-repeat;
  top: 42%;
}
.p-sr-slider .slick-prev {
  left: 20px;
  background-image: url("https://2a1ec7.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/sr/arrow-sr-slider-left.png");
  background-position: top left;
}
.p-sr-slider .slick-next {
  right: 20px;
  background-image: url("https://fa7be8.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/sr/arrow-sr-sliderr-right.png");
  background-position: top left;
}
.p-sr-slider .slick-slide img {
  width: 640px;
  height:auto;
}

.p-sr-greet {
  padding: 60px 0;
  background: #f0f0f0;
}
.p-sr-greet__title > span > span {
  background: #f0f0f0;
}
.p-sr-greet__text {
  font-size: 1.8rem;
  line-height: 1.8;
}

.p-sr-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-sr-split__left, .p-sr-split__right {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 540px;
}
.p-sr-split__left {
  margin-right: 30px;
}
.p-sr-split__right {
  margin-left: 30px;
}

.p-sr-outline {
  font-size: 1.6rem;
  width: 100%;
}
.p-sr-outline th,
.p-sr-outline td {
  padding: 7px 0;
  border-bottom: 30px solid white;
}
.p-sr-outline th {
  background: #333333;
  color: white;
  width: 100px;
  margin-right: 20px;
  text-align: center;
}
.p-sr-outline td {
  text-align: left;
  border-left: 30px solid white;
}
.p-sr-outline__tel {
  padding: 7px 0 7px 30px !important;
  background: url(https://a4a329.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/sr/icon_freedial.png) left center no-repeat;
}

.p-sr-calendar {
  font-size: 1.6rem;
}
.p-sr-calendar__month {
  font-size: 2.7rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.p-sr-calendar__arrow {
  width: 60px;
}
.p-sr-calendar__left {
  float: left;
  display: block;
}
.p-sr-calendar__right {
  float: right;
  display: block;
}
.p-sr-calendar__text {
  font-size: 1.6rem;
}
.p-sr-calendar table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  background: #f0f0f0;
  margin-bottom: 8px;
}
.p-sr-calendar table .cal_sun {
  color: #cc0001;
}
.p-sr-calendar .cal_headline th {
  padding: 8px 0 8px;
  text-align: center;
}
.p-sr-calendar td {
  background-color: #fff;
  text-align: center;
}
.p-sr-calendar td div {
  padding: .9em 0;
}
.p-sr-calendar td div.cal_adjoin {
  opacity: .2;
}
.p-sr-calendar .cal_month {
  width: 100%;
  font-size: 3rem;
}
.p-sr-calendar .cal_month span {
  padding-left: 1em;
}
.p-sr-calendar td .cal_close01 {
  background-color: #333333;
  color: #fff;
}
.p-sr-calendar td .cal_close01 {
  background-color: #333333;
  color: #fff;
}
.p-sr-calendar td .cal_close02 {
  background-color: #333333;
  color: #fff;
}
.p-sr-calendar td .cal_close01 {
  background-color: #333333;
  color: #fff;
}
.p-sr-calendar td .cal_close03 {
  background-color: #333333;
  color: #fff;
}
.p-sr-calendar td .cal_close04 {
  background-color: #333333;
  color: #fff;
}
.p-sr-calendar .cal_noClose {
  background-color: #fff;
  /*color: #cc0001;*/
}

.p-sr-box__element:before {
  padding-top: 105%;
}
.p-sr-box__text {
  width: 270px;
}
.p-sr-box__title {
  margin-bottom: 180px;
}
.p-sr-box__democar:before {
  width: 20px !important;
}
.p-sr-box__democar:after {
  width: 15px !important;
}
.p-sr-box__staff:before {
  width: 7px !important;
}
.p-sr-box__staff:after {
  width: 5px !important;
}
.p-sr-box__maintenance:before {
  width: 45px !important;
}
.p-sr-box__maintenance:after {
  width: 40px !important;
}

.p-sr-button {
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
}
.p-sr-button__link {
  width: 360px;
  margin-left: 30px;
  border: solid 2px #333333;
  padding: 25px;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sr-button__link:hover {
  background: #333333;
  color: white;
}

a.p-sr-usedcarBtn{
  display: block;
  background: #cc0001;
  color: #fff;
  text-align: center;
  text-align: center;
  padding: 18px 0;
  box-sizing: border-box;
}
a.p-sr-usedcarBtn:hover{
  opacity: .7;
}

.p-sr-map {
  height: 400px;
}

.p-sr-blog .infobbs_title02 {
  background: #f0f0f0;
  border-top: none;
  border-bottom: none;
  border-left: solid 5px #cc0001;
  font-size: 1.6rem;
  padding: 15px;
}
.p-sr-blog .infobbs_title02 td:first-child > div {
  color: #cc0001 !important;
}
.p-sr-blog .infobbs_title02 td:last-child > div {
  font-size: 1.6rem;
}
.p-sr-blog .infobbs_page {
  margin-bottom: 45px;
}

.p-sr-campaign {
  font-size: 1.4rem;
}
.p-sr-campaign__list {
  border-top: solid 1px #cccccc;
}
.p-sr-campaign__item {
  padding: 30px 0;
  border-bottom: solid 1px #cccccc;
}
.p-sr-campaign__item a {
  color: #cc0001;
  text-decoration: underline;
}
.p-sr-campaign__item a:hover {
  text-decoration: none;
}

/* staff
--------------------------- */
.p-sr-staff {
  overflow: hidden;
  padding: 40px 0; }
  .p-sr-staff .ATC-shop-contents-staff{
    overflow: hidden;
  }
  .p-sr-staff .ATC-shop-contents-staff-list {
    float: left;
    overflow: hidden;
    width: 32%;
    margin-left: 22px;
    padding: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    list-style: none;
    background-color: #fff; }
    .p-sr-staff .ATC-shop-contents-staff-list:nth-of-type(3n+1){
      margin-left: 0;
    }
    .p-sr-staff .ATC-shop-contents-staff-list:nth-of-type(n+4){
      margin-top: 22px;
    }
    .p-sr-staff .ATC-shop-contents-staff-list ul {
      margin-top: 15px;
      width: auto; }
    .p-sr-staff .ATC-shop-contents-staff-list.is-notready {
      width: 100%;
      border: 0; }
  .p-sr-staff .ATC-photo-thumb-frame {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box; }
    .p-sr-staff .ATC-photo-thumb-frame img {
      width: 100% !important;
      max-width: 100%; }
  .p-sr-staff .ATC-shop-contents-staff-list-name {
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    width: auto;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    list-style: none; }
  .p-sr-staff .ATC-shop-contents-staff-list-name .ATC-staff-type-bg01,
  .p-sr-staff .ATC-shop-contents-staff-list-name .ATC-staff-type-bg02,
  .p-sr-staff .ATC-shop-contents-staff-list-name .ATC-staff-type-bg03,
  .p-sr-staff .ATC-shop-contents-staff-list-name .ATC-staff-type-bg04,
  .p-sr-staff .ATC-shop-contents-staff-list-name .ATC-staff-type-bg05,
  .p-sr-staff .ATC-shop-contents-staff-list-name .ATC-staff-type-bg06,
  .p-sr-staff .ATC-shop-contents-staff-list-name .ATC-staff-type-bg07,
  .p-sr-staff .ATC-shop-contents-staff-list-name .ATC-staff-type-bg08,
  .p-sr-staff .ATC-shop-contents-staff-list-name .ATC-staff-type-bg09,
  .p-sr-staff .ATC-shop-contents-staff-list-name .ATC-staff-type-bg10 {
    text-align: center;
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff; }
  .p-sr-staff .ATC-staff-type-bg01,
  .p-sr-staff .ATC-staff-type-bg10 {
    background: #ef929d; }
  .p-sr-staff .ATC-staff-type-bg02 {
    background: #8399d2; }
  .p-sr-staff .ATC-staff-type-bg03,
  .p-sr-staff .ATC-staff-type-bg04,
  .p-sr-staff .ATC-staff-type-bg05 {
    background: #72c5bd; }
  .p-sr-staff .ATC-staff-type-bg06,
  .p-sr-staff .ATC-staff-type-bg07,
  .p-sr-staff .ATC-staff-type-bg08,
  .p-sr-staff .ATC-staff-type-bg09 {
    background: #ee9100; }
  .p-sr-staff .ATC-shop-contents-staff-list-qualification {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    width: 100%;
    padding-bottom: 15px;
    box-sizing: border-box;
    list-style: none; }
  .p-sr-staff .ATC-staff-type-color01,
  .p-sr-staff .ATC-staff-type-color10 {
    color: #dd2e43; }
  .p-sr-staff .ATC-staff-type-color02 {
    color: #3a5fbc; }
  .p-sr-staff .ATC-staff-type-color03,
  .p-sr-staff .ATC-staff-type-color04,
  .p-sr-staff .ATC-staff-type-color05 {
    color: #2caa9e; }
  .p-sr-staff .ATC-staff-type-color06,
  .p-sr-staff .ATC-staff-type-color07,
  .p-sr-staff .ATC-staff-type-color08,
  .p-sr-staff .ATC-staff-type-color09 {
    color: #ee9100; }
  .p-sr-staff .ATC-shop-contents-staff-list-comment {
    clear: both;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 15px;
    padding: 10px;
    list-style: none; }
    .p-sr-staff .ATC-shop-contents-staff-list-comment.is-empty {
      padding: 0;
      background: transparent; }

.p-recruit-navi {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-recruit-navi__element {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  text-align: center;
  background: #f0f0f0;
  margin-right: 30px;
  font-size: 1.6rem;
  height: 52px;
  padding-top: 20px;
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-recruit-navi__element:last-child {
  margin-right: 0;
}
.p-recruit-navi__element:hover {
  border-bottom: solid 4px #cc0001;
}
.p-recruit-navi--current {
  border-bottom: solid 4px #cc0001;
}

.p-recruit-footer{
  text-align: center;
  font-size: 20px;
}
.p-recruit-footer > p{
  margin-bottom: 5px;
  line-height: 1.3;
}
.p-recruit-footer__btn{
  width: 400px;
  display: block;
  margin: 0 auto;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-recruit-footer__btn:hover{
  opacity: .7;
}

.p-recruit-box-top__element:before {
  padding-top: 105%;
}
.p-recruit-box-top__text {
  width: 285px;
}
.p-recruit-box-top__title {
  font-size: 2.7rem;
  letter-spacing: 6px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.p-recruit-box-bottom {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
.p-recruit-box-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-recruit-box-bottom__left, .p-recruit-box-bottom__right {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.p-recruit-box-bottom__left {
  margin-top: -1px;
  margin-bottom: -1px;
}
.p-recruit-box-bottom__img img {
  width: 100%;
}
.p-recruit-box-bottom__text {
  text-align: center;
  color: #cc0001;
  width: 235px;
  margin: auto;
}
.p-recruit-box-bottom__title {
  font-size: 2.7rem;
  margin-bottom: 22px;
}
.p-recruit-box-bottom__title span {
  margin-top: 5px;
  display: block;
  font-size: 1.8rem;
}
.p-recruit-box-bottom__button {
  font-size: 1.8rem;
  padding: 15px;
  border: solid 1px #cc0001;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-recruit-box-bottom__inner:hover .p-recruit-box-bottom__button {
  background: #cc0001;
  color: white;
}

.p-recruit-title {
  position: relative;
  height: 480px;
}
.p-recruit-title__left {
  position: absolute;
  width: 360px;
  height: 250px;
  z-index: 2;
  background-color: rgba(204, 0, 1, 0.8);
  color: white;
  top: 116px;
  padding-top: 40px;
  padding-left: 40px;
}

.p-recruit-title_message__right {
  position: absolute;
  width: 380px;
  height: 250px;
  z-index: 2;
  background-color: rgba(204, 0, 1, 0.8);
  color: white;
  top: 116px;
  padding-top: 40px;
  padding-left: 40px;
}

.p-recruit-title__title {
  font-size: 3.4rem;
  margin-bottom: 30px;
  letter-spacing: 5px;
}
.p-recruit-title__text {
  font-size: 2.4rem;
  line-height: 1.5;
}
.p-recruit-title__right {
  position: absolute;
  right: 0;
  z-index: 1;
}
.p-recruit-title_message__left {
  position: absolute;
  right: 0;
  z-index: 1;
}

.p-recruit-president-title .p-recruit-title__left {
  right: 0;
}
.p-recruit-president-title .p-recruit-title__right {
  left: 0;
}

.p-recruit-president-title .p-recruit-title_message__left {
  right: 30px;
}
.p-recruit-president-title .p-recruit-title_message__right {
  left: 50px;
}

.p-recruit-interview {
  margin-bottom: 60px;
}
.p-recruit-interview__inner {
  width: 690px;
}
.p-recruit-interview__title {
  font-size: 2.6rem;
  line-height: 1.25;
  margin-bottom: 20px;
  border-left: solid 4px #cc0001;
  padding-left: 10px;
}
.p-recruit-interview__text {
  line-height: 1.75;
  margin-bottom: 30px;
}
.p-recruit-interview__img {
  width: 420px;
}
.p-recruit-interview__left {
  margin-right: 30px;
  float: left;
}
.p-recruit-interview__right {
  float: right;
}

.p-recruit-president-lead {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 60px;
}

.p-recruit-president-big {
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}

.p-recruit-president__left {
  float: left;
  width: 555px;
}
.p-recruit-president__right {
  float: right;
  width: 435px;
}

.p-recruit-flow {
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-recruit-flow__box {
  width: 360px;
  margin-left: 30px;
}
.p-recruit-flow__category {
  position: relative;
  margin-bottom: 10px;
}
.p-recruit-flow__name {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  background: #cc0001;
  text-align: center;
  padding: 10px;
  color: white;
}
.p-recruit-flow__timeline {
  position: relative;
  padding-left: 80px;
}
.p-recruit-flow__timeline:before {
  left: 64px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #cc0001;
}
.p-recruit-flow__item {
  position: relative;
  padding: 20px 0;
}
.p-recruit-flow__time {
  left: -80px;
  top: 21px;
  width: 72px;
  position: absolute;
}
.p-recruit-flow__text {
  position: relative;
  line-height: 1.25;
}
.p-recruit-flow__text:before {
  content: '';
  display: block;
  position: absolute;
  left: -21px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #cc0001;
}
.p-recruit-flow__img {
  margin-top: 20px;
}
.p-recruit-flow__caution {
  margin-top: 10px;
  font-size: 1.1rem;
  height: 26px;
  line-height: 1.25;
}
.p-recruit-bnr_professional p{
  text-align-last: center;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.p-recruit-bnr_professional a{
  display: block;
  width: 400px;
  margin: 0 auto;
}

.p-calendar-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.p-calendar-split__left, .p-calendar-split__right {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 540px;
}
.p-calendar-split__left {
  margin-right: 30px;
}
.p-calendar-split__right {
  margin-left: 30px;
}

.p-calendar-time {
  margin-bottom: 60px;
  font-size: 1.6rem;
  border: solid 1px #333333;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 560px;
  padding: 10px 0;
}

.anshin {
  text-align: center;
}
.anshin figure {
  margin: 0 0 10px 0;
}
.anshin p {
  padding: 20px;
  border: #DDDBD3 solid 1px;
  text-align: center;
  clear: both;
}

.support {
  overflow: hidden;
  line-height: 1.5;
}

.supportImage {
  margin: 0 15px 20px 0;
  float: left;
}

.supportAdvice {
  width: 750px;
  float: right;
}

.supportAdvice dl {
  margin: 0 0 20px 0;
  text-align: justify;
}

.supportAdvice dt {
  font-weight: bold;
  font-size: 1.8rem;
  color: #cc0001;
  padding-bottom: 10px;
}

.support p {
  padding: 25px;
  background-color: #eee;
  font-weight: bold;
  text-align: center;
  clear: both;
}

.accident {
  line-height: 0.8;
}

.jafIntro {
  width: 740px;
  margin: 0 0 20px 0;
  text-align: justify;
}

.expPrice {
  line-height: 1.5;
}

.expPrice th {
  background: #cb0800;
  color: #FFFFFF;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  text-align: center;
  padding: 10px 6px;
  font-weight: bold;
  vertical-align: middle;
  font-size: 1.8rem;
}

.expPrice td {
  background: #ffffff;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  padding: 10px 6px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.8rem;
}

.jafCaution {
  margin: 0 0 20px 0;
}

.jafCaution span {
  font-weight: bold;
}

.jafPrice {
  margin: 0 0 50px 0;
}

.expPrice tr.detail th,
.expPrice th.detail {
  background: #da524c;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  font-weight: normal;
}

.expPrice td.rank {
  background: #da524c;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  color: #FFFFFF;
}

.expPrice tr.total th,
.expPrice th.total,
.expPrice td.ratio {
  background: #f6e840;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
}

.expPrice th span, .expPrice td span {
  font-size: 12px;
  font-size: 1.2rem;
}

.expButton {
  margin: 20px 0 0 0;
  padding: 20px 0;
  text-align: center;
  border: #DDDBD3 solid 1px;
}

.p-body-coating-top {
  background: #f0f0f0;
  padding: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.p-body-coating-top__left {
  float: left;
  width: 670px;
  line-height: 2;
}
.p-body-coating-top__right {
  float: right;
  width: 425px;
}

.p-body-coating-bottom {
  background: #f0f0f0;
  padding: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.p-body-coating-bottom__left {
  float: left;
  width: 800px;
  line-height: 2;
}
.p-body-coating-bottom__right {
  float: right;
  width: 280px;
}

.p-body-coating-depiction {
  line-height: 1.5;
}
.p-body-coating-depiction__left {
  float: left;
  width: 720px;
}
.p-body-coating-depiction__left dl {
  margin-bottom: 20px;
}
.p-body-coating-depiction__left dt {
  font-weight: bold;
  background: url("https://4f2e1c.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/body_coating/icon-title.png") left center no-repeat;
  padding-left: 23px;
  margin-bottom: 5px;
}
.p-body-coating-depiction__left sup {
  font-size: 1.1rem;
  position: relative;
  top: -0.4em;
}
.p-body-coating-depiction__right {
  float: right;
  width: 400px;
}

.bodyCoating .CMN_MTN_TXT-4NIIGATA {
  width: 738px;
  margin: 0 0 20px 0;
  padding: 100px 0;
  text-align: center;
  border: #DDDBD3 solid 1px;
}

.bodyCoating tr.car th {
  background: #b5de6f;
  color: #000000;
  font-weight: normal;
}

.bodyCoating th {
  background: #cb0800;
  color: #FFFFFF;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  text-align: center;
  padding: 10px 6px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.5;
}

.bodyCoating td {
  background: #ffffff;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  padding: 10px 6px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.8rem;
  vertical-align: middle;
}

.bodyCoating .checkPrice {
  margin: 0 0 20px 0;
}

.p-airclean-lead{
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
}

.p-leaflet-on__date {
  margin-bottom: 60px;
  font-size: 1.6rem;
  border: solid 1px #333333;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 460px;
  padding: 10px 0;
}
.p-leaflet-on__left {
  float: left;
  width: 49%;
}
.p-leaflet-on__left img {
  width: 100%;
}
.p-leaflet-on__right {
  float: right;
  width: 49%;
}
.p-leaflet-on__right img {
  width: 100%;
}

.p-leaflet-off {
  padding: 100px 0 100px 0;
  border: #cfcfcf solid 1px;
  text-align: center;
}

.p-corporate-outline th {
  background: #333333;
  color: white;
  width: 100px;
  margin-right: 20px;
  text-align: center;
  padding: 10px;
}
.p-corporate-outline td {
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  border-right: 30px solid white;
}

.p-corporate-button {
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
}
.p-corporate-button__link {
  width: 555px;
  margin-left: 30px;
  border: solid 2px #333333;
  padding: 25px;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
}
.p-corporate-button__link:hover {
  background: #333333;
  color: white;
}
.p-corporate-button__contact {
  width: 100%;
  margin-left: 30px;
  border: solid 2px #cc0001;
  padding: 25px;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  color: #cc0001;
}
.p-corporate-button__contact:hover {
  background: #cc0001;
  color: white;
}

.leaseIntro {
  margin: 0 0 20px 0;
  text-align: justify;
  line-height: 1.5;
}

.leaseMerit {
  line-height: 1.5;
}

.leaseMerit dl {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.leaseMerit dt {
  float: left;
}

.leaseMerit dd {
  width: 1062px;
  margin: 0 0 0 15px;
  float: left;
}

.leaseMeritTitle {
  margin: 0 0 5px 0;
  border-bottom: #DDDBD3 solid 1px;
  font-weight: bold;
}

#company {
  margin: 0 0 50px 0;
}

.recruit table,
#company table {
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.5;
}

.recruit th,
#company th {
  width: 150px;
  background: #cc0001;
  color: #FFFFFF;
  padding: 10px 10px 10px 10px;
  font-weight: bold;
  text-align: right;
  border: 1px solid #dcdcdc;
}

.recruit td,
#company td {
  padding: 10px 10px 10px 10px;
  border: 1px solid #dcdcdc;
}

.companyHistory {
  margin: 0 0 20px 0;
}

.companyHistory table {
  width: 100%;
  border-collapse: collapse;
}

.companyHistory th {
  width: 150px;
  background: #cc0001;
  color: #FFFFFF;
  border: 1px solid #dcdcdc;
  padding: 10px 10px 10px 10px;
  font-weight: bold;
  text-align: right;
}

.companyHistory td {
  border: 1px solid #dcdcdc;
  padding: 10px 10px 10px 10px;
}

.historyHead {
  margin: 0 0 5px 0;
  font-weight: bold;
}

#a1,
#a2,
#a3 {
  margin-top: -120px;
  padding-top: 120px;
}

.p-inspection-button {
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
  margin-bottom: 122px !important;
}
.p-inspection-button__link {
  width: 360px;
  margin-left: 30px;
  border: solid 2px #cc0001;
  padding: 25px;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #cc0001;
  display: block;
}
.p-inspection-button__link:hover {
  background: #cc0001;
  color: white;
}

.c-inspection-checkpoint {
  width: 100%;
  margin: 0 auto 15px;
}

.c-inspection-checkpoint._freeInitialInspection {
  padding-bottom: 170px;
}

.c-inspection-checkpoint._freeInitialInspection #mt_chk01 {
  width: 250px;
  top: 2px;
  left: 2px;
}

.c-inspection-checkpoint._freeInitialInspection #mt_chk02 {
  width: 250px;
  top: 251px;
  left: 2px;
}

.c-inspection-checkpoint._freeInitialInspection #mt_chk03 {
  width: 250px;
  top: 2px;
  right: 0px;
}

.c-inspection-checkpoint._freeInitialInspection #mt_chk04 {
  width: 250px;
  top: 251px;
  right: 345px;
}

.c-inspection-checkpoint._freeInitialInspection #mt_chk05 {
  width: 250px;
  top: 251px;
  right: 2px;
}

.c-inspection-checkpoint._free6monthInspection {
  padding-bottom: 190px;
}

.c-inspection-checkpoint._free6monthInspection #mt_chk01 {
  width: 250px;
  top: 2px;
  left: 2px;
}

.c-inspection-checkpoint._free6monthInspection #mt_chk02 {
  width: 250px;
  top: 261px;
  left: 2px;
}

.c-inspection-checkpoint._free6monthInspection #mt_chk03 {
  width: 250px;
  top: 2px;
  right: 0;
}

.c-inspection-checkpoint._free6monthInspection #mt_chk04 {
  width: 250px;
  top: 261px;
  right: -3px;
}

.c-inspection-checkpoint._12monthInspection {
  padding-bottom: 160px;
}

.c-inspection-checkpoint._12monthInspection #mt_chk01 {
  width: 250px;
  top: 0;
  left: 2px;
}

.c-inspection-checkpoint._12monthInspection #mt_chk02 {
  width: 250px;
  top: 162px;
  left: 2px;
}

.c-inspection-checkpoint._12monthInspection #mt_chk03 {
  width: 250px;
  top: 0;
  right: 0;
}

.c-inspection-checkpoint._12monthInspection #mt_chk04 {
  width: 675px;
  top: 258px;
  right: 0;
}

.c-inspection-checkpoint._12monthInspection #mt_chk04 dd {
  width: 50%;
}

.c-inspection-checkpoint._safetyInspection {
  padding-bottom: 160px;
}

.c-inspection-checkpoint._safetyInspection #mt_chk01 {
  width: 250px;
  top: 3px;
  left: 2px;
}

.c-inspection-checkpoint._safetyInspection #mt_chk02 {
  width: 675px;
  top: 262px;
  left: 2px;
}

.c-inspection-checkpoint._safetyInspection #mt_chk02 dd {
  width: 33%;
  padding-right: 8px;
}

.c-inspection-checkpoint._safetyInspection #mt_chk03 {
  width: 250px;
  top: 3px;
  right: 0;
}

.c-inspection-checkpoint._safetyInspection #mt_chk04 {
  width: 250px;
  top: 262px;
  right: 0;
}

.c-inspection-checkpoint._inspection {
  padding-bottom: 200px;
}

.c-inspection-checkpoint._inspection #mt_chk01 {
  width: 250px;
  top: 0;
  left: 2px;
}

.c-inspection-checkpoint._inspection #mt_chk02 {
  width: 250px;
  top: 162px;
  left: 2px;
}

.c-inspection-checkpoint._inspection #mt_chk03 {
  width: 250px;
  top: 0;
  right: 0;
}

.c-inspection-checkpoint._inspection #mt_chk04 {
  width: 675px;
  top: 258px;
  right: 0;
}

.c-inspection-checkpoint._inspection #mt_chk04 dd {
  width: 50%;
}

.c-inspection-checkpoint-fig {
  width: 960px;
  margin: 45px auto 0;
  position: relative;
}

.c-inspection-checkpoint-fig__img img {
  display: block;
}

.c-inspection-checkpoint-fig__list {
  position: absolute;
  overflow: hidden;
}

.c-inspection-checkpoint-fig__list dt {
  color: #FFF;
  text-align: center;
  line-height: 40px;
  margin-bottom: 8px;
}

.c-inspection-checkpoint-fig__list dd {
  width: 100%;
  padding-left: 17px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.8;
  float: left;
}

.c-inspection-checkpoint-fig__list dd:hover {
  text-decoration: none;
}

.c-inspection-checkpoint-fig__list dd:before {
  background: #333;
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  display: inline-block;
  width: 9px;
  height: 8px;
}

.c-inspection-checkpoint-fig__list dd._right {
  float: right;
}

.c-inspection-checkpoint-legend {
  margin-top: 15px;
  border: 1px solid #595959;
  padding: 5px;
  display: inline-block;
  float: right;
}

.c-inspection-checkpoint-legend li {
  display: inline-block;
  margin-right: 10px;
}

.c-inspection-modal {
  display: none;
}

.inspection {
  line-height: 1.5;
}

.inspection th {
  background: #cb0800;
  color: #FFFFFF;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  text-align: center;
  padding: 10px 6px;
  font-weight: bold;
  font-size: 1.8rem;
}

.inspection th.detail {
  background: #da524c;
  color: #FFFFFF;
  font-weight: normal;
  vertical-align: middle;
}

.inspection td {
  background: #ffffff;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  padding: 10px 6px;
  text-align: center;
  font-size: 1.8rem;
  vertical-align: middle;
}

.inspection th.noCell, .inspection td.noCell {
  background: none;
  border-right: none;
  border-bottom: none;
  text-align: left;
}

.inspection th span, .inspection td span {
  font-size: 11px;
  font-size: 1.1rem;
}

.inspection tr.total th {
  background: #fffa80;
  color: #000000;
}
.carcare ._airclean tr.total th {
  background: #fffa80;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
}

.inspection .CMN_MTN_TXT-4NIIGATA {
  width: 738px;
  padding: 100px 0 !important;
  text-align: center;
  border: #DDDBD3 solid 1px;
}

.u-tac.btn_mnt{
  margin-top: 40px;
  box-sizing: border-box;
}

.checkCaution {
  margin: 0 0 20px 0;
}

.checkCaution {
  font-size: 1.4rem;
}

.p-ciao-tab ul {
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
}
.p-ciao-tab li a {
  width: 555px;
  margin-left: 30px;
  border: solid 2px #cc0001;
  padding: 15px;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #cc0001;
  display: block;
}
.p-ciao-tab li a:hover {
  background: #cc0001;
  color: white;
}
.p-ciao-tab li.current a {
  background: #cc0001;
  color: white;
}

.p-ciao-table {
  line-height: 1.5;
}
.p-ciao-table td {
  background: #ffffff;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  padding: 10px 20px 10px 10px;
  text-align: center;
  vertical-align: middle;
  text-align: right;
}
.p-ciao-table tr.detail th,
.p-ciao-table th.detail {
  background: #da524c;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  font-weight: normal;
  vertical-align: middle;
}
.p-ciao-table td.rank {
  background: #da524c;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  color: #FFFFFF;
}
.p-ciao-table tr.total th,
.p-ciao-table th.total,
.p-ciao-table td.ratio {
  background: #fffa80;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-ciao-table th span,
.p-ciao-table td span {
  font-size: 12px;
  font-size: 1.2rem;
}

.carcare {
  line-height: 1.5;
}

.carcare table {
  border-top: #a80701 solid 1px;
}

.carcare .CMN_MTN_TXT-4NIIGATA {
  width: 738px;
  padding: 100px 0 !important;
  text-align: center;
  border: #DDDBD3 solid 1px;
}

.carcare th {
  background: #cb0800;
  color: #FFFFFF;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  text-align: center;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  vertical-align: middle;
}

.carcare th.detail {
  background: #b5de6f;
  color: #000000;
  font-weight: normal;
}

.carcare td {
  background: #ffffff;
  border-right: #a80701 dotted 1px;
  border-bottom: #a80701 solid 1px;
  padding: 5px 3px 5px 3px;
  text-align: center;
  vertical-align: middle;
}

td.noLine {
  width: 35%;
}

.carcare td:nth-child(3){
  padding-left: 9px;
  text-align: left;
}

.carcare th.noCell, .carcare td.noCell {
  background: none;
  border-right: none;
  border-bottom: none;
  text-align: left;
}

.carcare th span, .carcare td span {
  font-size: 12px;
  font-size: 1.2rem;
}

.carcare tr.total th, .carcare th.total {
  background: #f6e840;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
}

.carcare .priceList {
  margin: 0 0 20px 0;
}

.carcare .complement {
  background-color: yellow;
  width: 22em;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 18px;
}

.carcare .careLink {
  margin: 20px 0 0 0;
  padding: 20px 0;
  text-align: center;
  border: #DDDBD3 solid 1px;
}

.carePack th,
.carePack td {
  padding: 15px;
}

.p-moving-visual {
  height: 480px;
  background: url("https://9a84a3.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/moving/visual.jpg") no-repeat top left;
}
.p-moving-visual__title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  padding-top: 300px;
  margin-bottom: 30px;
}
.p-moving-visual__text {
  width: 800px;
  margin: auto;
  line-height: 1.5;
}

.p-moving-link {
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-moving-link__grid {
  width: 360px;
  margin-left: 30px;
}

#support {
  line-height: 1.5;
}

#support p.intro {
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
  border: #DDDBD3 solid 1px;
  text-align: justify;
}

#supportInner .supportSub {
  margin-bottom: 40px;
}

#supportInner li {
  margin: 0 0 0 30px;
  padding: 0 0 10px 0;
  list-style-type: decimal;
  list-style-position: outside;
}

#supportInner .supportSub .box {
  margin: 10px 0 0 0;
  width: auto;
  font-weight: bold;
  padding: 20px 20px 20px 20px;
  border: #DDDBD3 solid 1px;
  text-align: justify;
}

#supportInner .supportSub span {
  display: block;
  padding: 6px;
  margin: 10px 0;
}

#support div#sign2 {
  width: 200px;
  padding: 20px 20px 20px 20px;
  float: right;
  text-align: center;
  border: #DDDBD3 solid 1px;
}

#support div#sign2 p {
  margin: 0 auto;
}

.supportTable {
  margin: 0 0 20px 0;
}

.supportTable table {
  width: 100%;
}

.supportTable th {
  width: 130px;
  border-bottom: #dddbd3 solid 1px;
  padding: 20px 10px 20px 10px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.supportTable td {
  border-bottom: #dddbd3 solid 1px;
  padding: 10px 10px 10px 10px;
  vertical-align: middle;
}

.supportTableHead {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.env-fig {
  position: relative;
  padding: 50px 0;
  color: #b28146;
  font-size: 16px;
  line-height: 2em;
}

.env-fig sub {
  display: inline-block;
  font-size: 65%;
}

.env-fig:before, .env-fig:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
}

.env-fig:before {
  top: 0;
  background: url(https://bc3651.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/environment/direction/common/img/bgHeaderTop.gif) center top repeat-x;
}

.env-fig:after {
  bottom: 0;
  background: url(https://a9b39d.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/environment/direction/common/img/bgHeaderBottom.gif) center bottom repeat-x;
}

.env-fig__head {
  width: auto;
  padding: 30px 0;
  color: #6eb92b;
  font-size: 27px;
  line-height: 1.5em;
  text-align: center;
}

.env-fig__title {
  background: url(https://9bef51.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/environment/direction/common/img/bg_policyTitle.gif) center center repeat-x;
  font-size: 18px;
  text-align: center;
}

.env-fig__title span {
  background: #fff;
  padding: 0 30px;
}

.env-fig__body {
  background: url(https://810d53.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/environment/direction/common/img/character_img01.jpg) left bottom no-repeat;
  padding-top: 30px;
  padding-left: 70px;
  margin-bottom: 30px;
  margin-left: 10px;
}

.env-fig__body dl {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.env-fig__body dt {
  display: table-cell;
  width: 100px;
}

.env-fig__body dt:before {
  content: "\25a0";
}

.env-fig__body dd {
  display: table-cell;
}

.env-fig__body dd li {
  list-style: decimal;
  list-style-position: inside;
}

.env-fig__sign {
  text-align: right;
}

#privacy {
  line-height: 1.5;
}
#privacy a {
  text-decoration: underline;
  color: #cc0001;
}

#privacy p.intro {
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
  border: #DDDBD3 solid 1px;
  text-align: justify;
}

#privacyInner li {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: #DDDBD3 solid 1px;
  list-style-type: decimal;
  list-style-position: inside;
  overflow: hidden;
}

#privacyInner .privacySub li {
  margin: 10px 0 0 20px;
  border: none;
  list-style-type: lower-roman;
}

#privacyInner .privacySub li p.box {
  margin: 10px 0 0 0;
  padding: 20px 20px 20px 20px;
  border: #DDDBD3 solid 1px;
  text-align: justify;
}

#privacy div#sign {
  padding: 20px 20px 20px 20px;
  float: right;
  border: #DDDBD3 solid 1px;
  text-align: justify;
}

#privacy div#sign p {
  margin: 0 auto;
}

.plugin {
  margin: 10px 0 60px 0;
  padding: 20px 20px 10px 20px;
  border: #DDDBD3 solid 1px;
  text-align: justify;
  overflow: hidden;
}

.plugin dt {
  height: 33px;
  float: left;
}

.plugin dd {
  width: 860px;
  height: 40px;
  margin: 0 0 0 15px;
  padding: 7px 0 0 0;
  float: left;
}

.p-car-used-link {
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
  justify-content: center;
}
.p-car-used-link__grid {
  width: 360px;
  margin-left: 30px;
  margin-bottom: 60px;
}
.p-car-used-link__title {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  background: #eeeeee;
  padding-bottom: 10px;
  padding-top: 10px;
}
.p-car-used-link__img {
  margin-bottom: 5px;
}
.p-car-used-link__text {
  margin-bottom: 5px;
}

.p-car-used-include {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 90px;
}
.p-car-used-include a {
  color: #cc0001;
}
.p-car-used-include a:hover {
  text-decoration: underline;
}
.p-car-used-include .COMMON-UCAR-table td:nth-child(2),
.p-car-used-include .COMMON-UCAR-table td:nth-child(3),
.p-car-used-include .COMMON-UCAR-table td:nth-child(4),
.p-car-used-include .COMMON-UCAR-table td:nth-child(5),
.p-car-used-include .COMMON-UCAR-table td:nth-child(6) {
  width: 150px;
  vertical-align: middle;
}

.p-car-used-include .COMMON-UCAR-detail-photo-main {
	margin: 5px auto 10px !important;
	width: 640px;
}

.p-car-used-banner__left {
  float: left;
}
.p-car-used-banner__right {
  float: right;
}

.p-car-used-title {
  line-height: 1.75;
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 0;
  color: white;
  background: #cc0001;
}

.p-car-custom__left {
  float: left;
  width: 600px;
}
.p-car-custom__right {
  float: right;
  width: 510px;
  padding-top: 140px;
}
.p-car-custom dl {
  margin-bottom: 20px;
}
.p-car-custom dt {
  float: left;
}
.p-car-custom dd {
  float: right;
  width: 315px;
}

.p-car-used-banner{
  width: 1000px;
  margin: 0 auto;
}

/* lineup
--------------------------- */
/* anchor link button
========================= */
.CMN-L {
  width: 948px;
  margin: 0 auto; }
  .CMN-L__title {
    padding-top: 30px;
    margin-top: -30px; }
  .CMN-L title {
    margin-bottom: 10px; }

.CMN-L__anchorBtn {
  margin-bottom: 20px; }
  .CMN-L__anchorBtn-list {
    letter-spacing: -1em;
    word-spacing: -1em;
    text-align: center; }
  :root .CMN-L__anchorBtn {
    font-size: 1px;
    letter-spacing: -1px;
    word-spacing: -1px; }
  .CMN-L__anchorBtn-item {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: normal;
    word-spacing: normal;
    max-width: 22%;
    margin: 0 1% 10px; }
    .CMN-L__anchorBtn-item a {
      display: block; }
    .CMN-L__anchorBtn-item img {
      border: 0; }

.CMN-L__title .CMN-L__titleInner {
  background-color: #fff;
  padding: 6px 0 6px 5px; }

/* anchor link text
========================= */
.CMN-L__anchorText {
  margin-top: 18px;
  margin-bottom: 20px; }
  .CMN-L__anchorText-list {
    letter-spacing: -1em;
    word-spacing: -1em;
    text-align: right; }
  :root .CMN-L__anchorText {
    font-size: 1px;
    letter-spacing: -1px;
    word-spacing: -1px; }
  .CMN-L__anchorText-item {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: normal;
    word-spacing: normal;
    margin-left: 25px;
    padding-left: 15px;
    margin-bottom: 10px;
    border-left: 1px solid #313131;
    line-height: 1; }
    .CMN-L__anchorText-item:first-child {
      margin-left: 0;
      border-left: none; }
    .CMN-L__anchorText-item a {
      text-decoration: underline; }
      .CMN-L__anchorText-item a:hover {
        text-decoration: none; }
  .CMN-L__anchorText--current {
    font-weight: bold; }

/* car list
========================= */
.CMN-L__carList {
  overflow: hidden; }

.CMN-L__carItem {
  width: 231px;
  margin: 0 8px 15px 0;
  float: left;
  padding: 10px 1%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff; }
  .CMN-L__carItem:nth-child(4n) {
    margin-right: 0; }
  .CMN-L__carItem-icon {
    overflow: hidden;
    margin-bottom: 10px; }
  .CMN-L__carItem-exhaust {
    float: left;
    display: inline-block; }
  .CMN-L__carItem-mileage {
    float: right;
    display: inline-block;
    min-width: 48%;
    text-align: right; }
    .CMN-L__carItem-mileage img {
      display: inline; }
  .CMN-L__carItem-img {
    text-align: center;
    margin-bottom: 5px; }
    .CMN-L__carItem-img img {
      border: 0; }
  .CMN-L__carItem-head {
    margin-bottom: 8px; }
    .CMN-L__carItem-head a {
      display: block;
      text-decoration: none; }
      .CMN-L__carItem-head a .CMN-L__carItem-name {
        text-decoration: underline; }
      .CMN-L__carItem-head a:hover .CMN-L__carItem-name {
        text-decoration: none; }
  .CMN-L__carItem-name {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: .02em; }
  .CMN-L__carItem-spec {
    background: #f7f7f7;
    font-size: 12px;
    padding: .8em;
    margin-bottom: 8px; }
  .CMN-L__carItem-specItem {
    overflow: hidden;
    margin-bottom: 8px; }
    .CMN-L__carItem-specItem:last-child {
      margin-bottom: 0; }
    .CMN-L__carItem-specItem h5 {
      font-weight: bold;
      display: inline-block;
      float: left;
      line-height: inherit;
      padding-right: 1em; }
    .CMN-L__carItem-specItem p {
      display: inline-block;
      float: left; }
  .CMN-L__carItem-fuel {
    color: #023994;
    text-align: center;
    font-weight: bold; }
    .CMN-L__carItem-fuel:before {
      content: "";
      display: block;
      background-image: url(https://d8ff55.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/common-lineup/img/s/p009e2.gif);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center -4px;
      overflow: hidden;
      margin-bottom: 4px;
      width: 100%;
      height: 30px; }

.CMN-L__pageTop {
  text-align: right;
  margin-bottom: 30px; }
  .CMN-L__pageTop a {
    display: inline-block;
    padding: 4px 8px;
    background: #313131;
    color: #FFF;
    transition: background .4s; }
    .CMN-L__pageTop a:hover {
      background: #aaa; }
    .CMN-L__pageTop a:before {
      content: "\25B2"; }

.CMN-L__cautionList {
  font-size: 12px; }

.CMN-L__cautionItem {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
  text-justify: auto; }
  .CMN-L__cautionItem--star {
    color: #023994; }
    .CMN-L__cautionItem--star:before {
      content: "\2605"; }
  .CMN-L__cautionItem:before {
    content: "\25cf"; }
  .CMN-L__cautionItem--asterisk:before {
    content: "\203B"; }

.ATC-shop-list-table-tel {
  width: 170px !important; }

/* newmodel
--------------------------- */
.p-car-special{
  text-align: center;
  margin-top: 80px;
}
.p-newcar-content br {
  display: none; }
.p-newcar-content .ncml br {
  display: block; }

.p-newcar-content object {
  float: left;
  width: 48%;
  margin: 0 1%;
  padding: 10px 0; }

.p-newcar-content div[id^="img600"] {
  float: left;
  width: 48%;
  margin: 0 1%;
  /*padding: 10px 0;*/ 
  border: 1px solid #000;
  box-sizing: border-box;}
  .p-newcar-content div[id^="img600"]:nth-of-type(n+3){
    margin-top: 20px;
  }
  .p-newcar-content div[id^="img600"] a {
    display: block; }
    .p-newcar-content div[id^="img600"] a img {
      width: 100%; }

.p-newcar-content table {
  width: 760px;
  padding: 30px 0;
  table-layout: fixed;
  border-spacing: 20px 0;
  border-collapse: separate; }
  .p-newcar-content table img {
    width: auto; }

.p-newcar-content .frame-c {
  width: 100%;
  padding: 50px 50px 0;
  box-sizing: border-box; }
  .p-newcar-content .frame-c * {
    line-height: 1.8 !important;
    text-align: left !important; }
  .p-newcar-content .frame-c .mainimg-cw {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 200px; }
    .p-newcar-content .frame-c .mainimg-cw a {
      display: block; }
    .p-newcar-content .frame-c .mainimg-cw a img{
      width: 100%;
    }
    .p-newcar-content .frame-c .mainimg-cw img {
      float: left; }
    .p-newcar-content .frame-c .mainimg-cw .gas {
      display: inline; }
  .p-newcar-content .frame-c .maintxt-cw {
    background-image: url(https://6907f4.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/s/bg101cw.jpg);
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 73%;
    padding-left: 20px;
    background-image: none;
    box-sizing: border-box; }
  .p-newcar-content .frame-c ul.n-cw {
    margin-bottom: 20px;
    padding: 0 0 0 10px; }
    .p-newcar-content .frame-c ul.n-cw li {
      list-style-position: inside; }
  .p-newcar-content .frame-c .carname-cw {
    margin: 0 0 15px;
    padding-left: 0; }
    .p-newcar-content .frame-c .carname-cw a {
      text-decoration: underline;
      color: #cc0001; }
      .p-newcar-content .frame-c .carname-cw a:hover {
        text-decoration: none; }
  .p-newcar-content .frame-c .spacialeq-cw {
    font-size: 1.4rem;
    margin: 0 0 5px; }
  .p-newcar-content .frame-c .cartype-w {
    font-size: 1.2rem;
    padding: 0 0 5px 0; }
  .p-newcar-content .frame-c .clear-toku {
    height: 0; }

/* tab
=========================== */
.c-tab {
  width: 1140px;
  max-width: calc(100% - 30px);
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.c-tab:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  display: block;
  background: #40332d;
}

.c-tab__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-tab__item:not(:last-child) {
  margin-right: 6px;
}

.c-tab__button {
  width: 100%;
  padding: .75em 0;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #f39800;
  background: #cc0001;
  border-radius: 0.4em 0.4em 0 0;
  border: 2px solid #000;
  -webkit-transition: all .25s;
  transition: all .25s;
  position: relative;
  z-index: 2;
}
.c-tab__button:link, .c-tab__button:visited{
  color: #fff;
}

.c-tab__button.is-current {
  background: #FFF;
  color: #40332d;
}

.c-tab__button.is-current:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 0;
  display: block;
  background: #FFF;
}

.js-tab-channel {
  display: none;
}

.js-tab-channel.is-current {
  display: block;
}

._terms a{
  text-decoration: underline;
}
._terms a:hover{
  text-decoration: none;
}

.p-terms-ssl_inner{
  border:1px solid #ddd;
  box-sizing:border-box;
  padding: 20px;
  margin-bottom:  20px;
  margin-top: 15px;
}
.p-terms-ssl_caution{
  display:block;
}
.p-terms-ssl_title{
  box-sizing:border-box;
  margin-bottom:10px;
  font-weight:  bold;
}
.p-terms-ssl_block{
  margin-bottom:10px;
}
.p-terms-ssl_block:last-of-type{
  margin-bottom:0;
}
.p-terms-ssl_block ul{
  padding:0.5em 1em 0;
}
.p-terms-ssl_block ul a{
  word-break: break-all;
}

.p-campaign-btn{
  width: 1140px;
  display: block;
  margin-bottom: 40px;
}
.p-campaign-btn img{
  width: 100%;
}

.WOMAN_IMAGE{
  display: block;
  margin: 20px auto 0;
  width: 450px;
}
.WOMAN_IMAGE:hover{
  opacity: .7;
}

.p-democar-content ul#ATC-pager-contents-top li a, ul#ATC-pager-contents-bottom li a{
  border: none;
}

/* consumables
=========================== */
.p-mtn-introduction {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
  margin-top: 7.5rem;
}
.p-mtn-introduction__head {
  position: relative;
  padding-bottom: 4rem;
  text-align: center;
}
.p-mtn-introduction__main {
  font-size: 2.8rem;
}
.p-mtn-introduction__sub {
  margin-top: .75em;
}
/* AI査定
=========================== */

.self_bnr {
  text-align: center;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  width: 75%;
}

.self_bnr div {
  width: 100%;
}

.self_bnr div:nth-of-type(1) {
  margin-right: 40px;
}

.self_bnr img {
  width: 100%;
}

/* information
=============================== */
.p-top-information{
  width: 100%;
  margin: 20px auto 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
      -webkit-box-pack: justify;
        -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity .3s ease-out;
      -o-transition: opacity .3s ease-out;
          transition: opacity .3s ease-out;
}
.p-top-information.info{
  background: #eeeeee;
}
.p-top-information.warning{
  background:#cc0000;
  font-weight: bold;
}
.p-top-information:hover{
  opacity: .7;
}
.p-top-information a{
  display: block;
  padding: 2% 4%;
  text-decoration: none;
  width: 100%;
  font-size: 16px;
}
.p-top-information.info a{
  color: #000;
}
.p-top-information.warning a{
  color:#fff;
}
.p-top-information-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
      -webkit-box-pack: justify;
        -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}
.p-top-information-title__text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2.3em);
}
.p-top-information-title__text p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2em;
  width: 90%;
}
.p-top-information-title__label{
  margin-right: .5em;
}

.p-top-information.info .p-top-information__date{
  color: #000;
}
.p-top-information.warning .p-top-information__date{
  color:#fff;
}
.p-top-information.info .p-top-information-title__label{
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyOHB4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9InJnYigxNTAsIDE1MCwgMTUwKSIgZD0iTTE0LjAwMCwyOC4wMDAgQzYuMjY4LDI4LjAwMCAwLjAwMCwyMS43MzIgMC4wMDAsMTQuMDAwIEMwLjAwMCw2LjI2OCA2LjI2OCwwLjAwMCAxNC4wMDAsMC4wMDAgQzIxLjczMiwwLjAwMCAyOC4wMDAsNi4yNjggMjguMDAwLDE0LjAwMCBDMjguMDAwLDIxLjczMiAyMS43MzIsMjguMDAwIDE0LjAwMCwyOC4wMDAgWk0xMi42NjYsMTkuODg0IEwxNS4zOTYsMTkuODg0IEwxNS4zOTYsMTcuMjg5IEwxMi42NjYsMTcuMjg5IEwxMi42NjYsMTkuODg0IFpNMTIuNTYxLDcuNzgwIEwxMi45MDYsMTYuMjg0IEwxNS4xNTYsMTYuMjg0IEwxNS41MDEsNy43ODAgTDEyLjU2MSw3Ljc4MCBaIi8+PC9zdmc+') center center / 100% 100% no-repeat;
    height: 1.8em;
    width: 1.8em;
    display: block;
}
.p-top-information.warning .p-top-information-title__label{
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsYXllcl8wMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjI4cHgiIGhlaWdodD0iMjhweCIgdmlld0JveD0iMCAwIDI4IDI4Ij48cG9seWdvbiBmaWxsPSIjRkZFNjAwIiBwb2ludHM9IjIuNSwyMy43NSAyNS41LDIzLjc1IDE0LDMuNzUgIi8+PHBhdGggZD0iTTI3LjMsMjMuNzVMMTQuOSwyLjI1Yy0wLjItMC4zLTAuNi0wLjUtMC45LTAuNXMtMC43LDAuMi0wLjksMC41TDAuNywyMy43NWMtMC40LDAuNywwLjEsMS41LDAuOSwxLjVoMjQuOEMyNy4yLDI1LjI1LDI3LjYsMjQuNDUsMjcuMywyMy43NXogTTIuNSwyMy43NWwxMS41LTIwbDExLjUsMjBIMi41eiIvPjxnPjxwb2x5Z29uIHBvaW50cz0iMTUuMSwxNy43NSAxNS40LDkuMjUgMTIuNiw5LjI1IDEyLjksMTcuNzUgICIvPjxyZWN0IHg9IjEyLjciIHk9IjE4Ljc1IiB3aWR0aD0iMi43IiBoZWlnaHQ9IjIuNiIvPjwvZz48L3N2Zz4=') center center / 100% 100% no-repeat;
    height: 1.8em;
    width: 1.8em;
    display: block;
}

.p-information-contents{
  line-height: 3rem;
  font-family: "Noto Sans Japanese", "Original Yu Gothic", "Yu Gothic", YuGothic, sans-serif;
}
.p-information-contents .infobbs_title02 {
  background: #f0f0f0;
  border-top: none;
  border-bottom: none;
  border-left: solid 5px #cc0001;
  font-size: 1.6rem;
  padding: 15px;
  margin: 30px 0 20px;
  display: block;
}
.p-information-contents .infobbs_title02 td:first-child > div {
  color: #cc0001 !important;
  font-size: 16px
}
.p-information-contents .infobbs_title02 td:last-child > div {
  font-size: 1.6rem;
}
.p-information-contents .infobbs_page {
  margin-bottom: 45px;
}

/*
     FILE ARCHIVED ON 15:47:19 Dec 04, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:04:24 Jun 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.921
  exclusion.robots: 0.117
  exclusion.robots.policy: 0.099
  esindex: 0.014
  cdx.remote: 11.65
  LoadShardBlock: 78.493 (3)
  PetaboxLoader3.datanode: 103.037 (5)
  PetaboxLoader3.resolve: 54.301 (2)
  load_resource: 107.042
  loaddict: 35.632
*/