html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
h1, h2, h3, p, ul, dl {
  margin-block-start: 0;
  margin-block-end: 0;
}
dd {
  margin-inline-start: 0;
  margin-left: 30px;
}
ul {
  list-style: none;
  padding-inline-start: 0;
}
header {
  padding: 0;
  box-sizing: border-box;
  line-height: 50px;
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 1000;
  background: #fff;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: -15px;
}
img {
  vertical-align: bottom;
}
.head_text {
  position: absolute;
  display: block;
  font-size: 12px;
  font-weight: bold;
  top: -0;
  left: 165px;
}
.head_logo {
  width: 300px;
  line-height: 0;
}
.head_logo img {
  width: 100%;
}
.nav {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.nav li img {
  width: 100%;
  height: 28px;
}
.nav li {
  /* height: 28px; */
  width: auto;
  margin: 0 20px;
}
.nav li a {
  /* height: 28px; */
  display: block;
  text-decoration: none;
  color: #1E4596;
  font-weight: bold;
  line-height: 90px;
}
.nav_li_bg {
  background: #004467;
  padding: 0 10px;
}
.nav_li_bg a {
  color: #fff!important;
}
.contents {
  padding-top: 90px;
}
.mv {
  display: block;
}
.wrap {
  /* background: #1E4596; */
}
.wrap .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
}
.section_inner {
  padding: 0 50px;
  box-sizing: border-box;
}

.section_title {
  font-size: 56px;
  text-align: center;
  color: #1E4596;
  line-height: 47px;
  -webkit-text-stroke: 1px #1E4596; /* フチの太さと色 */
  text-stroke: 1px #1E4596;
}
.section_title span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  -webkit-text-stroke: 0px #1E4596; /* フチの太さと色 */
  text-stroke: 1px #1E4596;
}
.heading_img {
  max-width: 500px;
  margin: 20px auto 60px;
}

.sec_event {
  padding-top: 80px;
}
.sec_event ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_event ul li {
  width: 24%;
}
.sec_event h3 {
  background: #FFD801;
  font-weight: normal;
  text-align: center;
  padding: 8px 0;
}
.sec_event p {
  padding-top: 10px;
}
.dummy_ph {
  width: 100%;
  /* height: 250px; */
  /* background: gray; */
  margin-bottom: 10px;
}
.section {
  padding-bottom: 160px;
}
/* .section h2 {
  margin-bottom: 45px;
  line-height: 0;
}

.service_main .section h2 {
  line-height: 90px;
} */

/* .sec_maintenance {
  background: url(../img/section_bg.png);
  background-repeat: no-repeat;
  background-size: 380px;
  background-position: 30px 170px;
} */
.sec_news {
  background: url(../img/section_bg.png);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: 50px 180px;
}
/* .bg_img {
  background: url(../img/section_bg.png);
  background-repeat: no-repeat;
  background-size: 380px;
  background-position: left;
} */
.sec_maintenance h3 {
  color: #1E4596;
  font-weight: normal;
  text-align: center;
  padding-bottom: 30px;
  line-height: 30px;
}
.sec_maintenance p {
  text-align: center;
  line-height: 28px;
  padding-bottom: 40px;
}
.sec_maintenance ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
/* .sec_maintenance ul li:nth-child(1) img {
  margin-bottom: 27px
}
.sec_maintenance ul li:nth-child(3) img {
  margin-bottom: 14px
}
.sec_maintenance ul li:nth-child(4) img {
  margin-bottom: 10px
}
.sec_maintenance ul li:nth-child(5) img {
  margin-bottom: 27px
}
.sec_maintenance ul li:nth-child(6) img {
  margin-bottom: 27px
}
.sec_maintenance ul li:nth-child(7) img {
  margin-bottom: 27px
} */
.sec_maintenance ul li {
  margin-bottom: 45px;
  width: 19%;
}
.link_btn {
  display: flex;
  justify-content: flex-end;
  padding-right: 200px;
}
.link_btn_c {
  display: flex;
  justify-content: center;
  padding-right: 0;
}
.link_btn a {
  width: 120px;
  display: block;
}
.link_btn img {
  width: 100%;
}
.w146 {
  width: 146px;
}
.w120 {
  width: 100px;
}
.w155 {
  width: 155px;
}
.w162 {
  width: 162px;
}
.module {
  /* background: url(../img/shop_module_bg.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  padding: 50px 0;
}
.row {
  display: flex;
  justify-content: space-between;
}
.left_side {
  width: 50%;
}
.right_side {
  width: 44%;
}
.shop_data {
  margin-bottom: 50px;
}
.shop_data dl {
  display: flex;
  padding-bottom: 15px;
}
.shop_data dl dt {
  color: #1E4596;
}
.shop_data dl dt::before {
  content: '　';
  background: url(../img/icon_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
}
.sec_shop .module h3 {
  font-weight: normal;
  font-size: 34px;
  padding: 8px 0 20px;
}
.address_num {
  font-size: 18px;
  margin-bottom: 10px;
}
.address_num::before {
  content: '　';
  background: url(../img/info_icon01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.tel_num {
  font-size: 30px;
  margin-bottom: 10px;
}
.tel_num a {
  color: #000;
  text-decoration: none;
}
.tel_num::before {
  content: '　';
  background: url(../img/info_icon02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.fax_num {
  font-size: 30px;
  margin-bottom: 10px;
}
.fax_num::before {
  content: '　';
  background: url(../img/info_icon03.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.for_contact {
  width: 100%;
}
.for_contact img {
  width: 100%;
}
.map {
  box-sizing: border-box;
  /* max-width: 504px; */
  height: 400px;
}
.map iframe {
  border: 8px #fff solid;
  /* border-radius: 20px; */
  box-sizing: border-box;
  width:100%;
  height: 400px;
}
.footer {
  /* background: #1E4596; */
}
.footer_inner {
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.footer .parts_left {
  padding-right: 15px;
}
.footer .parts_left img {
  width: 198px;
}
.under {
  background: #FFD801;
  text-align: center;
  padding: 30px 0;
}
.under span {
  font-size: 14px;
}
.footer_shop_data dl {
  display: flex;
  justify-content: space-between;
}
.shop_name {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}
.shop_name span {
  font-size: 16px;
}
.footer_for_contact {
  width: 265px;
}
.footer_for_contact img {
  width: 100%;
}
.parts_center {
  padding-right: 15px;
}

.footer_tel_num {
  font-size: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
}
.footer_tel_num a {
  color: #000;
  text-decoration: none;
}
.footer_tel_num::before {
  content: '　';
  background: url(../img/footer_info_icon01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.footer_fax_num {
  font-size: 30px;
  margin-bottom: 10px;
}
.footer_fax_num::before {
  content: '　';
  background: url(../img/footer_info_icon02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.footer_shop_data dl {
  padding-top: 15px;
}
.footer_shop_data dl dt::before {
  content: '　';
  background: url(../img/icon_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
}
.footer_shop_data dl dd {
  color: #1E4596;
}
.footer_shop_data dl dd a {
  color: #1E4596;
  text-decoration: none;
}
.text0 {
  background: #1E4596;
  color: #1E4596;
  text-align: center;
  display: block;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  height: 64px;
  line-height: 64px;
  border-radius: 10px;
  margin-top: 6px;
}
/* .text0 {
  color: #1E4596;
  text-align: center;
  display: block;
  white-space: nowrap;
  font-size: 17px;
  color: #333;
  font-weight: bold;
  padding-top: 10px;
} */
.mb100 {
  margin-bottom: 100px;
}
.bnr_area {
  max-width: 1200px;
  margin: 50px auto 0;
  position: relative;
}
.btn_a {
  display: block;
  max-width: 220px;
  width: 20%;
  position: absolute;
  right: 4%;
  top: 10%;
}
.btn_b {
  display: block;
  max-width: 220px;
  width: 20%;
  position: absolute;
  right: 4%;
  top: 30%;
}
.btn_c {
  display: block;
  max-width: 220px;
  width: 20%;
  position: absolute;
  right: 4%;
  top: 50%;
}
.bnr_area2 {
  max-width: 1200px;
  margin: 0 auto 80px;
}
.flex_row {
  display: flex;
}
.flex_row_h {
  display: flex;
  justify-content: space-between;
}
.service_box {
  /* background: #FFD801; */
  padding: 0 40px 35px;
  margin-bottom: 100px;
  padding-top: 190px;
  margin-top: -190px;
}
.service_box_bg {
  width: 100%;
}
.service_box_bg2 {
  max-width: 1200px;
  width: 100%;
  margin-bottom: 0;
}
.service_box img {
  width: 100%;
}
.service_box p {
  padding-top: 10px;
  font-size: 18px;
}
.img_side {
  width: 47%;
}
.img_side img {
  width: 100%;
  border-radius: 8px;
}
.text_side {
  width: 47%;
  padding: 0;
}
.text_side_text-b {
  font-size: 20px!important;
  /* color: #1E4596; */
  text-align: left;
}
.center {
  text-align: center;
}
.text_left {
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs30 {
  font-size: 30px;
  font-weight: bold;
}
.box_title {
  /* background: url(../img/box_titlebg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  font-size: 48px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: auto;
  font-weight: normal;
  text-align: center;
  height: 95px;
  /* line-height: 90px; */
  text-align: left;
}
.box_title img {
  width: auto;
  height: 95px;
}
.inner_area {
  margin-top: 40px;
}
.text_obi {
  background: #1E4596;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-top: 40px;
}
.text_border {
  border: 1px solid #333;
  font-size: 20px;
  text-align: left;
  padding: 10px;
}
.keeper_title {
  font-size: 23px;
  font-weight: bold;
}
.keeper_title img {
  width: 350px;
  margin-bottom: -30px;
}
.keeper_title span {
  font-size: 33px;
}

.link_btn2 {
  display: block;
  width: 219px;
  margin: 30px 0 0 auto;
}

.mb40 {
  margin-bottom: 40px;
}

.keeper_title_row {
  display: flex;
  align-items: center;
}
.keeper_title_row img {
  width: 262px;
  height: auto;
  margin-right: 25px;
}
.keeper_title_row p{
  line-height: 38px;
}


@media screen and (max-width: 972px) {
  header {
    padding: 10px 0 30px;
  }
  header .inner {
    padding: 0 20px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
  }
  .head_logo {
    margin-bottom: 10px;
  }
  .head_logo img {
    width: 70%;
  }
  .nav {
    margin: 0;
  }
  .nav li {
    height: 10px;
    width: auto;
    margin: 0 6px;
    padding: 12.5px 2px;
  }
  .nav li a {
    height: 10px;
    width: auto;
    display: block;
    font-size: 12px;
    line-height: 10px;
  }
  .nav li img {
    height: auto;
  }
  .head_text {
    display: none;
  }
  .map {
    width: 100%;
    height: 250px;
  }
  .map iframe {
    border: 6px #fff solid;
    border-radius: 16px;
    box-sizing: border-box;
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  header {
    padding: 10px 0 30px;
  }
  header .inner {
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
  }
  .head_logo {
    margin-bottom: 10px;
  }
  .head_logo img {
    width: 70%;
  }
  .nav {
    margin: 0;
  }
  .nav li {
    height: 10px;
    width: auto;
    margin: 0 6px;
    padding: 12.5px 2px;
  }
  .nav li a {
    height: 10px;
    width: auto;
    display: block;
    font-size: 12px;
    line-height: 10px;
  }
  .nav li img {
    height: auto;
  }

  .link_btn a {
    width: 100px;
  }
  .contents {
    padding-top: 120px;
  }
  .section_inner {
    padding: 0 20px;
  }
  .section_inner_service {
    padding: 0;
  }

  .section_title {
    font-size: 27px;
    line-height: 34px;
    -webkit-text-stroke: 0.5px #1E4596; /* フチの太さと色 */
    text-stroke: 1px #1E4596;
  }
  .section_title span {
    font-size: 14px;
  }
  .heading_img {
    margin: 20px auto 50px;
  }

  .sec_event ul {
    flex-direction: column;
  }
  .sec_event ul li {
    width: 100%!important;
  }
  .slick-track {
    width: 100%;
  }

  .sec_maintenance ul li {
    width: 49%;
    margin-bottom: 30px;
  }
  .text0 {
    font-size: 14px;
    padding-top: 0;
    line-height: 24px;
    height: auto;
    padding: 10px 0;
  }
  .link_btn {
    justify-content: center;
    padding-right: 0;
    padding-top: 0;
  }
  .footer_inner {
    flex-direction: column;
    align-items: center;
  }
  .footer_shop_data dl {
    flex-direction: column;
  }
  .row {
    flex-direction: column;
  }
  .sec_shop .module h3 {
    font-size: 23px;
    padding: 8px 0 20px;
    text-align: center;
  }
  .left_side {
    width: 100%;
  }
  .right_side {
    width: 100%;
  }
  .shop_data {
    margin-bottom: 30px
  }
  .shop_data dl {
    flex-direction: column;
  }
  .map {
    width: 100%;
    height: 250px;
  }
  .map iframe {
    border: 6px #fff solid;
    border-radius: 16px;
    box-sizing: border-box;
    width: 100%;
    height: 250px;
  }
  .mb100 {
    margin-bottom: 40px;
  }
  .address_num {
    font-size: 16px;
  }
  .tel_num {
    font-size: 25px;
  }
  .fax_num {
    font-size: 25px;
  }

  .for_contact {
    margin: 20px auto;
  }
  .footer_inner {
    padding: 30px 0 40px;
  }
  .footer_tel_num {
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_fax_num {
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_for_contact {
    margin: 10px auto;
  }

  .sec_news {
    background: url(../img/section_bg.png);
    background-repeat: no-repeat;
    background-size: 180px;
    background-position: 30px 60px;
  }

  .flex_row {
    flex-direction: column;
  }
  .service_box {
    padding: 30px 20px 35px;
  }
  .img_side {
    width: 100%;
  }
  .text_side {
    width: 100%;
    padding: 0;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs30 {
    font-size: 23px;
  }
  .box_title {
    font-size: 22px;
  }
  .keeper_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .keeper_title img {
    width: 340px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .keeper_title span {
    font-size: 26px;
  }

  .link_btn2 {
    margin: 30px auto 0 auto;
  }

}

.news_contents {
  /* max-width: 800px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_contents li {
  width: 23%;
  padding-bottom: 14px;
  margin-bottom: 15px;
}
.news_contents li h3 {
  color: #F45943;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
}
.news_contents li a {
  color: #F45943;
  text-decoration: none;
}
.news_contents li h3 span {
  color: #1E4596;
  font-size: 17px;
  font-weight: bold;
}
.news_contents li p {
  line-height: 30px;
}
.text_l {
  text-align: left!important;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
.boarder_dot {
  /* border-bottom: 2px dotted gray; */
}

.section_space {
  padding-bottom: 100px;
}
.section_boarder {
  border-bottom: 2px dotted #707070;
  padding-bottom: 100px;
}
.sec_recruit h3 {
  color: #1E4596;
  font-weight: normal;
  text-align: center;
  padding-bottom: 30px;
  line-height: 30px;
  font-size: 28px;
}
.sec_recruit h4 {
  color: #1E4596;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  height: 70px;
  line-height: 70px;
  border: 2px solid #1E4596;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.sec_recruit p {
  text-align: center;
  line-height: 28px;
  padding-bottom: 40px;
}

.sec_recruit table {
  border-collapse: collapse;
  border: none;
  width: 800px;
  margin: 0 auto 60px;
}
.sec_recruit table tr {
  border-bottom: 2px dotted #707070;
}
.border_none {
  border: none!important;
}
.sec_recruit table tr td {
  border-collapse: collapse;
  border: none;
  padding: 20px;
  box-sizing: border-box;
}
.td_l {
  background: #e9ecf3;
  text-align: center;
  width: 205px;
}
.td_r {
  background: #fef7d0;
}
.sec_recruit_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.sec_recruit_ul li {
  width: 19.5%;
  margin-bottom: 3px;
}
.btn_area {
  display: flex;
  justify-content: center;
}
.btn_area a {
  max-width: 350px;
  margin: 0 40px;
}

#sec_care ul {
  display: flex;
  margin-top: 40px;
}
#sec_care ul li {
  width: 31%;
}

.text_bgred {
  background: #F45943;
  color: #fff;
  font-size: 28px!important;
  font-weight: normal;
  /* height: 58px; */
  /* line-height: 58px; */
  box-sizing: border-box;
  /* padding-top: 0!important; */
  text-align: center;
  padding: 6px 0;
}

.text_ll {
  font-size: 35px!important;
  text-align: center!important;
}
.mb30 {
  margin-bottom: 30px;
}
.mb10 {
  margin-bottom: 10px;
}

.floating_btn {
  width: 40px;
  position: fixed;
  right: 0;
  top: 52%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
  background: #eec000;
  height: 178px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px 0 0 8px;
}
/* .floating_btn2 {
  width: 40px;
  position: fixed;
  right: 0;
  top: 35%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
  background: #ff0101;
  height: 178px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px 0 0 8px;
} */
.floating_nav {
  background-color: rgba(255, 255, 255, 0.7);
  width: 380px;
  position: fixed;
  right: -340px;
  transition: right 0.4s ease;
  top: 35%;
  text-decoration: none;
  height: 178px;
  text-align: center;
  display: flex;
  border-radius: 8px 0 0 8px;
}
.floating_nav:hover {
  right: 0;
}
.floating_nav .nav_head {
  background: #ff0101;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px 0 0 8px;
}
.floating_nav ul {
  width: 100%;
  height: 178px;
    display: flex;
    padding: 14px 0 14px 14px;
    box-sizing: border-box;
}
.floating_nav ul li {
  padding-right: 14px;
}
.floating_nav ul li img {
  width: 95px;
}
.floating_nav ul li a {
  text-decoration: none;
  font-size: 14.5px;
  font-weight: bold;
  color: #000;
}
.floating_nav ul li a span {
  font-size: 12.5px;
}

.table_scroll {
  margin-top: 40px;
  background: #E2E2E2;
  padding: 15px;
}
.table_scroll-b {
  margin-top: 40px;
  background: #E2E2E2;
  padding: 15px;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .section {
    padding-bottom: 60px;
  }
  .sec_event {
    padding-top: 50px;
  }
  .news_contents li h3 {
    font-size: 17px;
  }
  .sec_recruit h4 {
    color: #1E4596;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border: 2px solid #1E4596;
    border-radius: 10px;
    max-width: 1000px;
    margin: 0 auto 40px;
  }
  .sec_recruit table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    margin: 0 auto 60px;
  }
  .td_l {
    background: #e9ecf3;
    text-align: center;
    width: 40%;
  }
  .sec_recruit_ul {
    flex-wrap: wrap;
  }
  .sec_recruit_ul li {
    width: 48%;
  }
  .btn_area {
    flex-direction: column;
  }

  .floating_btn {
    width: 50px;
    position: fixed;
    right: 0;
    top: 70%;
  }

  #sec_care ul li {
    width: 100%;
  }

  .sec_shop .mb100 {
    margin-bottom: 0;
    }
  .sec_shop h2 {
    margin-bottom: 0;
    }
.box_title {
  /* background: url(../img/box_titlebg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
  height: 42px;
  /* line-height: 40px; */
  font-size: 21px;
}
.box_title img {
  width: auto;
  height: 42px;
}
.service_box {
  padding: 0 20px 35px;
  margin-bottom: 50px;
  padding-top: 220px;
  margin-top: -220px;
}
.text_bgred {
  font-size: 20px!important;
  margin-top: 15px;
  padding: 10px 0;
}
.text_bgred2 {
  line-height: 28px;
}

.text_ll {
  font-size: 28px!important;
  text-align: center!important;
}
.text_side_text-b {
  font-size: 18px!important;
  /* color: #1E4596; */
  text-align: left;
}
.keeper_title_row {
  flex-direction: column;
}
.service_box_bg {
  max-width: 1200px;
  width: 100%;
}
.service_box_bg2 {
  max-width: 1200px;
  width: 100%;
  margin-bottom: 20px;
}

.bnr_area {
  padding: 0 20px;
}
.bnr_area2 {
  padding: 0;
  margin: 0 auto 30px;
}

.table_scroll {
  overflow-x: scroll;
  margin-top: 20px;
}
.table_scroll img {
  width: 680px;
}
.table_scroll-b {
  overflow-x: scroll;
  margin-top: 20px;
}
.table_scroll-b img {
  width: 750px;
}

.footer .parts_left {
  padding-right: 0;
}

.service_main .section h2 {
  line-height: 40px;
}
}

.hede_comment {
  font-size: 0;
  color: #fff;
}


.slick-initialized .slick-slide {
  margin: 0;
}

.mb40 {
  margin-bottom: 40px;
}
.mb30 {
  margin-bottom: 30px;
}

.slick-next:before, .slick-prev:before {
  color: #000!important;
  font-size: 25px!important;
  opacity: 1!important;
}
@media screen and (max-width: 768px) {
  .slick-next:before, .slick-prev:before {
    font-size: 20px!important;
  }
  .slick-prev {
    left: -15px!important;
  }
  .slick-next {
    right: -15px!important;
  }

  .news_contents {
    flex-wrap: wrap;
  }
  .news_contents li {
    width: 48%;
    padding-bottom: 14px;
    margin-bottom: 15px;
  }
  .news_contents li h3 {
    font-size: 15px;
    line-height: 25px;
  }
  .news_contents li h3 span {
    font-size: 14px;
  }

  .head_text {
    display: none;
  }
}

.sec_usedcar ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec_usedcar ul li{
    background: #ffef069c;
    width: 24%;
    margin-bottom: 30px;
    border: 1px solid #333;
    padding-bottom: 18px;
}
.sec_usedcar ul li a {
    text-decoration: none;
}
.usedcar_name {
  margin-block-start: 0;
  margin-block-end: 0;
  background: #E0E0E0;
  font-size: 18px!important;
  color: #000;
  text-align: center;
  line-height: 24px;
  padding: 10px 0;
}
.usedcar_grade {
  font-size: 14px!important;
}
.usedcar_price {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #FF0000; /* 中の文字色 */
  -webkit-text-stroke: 1px #FF0000; /* フチの太さと色 */
  text-stroke: 1px #000000;
  margin-top: 10px;
}
.usedcar_price span {
  font-size: 17px;
  font-weight: normal;
}
.usedcar_status {
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 20px;
}
.retailer {
  background: #FF0000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 108px;
  padding: 2px 0;
  margin: 18px auto 0;
}
.bgc_g {
  background: #008E05;
}
.bgc_p {
  background: #A8009B;
}


.slick-dots li button:before {
  font-size: 19px!important;
}

@media screen and (max-width: 768px) {
  .sec_usedcar ul li{
      width: 48%;
      margin-bottom: 30px;
  }

  .floating_btn {
    width: 25px;
    position: fixed;
    right: 0;
    top: 51%;
    height: 110px;
    line-height: 25px;
    font-size: 14px;
  }
  /* .floating_btn2 {
    width: 25px;
    position: fixed;
    right: 0;
    top: 37%;
    height: 110px;
    line-height: 25px;
    font-size: 14px;
  } */
  .floating_nav {
    background-color: rgba(255, 255, 255, 0.7);
    width: 250px;
    position: fixed;
    right: -225px;
    top: 36%;
    text-decoration: none;
    height: 110px;
    text-align: center;
    display: flex;
    border-radius: 8px 0 0 8px;
  }
  .floating_nav:hover {
    right: 0;
  }
  .floating_nav .nav_head {
    background: #ff0101;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px 0 0 8px;
  }
  .floating_nav ul {
    width: 100%;
    height: 178px;
      display: flex;
      padding: 6px 0 6px 6px;
      box-sizing: border-box;
  }
  .floating_nav ul li {
    padding-right: 14px;
  }
  .floating_nav ul li img {
    width: 50px;
  }
  .floating_nav ul li a {
    font-size: 12px;
  }
  .floating_nav ul li a span {
    font-size: 10.5px;
  }
}

.hidden-fields-container {
  display: none;
}
.contact-form-table {
  width: 900px;
  margin: 0 auto;
}
.contact-form-table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.contact-form-table th {
  font-weight: normal;
  text-align: left;
  width: 35%;
}
.contact-form-table td {
  width: 100%;
}
input, textarea {
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
}
input[type="text" i] {
  width: 100%;
  height: 67px;
  border-radius: 10px;
  border: 1px solid #767676;
}
input[type="email" i] {
  width: 100%;
  height: 67px;
  border-radius: 10px;
  border: 1px solid #767676;
}
input[type="tel" i] {
  width: 100%;
  height: 67px;
  border-radius: 10px;
  border: 1px solid #767676;
}
textarea {
  width: 100%;
  height: 354px;
  border-radius: 10px;
  border: 1px solid #767676;
}
input[type="submit" i] {
  background: #FFD900;
  border: none;
  font-size: 16px;
  padding: 5px 20px;
}
.copy {
  font-weight: bold;
  margin-bottom: 40px;
}
.center {
  text-align: center;
}
.text_r {
  width: 250px;
  margin: 0 0 0 auto;
}

.privacy_wrap {
  margin-top: 60px;
}
.privacy_wrap h3 {
  margin-bottom: 40px;
}
.privacy_wrap_inner {
  width: 900px;
  height: 300px;
  margin: 0 auto;
  overflow: scroll;
  padding: 0 15px;
}
.privacy_wrap_inner p {
  font-size: 14px;
}
.privacy_wrap_inner b {
  font-size: 14px;
}

.section_sin {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .contact-form-table {
    width: 100%;
  }
  .contact-form-table tr {
    flex-direction: column;
  }
  .contact-form-table th {
    width: 100%;
  }
  .privacy_wrap_inner {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    overflow: scroll;
    padding: 0 15px;
  }
  input[type="text" i] {
    height: 38px;
  }
  input[type="email" i] {
    height: 38px;
  }
  input[type="tel" i] {
    height: 38px;
  }
  textarea {
    height: 230px;
  }
}

.service_head_menu {
  background: #D2E3F7;
  padding: 30px 0;
  position: fixed;
  width: 100%;
  top: 90px;
}
.service_head_menu ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.service_head_menu ul li {
  color: #1E4596;
  font-weight: bold;
  margin: 0 20px;
}
.service_head_menu ul li a {
  color: #1E4596;
  text-decoration: none;
}

.sec_service {
  background: #C1C7D5;
}
.sec_service_inner {
  max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.color_w {
  color: #fff;
}

.news_contents_box {
  max-width: 900px;
  margin: 40px auto 100px;
  padding: 0 16px;
}
.news_title {
  font-size: 31px;
  margin-bottom: 30px;
}


.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.5);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.zoom-img {
  cursor: zoom-in;
}


@media screen and (max-width: 768px) {
  .service_head_menu {
    padding: 10px 0;
    top: 120px;
  }
  .service_head_menu ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service_head_menu ul li {
    margin: 0 20px;
  }
  .service_head_menu ul li a {
    font-size: 13px;
  }
}

.top_news_list_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
}
.news_list_wrap {
  width: 930px;
  margin: 100px auto;
}
.news_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_news_list_wrap .news-item {
  width: 24%;
  margin-bottom: 40px;
}
.news_list_wrap .news-item {
  width: 32%;
  margin-bottom: 40px;
}
.news-item a {
  text-decoration: none;
}
.news-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.news-meta {
  margin-top: 10px;
}
.news-meta .date {
  font-weight: bold;
  color: #1E4596;
}
.news-meta .news-title {
  font-weight: normal;
  color: #F45943;
}

.mt50 {
  margin-top: 80px;
}
.mb50 {
  margin-bottom: 80px;
}

.service_contents {
  padding-top: 174px;
}



.sec_contact {
  max-width: 900px;
  margin: 0 auto;
}
/* 横並び・見た目 */
.radio-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 16px;                 /* ラジオ同士の間隔 */
}
.radio-tabs__legend {
  margin: 0 12px 0 0;
  width: 204px;
}

/* ラベルの押しやすさ（ラジオはそのまま） */
.radio-tabs > label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  padding: 4px 0;
}

/* 選択中のラベルを強調： input + label を利用 */
#store-main:checked  + label[for="store-main"],
#store-east:checked  + label[for="store-east"],
#store-shiga:checked + label[for="store-shiga"] {
  font-weight: 700;
}

/* パネルの表示制御（初期は非表示） */
.radio-tabs__panels { width: 100%; margin-top: 8px; }
.radio-tabs__panel { display: none; }

/* 選択されたラジオに対応するパネルだけ表示 */
#store-main:checked  ~ .radio-tabs__panels #panel-main  { display: block; }
#store-east:checked  ~ .radio-tabs__panels #panel-east  { display: block; }
#store-shiga:checked ~ .radio-tabs__panels #panel-shiga { display: block; }

/* 狭い画面での折返し */
@media (max-width: 600px) {
  .radio-tabs { gap: 16px; }
}


.wpcf7-response-output {
  font-weight: bold;
  color: red;
  text-align: center;
}
.screen-reader-response p {
  display: none;
}

@media screen and (max-width: 768px) {
  .service_contents {
    padding-top: 212px;
  }

  .radio-tabs {
    display: inline-block;
  }

  .top_news_list_wrap {
    width: 100%;
    margin: 0 auto 10px;
  }
  .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_news_list_wrap .news-item {
    width: 49%;
    margin-bottom: 30px;
  }
  .news-thumb img {
    height: 120px;
  }
  .news-meta .news-title {
    font-size: 16px;
  }

  .usedcar_name {
    font-size: 14px!important;
    line-height: 22px;
    padding: 10px 0;
  }
  .usedcar_grade {
    font-size: 12px!important;
  }
  .usedcar_price {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #FF0000; /* 中の文字色 */
    -webkit-text-stroke: 1px #FF0000; /* フチの太さと色 */
    text-stroke: 1px #000000;
    margin-top: 10px;
  }
  .usedcar_price span {
    font-size: 14px;
  }

  .news_title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .btn_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: -10%;
  }
  .btn_wrap a {
    width: 31%;
  }
}
