@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-style: normal;
}

/*----------------------------------------------------
 	header
----------------------------------------------------*/
.header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.head_nav {
  text-align: right;
  paddig-right: 10px;
}

.head_nav a {
  text-decoration: none;
  justify-content: flex-end;
}

.hd_nav1 {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-right: 2em;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 0.5em;
  color: #000;
}

.hd_nav1 span {
  font-size: 0.7em;
  font-weight: normal;
}

.hd_contact {
  display: inline-block;
  background: #002E5A;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.5em 2em;
  line-height: 1.3em;
}

.hd_contact span {
  font-size: 0.7em;
}
.hd_contact.-recruit {
  background: #E51718;
}
@media (max-width: 1200px) {
  .head_nav {
    display: flex;
    align-items: flex-end;
    padding-bottom: 1em;
  }
  .hd_contact {
    margin-bottom: 0;
    padding: 0.5em clamp(10px, 3.16vw, 2em);
    white-space: nowrap;
  }
  .hd_nav1 {
    margin-right: clamp(10px, 3.16vw, 2em);
  }
  .hd_nav1 span {
    display: block;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .logo {
    text-align: left;
    padding-top: 0 !important;
  }
  .head_nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .logo {
    width: 80%;
  }
}

/*----------------------------------------------------
 	nav
----------------------------------------------------*/
.pc_nav {
  padding: 1em 0;
  text-align: center;
}

.pc_nav li {
  list-style: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 0.8em;
  font-size: 14px;
  border-right: solid 1px #333;
}

.pc_nav li:last-child {
  border: none;
}

.pc_nav li a {
  color: #333;
}

.nav_bgc {
  background: #002E5A;
}

.nav_bgc li {
  border-right: solid 1px #fff;
}

.nav_bgc li a {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .nav-border {
    border: none;
    text-align: left;
    display: block;
    padding-top: 0.8em;
  }
}
.drawer-toggle {
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .drawer-toggle {
    margin-top: 0;
  }
}
/*--- Bootstrap btn 枠線消す　---*/
.btn:focus, .btn.focus,
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus,
.show > .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0;
}

#snav li a {
  text-decoration: none;
  color: #fff;
}

#snav .drawer-menu-item {
  font-size: 0.9em;
}

#snav .snav_item {
  color: #fff;
  font-weight: bold;
  border-bottom: solid 2px #fff;
  padding: 1em 0 0.5em 0;
  margin: 0 0.5em;
}

/*----------------------------------------------------
 下層ページ　jumbotron2
----------------------------------------------------*/
.jumbotron2 {
  background-image: url("../img/u_hdimg_2x.jpg") !important;
  background-size: cover;
  margin: 0;
  height: 50vh;
}

@media (max-width: 768px) {
  .jumbotron2 {
    height: 45vh;
  }
}
.u_hd_title {
  background-color: rgba(48, 45, 44, 0.6);
  color: #fff;
  position: absolute;
  right: 0;
  height: 50vh;
  padding: 7em 5em 5em;
}

.u_hd_title p {
  font-weight: bold;
  font-size: 2em;
  border-bottom: solid 2px #fff;
  padding-bottom: 0.5em;
}

@media (max-width: 768px) {
  .u_hd_title {
    height: 45vh;
    padding: 5em 3em 3em;
  }
}
@media (max-width: 480px) {
  .u_hd_title {
    width: 100%;
    padding: 3em 3em 0;
  }
  .jumbotron2 {
    height: 45vh;
  }
}
/*----------------------------------------------------
 jumbotron_settsu
----------------------------------------------------*/
.jumbotron_settsu {
  background-image: url("../img/settsu/DSC_1516.jpg") !important;
  background-size: cover;
  margin: 0;
  height: 50vh;
}

.settsu_hd_title {
  background-color: rgba(48, 45, 44, 0.6);
  color: #fff;
  position: absolute;
  left: 0;
  height: 50vh;
  padding: 7em 5em 5em;
}

.settsu_hd_title p {
  font-weight: bold;
  font-size: 2em;
  border-bottom: solid 2px #fff;
  padding-bottom: 0.5em;
}

@media (max-width: 768px) {
  .settsu_hd_title {
    height: 45vh;
    padding: 5em 3em 3em;
  }
}
@media (max-width: 480px) {
  .settsu_hd_title {
    width: 100%;
    padding: 3em 3em 0;
  }
  .jumbotron_settsu {
    height: 45vh;
  }
}
/*----------------------------------------------------
 下層ページ　jumbotron3
----------------------------------------------------*/
.jumbotron3 {
  background-image: url("../img/bankin/factory.jpg") !important;
  background-size: cover;
}

/*----------------------------------------------------
 index contents
----------------------------------------------------*/
.top_con1 {
  background-color: #302D2C;
  padding: 3em 0;
  text-align: center;
  margin-top: 3em;
}

.top_title {
  color: #fff;
}

.top_title2 {
  text-align: center;
}

.top_title h2 {
  font-weight: bold;
}

.top_title2 h2 {
  color: #004290;
  font-weight: bold;
  margin: 2em 0 1em;
  font-style: italic;
}

@media (max-width: 768px) {
  .top_con1 {
    margin-top: -2em;
  }
  .top_title p {
    font-size: 0.8em;
  }
}
.top_list {
  padding: 10px 0 0 10px;
}

@media (max-width: 480px) {
  .top_list {
    padding: 0 15px 10px;
  }
}
.top_inner1 {
  background-color: #002E5A;
  text-align: left;
  padding: 1.2em 1.5em;
  color: #fff;
}

.top_inner1 h3 {
  font-size: 0.9em;
  font-weight: 600;
}

.top_inner1 h3:before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 1px;
  height: 15px;
  margin-right: 5px;
}

.top_inner1 p {
  font-size: 0.8em;
  font-weight: 100;
  line-height: 2em;
}

.top_inner2 {
  background-color: #fff;
  text-align: left;
  padding: 1.2em 1.2em;
  color: #1A1311;
}

.top_inner2 h3 {
  font-size: 0.9em;
  font-weight: 600;
}

.top_inner2 h3:before {
  content: "";
  display: inline-block;
  background: #1A1311;
  width: 1px;
  height: 15px;
  margin-right: 5px;
}

.top_inner2 p {
  font-size: 0.8em;
  font-weight: 100;
  line-height: 2em;
}

/*----------------------------------------------------
 	index news
----------------------------------------------------*/
.news_title {
  background-color: #002E5A;
  color: #fff;
  padding: 2em 1em;
}

.news_title h2 {
  display: inline-block;
  border-bottom: solid 1px #fff;
  font-size: 1.2em;
}

.news_title span {
  font-size: 0.7em;
}

.news_inner p {
  margin-bottom: 0.5em;
  font-size: 16px;
}

.news_inner span {
  margin-left: 1em;
}

@media (max-width: 768px) {
  .news_inner {
    margin: 2em 16px;
  }
}
@media (max-width: 480px) {
  .news_inner span {
    margin: 0;
  }
}
.news_inner2 span {
  margin-left: 0;
}

.news_inner2 p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_date, .news_content {
  width: 100%;
}

@media (min-width: 668px) {
  .news_date {
    width: 20%;
  }
  .news_content {
    width: 75%;
  }
}
/*----------------------------------------------------
 	index about & Contact
----------------------------------------------------*/
.about {
  margin: 5em 0;
}

.contents_title {
  text-align: center;
  color: #002E5A;
  margin-bottom: 2em;
}

.contents_title:after {
  content: "";
  display: inline-block;
  background-color: #002E5A;
  width: 200px;
  height: 3px;
}

.contents_title h2 {
  font-weight: 600;
  font-size: 1.2em;
}

.contents_title span {
  font-size: 0.7em;
  font-weight: normal;
}

/*-----jumbotron---------*/
#index .jumbotron {
  background-image: url("../img/index/about_img.jpg");
  background-size: cover;
  margin: 0;
  width: 100%;
}

/*----------------------*/
.about_logo {
  max-width: 45%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .about_logo {
    max-width: 60%;
  }
}
.about_read p {
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  margin: 2em auto;
  line-height: 2em;
}

@media (max-width: 480px) {
  .about_read p {
    text-align: left;
    margin: 2em 1em;
  }
}
.about_row {
  text-align: center;
}

.about_in p {
  display: inline-flex;
  justify-content: center;
  background: #fff;
  opacity: 0.9;
  margin-right: 0.2em;
  width: 30%;
  padding: 1em;
}

@media (max-width: 768px) {
  .about_in p {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .about_in p {
    width: 80%;
  }
}
#contact a {
  text-decoration: none;
  color: #fff;
}

.form_btn {
  display: block;
  background-color: #002E5A;
  width: 30%;
  margin: 0 auto;
  padding: 1em 2em;
  color: #fff;
  text-align: center;
}

.form_btn:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .form_btn {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .form_btn {
    width: 80%;
  }
}
/*----------------------------------------------------
 	bankin page
----------------------------------------------------*/
.mitsumori_btn a {
  display: block;
  text-align: center;
  background: #004290;
  padding: 1em;
  border-radius: 2em;
  color: #FFFFFF;
  text-decoration: none;
  margin-top: 1em;
}

.quick_btn a {
  display: block;
  text-align: center;
  background-image: url("../img/bankin/btn_bg.jpg");
  padding: 1em;
  border-radius: 2em;
  color: #FFFFFF;
  text-decoration: none;
  margin-top: 1em;
}

.price {
  background: #004290;
  padding: 5em;
  color: #fff;
}

@media (max-width: 480px) {
  .price {
    padding: 3em 0.5em;
  }
}
.price_read h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
}

.price_read p {
  color: #fff;
  margin-top: 2em;
  line-height: 1.9em;
}

.price_table h2 {
  font-weight: bold;
  font-size: 1.5em;
}

.price_table span {
  font-size: 0.5em;
  font-weight: normal;
}

.price_table dl {
  font-size: 1.1em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.price_table dt {
  font-size: 1em;
}

.price_table dd {
  font-size: 1.1em;
}

.sp_br {
  display: none;
}

/*---プライス横線　---*/
.title-border {
  display: flex;
  align-items: center;
}

.title-border:before {
  border-top: 1px solid #fff;
  content: "";
  width: 150px;
  flex-grow: 1;
  text-align: right;
}

.title-border:before {
  margin-right: 1.5em;
}

@media (max-width: 768px) {
  .title-border:before {
    width: 35vw;
  }
}
@media (max-width: 480px) {
  .title-border:before {
    width: 15vw;
  }
  .price_table dt {
    font-size: 0.8em;
  }
  .price_table dd {
    font-size: 0.8em;
  }
  .sp_br {
    display: block;
  }
}
.case_title {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4em;
  border-bottom: solid 1px #333;
  padding-bottom: 3px;
}

.case_title span {
  color: #004290;
}

.case_item {
  display: flex;
}

.case_img p {
  background: #004290;
  color: #fff;
  padding: 0.3em 0 0.3em 0.8em;
}

.rep_title {
  background: #004290;
  padding: 0.7em;
  color: #fff;
  text-align: center;
  border-radius: 0.8em;
  margin-bottom: 0.5em;
}

.rep_read {
  margin-top: 1em;
  line-height: 1.8em;
}

.trouble_bg {
  background: #004290;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  padding: 1em 0;
}

.trouble_read {
  line-height: 2em;
}

.tra_title h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #002E5A;
  border-bottom: solid 3px #002E5A;
  width: 25vw;
  margin: 0 auto;
  padding-bottom: 0.5em;
}

@media (max-width: 768px) {
  .tra_title h2 {
    width: 50vw;
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  .tra_title h2 {
    width: 80vw;
  }
}
.tra_title p {
  text-align: center;
  margin: 2em auto 3em;
}

.tra_flow h2 {
  background: #004290;
  color: #fff;
  font-size: 1.2em;
  padding: 0.6em;
}

@media (max-width: 480px) {
  .tra_flow h2 {
    margin-top: 2em;
  }
}
.tra_flow p {
  margin-top: 1.5em;
  line-height: 2em;
}

.tra_tel {
  background: #004290;
  padding: 2em;
}

.tra_tel h2 {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
}

.tra_tel div {
  background: #fff;
  border-radius: 0.5em;
  width: 50%;
  margin: 1em auto 0;
  padding: 0.2em;
  font-size: 2em;
  font-weight: bold;
  color: #004290;
  text-align: center;
}

@media (max-width: 768px) {
  .tra_tel div {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .tra_tel div {
    width: 98%;
    padding: 0.2em;
  }
}
.tra_tel span:before {
  font-family: icomoon;
  content: "\e942";
  font-size: 1em;
  margin-right: 0.3em;
  font-weight: 100;
}

.factory {
  padding: 3em 0;
}

.factory h2 {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.factory p {
  color: #fff;
}

.allstaff {
  text-align: center;
  margin-top: 2em;
  padding-top: 2em;
  border-top: solid 1px #333;
}

.allstaff h4 {
  line-height: 1.8em;
  font-size: 1.2em;
  font-weight: bold;
}

@media (max-width: 480px) {
  .allstaff h4 {
    text-align: left;
  }
}
/*----------------------------------------------------
 	simulation page
----------------------------------------------------*/
.question {
  height: 100vh;
  align-items: center;
}

.answerbtn {
  width: 90%;
  margin: 1em auto;
}

.answerbtn a {
  background: #004290;
  display: block;
  padding: 3em 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.answerbtn a:hover {
  background: #8bb3e2;
}

.answer {
  height: 100vh;
}

.answer_info {
  background: #8bb3e2;
  padding: 2em;
  border-radius: 0.8em;
  color: #fff;
  margin: 1em;
}

.answer_info h4 {
  font-weight: bold;
  font-size: 1em;
  border-bottom: solid 1px #fff;
  padding: 0.5em 0;
}

.answer_info h5 {
  font-weight: bold;
  margin-bottom: 1em;
}

.answerbtn2 {
  width: 80%;
  margin: 0 auto;
}

.answerbtn2 a {
  background: #004290;
  display: block;
  padding: 1em;
  text-align: center;
  color: #fff;
  border-radius: 3em;
  text-decoration: none;
}

.answerbtn2 a:hover {
  background: #fff;
  color: #004290;
  border: solid 2px #004290;
}

/*----------------------------------------------------
 	settsu page
----------------------------------------------------*/
.jumbotron_shopinfo {
  background-image: url("../img/settsu/info_bg.jpg") !important;
  background-size: cover;
  margin: 0;
  padding-bottom: 3em;
}

.shopinfo {
  color: #fff;
  padding: 3em 0;
  margin: 0 auto;
}

.shopinfo h2 {
  font-size: 2em;
  font-style: italic;
  font-weight: bold;
  margin-left: 200px;
}

.shopinfo p {
  margin: 2em 0;
  line-height: 1.5em;
  margin-left: 200px;
}

@media (max-width: 768px) {
  .shopinfo h2, .shopinfo p {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .shopinfo h2, .shopinfo p {
    margin-left: 0px;
  }
}
.shopmap iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.info_img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}

.info_img img {
  width: 19%;
  height: auto;
  margin: 0;
}

@media (max-width: 480px) {
  .info_img img {
    width: 45%;
    margin-top: 0.5em;
  }
}
.settsu_title {
  font-weight: bold;
  color: #004290;
}

.settsu_title span {
  font-size: 0.5em;
  color: #000;
  font-weight: normal;
}

.greeting p {
  line-height: 2em;
}

.settsu_news {
  padding: 0;
}

@media (max-width: 480px) {
  .settsu_news {
    padding: 0.8em;
  }
}
.settsu_news tr {
  border-bottom: dotted 1px #004290;
  line-height: 3em;
}

.settsu_news th {
  color: #004290;
  padding-right: 0.5em;
}

.settsu_fb:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url("../img/settsu/fb_icon.jpg") no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

.settsu_insta:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url("../img/settsu/insta_icon.jpg") no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

.staff {
  background: #004290;
  padding: 3em 0;
  color: #fff;
}

.staff_flow {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
}

.staff_pro {
  margin: 0 0.5em;
  width: 12.5%;
}

@media (max-width: 768px) {
  .staff_pro {
    margin: 0 0.5em;
    width: 20%;
  }
}
@media (max-width: 480px) {
  .staff_pro {
    margin: 0 0.5em;
    width: 45%;
  }
  .shopinfo {
    padding: 2em 0.6em;
  }
}
.staff_pro img {
  text-align: center;
}

.staff_pro span {
  display: block;
  font-size: 0.5em;
  font-weight: bold;
  line-height: initial;
  margin: 1em 0 0;
}

.staff_pro h4 {
  font-size: 1.2em;
  font-weight: bold;
}

.staff_pro p {
  font-size: 0.9em;
  padding-right: 0.5em;
  line-height: 1.8em;
}

.newsbtn2 {
  width: 60%;
  margin: 0 auto;
}

.newsbtn2 a {
  background: #004290;
  display: block;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  border-radius: 3em;
  text-decoration: none;
}

.newsbtn2 a:hover {
  background: #fff;
  color: #004290;
  border: solid 2px #004290;
}

/*----------------------------------------------------
 	mini page
----------------------------------------------------*/
.mini_hd {
  background: #302D2C;
}

.jumbotron_minihdimg {
  background-image: url("../img/mini/mini_hdimg.jpg") !important;
  background-size: cover;
  margin: 0;
  height: 100vh;
}

@media (max-width: 768px) {
  .jumbotron_minihdimg {
    padding: 10em;
    height: auto;
  }
}
@media (max-width: 480px) {
  .jumbotron_minihdimg {
    padding: 7em;
    height: auto;
  }
}
.hd_contact2 {
  display: inline-block;
  background: #DD0011;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.5em 2em;
  line-height: 1.3em;
}

.hd_contact2 span {
  font-size: 0.7em;
}

.jumbotron_shopinfo_mini {
  background-image: url("../img/mini/shop_bg.jpg") !important;
  background-size: cover;
  margin: 0;
  padding-bottom: 3em;
}

.mini_line:before {
  content: "";
  display: inline-block;
  background: #DD0011;
  width: 30px;
  height: 50%;
  float: left;
  position: absolute;
  left: 0;
  margin-top: 3em;
}

.mini_line {
  content: "";
  display: inline-block;
  background: #fff;
  width: 15px;
  height: 50%;
  margin-top: 3em;
}

.mini_message {
  background: #302D2C;
  color: #fff;
  padding: 3em 0;
  margin-bottom: 3em;
}

.mini_message p {
  line-height: 2.5em;
  font-size: 0.8em;
  font-weight: lighter;
}

.mini_flow {
  background: #302D2C;
  padding-bottom: 3em;
  color: #fff;
  line-height: 2em;
}

.mini_flow span {
  font-size: 0.5em;
  font-weight: normal;
}

.mini_flow h4 {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: bold;
}

.mini_flow p {
  font-size: 0.8em;
}

.jumbotron_mini_after {
  background-image: url("../img/mini/after.jpg") !important;
  background-size: cover;
  margin: 0;
  padding-bottom: 3em;
}

.mini_after {
  color: #fff;
  padding: 3em 0;
}

.mini_after p {
  line-height: 2.2em;
  font-weight: lighter;
}

.mini_footer {
  background: #302D2C;
}

@media (max-width: 480px) {
  .mini_after {
    padding: 3em 0.5em;
  }
}
/*----------------------------------------------------
 	Privacy and policy
----------------------------------------------------*/
.pr_title {
  color: #004290;
  margin: 3em 0 1em;
  font-weight: bold;
  border-left: solid 5px #004290;
  padding-left: 0.3em;
}

.pr_txt {
  line-height: 2em;
  font-size: 0.95em;
}

.pr_title_s {
  font-size: 1.2em;
  font-weight: bold;
  color: #004290;
}

/*----------------------------------------------------
 	company
----------------------------------------------------*/
.com_tb {
  padding: 0 0.5em;
}

.com_tb th, .com_tb td {
  padding: 1.2em;
  border-bottom: 1px solid #dee2e6;
  border-top: none;
}

.com_tb th {
  font-weight: normal;
}

.gmap {
  padding: 0;
  margin-bottom: 8em;
}

@media (max-width: 480px) {
  .com_tb th {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 1em;
    border-top: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
    font-weight: bold;
  }
  .com_tb td {
    display: block;
    width: 100%;
    border: none;
    padding-left: 1em;
  }
  .gmap {
    padding: 0.5em;
  }
}
/*----------------------------------------------------
 	info
----------------------------------------------------*/
.archive tr {
  display: block;
  width: 100%;
  border-bottom: dotted 1px #333;
  padding: 1em 0;
}

.archive a {
  color: #000;
}

.archive th {
  width: 20vw;
}

.archive td {
  width: 80vw;
  padding-left: 2em;
}

@media (max-width: 480px) {
  .archive th {
    display: block;
    width: 100%;
  }
  .archive td {
    display: block;
    width: 100%;
    padding: 1em 0 0;
  }
}
.fb_fs {
  display: flex;
  justify-content: flex-start;
}

.contents {
  flex: 1;
  padding-right: 5em;
}

.contents h2 {
  font-weight: 600;
  color: #002E5A;
  margin-bottom: 1em;
}

.contents p {
  line-height: 2em;
}

.navigation {
  display: flex;
  justify-content: space-between;
  margin: 8em auto 0;
}

.navigation a {
  color: #002E5A;
}

.right {
  width: 25vw;
}

.right h4 {
  border-bottom: solid 2px #002E5A;
  color: #002E5A;
  font-weight: 600;
  font-size: 1em;
  padding: 0.5em 0;
  margin-bottom: 1em;
}

.right dl {
  border-bottom: dotted 1px #333;
}

.right dt {
  margin-bottom: 0.5em;
}

.right a {
  color: #000;
}

@media (max-width: 768px) {
  .contents {
    width: 100%;
    padding: 0 0.5em;
  }
  .right {
    width: 100%;
    padding: 0 0.5em;
  }
}
.info_btn button {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: block;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #333;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080;
  border: 1px solid #666;
}

.info_btn a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
 	paint
----------------------------------------------------*/
.ppf3 h3 {
  font-weight: bold;
  color: #002E5A;
  padding-left: 0.5em;
}

.ppf3 span {
  font-weight: normal;
  font-size: 0.7em;
  color: #333;
}

.how {
  background: #302D2C;
  color: #fff;
}

.how_title div {
  border: solid 3px #fff;
  padding: 5em 3em;
  margin: 1em;
  height: 95%;
}

.how_title h3 {
  font-weight: bold;
}

.how_title p {
  margin-top: 5em;
  line-height: 2em;
}

.how_contents h5 {
  font-weight: bold;
  padding: 1em 1em 0 1em;
}

.how_contents p {
  font-size: 0.9em;
  line-height: 2.2em;
  padding: 0 1em;
}

.cons_title {
  font-weight: bold;
  color: #002E5A;
  text-align: left;
  margin-bottom: 1em;
}

.cons_title span {
  font-size: 0.6em;
  font-weight: normal;
  color: #333;
}

.fea_txt {
  font-size: 0.9em;
  line-height: 2em;
}

.ppf_info_title {
  font-weight: bold;
  color: #004290;
  margin-top: 3em;
}

@media (max-width: 480px) {
  .ppf_info_title {
    font-size: 1.5em;
  }
}
.ppf_btn a {
  display: block;
  text-align: center;
  background: #004290;
  padding: 1em;
  border-radius: 0.6em;
  color: #FFFFFF;
  text-decoration: none;
  width: 90%;
  margin: 0 auto;
}

.ppf_price_title {
  background: #004290;
  color: #fff;
  padding: 0.5em;
  font-weight: bold;
}

.ppf_price_title h2 {
  font-size: 1em;
  margin: 0;
}

/*paint_protection_film sec06 ここから*/
.table-ppf tr td:nth-child(1),
.table-ppf .tr-noColspan td:nth-child(2) {
  width: 10%;
}

.table-ppf tr td:last-child {
  border-right: none;
}

.table-ppf th {
  text-align: left;
  background-color: #2050A2;
  color: #fff;
  border-left: 1px #2050A2 solid;
  border-right: 1px #2050A2 solid;
}

.th-ppf .heading {
  color: #fff;
}

.box-estimate {
  background: #2050A2;
  display: table;
  padding: 1% 1%;
  color: #fff;
}

.box-estimate > div:first-child {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  text-align: center;
}

.box-estimate > div:last-child {
  display: table-cell;
  width: 80%;
  background: url(../img/ppf-g7Logo.png) no-repeat right bottom/contain;
  vertical-align: middle;
}

/*paint_protection_film sec06 ここまで*/
/*paint_protection_film sec07 ここから*/
.table-recruit tr {
  padding: 15px 0;
}

.table-recruit th {
  background: #2050A2;
  border: none;
}

.table-recruit li, .table-recruit td {
  text-align: left;
  padding-left: 10px;
}

.table-recruit td {
  border-bottom: 1px #2050A2 solid;
  border-right: 1px #2050A2 solid;
}

.table-ppf td {
  border-bottom: solid 1px #808080;
  border-right: solid 1px #808080;
  padding: 0.5em;
}

.inner-960 {
  width: 960px;
  margin: 0 auto 24px;
  padding-right: 1%;
  padding-left: 1%;
}

@media only screen and (max-width: 768px) {
  .ovflow-scl {
    overflow: scroll;
  }
}
/*paint_protection_film sec06 ここまで*/
/*----------------------------------------------------
 	Rental
----------------------------------------------------*/
.jumbotron_rental {
  background-image: url("../img/rental/DSC_9557.JPG") !important;
  background-size: cover;
  margin: 0;
  height: 60vh;
  background-position: bottom;
}

.jumbotron_rental .settsu_hd_title {
  height: 60vh;
}

.jumbotron_rental .settsu_hd_title > div {
  width: 60%;
  margin: 1em 0;
}

.jumbotron_rental .settsu_hd_title > div img {
  width: 100%;
}

#rental .table_wrap {
  width: 1024px;
  margin: 1em auto;
}

@media (max-width: 1023px) {
  .ovf-x {
    overflow-x: scroll;
  }
}
#rental .table-ppf .tr-noColspan td:nth-child(2) {
  width: auto;
}

.camp div.hdngTxtBox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.camp div.hdngTxtBox > h1 {
  width: 100%;
}

.camp div.hdngTxtBox ul {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding: 0;
}

.camp div.hdngTxtBox ul li {
  list-style: none;
  width: 33%;
}

@media (min-width: 768px) {
  .camp div.hdngTxtBox > h1 {
    width: 40%;
  }
  .camp div.hdngTxtBox ul {
    width: 60%;
  }
}
#rental .camp .table-ppf .tr-noColspan td:nth-child(1) {
  width: 15%;
}

#rental .camp .table-ppf th.th-ppf {
  width: 10%;
}

.option ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}

.option ul li {
  width: 25%;
  text-align: center;
  list-style: none;
}

.option ul li img {
  width: 80%;
}

.rental_info {
  background: #004290;
  padding: 3em 0;
  color: #fff;
}

.rental_reserve {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.rental_reserve dt,
.rental_reserve dd {
  text-align: left;
  width: 50%;
}

dl.rental_reserve:last-child > dd {
  width: auto;
}

.rental_reserve dd {
  padding: 0.3em;
  margin: 0;
  color: #004290;
  font-size: 1.6em;
  font-weight: bold;
}

.rental_reserve dd img {
  width: 100%;
}

.f_bg {
  background: #fff;
  color: #000;
  padding: 1em;
  border-radius: 0.5em;
  margin: 0 auto;
}

.rental_info .col-md-5 ul {
  padding: 0;
}

.rental_info .col-md-5 ul li {
  list-style: none;
}

.rental_info .col-md-7 > div {
  width: 40%;
  margin: 1em auto;
}

.rental_info .col-md-7 > div img {
  width: 100%;
}

@media (max-width: 480px) {
  .option ul li {
    width: 50%;
  }
  .rental_reserve dt, .rental_reserve dd {
    width: 100%;
  }
}
/*----------------------------------------------------
 	footer
----------------------------------------------------*/
footer {
  background-color: #002E5A;
  color: #fff;
  margin-top: 5em;
}

@media (max-width: 768px) { /*---sp_fixのため---*/
  footer {
    padding-bottom: 40px;
  }
}
.ftlogo {
  max-width: 40%;
}

@media (max-width: 768px) {
  .ftlogo {
    max-width: 60%;
  }
}
@media (max-width: 480px) {
  .ftlogo {
    max-width: 90%;
  }
}
.ft_info h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 2.5em;
}

.ft_info p {
  font-size: 0.9em;
  line-height: 1.5em;
}

.foot_nav h4 {
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: solid 2px #fff;
  margin-top: 2em;
  padding-bottom: 0.8em;
}

.foot_nav ul {
  padding: 0;
}

.foot_nav ul a {
  text-decoration: none;
  color: #fff;
}

.foot_nav ul li {
  list-style: none;
  font-size: 0.8em;
  padding: 2px 0;
  color: #fff;
}

.copy {
  font-size: 10px;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .sp_center {
    text-align: center;
  }
  .info_text {
    text-align: center;
  }
}
/*----------------------------------------------------
 	sp_fix menu
----------------------------------------------------*/
@media (min-width: 769px) {
  #sp_fix {
    display: none;
  }
}
#sp_fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #749BCD;
  z-index: 5000;
}

#sp_fix ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
}

#sp_fix ul li {
  list-style: none;
}

#sp_fix li a {
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  outline: none;
  align-items: center;
  text-align: center;
}

#btn_top {
  width: 10%;
}

#sp_fix li#btn_top a:before {
  font-family: icomoon;
  content: "\ea41";
  font-size: 1.2em;
}

#sp_fix li a {
  display: block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

#sp_fix li.sptel {
  width: 45%;
  border-right: solid 1px rgba(255, 255, 255, 0.6);
}

#sp_fix li.sptel a:before {
  font-family: icomoon;
  content: "\e942";
  padding-right: 0.5em;
  font-size: 1em;
}

#sp_fix li.mail {
  width: 45%;
  border-right: solid 1px rgba(255, 255, 255, 0.6);
}

#sp_fix li.mail a:before {
  font-family: icomoon;
  content: "\ea86";
  padding-right: 0.5em;
  font-size: 1.1em;
}

/*--- page top ---*/
#page-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
}

@media (max-width: 768px) {
  #page-top a:before {
    display: none;
  }
}
#page-top a {
  display: block;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}

#page-top a:before {
  font-family: icomoon;
  content: "\ea41";
  font-size: 1.7em;
  padding-top: 2em;
  font-weight: 100;
}

#page-top a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
 	all
----------------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-size {
  display: block !important;
}

.sp-size {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media (max-width: 769px) {
  .pc-size {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .sp-size {
    display: block !important;
  }
}
/*----------------------------------------------------
 	tab-display
----------------------------------------------------*/
@media (min-width: 481px) and (max-width: 768px) {
  .tab-size {
    display: block !important;
  }
}
/*----------------------------------------------------
 	global
----------------------------------------------------*/
.m_b10 {
  margin-bottom: 10px;
}

.m_b20 {
  margin-bottom: 20px;
}

.m_b30 {
  margin-bottom: 30px;
}

.m_b40 {
  margin-bottom: 40px;
}

.m_b50 {
  margin-bottom: 50px;
}

.m_b60 {
  margin-bottom: 60px;
}

.m_b70 {
  margin-bottom: 70px;
}

.m_b80 {
  margin-bottom: 80px;
}

.m_b100 {
  margin-bottom: 100px;
}

.m_t10 {
  margin-top: 10px;
}

.m_t20 {
  margin-top: 20px;
}

.m_t30 {
  margin-top: 30px;
}

.m_t40 {
  margin-top: 40px;
}

.m_t50 {
  margin-top: 50px;
}

.m_t60 {
  margin-top: 60px;
}

.m_t70 {
  margin-top: 70px;
}

.m_t80 {
  margin-top: 80px;
}

.p_t10 {
  padding-top: 10px;
}

.p_t20 {
  padding-top: 20px;
}

.p_t30 {
  padding-top: 30px;
}

.p_t40 {
  padding-top: 40px;
}

.p_t50 {
  padding-top: 50px;
}

.p_t60 {
  padding-top: 60px;
}

.p_t70 {
  padding-top: 70px;
}

.p_t80 {
  padding-top: 80px;
}

.p_b10 {
  padding-bottom: 10px;
}

.p_b20 {
  padding-bottom: 20px;
}

.p_b30 {
  padding-bottom: 30px;
}

.p_b40 {
  padding-bottom: 40px;
}

.p_b50 {
  padding-bottom: 50px;
}

.p_b60 {
  padding-bottom: 60px;
}

.p_b70 {
  padding-bottom: 70px;
}

.p_b80 {
  padding-bottom: 80px;
}

.ggmap {
  position: relative;
  padding-bottom: 30.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media (max-width: 480px) {
  .ggmap {
    padding-bottom: 70.25%;
    width: 93%;
    margin: 0 auto;
  }
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.wpcf7 input[type=tel] {
  width: 60%;
  padding: 8px 15px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

@media (max-width: 480px) {
  .wpcf7 input[type=tel] {
    width: 100%;
  }
}
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

/* 必須赤色表示 */
.wpcf7 .required {
  color: #f00;
}

/* 任意緑色表示 */
.wpcf7 .any {
  color: #080;
}

div.wpcf7 input.wpcf7-submit:hover {
  background: #006080;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8;
  border: 1px solid #006080;
}

.wpcf7 input.wpcf7-submit:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
  border: 1px solid #009de1;
}

.wpcf7-captchac {
  border: 1px solid #ccc;
}

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: block;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #333;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080;
  border: 1px solid #666;
}

footer a:link {
  color: #333333;
  text-decoration: none;
}

footer a:visited {
  text-decoration: none;
  color: #333333;
}

footer a:hover {
  text-decoration: none;
  color: #ffffff;
}

footer a:active {
  text-decoration: none;
  color: #ffffff;
}

.ctitle_1 {
  font-size: 36px;
  font-weight: 100;
  color: #625249;
  font-family: josefin-sans;
  font-style: normal;
  border-bottom: 1px #cccccc solid;
  margin-bottom: 7px;
}

.ctitle_2 {
  font-size: 20px;
  color: #76925D;
  margin-bottom: 15px;
}

.ctitle_3 {
  line-height: 30px;
}

.ctitle_4 {
  font-size: 16px;
  font-weight: 100;
  color: #625249;
  font-family: josefin-sans;
  font-style: normal;
  margin-bottom: 4px;
}

.bdr01 {
  text-align: center;
  display: block;
  padding: 30px;
  margin: 0;
  border-left: solid 20px red;
  position: relative;
  text-align: left;
}

.bdr01:after {
  content: "";
  border-left: solid 10px #ffffff;
  position: absolute;
  top: 0px;
  left: 10px;
  width: calc(100% - 6px);
  height: calc(100% - 0px);
}

.bdr01 h2, .bdr01 p {
  padding: 0 2em 0 40px;
  text-align: left;
}

.bdr02 {
  text-align: center;
  display: block;
  padding: 30px;
  margin: 0;
  border-right: solid 30px red;
  position: relative;
  text-align: left;
}

.bdr02:after {
  content: "";
  border-right: solid 10px #ffffff;
  position: absolute;
  top: 0px;
  right: 10px;
  width: calc(100% - 6px);
  height: calc(100% - 0px);
}

.bdr02 h2, .bdr02 p {
  padding: 0 40px 0 2em;
  text-align: left;
}

.waku {
  border: solid 1px #CCCCCC;
}

/*  ppf 2023 */
.paint_content {
  font-family: "Noto Sans JP", sans-serif;
}

.ppf_flex1, .ppf_flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 668px) {
  .ppf_flex1 > * {
    width: 50%;
    height: auto;
  }
  .ppf_flex2 > div:first-child {
    width: 55%;
    height: auto;
  }
  .ppf_flex2 > div:last-child {
    width: 45%;
    height: auto;
  }
}
#sppf_table .table-ppf {
  background: #000;
  color: #fff;
  text-align: center;
  border-right: 1px #808080 solid;
}

#sppf_table .th-ppf {
  background: none;
  text-align: center;
  border: none;
  border-bottom: solid 1px #808080;
  border-right: solid 1px #808080;
}

#sppf_table .table_car_img td:not(:first-child) {
  border-bottom: none;
}

#sppf_table h2,
.under_line {
  text-decoration: underline;
}

#sppf_table .table-ppf td {
  width: 10%;
  min-width: 100px;
}

#sppf_table .table-ppf tr td:nth-child(1), .table-ppf .tr-noColspan td:nth-child(2) {
  width: 17%;
}

#premium table, #hdright table {
  width: 100% !important;
}

#premium tr td:first-child,
#premium tr td:nth-child(2),
#hdright tr td:first-child,
#hdright tr td:nth-child(2) {
  width: 20% !important;
}

#premium tr td:last-child {
  width: 60% !important;
}

#hdright tr td:first-child {
  width: 10% !important;
}

#hdright tr td:nth-child(2) {
  width: 20%;
}

#hdright tr td:last-child {
  width: 70%;
}

#hdright th {
  background: #9ac1e5 !important;
}

#hdright th h2 {
  color: #000 !important;
  text-decoration: none !important;
}

.ft_yellow {
  color: #ffc003 !important;
  border-color: #ffc003;
  font-weight: bold;
}

#hdright p {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0 0.5em;
}

#hdright {
  position: relative;
}

.ninki {
  position: absolute;
  top: 132px;
  left: 450px;
}

.paint_title {
  color: #182b6e;
  margin: 1em auto;
}

.paint_title p {
  font-size: 2em;
  display: inline-block;
  border-top: solid 2px #182b6e;
  border-bottom: solid 2px #182b6e;
  font-family: "Oswald", sans-serif;
  padding: 0 1em;
  letter-spacing: 1px;
}

.paint_title h2 {
  font-size: 16px;
  color: #182b6e;
  font-weight: bold;
}

.paint_content h3 {
  color: #182b6e;
  font-weight: 400;
  line-height: 1.6em;
  font-size: 1.3em;
}
.paint_content .--bg {
  background-image: url(../img/paint/3-concept-1.jpg);
  background-size: cover;
  background-position: center;
  padding: 7% 3%;
}
.paint_content .--bg h3,
.paint_content .--bg .p_contetnt {
  color: #fff;
}

.p_contetnt {
  line-height: 2em;
  letter-spacing: 1px;
  color: #182b6e;
  font-size: 15px;
  text-align: left !important;
}

@media (min-width: 668px) {
  .paint_content h3 {
    font-size: 1.75em;
    letter-spacing: 1px;
  }
  .p_contetnt {
    font-size: 1em;
    text-align: center !important;
  }
}
.paint_cover {
  background: #0f1d4b;
}

.paint_layer {
  background: #142258;
}

.paint_cover *,
.paint_layer * {
  color: #fff !important;
}

.paint_cover .paint_title p,
.paint_layer .paint_title p {
  border-color: #fff;
}

@media (max-width: 668px) {
  .sp-none {
    display: none;
  }
}
.hikaku_wrap {
  margin: 3em auto;
  overflow-x: scroll;
}

.hikaku_wrap h3 {
  color: #182b6e;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 3em;
}

.hikaku_wrap table tr {
  border-bottom: solid 2px #ccc;
}

.hikaku_wrap table th,
.hikaku_wrap table td {
  border-right: solid 2px #ccc;
}

.hikaku_wrap thead th:last-child,
.hikaku_wrap tbody td.hikaku_sppf_inner {
  border-right: none !important;
}

.hikaku_wrap thead th:first-child,
.hikaku_wrap thead th:nth-child(2),
.hikaku_wrap thead th:nth-child(3),
.hikaku_wrap tbody td:nth-child(4) {
  width: 12%;
}

.hikaku_wrap thead th,
.hikaku_wrap tbody th,
.hikaku_wrap tbody td:not(:last-child) {
  text-align: center;
}

.hikaku_wrap thead th:not(:first-child) {
  background: #989898;
  color: #fff;
}

.hikaku_sppf_head {
  background: #182b6e !important;
  color: #fff;
}

.hikaku_wrap tbody th {
  background: #e8e8e8;
}

.hikaku_sppf_inner {
  background: #ebf0fe;
  color: #182b6e;
}

.hikaku_wrap tbody td:last-child {
  padding: 0.5em;
  line-height: 1.6;
}

/* youtube  20240117追加*/
.youtube {
  margin: 3em auto;
}

.youtube h3 {
  color: #182b6e;
  font-weight: bold;
  font-size: 1em;
}

/*----------------------------------------------------
リース＆レンタカー
----------------------------------------------------*/
.jumbotron_lease {
  background-image: url("../img/lease/mainV.jpg");
  background-size: cover;
  margin: 0;
  height: 60vh;
  background-position: center;
  position: relative;
}
.jumbotron_lease .mainV--txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 295px;
  left: 15.5%;
  max-width: 483px;
  width: 100%;
}
.jumbotron_lease .mainV--txt img {
  max-width: 483px;
  width: 100%;
  margin-bottom: 40px;
}
.jumbotron_lease .mainV--txt p {
  color: #002E5A;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  background-color: #fff;
  padding: 7px 19px 8px;
  display: inline-block;
}

/*----------------------------------------------------
スズキカーズ
----------------------------------------------------*/
.carslp-button-set {
  padding-top: 40px;
  padding-bottom: 60px;
	text-align:center;
}
@media screen and (max-width: 767px) {
.carslp-button-set {
  padding-bottom: 40px;
	}
}
.carslp-button {
	color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 0.5rem;
  background: #D00C0C;
  -webkit-box-shadow: 0.375rem 0.375rem 0 0 #970C0C;
          box-shadow: 0.375rem 0.375rem 0 0 #970C0C;
  padding: 1.625rem 6.75rem;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
  .carslp-button:hover {
		color: #FFF;
    -webkit-box-shadow: inset 0.25rem 0.25rem 0.125rem 0 #970C0C;
            box-shadow: inset 0.25rem 0.25rem 0.125rem 0 #970C0C;
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
}
@media screen and (max-width: 767px) {
  .carslp-button:hover {
		color: #FFF;
    -webkit-box-shadow: inset 0.25rem 0.25rem 0.125rem 0 #970C0C;
            box-shadow: inset 0.25rem 0.25rem 0.125rem 0 #970C0C;
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
}
@media screen and (max-width: 767px) {
  .carslp-button {
    padding: 1rem 4.5625rem;
    font-size: 1.125rem;
    border-radius: 40px;
    -webkit-box-shadow: 0.25rem 0.25rem 0 0 #970C0C;
            box-shadow: 0.25rem 0.25rem 0 0 #970C0C;
  }
}

.p-lease {
  /*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Replaced content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable.
   * 1. Make form elements stylable across systems iOS especially.
   * 2. Inherit text-transform from parent.
   */
  /**
   * Correct cursors for clickable elements.
   */
  /**
   * Improve outlines for Firefox and unify style with input elements & buttons.
   */
  /**
   * Remove padding
   */
  /**
   * Reset to invisible
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Fix font inheritance.
   */
  /**
   * Fix appearance for Firefox
   */
  /**
   * Clickable labels
   */
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /*
   * Remove outline for editable content.
   */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
  color: #333333;
}
.p-lease *,
.p-lease ::before,
.p-lease ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.p-lease html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
.p-lease body {
  margin: 0;
}
.p-lease main {
  display: block;
}
.p-lease p,
.p-lease table,
.p-lease blockquote,
.p-lease address,
.p-lease pre,
.p-lease iframe,
.p-lease form,
.p-lease figure,
.p-lease dl {
  margin: 0;
}
.p-lease h1,
.p-lease h2,
.p-lease h3,
.p-lease h4,
.p-lease h5,
.p-lease h6 {
  margin: 0;
}
.p-lease ul,
.p-lease ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-lease dt {
  font-weight: bold;
}
.p-lease dd {
  margin-left: 0;
}
.p-lease hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
.p-lease pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.p-lease address {
  font-style: inherit;
}
.p-lease a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.p-lease abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
.p-lease b,
.p-lease strong {
  font-weight: bolder;
}
.p-lease code,
.p-lease kbd,
.p-lease samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.p-lease small {
  font-size: 80%;
}
.p-lease sub,
.p-lease sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.p-lease sub {
  bottom: -0.25em;
}
.p-lease sup {
  top: -0.5em;
}
.p-lease svg,
.p-lease img,
.p-lease embed,
.p-lease object,
.p-lease iframe {
  vertical-align: bottom;
}
.p-lease button,
.p-lease input,
.p-lease optgroup,
.p-lease select,
.p-lease textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
.p-lease button,
.p-lease [type=button],
.p-lease [type=reset],
.p-lease [type=submit] {
  cursor: pointer;
}
.p-lease button:disabled,
.p-lease [type=button]:disabled,
.p-lease [type=reset]:disabled,
.p-lease [type=submit]:disabled {
  cursor: default;
}
.p-lease :-moz-focusring {
  outline: auto;
}
.p-lease select:disabled {
  opacity: inherit;
}
.p-lease option {
  padding: 0;
}
.p-lease fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.p-lease legend {
  padding: 0;
}
.p-lease progress {
  vertical-align: baseline;
}
.p-lease textarea {
  overflow: auto;
}
.p-lease [type=number]::-webkit-inner-spin-button,
.p-lease [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.p-lease [type=search] {
  outline-offset: -2px; /* 1 */
}
.p-lease [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.p-lease ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.p-lease [type=number] {
  -moz-appearance: textfield;
}
.p-lease label[for] {
  cursor: pointer;
}
.p-lease details {
  display: block;
}
.p-lease summary {
  display: list-item;
}
.p-lease [contenteditable]:focus {
  outline: auto;
}
.p-lease table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
.p-lease caption {
  text-align: left;
}
.p-lease td,
.p-lease th {
  vertical-align: top;
  padding: 0;
}
.p-lease th {
  text-align: left;
  font-weight: bold;
}
.p-lease .spBlock {
  display: none;
}
.p-lease .inner {
  max-width: 1104px;
  width: 100%;
  margin: 0 auto;
}
.p-lease__zero {
  background-color: #fff;
  padding-top: 35px;
}
.p-lease__zero .--flex {
  display: flex;
  padding: 0 48.5px;
  position: relative;
  z-index: 1;
}
.p-lease__zero .--flex img {
  width: 40.2%;
  object-fit: contain;
  margin-right: 70px;
}
.p-lease__zero .--flex h2 {
  width: 47%;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.6;
}
.p-lease__zero .--flex h2 .fs40 {
  font-size: 40px;
  line-height: 2.4;
}
.p-lease__zero .--flex h2 .fs80 {
  font-size: 80px;
  line-height: 0;
}
.p-lease__zero .--flex h2 .green {
  color: #40A4A8;
}
.p-lease__zero .--flex h2 .underLine {
  padding-left: 12px;
  background: linear-gradient(transparent 78%, #FFFA61 30%);
}
.p-lease__sec01 {
  margin-top: -11px;
  background-color: rgba(0, 66, 144, 0.05);
  position: relative;
  padding-top: 200px;
  padding-bottom: 120px;
  text-align: center;
}
.p-lease__sec01::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/lease/white_bg.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 56%;
}
.p-lease__sec01 .--ttl {
  font-size: 36px;
  font-weight: 600;
  color: #40A4A8;
  line-height: 1.5;
  border-bottom: 3px solid #40A4A8;
  display: inline-block;
  padding: 0 40px 13px;
  position: relative;
  margin-bottom: 94px;
}
.p-lease__sec01 .--ttl::before, .p-lease__sec01 .--ttl::after {
  content: "";
  background-image: url(../img/lease/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -65px;
  top: 50%;
  width: 55px;
  height: 60px;
  transform: translateY(-50%);
}
.p-lease__sec01 .--ttl::after {
  left: auto;
  right: -65px;
  transform: translateY(-50%) scale(-1, 1);
}
.p-lease__sec01__list {
  text-align: left;
}
.p-lease__sec01__item {
  background-color: #004290;
  border-radius: 0 32px 0 32px;
  filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.2));
  margin-bottom: 58px;
  color: #fff;
  position: relative;
}
.p-lease__sec01__item .--label {
  max-width: 272px;
  width: 100%;
  background-color: #fff;
  color: #004290;
  font-size: 24px;
  font-weight: 600;
  border-radius: 18px;
  text-align: center;
  display: inline-block;
  margin-right: 75px;
}
.p-lease__sec01__item::before {
  content: "";
  background-image: url(../img/lease/tokuten_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 34px;
  top: 23px;
  max-width: 171px;
  width: 100%;
  height: 142px;
}
.p-lease__sec01__item::after {
  content: "";
  background-image: url(../img//lease/tokuten_01.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 48px;
  top: -30px;
  max-width: 252px;
  width: 100%;
  height: 189px;
}
.p-lease__sec01__item:nth-of-type(2)::before {
  background-image: url(../img/lease/tokuten_02.png);
}
.p-lease__sec01__item:nth-of-type(2)::after {
  background-image: url(../img/lease/tokuten_02.jpg);
}
.p-lease__sec01__item:nth-of-type(3)::before {
  background-image: url(../img/lease/tokuten_03.png);
}
.p-lease__sec01__item:nth-of-type(3)::after {
  background-image: url(../img/lease/tokuten_03.jpg);
}
.p-lease__sec01__item:nth-of-type(4)::before {
  background-image: url(../img/lease/tokuten_04.png);
}
.p-lease__sec01__item:nth-of-type(4)::after {
  background-image: url(../img/lease/tokuten_04.jpg);
}
.p-lease__sec01 .--01 {
  padding: 19px 0 0 0;
  text-align: center;
}
.p-lease__sec01 .--01 .ffR {
  font-family: "Roboto", sans-serif;
  font-size: 103px;
  font-weight: 700;
  line-height: 1.27;
}
.p-lease__sec01 .--01 h3 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.55;
  margin-right: 75px;
}
.p-lease__sec01 .--02 {
  padding: 34px 0 5px;
  text-align: center;
}
.p-lease__sec01 .--02 h3 {
  font-size: 75px;
  font-weight: 600;
  line-height: 1.56;
  margin-right: 88px;
}
.p-lease__sec01 .--03 {
  padding: 36px 0 31px;
  text-align: center;
}
.p-lease__sec01 .--03 h3 {
  font-size: 50px;
  font-weight: 600;
  margin-right: 118px;
}
.p-lease__sec01 .--03 h3 span {
  font-size: 36px;
  margin-right: 14px;
}
.p-lease__sec01 .--04 {
  padding: 28px 0 19px;
  text-align: center;
}
.p-lease__sec01 .--04 .--flex {
  margin-right: 115px;
}
.p-lease__sec01 .--04 .--label {
  max-width: 175px;
  margin-right: 15px;
}
.p-lease__sec01 .--04 .mr0 {
  margin-right: 0;
}
.p-lease__sec01 .--04 h3 {
  font-size: 46px;
  font-weight: 600;
  margin-right: 78px;
}
.p-lease__sec01 .--04 h3 .fs24 {
  font-size: 24px;
}
.p-lease__sec01 .--04 h3 .fs28 {
  font-size: 28px;
}
.p-lease__sec02 {
  padding-bottom: 80px;
  background-color: rgba(0, 66, 144, 0.05);
}
.p-lease__sec02 .white--box {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 0 40px 0 40px;
  margin: 0 auto;
  filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.2));
  padding-top: 74px;
  padding-bottom: 54px;
  position: relative;
}
.p-lease__sec02 .white--box::before {
  content: "";
  background-image: url(../img/lease/point_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 245px;
  height: 102px;
}
.p-lease__sec02 .white--box .--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
.p-lease__sec02 .white--box .--flex .--txtBox {
  width: 65.3%;
}
.p-lease__sec02 .white--box .--flex .--txtBox .--ttl {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 3px solid #002E5A;
  padding-bottom: 16px;
  padding-right: 40px;
  display: inline-block;
  margin-bottom: 42px;
  color: #002E5A;
}
.p-lease__sec02 .white--box .--flex .--txtBox p {
  line-height: 2;
}
.p-lease__sec02 .white--box .bg--gray {
  background-color: #EFEFEF;
  text-align: center;
  padding: 36px 100px 43px;
}
.p-lease__sec02 .white--box .bg--yellow {
  text-align: center;
  background-color: #FFFDB4;
  padding: 39px 100px 46px;
}
.p-lease__sec03 {
  background-color: rgba(0, 66, 144, 0.05);
  padding-bottom: 120px;
}
.p-lease__sec03 .white--box {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 0 40px 0 40px;
  margin: 0 auto;
  filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.2));
  padding-top: 75px;
  padding-bottom: 54px;
  position: relative;
}
.p-lease__sec03 .white--box::before {
  content: "";
  background-image: url(../img/lease/point_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 245px;
  height: 102px;
}
.p-lease__sec03 .white--box .--flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
}
.p-lease__sec03 .white--box .--flex .--txtBox {
  width: 65.3%;
}
.p-lease__sec03 .white--box .--flex .--txtBox .--ttl {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 3px solid #002E5A;
  padding-bottom: 16px;
  padding-right: 40px;
  display: inline-block;
  margin-bottom: 42px;
  color: #002E5A;
}
.p-lease__sec03 .white--box .--flex .--txtBox p {
  line-height: 2;
}
.p-lease__sec03 .white--box .bg--gray {
  background-color: #EFEFEF;
  text-align: center;
  padding: 42px 100px 43px;
}
.p-lease__sec03 .white--box .bg--yellow {
  text-align: center;
  background-color: #FFFDB4;
  padding: 47px 200px 43px;
}
.p-lease__sec03 .white--box .bg--yellow .mb45 {
  margin-bottom: 45px;
}
.p-lease__sec03 .white--box .bg--yellow p {
  text-align: left;
}
.p-lease__sec03 .white--box .bg--yellow .fs13 {
  font-size: 13px;
  line-height: 2;
  color: #666666;
  margin-top: 13px;
}
.p-lease__sec04 {
  padding-top: 126px;
  padding-bottom: 137px;
  text-align: center;
}
.p-lease__sec04 .--ttl {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 3px solid #002E5A;
  padding-bottom: 16px;
  padding-right: 40px;
  padding-left: 40px;
  display: inline-block;
  margin-bottom: 88px;
  color: #002E5A;
}
.p-lease__sec04--list {
  text-align: left;
}
.p-lease__sec04--item {
  border: 1px solid #004290;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  padding: 8px 41px 9px 44px;
  position: relative;
}
.p-lease__sec04--item::before {
  content: "";
  background-image: url(../img/lease/icon_arrow3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
}
.p-lease__sec04--item::after {
  content: "1";
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background-color: #004290;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: -15px;
  font-weight: 400;
}
.p-lease__sec04--item:nth-of-type(2)::after {
  content: "2";
}
.p-lease__sec04--item:nth-of-type(3)::after {
  content: "3";
}
.p-lease__sec04--item:nth-of-type(4)::after {
  content: "4";
}
.p-lease__sec04--item:last-of-type {
  margin-bottom: 60px;
}
.p-lease__sec04--item:last-of-type::after {
  content: "5";
}
.p-lease__sec04--item:last-of-type::before {
  content: none;
}
.p-lease__sec04--item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #004290;
  width: 22.3%;
  padding-left: 2.4%;
}
.p-lease__sec04--item p {
  line-height: 2;
  width: 68%;
}
.p-lease__sec04 .--attention {
  text-align: left;
  line-height: 2;
}
.p-lease__sec05 {
  background-color: #004290;
  text-align: center;
  padding: 50px 0 66px;
  color: #fff;
}
.p-lease__sec05 .--ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 48px;
}
.p-lease__sec05 .--flex {
  display: flex;
  justify-content: space-between;
}
.p-lease__sec05 .--flex p {
  max-width: 536px;
  width: 100%;
  height: 108px;
  border: 1px solid #fff;
}
.p-lease__sec05 .--flex p a {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #004290;
}
.p-lease__sec05 .--flex p a:hover {
  opacity: 0.6;
}
.p-lease__sec05 .--flex p a span {
  font-size: 48px;
  font-weight: 500;
  color: #FBFF80;
  font-family: "Oswald", sans-serif;
  padding-left: 85px;
  position: relative;
}
.p-lease__sec05 .--flex p a span::before {
  content: "";
  background-image: url(../img/lease/Icon_phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.p-lease__sec05 .--flex .contact {
  position: relative;
}
.p-lease__sec05 .--flex .contact::before {
  content: "";
  background-image: url(../img/lease/icon_arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23.66px;
  height: 11.12px;
  position: absolute;
  right: 42.5px;
  top: 50%;
  transform: translateY(-50%);
}
.p-lease__sec06 {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
.p-lease__sec06 .--ttl {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 3px solid #002E5A;
  padding-bottom: 16px;
  padding-right: 40px;
  padding-left: 40px;
  display: inline-block;
  margin-bottom: 42px;
  color: #002E5A;
}
.p-lease__sec06--category {
  background-color: rgba(0, 66, 144, 0.1);
  border-radius: 20px;
  color: #004290;
  font-size: 24px;
  font-weight: 600;
  padding: 13px;
}
.p-lease__sec06 h3 {
  margin-top: 60px;
  margin-bottom: 40px;
}
.p-lease__sec06--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-lease__sec06 ul {
  padding: 0 30px;
}
.p-lease__sec06--item {
  width: 29%;
}
.p-lease__sec06--item figure {
  width: 100%;
}
.p-lease__sec06--item figure img {
  width: 100%;
}
.p-lease__sec06--item h4 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
}
.p-lease__sec06--item h4::before {
  content: "";
  background-image: url(../img//lease/under_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 139px;
  height: 16px;
  width: 100%;
  position: absolute;
  bottom: -23.5px;
  left: 50%;
  transform: translateX(-50%);
}
.p-lease__sec06--item .fs13 {
  font-size: 13px;
  color: #666666;
  margin-top: 16px;
  margin-bottom: 13px;
  line-height: 2.4;
}
.p-lease__sec06--item--price {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
  padding-left: 10px;
  padding-right: 13px;
  background: linear-gradient(transparent 70%, rgba(129, 178, 216, 0.21) 30%);
  position: relative;
}
.p-lease__sec06--item--price::before {
  content: "月額";
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
  color: #333333;
  position: absolute;
  left: 10px;
  top: -17px;
}
.p-lease__sec06--item--price span {
  color: #E05656;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.p-lease__sec07 {
  background-color: rgba(0, 66, 144, 0.05);
  text-align: center;
  padding-top: 115px;
  padding-bottom: 125px;
}
.p-lease__sec07 .--ttl {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 3px solid #002E5A;
  padding-bottom: 16px;
  padding-right: 40px;
  padding-left: 40px;
  display: inline-block;
  margin-bottom: 76px;
  color: #002E5A;
}
.p-lease__sec07 .p-lease__sec07-dl > div {
  margin-bottom: 16px;
  background-color: #fff;
}
.p-lease__sec07 .p-lease__sec07-dl dt,
.p-lease__sec07 .p-lease__sec07-dl dd {
  display: flex;
  align-items: center;
  border: 1px solid #004290;
  text-align: left;
}
.p-lease__sec07 .p-lease__sec07-dl dt {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 17px;
}
.p-lease__sec07 .p-lease__sec07-dl dt.active {
  border-bottom: none;
}
.p-lease__sec07 .p-lease__sec07-dl dd {
  font-size: 16px;
  line-height: 1.875;
  border-top: none;
  font-weight: 300;
  padding: 15px 100px 21px 85px;
  color: #666666;
  align-items: flex-start;
}
.p-lease__sec07 .p-lease__sec07-dl dt:before,
.p-lease__sec07 .p-lease__sec07-dl dt:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #004290;
  position: absolute;
  top: calc(50% - 1px);
  right: 27px;
  transition: all 0.3s;
}
.p-lease__sec07 .p-lease__sec07-dl dt:after {
  transform: rotate(90deg);
}
.p-lease__sec07 .p-lease__sec07-dl dt.active:after {
  opacity: 0;
}
.p-lease__sec07 .p-lease__sec07-dl dt span,
.p-lease__sec07 .p-lease__sec07-dl dd span {
  color: #004290;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 41px;
  position: relative;
}
.p-lease__sec07 .p-lease__sec07-dl dt span::before,
.p-lease__sec07 .p-lease__sec07-dl dd span::before {
  content: "";
  width: 1px;
  height: 45px;
  background-color: #004290;
  position: absolute;
  right: 27.5px;
  top: 50%;
  transform: translateY(-50%);
}
.p-lease__sec07 .p-lease__sec07-dl dd span {
  padding-right: 31px;
  padding-top: 13px;
}
.p-lease__sec07 .p-lease__sec07-dl dd span::before {
  right: 15.5px;
  top: 70%;
}
.p-lease__sec07 .--attention {
  font-size: 13px;
  color: #666666;
  text-align: left;
  line-height: 2;
  margin-top: 36px;
}
.p-lease__sec08 {
  padding-top: 120px;
  text-align: center;
}
.p-lease__sec08 .--ttl {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 3px solid #002E5A;
  padding-bottom: 16px;
  padding-right: 40px;
  padding-left: 40px;
  display: inline-block;
  margin-bottom: 51px;
  color: #002E5A;
}
.p-lease__sec08 .contact__form {
  text-align: center;
}
.p-lease__sec08 .contact__form--item {
  display: flex;
  margin-bottom: 34px;
  align-items: center;
  text-align: left;
}
.p-lease__sec08 .contact__form--item .q {
  font-weight: 700;
  width: 16%;
}
.p-lease__sec08 .contact__form--item .a {
  width: 84%;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.p-lease__sec08 .contact__form--item .a input {
  padding-left: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
}
.p-lease__sec08 .contact__form--item .a--check {
  font-weight: 700;
}
.p-lease__sec08 .contact__form--item .a--check input {
  appearance: revert;
  margin-right: 12px;
}
.p-lease__sec08 .contact__form--item .a--check input:nth-last-of-type(1) {
  margin-left: 80px;
}
.p-lease__sec08 .contact__form--item .address--mark {
  padding-right: 12px;
  font-weight: 700;
  font-size: 16px;
}
.p-lease__sec08 .contact__form .submit--btn p {
  width: 470px;
  height: 48px;
  background-color: #004290;
  border-radius: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-lease__sec08 .contact__form .submit--btn p:hover {
  opacity: 0.8;
}
.p-lease__sec08 .contact__form .submit--btn p::before {
  content: "";
  background-image: url(../img/lease/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  right: 18.5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.p-lease__sec08 .contact__form .last {
  margin-bottom: 48px;
}

.p-lease__sec08 .contact__form .submit--btn {
  width: 470px;
  height: 48px;
  background-color: #004290;
  border-radius: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.p-lease__sec08 .contact__form .submit--btn:hover {
  opacity: 0.8;
}

.p-lease__sec08 .contact__form .submit--btn::before {
  content: "";
  background-image: url(../img/lease/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  right: 18.5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 600px) {
  .p-lease__sec08 .contact__form .submit--btn {
    width: 350px;
  }
}
@media screen and (max-width: 1500px) {
  .jumbotron_lease .mainV--txt {
    left: 10.5%;
  }
}
@media screen and (max-width: 1200px) {
  .jumbotron_lease .mainV--txt {
    left: 5.5%;
  }
  .p-lease__zero .--flex {
    padding-bottom: 30px;
  }
  .p-lease__zero .--flex img {
    margin-right: 40px;
  }
  .p-lease__zero .--flex h2 {
    width: 48%;
  }
}
@media screen and (max-width: 1104px) {
  .jumbotron_lease {
    background-position: 35%;
  }
  .p-lease .inner {
    padding: 0 3%;
  }
  .p-lease__zero .--flex {
    padding-bottom: 30px;
  }
  .p-lease__zero .--flex h2 {
    width: 55%;
  }
  .p-lease__sec02 {
    padding: 0 3% 80px;
  }
  .p-lease__sec02 .white--box .--flex .--txtBox {
    width: 71.3%;
  }
  .p-lease__sec02 .white--box .--flex .--txtBox .--ttl {
    padding-right: 20px;
    margin-bottom: 28px;
  }
  .p-lease__sec02 .white--box .--flex figure {
    width: 27%;
  }
  .p-lease__sec02 .white--box .--flex figure img {
    width: 100%;
  }
  .p-lease__sec03 {
    padding: 0 3% 120px;
  }
  .p-lease__sec03 .white--box .--flex figure {
    width: 30%;
  }
  .p-lease__sec03 .white--box .--flex figure img {
    width: 100%;
  }
  .p-lease__sec03 .white--box .bg--yellow {
    padding: 47px 100px 43px;
  }
  .p-lease__sec05 .--flex .contact {
    width: 49%;
  }
  .p-lease__sec05 .--flex .tel {
    width: 49%;
  }
  .p-lease__sec06--item {
    width: 30%;
  }
}
@media screen and (max-width: 1025px) {
  .jumbotron_lease {
    background-position: 37%;
  }
  .jumbotron_lease .mainV--txt {
    left: 3.5%;
    max-width: 400px;
  }
  .jumbotron_lease .mainV--txt p {
    font-size: 28px;
  }
  .p-lease__zero .--flex {
    padding-bottom: 50px;
    justify-content: space-between;
  }
  .p-lease__zero .--flex h2 {
    width: 55%;
    font-size: 48px;
  }
  .p-lease__zero .--flex h2 .under_line {
    padding-left: 6px;
  }
  .p-lease__zero .--flex h2 .fs40 {
    font-size: 32px;
  }
  .p-lease__zero .--flex h2 .fs80 {
    font-size: 62px;
  }
  .p-lease__zero .--flex img {
    margin-right: 0;
  }
  .p-lease__sec01 {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .p-lease__sec01 .--ttl {
    font-size: 28px;
    padding: 0 20px 10px;
  }
  .p-lease__sec01 .--ttl::before, .p-lease__sec01 .--ttl::after {
    width: 45px;
    height: 50px;
    left: -55px;
  }
  .p-lease__sec01 .--ttl::after {
    left: auto;
    right: -55px;
    transform: translateY(-50%) scale(-1, 1);
  }
  .p-lease__sec01__item .--label {
    max-width: 240px;
    font-size: 20px;
    margin-right: 25px;
  }
  .p-lease__sec01__item::before {
    max-width: 120px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
  }
  .p-lease__sec01__item::after {
    max-width: 150px;
    right: 38px;
  }
  .p-lease__sec01 .--01 {
    padding-bottom: 10px;
  }
  .p-lease__sec01 .--01 h3 {
    font-size: 28px;
    margin-right: 25px;
  }
  .p-lease__sec01 .--01 .ffR {
    font-size: 62px;
  }
  .p-lease__sec01 .--02 {
    padding-bottom: 10px;
  }
  .p-lease__sec01 .--02 h3 {
    font-size: 62px;
    margin-right: 25px;
  }
  .p-lease__sec01 .--03 h3 {
    margin-right: 25px;
    font-size: 42px;
  }
  .p-lease__sec01 .--03 h3 span {
    font-size: 32px;
  }
  .p-lease__sec01 .--04 .--flex {
    margin-right: 25px;
  }
  .p-lease__sec01 .--04 .--label {
    max-width: 130px;
    margin-right: 10px;
  }
  .p-lease__sec01 .--04 .mr0 {
    margin-right: 0;
  }
  .p-lease__sec01 .--04 h3 {
    font-size: 32px;
    margin-right: 25px;
  }
  .p-lease__sec01 .--04 h3 .fs24 {
    font-size: 20px;
  }
  .p-lease__sec01 .--04 h3 .fs28 {
    font-size: 24px;
  }
  .p-lease__sec02 .white--box {
    padding-top: 100px;
  }
  .p-lease__sec02 .white--box .--flex .--txtBox {
    width: 72%;
  }
  .p-lease__sec02 .white--box .--flex .--txtBox .--ttl {
    font-size: 22px;
    padding-right: 5px;
    line-height: 1.4;
  }
  .p-lease__sec02 .white--box .--flex figure {
    width: 25%;
  }
  .p-lease__sec02 .white--box .bg--gray {
    padding: 36px 50px 43px;
  }
  .p-lease__sec02 .white--box .bg--gray figure {
    width: 100%;
  }
  .p-lease__sec02 .white--box .bg--gray figure img {
    width: 100%;
  }
  .p-lease__sec02 .white--box .bg--yellow {
    padding: 39px 50px 46px;
  }
  .p-lease__sec02 .white--box .bg--yellow figure {
    width: 100%;
  }
  .p-lease__sec02 .white--box .bg--yellow figure img {
    width: 100%;
  }
  .p-lease__sec03 .white--box {
    padding-top: 100px;
  }
  .p-lease__sec03 .white--box .--flex {
    align-items: center;
  }
  .p-lease__sec03 .white--box .--flex .--txtBox .--ttl {
    font-size: 22px;
    line-height: 1.4;
  }
  .p-lease__sec03 .white--box .bg--gray {
    padding: 42px 50px 43px;
  }
  .p-lease__sec03 .white--box .bg--gray figure {
    width: 100%;
  }
  .p-lease__sec03 .white--box .bg--gray figure img {
    width: 100%;
  }
  .p-lease__sec03 .white--box .bg--yellow {
    padding: 47px 50px 43px;
  }
  .p-lease__sec03 .white--box .bg--yellow figure {
    width: 100%;
  }
  .p-lease__sec03 .white--box .bg--yellow figure img {
    width: 100%;
  }
  .p-lease__sec04 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-lease__sec04 ul {
    padding: 0 10px;
  }
  .p-lease__sec04--item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-lease__sec04--item::after {
    font-size: 24px;
    width: 40px;
    height: 40px;
    left: -20px;
    top: -15px;
  }
  .p-lease__sec04--item:last-of-type {
    margin-bottom: 40px;
  }
  .p-lease__sec04--item figure {
    width: 60px;
    height: 60px;
  }
  .p-lease__sec04--item figure img {
    width: 100%;
  }
  .p-lease__sec04--item h3 {
    width: 35.3%;
  }
  .p-lease__sec04--item p {
    width: 72%;
  }
  .p-lease__sec05 .--flex .contact::before {
    right: 32.5px;
  }
  .p-lease__sec05 .--flex p {
    height: 90px;
  }
  .p-lease__sec05 .--flex p a {
    font-size: 18px;
  }
  .p-lease__sec05 .--flex p a span {
    font-size: 32px;
    padding-left: 60px;
  }
  .p-lease__sec05 .--flex p a span::before {
    width: 28px;
    height: 28px;
    left: 22px;
  }
  .p-lease__sec06 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-lease__sec06 ul {
    padding: 0;
  }
  .p-lease__sec06--item {
    width: 30%;
  }
  .p-lease__sec06--item figure {
    width: 100%;
  }
  .p-lease__sec06--item figure img {
    width: 100%;
  }
  .p-lease__sec06--item h4 {
    font-size: 20px;
  }
  .p-lease__sec06--item--price {
    padding-left: 5px;
    padding-right: 3px;
  }
  .p-lease__sec06--item--price::before {
    top: -23px;
  }
  .p-lease__sec06--item--price span {
    font-size: 32px;
  }
  .p-lease__sec07 .p-lease__sec07-dl dd {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-lease__sec08 .contact__form--item .q {
    width: 25%;
  }
  .p-lease__sec08 .contact__form--item .a {
    width: 75%;
  }
}
@media screen and (max-width: 750px) {
  .jumbotron_lease .mainV--txt {
    max-width: 300px;
  }
  .jumbotron_lease .mainV--txt p {
    font-size: 20px;
  }
  .p-lease__zero .--flex h2 {
    font-size: 38px;
  }
  .p-lease__zero .--flex h2 .fs40 {
    font-size: 24px;
  }
  .p-lease__zero .--flex h2 .fs80 {
    font-size: 48px;
  }
  .p-lease__sec01 .--ttl {
    font-size: 20px;
    padding: 0 10px 10px;
  }
  .p-lease__sec01 .--ttl::before, .p-lease__sec01 .--ttl::after {
    width: 40px;
    height: 45px;
    left: -40px;
  }
  .p-lease__sec01 .--ttl::after {
    left: auto;
    right: -40px;
  }
  .p-lease__sec01__item .--label {
    max-width: 200px;
    margin-right: 0;
  }
  .p-lease__sec01__item::before {
    max-width: 100px;
    left: 15px;
    height: 83px;
  }
  .p-lease__sec01__item::after {
    max-width: 120px;
    height: 94px;
    right: 15px;
  }
  .p-lease__sec01 .--01 h3 {
    margin-right: 0;
  }
  .p-lease__sec01 .--02 h3 {
    margin-right: 0;
    font-size: 52px;
  }
  .p-lease__sec01 .--03 h3 {
    font-size: 38px;
    margin-right: 0;
  }
  .p-lease__sec01 .--03 h3 span {
    margin-right: 25px;
  }
  .p-lease__sec01 .--04 .--flex {
    margin-right: 0;
  }
  .p-lease__sec01 .--04 h3 {
    margin-right: 0;
  }
  .p-lease__sec05 .--flex .contact::before {
    right: 16.5px;
  }
  .p-lease__sec05 .--flex .tel a span {
    padding-left: 35px;
  }
  .p-lease__sec05 .--flex .tel a span::before {
    left: 5px;
  }
  .p-lease__sec06--item h4 {
    font-size: 18px;
  }
  .p-lease__sec06--item--price {
    padding-left: 0;
    padding-right: 0;
  }
  .p-lease__sec06--item--price span {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .jumbotron_lease {
    background-position: 50% 18%;
    background-image: url(../img/lease/mainV_sp.jpg);
  }
  .jumbotron_lease .mainV--txt {
    display: contents;
    max-width: none;
  }
  .jumbotron_lease .mainV--txt img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 306px;
    bottom: 3%;
    margin-bottom: 0;
  }
  .jumbotron_lease .mainV--txt p {
    position: absolute;
    left: 0;
    top: 22px;
    padding: 4px 15px 5px;
  }
  .jumbotron_lease .mainV--txt p:last-of-type {
    top: 66px;
  }
  .p-lease .spBlock {
    display: block;
  }
  .p-lease .spNone {
    display: none;
  }
  .p-lease .inner {
    padding: 0 15px;
  }
  .p-lease__zero .--flex {
    flex-direction: column;
    text-align: center;
    padding-bottom: 60px;
  }
  .p-lease__zero .--flex img {
    width: 80%;
    margin: 0 auto 10px;
  }
  .p-lease__zero .--flex h2 {
    width: 100%;
    font-size: 42px;
  }
  .p-lease__zero .--flex h2 .fs40 {
    font-size: 28px;
  }
  .p-lease__zero .--flex h2 .fs80 {
    font-size: 54px;
  }
  .p-lease__zero .--flex h2 .underLine {
    padding-left: 5px;
  }
  .p-lease__sec01 {
    padding-top: 100px;
  }
  .p-lease__sec01 .--ttl {
    font-size: 24px;
    padding: 0 20px 10px;
    margin-bottom: 50px;
  }
  .p-lease__sec01 .--ttl::before, .p-lease__sec01 .--ttl::after {
    width: 45px;
    height: 50px;
  }
  .p-lease__sec01__item::before {
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }
  .p-lease__sec01__item::after {
    right: 50%;
    transform: translateX(50%);
    top: auto;
    max-width: 300px;
    height: 240px;
  }
  .p-lease__sec01 .--01 {
    padding-top: 33%;
    padding-bottom: 68%;
  }
  .p-lease__sec01 .--01 h3 {
    margin-bottom: 15px;
  }
  .p-lease__sec01 .--02 {
    padding-top: 33%;
    padding-bottom: 68%;
  }
  .p-lease__sec01 .--02 h3 {
    margin-bottom: 15px;
  }
  .p-lease__sec01 .--03 {
    padding-top: 33%;
    padding-bottom: 68%;
  }
  .p-lease__sec01 .--03 h3 {
    margin-bottom: 15px;
  }
  .p-lease__sec01 .--03 h3 span {
    margin-right: 0;
  }
  .p-lease__sec01 .--04 {
    padding-top: 33%;
    padding-bottom: 68%;
  }
  .p-lease__sec01 .--04 h3 {
    margin-bottom: 15px;
  }
  .p-lease__sec02 {
    padding-bottom: 60px;
  }
  .p-lease__sec02 .white--box {
    padding-top: 90px;
  }
  .p-lease__sec02 .white--box .--flex {
    flex-direction: column;
  }
  .p-lease__sec02 .white--box .--flex .--txtBox {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-lease__sec02 .white--box .--flex .--txtBox .--ttl {
    padding-right: 20px;
    margin-bottom: 25px;
    font-size: 24px;
  }
  .p-lease__sec02 .white--box .--flex figure {
    width: 70%;
  }
  .p-lease__sec02 .white--box .bg--gray {
    padding: 36px 5px 43px;
  }
  .p-lease__sec02 .white--box .bg--gray figure img {
    width: 95%;
  }
  .p-lease__sec02 .white--box .bg--yellow {
    padding: 39px 5px 46px;
  }
  .p-lease__sec02 .white--box .bg--yellow figure img {
    width: 95%;
  }
  .p-lease__sec03 {
    padding-bottom: 80px;
  }
  .p-lease__sec03 .white--box {
    padding-top: 90px;
  }
  .p-lease__sec03 .white--box .--flex {
    flex-direction: column;
  }
  .p-lease__sec03 .white--box .--flex .--txtBox {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-lease__sec03 .white--box .--flex .--txtBox .--ttl {
    font-size: 24px;
    padding-right: 20px;
    margin-bottom: 25px;
  }
  .p-lease__sec03 .white--box .--flex figure {
    width: 70%;
  }
  .p-lease__sec03 .white--box .bg--gray {
    padding: 42px 5px 43px;
  }
  .p-lease__sec03 .white--box .bg--gray figure img {
    width: 95%;
  }
  .p-lease__sec03 .white--box .bg--yellow {
    padding: 47px 5px 43px;
  }
  .p-lease__sec03 .white--box .bg--yellow figure img {
    width: 95%;
  }
  .p-lease__sec03 .white--box .bg--yellow .mb45 {
    margin-bottom: 25px;
  }
  .p-lease__sec04 {
    padding-top: 80px;
  }
  .p-lease__sec04 .--ttl {
    font-size: 24px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-lease__sec04--item {
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  .p-lease__sec04--item::before {
    width: 20px;
    height: 12px;
  }
  .p-lease__sec04--item::after {
    font-size: 18px;
    width: 36px;
    height: 36px;
    left: -18px;
    top: -18px;
  }
  .p-lease__sec04--item figure {
    width: 50px;
    height: 50px;
  }
  .p-lease__sec04--item h3 {
    width: 70%;
  }
  .p-lease__sec04--item p {
    width: 100%;
    margin-top: 15px;
  }
  .p-lease__sec05 .--flex {
    flex-direction: column;
  }
  .p-lease__sec05 .--flex .contact {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-lease__sec05 .--flex .tel {
    width: 100%;
  }
  .p-lease__sec05 .--flex .tel a span {
    padding-left: 60px;
  }
  .p-lease__sec05 .--flex .tel a span::before {
    left: 22px;
  }
  .p-lease__sec06 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-lease__sec06 .--ttl {
    font-size: 24px;
  }
  .p-lease__sec06--list {
    flex-direction: column;
  }
  .p-lease__sec06--item {
    width: 80%;
    margin-bottom: 60px;
  }
  .p-lease__sec06--item h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .p-lease__sec06--item .fs13 {
    margin-bottom: 25px;
  }
  .p-lease__sec06--item--price {
    padding-left: 10px;
    padding-right: 13px;
  }
  .p-lease__sec06--item--price span {
    font-size: 40px;
  }
  .p-lease__sec06--item--price::before {
    top: -17px;
  }
  .p-lease__sec07 {
    padding-top: 80px;
  }
  .p-lease__sec07 .--ttl {
    font-size: 24px;
  }
  .p-lease__sec07 .p-lease__sec07-dl dt {
    padding: 18px 15px;
    padding-right: 45px;
  }
  .p-lease__sec07 .p-lease__sec07-dl dt::before, .p-lease__sec07 .p-lease__sec07-dl dt::after,
  .p-lease__sec07 .p-lease__sec07-dl dd::before,
  .p-lease__sec07 .p-lease__sec07-dl dd::after {
    right: 12px;
  }
  .p-lease__sec07 .p-lease__sec07-dl dt span,
  .p-lease__sec07 .p-lease__sec07-dl dd span {
    padding-right: 20px;
    font-size: 20px;
  }
  .p-lease__sec07 .p-lease__sec07-dl dt span::before,
  .p-lease__sec07 .p-lease__sec07-dl dd span::before {
    height: 35px;
    right: 9.5px;
  }
  .p-lease__sec07 .p-lease__sec07-dl dd {
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .p-lease__sec07 .p-lease__sec07-dl dd span {
    padding-top: 10px;
  }
  .p-lease__sec07 .p-lease__sec07-dl dd span::before {
    top: 67%;
  }
  .p-lease__sec08 .--ttl {
    font-size: 24px;
  }
  .p-lease__sec08 .contact__form--item {
    flex-direction: column;
  }
  .p-lease__sec08 .contact__form--item .q {
    width: 100%;
  }
  .p-lease__sec08 .contact__form--item .a {
    width: 100%;
  }
  .p-lease__sec08 .contact__form--item .a input {
    padding-left: 10px;
  }
  .p-lease__sec08 .contact__form .last {
    align-items: flex-start;
  }
  .p-lease__sec08 .contact__form .--address {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .p-lease__sec08 .contact__form .--address .address--mark {
    width: 25px;
    display: block;
  }
  .p-lease__sec08 .contact__form .--address .a {
    width: calc(100% - 25px);
  }
  .p-lease__sec08 .contact__form .submit--btn {
    max-width: 350px;
  }
}
@media screen and (max-width: 375px) {
  .jumbotron_lease .mainV--txt p {
    font-size: 18px;
  }
  .p-lease__sec01 {
    padding-bottom: 40px;
  }
  .p-lease__sec01 .--01 {
    padding-top: 33%;
    padding-bottom: 73%;
  }
  .p-lease__sec01 .--02 {
    padding-top: 33%;
    padding-bottom: 73%;
  }
  .p-lease__sec01 .--03 {
    padding-top: 33%;
    padding-bottom: 73%;
  }
  .p-lease__sec01 .--04 {
    padding-top: 33%;
    padding-bottom: 73%;
  }
  .p-lease__sec01 .--ttl {
    padding: 0 15px 10px;
  }
  .p-lease__sec01 .--ttl::before {
    width: 40px;
    height: 45px;
    left: -35px;
  }
  .p-lease__sec01 .--ttl::after {
    width: 40px;
    height: 45px;
    right: -35px;
  }
  .p-lease__sec02 .white--box .--flex .--txtBox .--ttl {
    font-size: 22px;
    padding-right: 15px;
  }
  .p-lease__sec02 .white--box .bg--gray {
    padding: 36px 5px 43px;
  }
  .p-lease__sec02 .white--box .bg--yellow {
    padding: 39px 5px 46px;
  }
  .p-lease__sec03 .white--box .--flex .--txtBox .--ttl {
    font-size: 22px;
    padding-right: 15px;
  }
  .p-lease__sec03 .white--box .bg--gray {
    padding: 42px 5px 43px;
  }
  .p-lease__sec03 .white--box .bg--yellow {
    padding: 47px 5px 43px;
  }
  .p-lease__sec04 .--ttl {
    margin-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
