/* common */
.content_head {
  margin-bottom: 30px;
  font-size: 3.8rem;
  line-height: 1;
  text-align: center;
}
.bodytext {
  color: #00011d;
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
/* pagination */
.pagination {
  margin-top: 60px;
  text-align: center;
}
.pagination li {
  display: inline-block;
  width: 35px;
  margin: 0 6px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  background: #b8b8b8;
  border-radius: 3px;
  overflow: hidden;
}
.pagination li .current {
  display: block;
  background: #151974;
}
.pagination a {
  display: block;
}
/* page navi */
.page_navi {
  text-align: center;
}
.page_navi a {
  display: inline-block;
  padding: 0px 10px;
  vertical-align: -1px;
}
/* wp page */
.page_contents h2,
.widewidth h2,
.partsdetail h2,
.resultcontent h2,
.blogcontent h2,
.relatedcontent h2,
.postslist h2 {
  color: #030536;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.page_contents .head_en,
.widewidth .head_en,
.partsdetail .head_en,
.resultcontent .head_en,
.blogcontent .head_en,
.relatedcontent .head_en,
.postslist .head_en {
  display: block;
}

.bnr_newopen {
  margin: 0 -50px 96px;
}

/* overview */
.overview {
  text-align: center;
}
.overview_head {
  color: #030536;
  font-weight: bold;
}
.overview_text {
  color: #00011d;
}
/* news */
.news h2 {
  font-weight: bold;
  line-height: 1;
}
.news .head_en {
  color: #051954;
  font-weight: bold;
}
.news_list {
  overflow: auto;
  border-top: 1px solid #000;
}
.news_list a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.news_list .publish_date {
  font-weight: bold;
}
.news_list .news_image {
  width: 80px;
  height: 60px;
  overflow: hidden;
}
.news_list .news_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list .news_title {
  font-weight: bold;
  text-align: justify;
  word-break: break-all;
}
.past {
  margin-top: 20px;
  font-weight: bold;
  line-height: 1;
}
.past a {
  text-decoration: underline;
}
/* media_contents */
.media_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* trackevent */
.trackevent_text {
  margin-top: 15px;
  color: #0800b4;
  font-weight: bold;
  text-align: center;
}
/* facebook */
.facebook {
  order: 1;
  width: 100%;
  margin-bottom: 140px;
}
/* youtube */
.youtube h2 {
  margin-bottom: 50px;
  color: #030536;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.youtube .head_en {
  display: block;
  color: #000;
}
.youtube .head_en::before {
  content: "";
  display: inline-block;
  background: url(../img/top/icon_youtube.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.youtube.abarth,
.youtube.alfaromeo {
  margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.video_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video_list li {
  background: #0f0f0f;
}
.video_list .video_title {
  color: #fff;
  font-size: 1.2rem;
  text-align: justify;
}
/* contents_navi */
.contents_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.introduction {
  color: #fff;
  background: #040636;
  box-sizing: border-box;
  z-index: 1;
}
.introduction.right {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.introduction.left {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.introduction h2 {
  line-height: 1;
  letter-spacing: 0;
}
.contents_text {
  text-align: justify;
}
.more_read {
  color: #000;
  line-height: 1;
  text-align: right;
  letter-spacing: 0;
}
.more_read a {
  display: inline-block;
  background: #ffff00;
}
.more_read.adjust {
  margin-top: 14px;
}
.contents_image {
  -ms-flex-order: 1;
	order: 1;
}
/* calendar */
.calendar_widget .xo-months {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.calendar_widget .month-header {
  margin: 0!important;
  padding: 5px 20px;
  color: #fff;
  text-align: left;
  background-color: #001adc;
}
.calendar_widget .calendar-caption {
  font-size: 1.4rem!important;
}
.calendar_widget .xo-month thead {
  font-size: 1.3rem;
}
.calendar_widget .xo-month td {
  border-width: 0!important;
}
.calendar_widget .xo-month th,
.calendar_widget .xo-month td {
  border-collapse: collapse!important;
}
.calendar_widget .xo-month td div {
  text-align: center!important;
  line-height: 40px!important;
  border-color: #dedede!important;
}
.calendar_widget .xo-month .other-month {
  color: #dedede!important;
  opacity: initial!important;
}
.calendar_widget .xo-month .holiday-holiday {
  color: #fff!important;
}
.calendar_widget .xo-month .today {
  color: #fff!important;
  background: #ff5c5c!important;
}
/* service */
.inspection_text {
  color: #00011d;
}
/* motor sports */
.motorsports_head {
  color: #030536;
  font-weight: bold;
  text-align: center;
}
.motorsports_text {
  margin-top: 40px;
  color: #00011d;
  text-align: justify;
}
.motorsports ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
/* information */
.information_body {
  margin-top: 20px;
}
.information_head {
  color: #cb0517;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.information_text {
  text-align: justify;
}
table.shop_information tr:nth-child(even) {
  background: #e4e4e4;
}
table.shop_information td {
  text-align: left;
}
.info_factory {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 0;
  justify-content: space-between;
  margin-top: 24px;
}
.info_factory .factory_intro dl {
  padding: 32px 24px;
  background: #040636;
}
.info_factory .factory_intro dt {
  color: #ffef00;
  font-size: 2.2rem;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.info_factory .factory_intro dd {
  margin-top: 24px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: justify;
}
.info_factory .factory_intro dd > a {
  display: block;
  width: 70%;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  background: #ffef00;
  border-radius: 16px;
}
.staff_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.staff_list li {
  color: #00011d;
}
.staff_image {
  border-radius: 50%;
  overflow: hidden;
}
.staff_profile {
  margin-top: 40px;
}
.staff_profile .name {
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}
.staff_profile .profile_text {
  text-align: justify;
}
.facility_list {
  background: #040636;
}
.facility_list li {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.facility_head {
  color: #ffef00;
  line-height: 1;
  text-align: center;
}
.facility_text {
  color: #fff;
  text-align: justify;
}
/* for abarth / for alfa romeo */
.abarth_head,
.alfaromeo_head {
  color: #030536;
  font-weight: bold;
  text-align: center;
}
.abarth_text,
.alfaromeo_text {
  color: #00011d;
  text-align: justify;
}
.abarth_menu,
.alfaromeo_menu {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.abarth_menu li,
.alfaromeo_menu li {
  color: #00011d;
}
.menu_body .menu_head {
  line-height: 1;
  text-align: center;
}
.menu_body .menu_text {
  text-align: justify;
}
.abarth .table_note,
.alfaromeo .table_note {
  margin: unset;
  text-align: center;
}
.challenge_image li {
  width: 489px;
  margin-top: 20px;
}
.parts_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.parts_list::before,
.parts_list::after {
  content: "";
  width: 312px;
  height: 0;
}
.parts_list::before {
  order: 1;
}
.parts_list li {
  margin-top: 45px;
}
.parts_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parts_body {
  padding: 15px;
}
.parts_head {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}
.parts_text {
  font-size: 1.4rem;
  line-height: 1.6;
  word-break: break-all;
}
.btn_partslist {
  margin-top: 80px;
  text-align: center;
}
.btn_partslist a {
  display: inline-block;
  padding: 18px 45px;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  background: #fff400;
  border-radius: 8px;
}

/* original parts */
.originalparts_head {
  color: #030536;
  font-weight: bold;
  text-align: center;
}
.originalparts_text {
  margin-top: 40px;
  color: #00011d;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}
.originalparts_banner {
  margin-top: 20px;
}

/* single parts */
.partsdetail .item_body {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-top: 20px;
  padding-top: 50px;
  border-top: 1px solid #9a9a9a;
}
.partsdetail .parts_image {
  width: 600px;
  height: auto;
}
.partsdetail .parts_body {
  width: calc(100% - 640px);
  margin-left: 40px;
  padding: 20px 0 85px;
  position: relative;
  letter-spacing: 0;
  box-sizing: border-box;
}
.partsdetail .parts_name {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify;
  word-break: break-all;
}
.partsdetail .parts_comply,
.partsdetail .parts_price {
  display: flex;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.partsdetail .parts_price {
  margin-top: 10px;
}
.partsdetail .parts_body dt,
.partsdetail .parts_body dd {
  line-height: 1.6;
  word-break: break-all;
}
.partsdetail .parts_body dt {
  min-width: 12%;
}
.partsdetail .parts_body dd {
  display: block;
  width: 100%;
}
.partsdetail .btn_contact {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  text-align: center;
}
.partsdetail .btn_contact a {
  display: inline-block;
  padding: 18px 45px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  background: #00236b;
  border-radius: 8px;
}
.partsdetail .image_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.partsdetail .image_list li {
  width: 157px;
  cursor: pointer;
}
.partsdetail .image_list li.active {
  opacity: .6;
}
.partsdetail .item_description {
  margin-top: 110px;
  padding: 0 70px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}
.partsdetail .other_category {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  margin-top: 140px;
  padding: 0 70px;
}
.partsdetail .other_category li {
  width: 460px;
}
.partsdetail .other_category .category_name {
  font-size: 1.2rem;
  text-align: center;
}
.partsdetail .other_category .head_en {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
.partsdetail .other_category .banner {
  margin-top: 10px;
}
/* result */
.result_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 5px;
  border-top: 1px solid #9a9a9a;
}
.result_list::before,
.result_list::after {
  content: "";
  width: 330px;
  height: 0;
}
.result_list::before {
  order: 1;
}
.result_list li {
  width: 330px;
  margin-top: 45px;
}
/* report */
.blog_header {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.report_logo {
  width: 265px;
}
.race_date,
.event_date {
  color: #254087;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify;
  word-break: break-all;
}
.race_date {
  width: calc( 100% - 285px );
}
.event_date {
  width: 100%;
}
.blog_body {
  margin-top: 20px;
}
.blog_bodytext {
  margin-top: 3em;
}
.blog_bodytext p {
  margin: 3em 0;
  line-height: 2;
}
.blog_bodytext img {
  width: 100%;
  height: auto;
}
.blog_bodytext .video_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.blog_bodytext .video_embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* form */
.form_body {
  margin: 50px auto 0;
}
.form_body ul {
  list-style: none;
  margin-left: 0;
}
.form_body li {
  margin-top: 40px;
}
.form_body li:first-child {
  margin: 0;
}
.form_body dl {
  position: relative;
  background: #ebebeb;
}
.form_body dl.radio {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
  background: initial;
}
.form_body dt {
  position: absolute;
  top: 14px;
  left: 20px;
  color: #929292;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .06em;
  transition: .2s;
  z-index: 0;
}
.form_body dt.focus_in {
  color: #000;
  font-size: 12px;
  top: -20px;
  left: 0;
}
.form_body .required {
  position: absolute;
  color: #df0024;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.form_body dd {
  margin: 0;
  position: relative;
  line-height: 0;
}
.form_body dl.radio dt {
  position: unset;
  color: #000;
  font-size: 12px;
}
.form_body dl.radio dd {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 10px 0;
  line-height: 1.6;
}
@media screen and ( max-width: 767px ) {
  .form_body dl.radio {
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }
  .form_body dl.radio dd {
    width: 100%;
    justify-content: center;
  }
}
.form_body dl.radio .required {
  position: unset;
}
.form_body input,
.form_body textarea {
  width: 100%;
  padding: 10px 16px;
  font-size: 1.4rem;
  line-height: 1;
  background: transparent;
  border: 1px solid #ebebeb;
  transition: .5s;
}
.form_body select,
.form_body input[type="radio"] {
  -webkit-appearance: auto;
  appearance: auto;
  width: initial;
  padding: 5px 10px;
  border: 1px solid #969696;
  border-radius: 4px;
}
.form_body textarea {
  height: 205px;
  line-height: 1.6;
  resize: none;
}
.form_body input:not(.button_submit):focus,
.form_body textarea:focus {
  background: #fff!important;
  border: 1px solid #d7d7d7!important;
}
.form_button {
  margin-top: 40px;
  text-align: center;
}
.form_button .button_submit,
.form_button .button_back {
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #ca0000;
}
.mw_wp_form .error {
  position: absolute;
  top: -20px;
  right: 0;
  color: #f00!important;
  font-size: 1.2rem!important;
}
.mw_wp_form .error::before {
  content: "!";
  display: inline-block;
  width: 13px;
  margin-right: 5px;
  padding: 0 5px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
  background: #f00;
  border-radius: 50%;
  vertical-align: middle;
}
/* kawaguchi / yokohama */
.page_contents h2.factory_head {
  color: #030536;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
}
.factory_text {
  margin-top: 64px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and ( max-width: 767px ) {
  .page_contents h2.factory_head {
    font-size: min(5.3333vw, 2rem);
  }
  .factory_text {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.factory_slide.swiper {
  margin-top: 80px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.factory_slide.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and ( max-width: 767px ) {
  .factory_slide.swiper {
    margin-top: 40px;
  }
  .factory_slide.swiper li {
    aspect-ratio: 22 / 13;
    height: auto!important;
  }
  .factory_slide.swiper img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.factory_body {
  margin: 80px -30px 0;
}
.factory_body + .factory_body {
  margin-top: 0;
}
.factory_body li {
  display: flex;
  align-items: flex-end;
}
@media screen and ( min-width: 768px ) {
  .factory_body li:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.factory_body li.full_width {
  flex-direction: column-reverse;
}
.factory_body dl {
  flex: 1;
  padding: 32px 24px;
}
.factory_body dt {
  font-family: 'Poppins', sans-serif;
  color: #030536;
  font-size: 2.6rem;
  line-height: 1;
}
.factory_body dd {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}
.factory_body .factory_image {
  width: 50%;
}
@media screen and ( max-width: 767px ) {
  .equipment_head {
    margin-top: 48px;
  }
  .factory_body {
    margin: 16px -25px 0;
  }
  .factory_body li {
    flex-direction: column-reverse;
  }
  .factory_body dl {
    padding: 24px;
    background: #150a38;
  }
  .factory_body dt {
    color: #ff0;
    font-size: min(5.3333vw, 2rem);
  }
  .factory_body dd {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .factory_body .factory_image {
    width: 100%;
  }
}
.factory_body li.full_width .factory_image {
  width: 100%;
}
.factory_access .access_body {
  display: flex;
  justify-content: space-between;
  margin: 60px -30px 0;
}
.factory_access .address {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
.factory_access dl {
  margin-top: 24px;
}
.factory_access dt,
.factory_access dd {
  line-height: 2;
}
.factory_access dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.factory_access dt:last-of-type {
  margin-top: 24px;
}
.factory_access dd {
  font-size: 1.4rem;
}
.factory_access .map {
  text-align: right;
}
.factory_access .map_image {
  width: 450px;
}
.factory_access .map_text {
  color: #00f;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and ( max-width: 767px ) {
  .factory_access {
    margin-top: -48px;
  }
  .factory_access .access_body {
    gap: 40px;
    flex-direction: column-reverse;
    margin: 24px 0 0;
    text-align: center;
  }
  .factory_access .address {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .factory_access dl {
    margin-top: 32px;
  }
  .factory_access dt,
  .factory_access dd {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .factory_access dt:last-of-type {
    margin-top: 32px;
  }
  .factory_access .map_image {
    width: 100%;
  }
}
@media screen and ( min-width: 768px ) {

  /* common */
  .bodytext {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 2;
  }
  /* wp page */
  .header_image {
    margin-bottom: 90px;
    border-top: 3px solid #fff;
  }
  .page_contents {
    width: 840px;
    margin: 0 auto 140px;
  }
  .page_contents.limited {
    width: 700px;
  }
  .page_contents.widest {
    width: 1100px;
  }
  .page_outlet_banner {
  	display:-webkit-box;
  	display:flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto 140px;
  }
  .page_outlet_banner .alfa-romeo,
  .page_outlet_banner .abarth {
    width: 47%;
    margin: 0;
  }
  .page_contents h2,
  .widewidth h2,
  .partsdetail h2,
  .resultcontent h2,
  .blogcontent h2,
  .relatedcontent h2,
  .postslist h2 {
    font-size: 2.4rem;
  }
  .page_contents .head_en,
  .widewidth .head_en,
  .partsdetail .head_en,
  .resultcontent .head_en,
  .blogcontent .head_en,
  .relatedcontent .head_en,
  .postslist .head_en {
    margin-bottom: 30px;
    font-size: 3.4rem;
  }
  .page_contents table {
    width: 100%;
    margin: 80px auto 0;
    font-size: 1.2rem;
    letter-spacing: 0;
    background: #eee;
    border-collapse: collapse;
  }
  .page_contents th,
  .page_contents td {
    width: 25%;
    padding: 10px 15px;
    text-align: center;
    border: 2px solid #fff;
  }
  .page_contents .table_head th {
    padding: 30px 15px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .page_contents .table_body tr:nth-child(odd) {
    background: #dcdcdc;
  }
  .page_contents .table_body th {
    width: 220px;
    vertical-align: middle;
  }
  .page_contents .table_body td {
    width: 176px;
    vertical-align: middle;
  }
  .page_contents .table_note {
    padding: 20px;
    font-size: 1.1rem;
  }
  .page_contents .table_note.right {
    margin-left: unset;
  }
  /* postslist */
  .posts_list {
    margin-top: 20px;
    border-top: 1px solid #9a9a9a;
  }
  .posts_list ul {
    width: 710px;
    margin: 0 auto;
  }
  .posts_list li {
    margin-top: 40px;
  }
  .posts_list .post_head {
    padding: 0 26px;
    position: relative;
    color: #fff;
    background: #151974;
  }
  .posts_list .post_title {
    width: 580px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.8rem;
    line-height: 50px;
  }
  .posts_list .post_date {
    position: absolute;
    right: 13px;
    bottom: 12px;
    font-size: 1.2rem;
  }
  .posts_list .post_body {
    display: table;
    padding: 20px;
  }
  .posts_list .post_thumbnail {
    display: table-cell;
    width: 200px;
    height: 150px;
    overflow: hidden;
    vertical-align: top;
  }
  .posts_list .post_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .posts_list .post_text {
    margin-left: 30px;
    padding: 10px 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2;
    text-align: justify;
    vertical-align: top;
  }
  .posts_list .morelead {
    color: #151974;
  }
  /* media_contents */
  .media_contents {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 840px;
    margin: 0 auto;
  }
  /* trackevent */
  .trackevent {
    width: 100%;
    margin-bottom: 100px;
  }
  .trackevent_text {
    font-size: 1.6rem;
  }
  /* overview */
  .overview {
    padding: 60px 0 80px;
  }
  .overview_head {
    font-size: 2.6rem;
    line-height: 1.8;
  }
  .overview_text {
    margin-top: 50px;
    font-size: 1.8rem;
    line-height: 2;
  }
  /* news */
  .news {
    margin-bottom: 100px;
    padding: 0 20px;
  }
  .news h2 {
    margin: 0 18px;
    position: relative;
    font-size: 1.6rem;
    text-align: right;
  }
  .news .head_en {
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 2.6rem;
  }
  .news_list {
    margin-top: 20px;
  }
  .news_list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 18px;;
  }
  .news_list .publish_date {
    width: 100px;
    font-size: 1.6rem;
  }
  .news_list .news_image {
    margin-left: 50px;
  }
  .news_list .news_body {
    width: 585px;
    margin-left: 40px;
  }
  .news_list .news_title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .news_list li:not(:last-child) {
    border-bottom: 1px solid #999999;
  }
  .news_list .latest .news_image {
    width: 200px;
    height: 150px;
  }
  .news_list .latest .news_body {
    width: 465px;
  }
  .news_list .latest .news_text {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: justify;
  }
  .past {
    font-size: 1.4rem;
    text-align: right;
  }
  /* media_contents */
  .media_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* facebook */
  .facebook {
    text-align: center;
  }
  .facebook h2 {
    width: 250px;
    margin: 0 auto 30px;
  }
  /* youtube */
  .youtube {
    order: 3;
    width: 1020px;
    margin: 0 -50px;
  }
  .youtube h2 {
    margin-bottom: 50px;
    color: #030536;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
  }
  .youtube .head_en {
    margin-bottom: 30px;
    font-size: 3.8rem;
  }
  .youtube .head_en::before {
    width: 50px;
    height: 42px;
    margin-right: 10px;
  }
  .video_list {
    margin-bottom: 90px;
  }
  .video_list li {
    width: 20%;
    padding: 5px;
  }
  .video_list li:nth-child(-n+4) {
    width: 49%;
    padding: 0;
    background: #fff;
  }
  .video_list li:nth-child(1),
  .video_list li:nth-child(3) {
    margin: 0 2% 60px 0;
  }
  .video_list .video_title {
    padding: 10px;
    font-weight: bold;
    line-height: 1.6;
  }
  .video_list li:nth-child(-n+4) .video_title {
    color: inherit;
    font-size: 2rem;
  }
  /* blog */
  .blog {
    order: 2;
    margin-top: 10px;
  }
  .blog_list li {
    width: 296px;
  }
  .blog_list li:not(:first-child) {
    margin-top: 30px;
  }
  /* contents_navi */
  .contents_article {
    margin-bottom: 90px;
  }
  /* contents_navi */
  .introduction {
    margin-top: -130px;
    padding: 20px 40px 15px;
    width: 780px;
    box-shadow: 0 10px 10px rgb(20 17 18 / 40%);
  }
  .introduction.right {
    padding-right: 150px;
  }
  .introduction.left {
    padding-left: 150px;
  }
  .introduction h2 {
    font-size: 3.8rem;
  }
  .contents_text {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .more_read {
    margin-top: -15px;
    font-size: 1.8rem;
  }
  .more_read a {
    padding: 8px 30px;
  }
  .more_read.adjust {
    margin-top: 14px;
  }
  .contents_image {
    -ms-flex-order: 1;
    order: 1;
  }
  /* calendar */
  #calendar_widget {
    padding: 0 70px;
  }
  .calendar_widget .xo-months {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .calendar_widget .xo-month-wrap {
    width: 370px;
  }
  /* service */
  .maintenance .bodyhead {
    margin-top: 64px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
  .maintenance .inner_block {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 0 110px;
  }
  .maintenance .mainte_image {
    margin-top: 40px;
  }
  .maintenance .inner_block .mainte_image {
    flex: 1 0 auto;
    width: 180px;
    height: 180px;
    position: relative;
    border: 8px solid #009847;
    border-radius: 50%;
    overflow: hidden;
  }
  .maintenance .inner_block .mainte_image img {
    width: 105%;
    height: 105%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .maintenance .inner_block .bodytext {
    margin-top: 0;
  }
  .service .service_list {
    margin: 100px -70px 0;
  }
  .service .service_list li {
    display: flex;
    margin-top: 80px;
  }
  .service .service_list li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .service .service_list .front_image {
    width: 564px;
    position: relative;
    z-index: 1;
  }
  .service .service_list li:nth-child(odd) .front_image {
    top: -40px;
  }
  .service .service_list .bg_image {
    display: flex;
    align-items: flex-end;
    width: 564px;
    position: relative;
  }
  .service .service_list li:nth-child(odd) .bg_image {
    margin-left: -148px;
    padding-left: 148px;
  }
  .service .service_list li:nth-child(even) .bg_image {
    margin-right: -148px;
    padding-right: 148px;
    top: -40px;
  }
  .service .service_list .bg_image dt {
    padding: 0 40px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 52px;
    background: #ff0;
  }
  .service .service_list .bg_image dd {
    padding: 32px 40px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2;
  }
  .service .service_list li:nth-child(1) .bg_image {
    background: url(../img/service/service01bg.jpg) no-repeat center / cover;
  }
  .service .service_list li:nth-child(1) .bg_image dd {
    background: rgb(0 0 0 / 60%);
  }
  .service .service_list li:nth-child(2) .bg_image {
    background: url(../img/service/service02bg.jpg) no-repeat center / cover;
  }
  .service .service_list li:nth-child(3) .bg_image {
    background: url(../img/service/service03bg.jpg) no-repeat center / cover;
  }
  .inspection_image {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    padding: 0 24px;
  }
  .mainte_image li {
    width: 357px;
  }
  .inspection_image li:first-child {
    width: 415px;
  }
  .inspection_text {
    font-size: 1.6rem;
    line-height: 2;
  }
  /* motor sports */
  .motorsports_head {
    font-size: 3.4rem;
    line-height: 1.5;
  }
  .motorsports_text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .motorsports ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }
  .motorsports li {
    width: 380px;
  }
  /* information */
  .information_body {
    border-top: 1px solid #9a9a9a;
  }
  .information_head {
    margin-top: 80px;
    font-size: 2.2rem;
  }
  .information_text {
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 2;
  }
  table.shop_information {
    width: 100%;
    margin: 48px 0 0;
    font-size: 1.6rem;
  }
  table.shop_information th,
  table.shop_information td {
    padding: 15px 40px;
    font-weight: normal;
  }
  table.shop_information th {
    width: 30%;
  }
  table.shop_information td {
    width: 70%;
  }
  .info_factory {
    margin-top: 48px;
  }
  .info_factory .factory_intro {
    width: 526px;
  }
  .info_factory .factory_intro dl {
    padding: 60px 36px;
  }
  .info_factory .factory_intro dt {
    font-size: 3.6rem;
  }
  .info_factory .factory_intro dd {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .info_factory .factory_intro dd > a {
    width: 240px;
  }
  .staff_list {
    flex-wrap: wrap;
    gap: 64px 0;
    justify-content: space-between;
    width: 1100px;
    margin: 48px -130px 0;
  }
  .staff_list::after {
    content: "";
    width: 250px;
    height: 0;
  }
  .staff_list li {
    width: 250px;
  }
  .staff_profile {
    margin-top: 40px;
  }
  .staff_profile .name {
    font-size: 2.6rem;
  }
  .staff_profile .position {
    font-size: 1.5rem;
  }
  .staff_profile .profile_text {
    font-size: 1.5rem;
    line-height: 2.2;
  }
  .facility_list li {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .facility_list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .facility_body {
    width: 470px;
  }
  .facility_image {
    width: 50%;
  }
  .facility_list li:nth-child(even) .facility_body {
    padding-left: 70px;
  }
  .facility_list li:nth-child(odd) .facility_body {
    padding-right: 70px;
  }
  .facility_head {
    font-size: 3.6rem;
  }
  .facility_text {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .banner {
    width: 960px;
    margin: 0 auto;
  }
  /* for abarth / for alfa romeo */
  .abarth_head,
  .alfaromeo_head {
    font-size: 3.4rem;
    line-height: 1.5;
  }
  .abarth_text,
  .alfaromeo_text {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .abarth_menu,
  .alfaromeo_menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 80px 0 0;
  }
  .abarth_menu li,
  .alfaromeo_menu li {
    width: 250px;
  }
  .abarth_menu .menu_image {
    border-radius: 50%;
    overflow: hidden;
  }
  .menu_body {
    margin-top: 40px;
  }
  .menu_body .menu_head {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
  .menu_body .menu_text {
    font-size: 1.5rem;
    line-height: 2.2;
  }
  .abarth .table_note,
  .alfaromeo .table_note {
    text-align: left;
  }
  .challenge_image {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 120px;
  }
  .challenge_image li {
    width: 489px;
    margin-top: 20px;
  }
  .parts_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parts_list::before,
  .parts_list::after {
    content: "";
    width: 312px;
    height: 0;
  }
  .parts_list::before {
    order: 1;
  }
  .parts_list li {
    width: 312px;
    margin-top: 45px;
  }
  .parts_image {
    width: 100%;
    height: 208px;
    overflow: hidden;
  }
  .parts_body {
    padding: 15px;
  }
  .parts_head {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
  }
  .parts_text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .btn_partslist {
    margin-top: 80px;
    text-align: center;
  }
  .btn_partslist a {
    display: inline-block;
    padding: 18px 45px;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    background: #fff400;
    border-radius: 8px;
  }
  /* original parts */
  .originalparts_head {
    font-size: 3.4rem;
    line-height: 1.5;
  }
  .originalparts_text {
    margin-top: 40px;
    color: #00011d;
    font-size: 1.6rem;
    line-height: 2;
    text-align: justify;
  }
  .originalparts_banner {
    margin-top: 20px;
  }
  /* report */
  .blog_header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px;
  }
  /* contact / tradein */
  .contact_body,
  .tradein_body {
    margin-top: 20px;
    border-top: 1px solid #9a9a9a;
  }
  .contact_text,
  .tradein_text {
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
  /* form */
  .form_body {
    width: 620px;
  }
  .form_body .required {
    top: 14px;
    right: -52px;
  }
  .form_title {
    padding: 15px 0;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;
    text-align: center;
    background: #969696;
  }
  .form_button .button_submit,
  .form_button .button_back {
    width: 360px;
  }
  .form_button .button_submit:hover {
    opacity: .8;
  }
  .form_body.car_form {
    margin-top: 100px;
  }
  .form_body.car_form dl {
    background: initial;
  }
  .form_body.car_form dt,
  .form_body.car_form dd {
    display: table-cell;
  }
  .form_body.car_form dt {
    width: 154px;
    height: 42px;
    position: unset;
    text-align: center;
    background: #ebebeb;
    vertical-align: middle;
  }
  .form_body.car_form dd {
    padding-left: 20px;
    vertical-align: middle;
  }
  .form_body.car_form input[type="text"] {
    background: #ebebeb;
  }
  .form_body.car_form [name="model-year"],
  .form_body.car_form [name="inspection-year"],
  .form_body.car_form [name="inspection-month"],
  .form_body.car_form [name="mileage"] {
    width: 30%;
  }

}
@media screen and ( max-width: 767px ) {

  /* common */
  .bodytext {
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  /* index slider */
  .swiper-slide {
    height: 90vw!important;
    position: relative;
    overflow: hidden;
  }
  .swiper-slide img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* wp page */
  .header_image {
    margin-bottom: 60px;
  }
  .page_contents {
    margin-bottom: 100px;
  }
  .page_outlet_banner {
    margin-bottom: 100px;
  }
  .page_outlet_banner .alfa-romeo,
  .page_outlet_banner .abarth {
    margin-bottom: 0;
  }
  .page_outlet_banner .abarth {
    margin-top: 40px;
  }
  .page_contents h2,
  .widewidth h2,
  .partsdetail h2,
  .resultcontent h2,
  .relatedcontent h2,
  .postslist h2 {
    padding-bottom: 20px;
    font-size: 1.3rem;
  }
  .blogcontent h2 {
    padding-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .page_head {
    border-bottom: 1px solid #888;
  }
  .page_contents .head_en,
  .widewidth .head_en,
  .partsdetail .head_en,
  .resultcontent .head_en,
  .blogcontent .head_en,
  .relatedcontent .head_en,
  .postslist .head_en {
    margin-bottom: 18px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .scroll_hint {
    margin: 20px 0;
    color: #a40101;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .table_wrap {
    margin-top: 20px;
  }
  .page_contents table {
    width: 972px;
    font-size: 1.1rem;
    letter-spacing: 0;
    background: #eee;
    border-collapse: collapse;
  }
  .page_contents th,
  .page_contents td {
    padding: 5px 10px;
    text-align: center;
    border: 2px solid #fff;
    vertical-align: middle;
  }
  .page_contents .table_head th {
    padding: 30px 15px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .page_contents .table_body tr:nth-child(odd) {
    background: #dcdcdc;
  }
  .page_contents .table_body th {
    width: 170px;
  }
  .page_contents .table_body td {
    width: 160px;
  }
  .page_contents .table_note {
    margin-left: 0;
    padding: 10px;
    font-size: 1.1rem;
  }
  .page_contents .table_note.right {
    margin-left: unset;
    margin-right: 0;
  }
  /* postslist */
  .posts_list {
    margin-top: 10px;
  }
  .posts_list li:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #888;
  }
  .posts_list .post_title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .posts_list .post_date {
    display: block;
    font-size: 1.2rem;
    text-align: right;
  }
  .posts_list .post_body {
    display: block;
    margin-top: 10px;
  }

  .bnr_newopen {
    margin: 0 auto 48px;
  }

  /* overview */
  .overview {
    padding: 30px 0 40px;
  }
  .overview_head {
    font-size: min(4.5vw, 1.8rem);
    font-weight: bold;
    line-height: 1.6;
  }
  .overview_text {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: justify;
  }
  /* news */
  .news {
    margin-bottom: 80px;
  }
  .news h2 {
    font-size: 1.3rem;
    text-align: center;
  }
  .news .head_en {
    display: block;
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .news_list {
    margin-top: 10px;
  }
  .news_list li {
    padding: 30px 0 20px;
    position: relative;
  }
  .news_list .publish_date {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 1.2rem;
  }
  .news_list .news_body {
    width: calc(100% - 100px);
    margin: 0 10px;
  }
  .news_list .news_title {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .past {
    font-size: 1.3rem;
    text-align: center;
  }
  /* media_contents */
  .media_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* trackevent */
  .trackevent {
    margin-bottom: 60px;
  }
  .trackevent_text {
    font-size: 1.3rem;
  }
  /* facebook */
  .facebook {
    order: 1;
    width: 100%;
    margin-bottom: 80px;
  }
  .facebook h2 {
    width: 160px;
    margin: 0 auto 25px;
  }
  /* youtube */
  .youtube {
    order: 2;
  }
  .youtube h2 {
    margin-bottom: 20px;
    color: #030536;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
  }
  .youtube .head_en {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .youtube .head_en::before {
    width: 32px;
    height: 28px;
    margin-right: 5px;
  }
  .video_list {
    margin-bottom: 80px;
    padding: 0 6px;
  }
  .video_list li {
    width: 50%;
    padding: 12px 2px;
  }
  .video_list .video_title {
    padding-top: 5px;
    line-height: 1.4;
  }
  .video_list li:nth-child(-n+4) {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
    background: #fff;
  }
  .video_list li:nth-child(-n+4) .video_title {
    color: inherit;
    font-size: 1.3rem;
  }

  /* blog */
  .blog {
    order: 3;
    width: 100%;
    margin-bottom: 50px;
  }
  .blog .head_en {
    margin-bottom: 25px;
    color: #1a133f;
    font-size: 2.4rem;
  }
  .blog_list li:not(:first-child) {
    margin-top: 20px;
  }
  /* contents_navi */
  .contents_navi {
    margin: 0 -25px;
  }
  .contents_article {
    margin-bottom: 50px;
  }
  .introduction {
    width: calc(100% - 45px);
    margin-top: -15px;
    padding: 15px;
    box-shadow: 0 5px 10px rgb(20 17 18 / 30%);
  }
  .introduction.right {
    padding-right: 20px;
    text-align: left;
  }
  .introduction.left {
    padding-left: 20px;
  }
  .introduction h2 {
    font-size: min(5.5vw, 5.8666vw);
    letter-spacing: -.03em;
  }
  .contents_text {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .more_read {
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .more_read a {
    padding: 8px 20px;
  }
  .contents_image {
    -ms-flex-order: 1;
    order: 1;
  }
  /* calendar */
  .calendar_widget .head_en {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
  .calendar_widget .xo-months {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .calendar_widget .xo-month-wrap {
    width: 100%;
  }
  /* service */
  .service {
    margin-bottom: 280px;
  }
  .maintenance .bodyhead {
    margin-top: 24px;
    font-weight: bold;
  }
  .maintenance .mainte_image {
    margin-top: 24px;
  }
  .maintenance .inner_block .mainte_image {
    width: 48vw;
    height: 48vw;
    aspect-ratio: 1 / 1;
    margin: 40px auto 0;
    position: relative;
    border: 4px solid #009847;
    border-radius: 50%;
    overflow: hidden;
  }
  .maintenance .inner_block .mainte_image img {
    width: 105%;
    height: 105%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .service .service_list {
    margin: 20px -25px 0;
  }
  .service .service_list li {
    display: flex;
  }
  .service .service_list li:not(:first-child) {
    margin-top: 200px;
  }
  .service .service_list .front_image {
    flex: 1 0 auto;
    width: 90vw;
    position: relative;
    z-index: 1;
  }
  .service .service_list .bg_image {
    display: flex;
    align-items: flex-end;
    width: 90vw;
    margin-left: -80vw;
    padding-left: 24px;
    position: relative;
    top: 214px;
  }
  .service .service_list .bg_image dt {
    padding: 0 24px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 26px;
    background: #ff0;
  }
  .service .service_list .bg_image dd {
    padding: 16px 24px 36px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .service .service_list li:nth-child(1) .bg_image {
    background: url(../img/service/service01bg.jpg) no-repeat center / cover;
  }
  .service .service_list li:nth-child(1) .bg_image dd {
    background: rgb(0 0 0 / 60%);
  }
  .service .service_list li:nth-child(2) .bg_image {
    background: url(../img/service/service02bg.jpg) no-repeat center / cover;
  }
  .service .service_list li:nth-child(3) .bg_image {
    background: url(../img/service/service03bg.jpg) no-repeat center / cover;
  }
  .inspection_image {
    margin-top: 30px;
  }
  .mainte_image:first-of-type {
    margin-top: 40px;
  }
  .inspection_text {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  /* information */
  .information_head {
    margin-top: 40px;
    font-size: min(4.375vw, 1.6rem);
  }
  .information_text {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  table.shop_information {
    width: 100%;
    margin: 40px 0 0;
    font-size: 1.3rem;
  }
  table.shop_information th,
  table.shop_information td {
    padding: 12px 16px;
    font-weight: normal;
  }
  .staff_list {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .staff_list li {
    width: 100%;
    margin-top: 10px;
  }
  .staff_list li:not(:first-child) {
    margin-top: 30px;
  }
  .staff_image {
    width: 230px;
    margin: 0 auto;
  }
  .staff_profile {
    margin-top: 30px;
  }
  .staff_profile .name {
    font-size: 2.2rem;
  }
  .staff_profile .position {
    display: block;
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .staff_profile .profile_text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .access_map .map_wrap {
    height: 250px;
    margin: 0 -25px;
  }
  .access_map_text {
    margin-top: 40px;
    color: #080315;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .facility_list {
    margin: 0 -25px;
  }
  .facility_list li {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
  .facility_head {
    margin-top: 30px;
    font-size: 2.5rem;
  }
  .facility_text {
    margin: 25px 0 30px;
    padding: 0 25px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  /* motor sports */
  .motorsports {
    margin-bottom: 60px;
  }
  .motorsports_head {
    font-size: min(4.5vw, 1.8rem);
    line-height: 1.4;
  }
  .motorsports_text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .motorsports ul {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .motorsports li {
    width: 100%;
    margin-top: 25px;
  }
  /* for abarth / for alfa romeo */
  .abarth_head,
  .alfaromeo_head {
    font-size: 2rem;
    line-height: 1.4;
  }
  .abarth_text,
  .alfaromeo_text {
    margin-top: 25px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .abarth_menu,
  .alfaromeo_menu {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    margin: 40px 0 0;
  }
  .abarth_menu li,
  .alfaromeo_menu li {
    margin: 0px;
  }
  .abarth_menu li:not(:first-child),
  .alfaromeo_menu li:not(:first-child) {
    margin-top: 30px;
  }
  .abarth_menu .menu_image {
    border-radius: 50%;
    overflow: hidden;
  }
  .menu_image {
    width: 280px;
    margin: 0 auto;
  }
  .menu_body {
    margin-top: 30px;
  }
  .menu_body .menu_head {
    font-size: 2.2rem;
  }
  .menu_body .menu_text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  table.abarth_mainte_fee {
    width: 492px;
  }
  table.alfaromeo_mainte_fee {
    width: 924px;
  }
  .flex_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .challenge_image li {
    width: 100%;
  }
  .parts_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parts_list li {
    width: 48%;
    margin-top: 10px;
  }
  .parts_image {
    height: 30vw;
    overflow: hidden;
  }
  .parts_body {
    padding: 5px 4px;
    word-break: break-all;
  }
  .parts_head {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .parts_text {
    margin-top: 4px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .btn_partslist {
    margin-top: 40px;
    text-align: center;
  }
  .btn_partslist a {
    display: inline-block;
    min-width: 270px;
    max-width: 100%;
    padding: 12px 0;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    background: #fff400;
    border-radius: 5px;
  }
  /* original parts */
  .originalparts_head {
    font-size: min(4.5vw, 1.8rem);
    line-height: 1.4;
  }
  .originalparts_text {
    margin-top: 40px;
    color: #00011d;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: justify;
  }
  .originalparts_banner {
    margin: 20px -25px 0;
  }
  .result_list li {
    width: 48%;
    margin-top: 25px;
  }
  .partsdetail .item_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 25px;
  }
  .partsdetail .parts_image {
    width: 100%;
  }
  .partsdetail .parts_body {
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
  }
  .partsdetail .parts_name {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .partsdetail .image_list {
    margin-top: 10px;
  }
  .partsdetail .image_list li {
    width: calc( 100% / 3 );
  }
  .partsdetail .parts_comply,
  .partsdetail .parts_price {
    display: block;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .partsdetail .parts_price {
    margin: 0;
  }
  .partsdetail .parts_body dt,
  .partsdetail .parts_body dd {
    display: inline-block;
    width: auto;
  }
  .partsdetail .btn_contact {
    position: unset;
    margin-top: 30px;
    text-align: center;
  }
  .partsdetail .btn_contact a {
    display: inline-block;
    width: calc( 100% - 30px );
    padding: 15px 0;
    border-radius: 4px;
  }
  .partsdetail .item_description {
    margin-top: 40px;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .partsdetail .other_category {
    display: block;
    width: 100%;
    margin-top: 100px;
    padding: 0;
  }
  .partsdetail .other_category li {
    width: 100%;
    margin-bottom: 100px;
  }
  .partsdetail .other_category .category_name {
    padding-bottom: 20px;
    font-size: 1.3rem;
  }
  .partsdetail .other_category .head_en {
    margin-bottom: 18px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .partsdetail .other_category .banner {
    margin: 20px -25px 0;
  }
  /* report */
  .blog_header {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .race_date {
    width: 100%;
    margin-top: 20px;
  }
  /* contact / tradein */
  .contact_body,
  .tradein_body {
    margin-top: 20px;
  }
  .contact_text,
  .tradein_text {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: justify;
  }
  /* form */
  .form_body {
    width: 100%;
    margin: 24px auto 0;
    padding: 0 10px;
  }
  .form_body .required {
    top: 1px;
    right: -45px;
  }
  .form_button .button_submit,
  .form_button .button_back {
    width: 80%;
  }
  .form_body.car_form {
    margin-top: 100px;
  }
  .form_body.car_form dl {
    background: initial;
  }
  .form_body.car_form dt,
  .form_body.car_form dd {
    display: block;
  }
  .form_body.car_form dt {
    width: 100%;
    position: unset;
  }
  .form_body.car_form dd {
    margin-top: 10px;
  }
  .form_body.car_form input[type="text"] {
    background: #ebebeb;
  }
  .form_body.car_form [name="model-year"],
  .form_body.car_form [name="mileage"] {
    width: 30%;
  }
  .form_body.car_form [name="inspection-year"],
  .form_body.car_form [name="inspection-month"] {
    width: 20%;
  }
  .form_body.car_form .required {
    position: unset;
  }
}

@media screen and (min-width:768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .sp_none {
    display: none;
  }
}