@charset "UTF-8";
/*リセットcss---------------------------*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen\0 {
  body {
    display: block;
  }
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

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

p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption {
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  font-size: 1.6rem;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button:focus {
  outline: 0;
}

/*フォント関連----------------------*/
body {
  font-family: 'Noto Sans JP',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

html {
  font-size: 62.5%;
}

h1 {
  font-size: 3.5rem;
  margin-bottom: 0;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

/*汎用クラス*/
.font_sm {
  font-size: 2.2rem !important;
}

.font_m {
  font-size: 2rem !important;
}

.font_ml,
.font_mm {
  font-size: 2.5rem !important;
}

/*フォーム（Bootstrap変更用）*/
.form-control {
  font-size: 1.6rem;
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 5.5rem;
  }
  h2 {
    font-size: 5.5rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.8rem;
  }
  h5 {
    font-size: 2.5rem;
  }
  /*汎用クラス*/
  .font_sm {
    font-size: 2.5rem !important;
  }
  .font_m {
    font-size: 2.8rem !important;
  }
  .font_mm {
    font-size: 3rem !important;
  }
  .font_ml {
    font-size: 3.5rem !important;
  }
}

/* 共通部品置き場 ---------------------------*/
.content {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.content_pt {
  padding-top: 40px !important;
}

.content_pb {
  padding-bottom: 40px !important;
}

.content_mt {
  margin-top: 50px;
}

.mt_50 {
  margin-top: 50px !important;
}

.container_pc {
  width: 100%;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.content_width_550 {
  max-width: 550px;
  margin: 0 auto;
}

.content_width_930 {
  max-width: 930px;
  margin: 0 auto;
}

a img:hover {
  opacity: .5;
}

.ul_disc {
  list-style-type: disc;
  margin-left: 20px;
}

.ol_text_red_layout {
  padding-left: 20px;
}

.ol_text_red_layout li {
  color: #F14F43;
}

.ol_text_red_layout li:not(:first-of-type) {
  margin-top: 10px;
}

.line_height_1_3 {
  line-height: 1.3em;
}

@media only screen and (min-width: 992px) {
  .content {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .content_pt {
    padding-top: 75px !important;
  }
  .content_pb {
    padding-bottom: 75px !important;
  }
  .content_mt {
    margin-top: 80px;
  }
  .mt_lg_70 {
    margin-top: 70px !important;
  }
  .content_width_lg_700 {
    max-width: 700px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1200px) {
  .container_pc {
    max-width: 1140px;
    padding-right: 15px;
  }
}

/* ボタン置き場 -----------------------------*/
/*基本ボタン*/
.btn_layout {
  margin-top: 25px;
  width: 100%;
}

.btn_layout a, .btn_layout button, .btn_layout input {
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  overflow: hidden;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-property: color, background-color;
  -webkit-property: color, background-color;
  border-radius: 3px;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0;
  background: #F14F43;
  color: #fff;
  display: block;
  position: relative;
}

.btn_layout a::before, .btn_layout button::before, .btn_layout input::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}

.btn_layout a:hover, .btn_layout button:hover, .btn_layout input:hover {
  background: #d71e10;
}

/*基本ボタン お問い合わせ送信ボタン*/
.btn_layout button, .btn_layout input {
  width: 100%;
}

/*お問い合わせ*/
.header_contact {
  width: 60px;
  height: 60px;
}

.header_contact a {
  color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #2D1E1A;
}

.header_contact a::before {
  content: "";
  display: block;
  width: 30px;
  height: 23px;
  background: url(images/icon/icon-contact.svg) no-repeat;
  background-size: contain;
  margin: 0 auto;
}

/*footer版　お問い合わせ*/
.footer_contact {
  height: auto;
  margin-right: 15px;
  width: 100%;
}

.footer_contact a {
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  overflow: hidden;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-property: color, background-color;
  -webkit-property: color, background-color;
  border-radius: 3px;
  height: 100%;
  color: #fff;
  background: #2D1E1A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  padding: 15px 0;
  line-height: 0;
  letter-spacing: 0;
}

.footer_contact a span {
  letter-spacing: 0;
}

.footer_contact a::before {
  content: "";
  background: url(images/icon/icon-contact.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 23px;
  margin: 5px 10px 0 0;
}

.footer_contact a:hover {
  background: black;
}

/*電話*/
.tel {
  width: 60px;
  height: 60px;
}

.tel a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #F14F43;
}

.tel a::before {
  content: "";
  display: block;
  width: 19px;
  height: 25px;
  background: url(images/icon/icon-tel.svg) no-repeat;
  background-size: contain;
}

.tel a:hover {
  background: #d71e10;
}

.tel .tel_sp_text {
  font-size: 1.25rem;
  margin-top: 12px;
  line-height: 1;
}

/*footer版　電話*/
.footer_tel {
  height: auto;
  margin-top: 15px;
  display: block;
  width: 100%;
}

.footer_tel a {
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  overflow: hidden;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-property: color, background-color;
  -webkit-property: color, background-color;
  border-radius: 3px;
  height: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  letter-spacing: 0;
}

.footer_tel a:hover {
  background: #d71e10;
}

.footer_tel span {
  text-align: center;
  letter-spacing: 0;
  line-height: 0;
}

.footer_tel a {
  color: #F14F43;
  background: #fff;
  width: 100%;
  padding: 15px 0;
  line-height: 1;
}

.footer_tel a::before {
  content: "";
  background: url(images/icon/icon-footer-tel.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 28px;
  margin: 0 10px 0 0;
}

.footer_tel a:hover {
  color: #fff;
}

.footer_tel a:hover::before {
  background: url(images/icon/icon-tel.svg) no-repeat;
  background-size: contain;
}

/*車検・保険　（footer版　電話のレイアウトに追加）*/
.btn_border a {
  color: #F14F43;
  border: 1px solid #F14F43;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  /*基本ボタン*/
  .btn_layout {
    width: auto;
    min-width: 250px;
  }
  /*footer版　お問い合わせ*/
  .footer_contact {
    width: 48%;
  }
  /*footer版　電話*/
  .footer_tel {
    width: 48%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  /*基本ボタン*/
  .btn_layout {
    margin-top: 40px;
  }
  .btn_layout a, .btn_layout button, .btn_layout input {
    padding: 10px 60px;
    font-size: 2rem;
  }
  /*フッターお問い合わせ*/
  /*フッター電話*/
  .footer_tel,
  .footer_contact {
    width: 320px;
  }
  .footer_tel a,
  .footer_contact a {
    width: 320px;
  }
}

@media only screen and (min-width: 1200px) {
  /*ヘッダーお問い合わせ*/
  /*ヘッダー電話*/
  .tel,
  .header_contact {
    width: 320px;
  }
  .tel a,
  .header_contact a {
    width: 320px;
  }
  /*お問い合わせ*/
  .header_contact {
    height: auto;
    margin-right: 15px;
  }
  .header_contact a {
    transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    overflow: hidden;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-property: color, background-color;
    -webkit-property: color, background-color;
    border-radius: 3px;
    height: 100%;
    color: #fff;
    background: #2D1E1A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    padding: 15px 0;
    line-height: 0;
    letter-spacing: 0;
  }
  .header_contact a span {
    letter-spacing: 0;
  }
  .header_contact a::before {
    content: "";
    background: url(images/icon/icon-contact.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 23px;
    margin: 5px 10px 0 0;
  }
  .header_contact a:hover {
    background: black;
  }
  .header_contact a,
  .footer_contact a {
    font-size: 3rem;
  }
  .header_contact a::before,
  .footer_contact a::before {
    display: inline-block;
    width: 41px;
    height: 34px;
    margin: 8px 10px 0 0;
  }
  /*電話*/
  .tel {
    height: auto;
  }
  .tel a {
    transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    overflow: hidden;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-property: color, background-color;
    -webkit-property: color, background-color;
    border-radius: 3px;
    height: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  .tel a:hover {
    background: #d71e10;
  }
  .tel span {
    text-align: center;
    letter-spacing: 0;
    line-height: 0;
  }
  .tel a,
  .footer_tel a {
    font-size: 3.8rem;
  }
  .tel a::before,
  .footer_tel a::before {
    margin-right: 10px;
    width: 25px;
    height: 33px;
  }
}

/* 色の汎用クラス置き場 ---------------------------*/
/*テキスト色*/
.text_red {
  color: #F14F43 !important;
}

.text_black {
  color: #000 !important;
}

/*背景色*/
.bg_gray {
  background: #E0E0E0 !important;
}

/* 共通見出し置き場 ---------------------------*/
/*大見出しタイトルレイアウト*/
/*小見出しタイトルレイアウト*/
.title_layout,
.title_layout_middle {
  color: #F14F43;
  font-weight: bold;
}

/*大見出しタイトルレイアウト*/
.title_layout {
  margin: 15px 0 0;
  font-size: 3rem;
}

/*大見出しタイトル　横にある四角アイコン*/
/*下層小見出しタイトルレイアウト　左右にある四角アイコン*/
.title_square,
.title_sub_square_left_and_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_square::before, .title_square::after,
.title_sub_square_left_and_right::before,
.title_sub_square_left_and_right::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
}

.title_square::before,
.title_sub_square_left_and_right::before {
  margin-right: 10px;
  background: url(images/icon/icon-square-left.svg) no-repeat;
  background-size: contain;
}

.title_square::after,
.title_sub_square_left_and_right::after {
  margin-left: 10px;
  background: url(images/icon/icon-square-right.svg) no-repeat;
  background-size: contain;
}

/*下層小見出しタイトルレイアウト　左右にある四角アイコン*/
.title_sub_square_left_and_right::before {
  background: url(images/icon/icon-square.svg) no-repeat;
  background-size: contain;
}

.title_sub_square_left_and_right::after {
  background: url(images/icon/icon-square.svg) no-repeat;
  background-size: contain;
}

/*大見出しタイトルの上にあるサブタイトル*/
.title_sub {
  border-bottom: 1px solid #F14F43;
  display: inline-block;
  padding: 0 0 5px 0;
}

/*小見出しタイトルレイアウト*/
.title_layout_middle {
  margin: 30px 0 0;
  font-size: 2.5rem;
}

/*小見出しタイトルレイアウト　アイコン*/
.title_icon_car {
  position: relative;
  display: inline-block;
}

.title_icon_car::before {
  content: "";
  background: url(images/icon/icon-title-car.svg) no-repeat;
  background-size: contain;
  width: 60px;
  height: 45px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -20px;
}

.title_icon_egg {
  position: relative;
  display: inline-block;
}

.title_icon_egg::before {
  content: "";
  background: url(images/icon/icon-title-egg.svg) no-repeat;
  background-size: contain;
  width: 45px;
  height: 55px;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
}

.title_icon_insurance {
  position: relative;
  display: inline-block;
}

.title_icon_insurance::before {
  content: "";
  background: url(images/icon/icon-title-insurance.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -10px;
}

.title_icon_repair {
  position: relative;
  display: inline-block;
}

.title_icon_repair::before {
  content: "";
  background: url(images/icon/icon-title-repair.svg) no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -20px;
}

/*下層タイトルレイアウト*/
.title_subvisual_wrapper {
  padding-top: 60px;
}

/*下層小見出しタイトルレイアウト　横にある四角アイコン*/
.title_sub_square {
  position: relative;
  font-weight: bold;
  margin-top: 40px;
  padding-left: 45px;
}

.title_sub_square::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background: url(images/icon/icon-square.svg) no-repeat;
  background-size: contain;
  position: absolute;
}

@media only screen and (min-width: 992px) {
  /*タイトルレイアウト*/
  .title_layout {
    margin: 35px 0 0;
    font-size: 5rem;
  }
  /*タイトル　横にある四角アイコン*/
  /*下層小見出しタイトルレイアウト　左右にある四角アイコン*/
  .title_square::before, .title_square::after,
  .title_sub_square_left_and_right::before,
  .title_sub_square_left_and_right::after {
    width: 70px;
    height: 70px;
  }
  .title_square::before,
  .title_sub_square_left_and_right::before {
    margin-right: 30px;
  }
  .title_square::after,
  .title_sub_square_left_and_right::after {
    margin-left: 30px;
  }
  /*下層小見出しタイトルレイアウト　左右にある四角アイコン*/
  .title_sub_square_left_and_right::before, .title_sub_square_left_and_right::after {
    width: 50px;
    height: 50px;
  }
  /*小見出しタイトルレイアウト*/
  .title_layout_middle {
    margin: 40px 0 0;
    font-size: 3rem;
  }
  /*小見出しタイトルレイアウト　アイコン*/
  .title_icon_car::before {
    width: 75px;
    height: 60px;
    top: -10px;
    left: -24px;
  }
  .title_icon_egg::before {
    width: 55px;
    height: 65px;
    top: -15px;
    left: -20px;
  }
  .title_icon_insurance::before {
    width: 50px;
    height: 60px;
    left: -20px;
  }
  .title_icon_repair::before {
    width: 55px;
    height: 55px;
  }
  /*下層小見出しタイトルレイアウト　横にある四角アイコン*/
  .title_sub_square {
    margin-top: 60px;
    align-items: center;
    padding-left: 75px;
  }
  .title_sub_square::before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}

@media only screen and (min-width: 1200px) {
  /*下層タイトルレイアウト*/
  .title_subvisual_wrapper {
    padding-top: 200px;
  }
}

/* ヘッダー関連 ------------------------*/
.page_header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 60px;
  background: #fff;
}

.page_header .ul_nav_header .active a {
  background: #f6928a;
}

.page_header .ul_nav_header .nav_link {
  padding: 2.3rem;
  color: #fff;
  font-size: 2rem;
  background: #F14F43;
  border-bottom: 1px solid #fff;
  display: block;
}

.page_header .ul_nav_header 　
.nav_item:last-child .nav_link {
  border-bottom: none;
}

/*gnav　開いた時*/
.nav_open {
  display: block !important;
  position: fixed;
  overflow-y: auto;
  top: 60px;
  padding-bottom: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  background: #F14F43;
  animation: 0.3s 1 normal forwards fade-in;
  -webkit-animation: 0.3s 1 normal forwards fade-in;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*html　固定*/
.noscroll {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

/*閉じるボタン*/
.close_box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border: 1px solid #F14F43;
}

/*閉じるボタン　アイコン*/
.nav_button {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border: none;
  width: 30px;
  height: 20px;
  background: none;
  z-index: 1001;
  cursor: pointer;
}

/*閉じるボタン　アイコン3本線*/
.icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  background: #F14F43;
}

/*閉じるボタン　アイコン3本線　通常時*/
.icon-bar:first-child {
  top: 0;
}

.icon-bar:nth-child(2) {
  top: 47%;
}

.icon-bar:nth-child(3) {
  bottom: 0;
}

/*閉じるボタン　アイコン3本線　クリックした時*/
.nav_button.move .icon-bar:first-child {
  transform: translateY(12px) rotate(45deg);
  top: -5px;
}

.nav_button.move .icon-bar:nth-child(2) {
  opacity: 0;
}

.nav_button.move .icon-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  bottom: 3px;
}

/*ロゴ*/
.logo {
  line-height: 0;
}

.logo img {
  width: 100px;
}

/*コアラアイコン*/
.icon_header_koala {
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.icon_header_koala img {
  height: 40px;
}

@media only screen and (min-width: 1200px) {
  .page_header {
    padding-top: 30px;
    height: 200px;
  }
  .page_header .ul_nav_header {
    display: flex;
  }
  .page_header .ul_nav_header .active {
    background: #90140b;
  }
  .page_header .ul_nav_header .nav_link {
    font-size: 1.6rem;
    border-bottom: none;
    background: none;
    letter-spacing: 0;
    padding: 16px 0;
    text-align: center;
  }
  .page_header .ul_nav_header .nav_link:hover {
    opacity: .6;
  }
  .page_header .ul_nav_header .nav_item {
    flex: 1 0;
    position: relative;
  }
  .page_header .ul_nav_header .nav_item::before {
    content: "";
    background: #fff;
    height: 32px;
    width: 1px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0;
  }
  .page_header .ul_nav_header .nav_item:last-child::after {
    content: "";
    background: #fff;
    height: 32px;
    width: 1px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0;
  }
  /*gnav nav*/
  .nav_header {
    margin-top: 20px;
    background: #F14F43;
  }
  /*ロゴ*/
  .logo img {
    width: 230px;
  }
  /*コアラアイコン*/
  .icon_header_koala {
    margin-right: 15px;
  }
  .icon_header_koala img {
    height: 72px;
  }
}

/*  フッター関連 ----------------------------*/
/*トップに戻る*/
.page_top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #2D1E1A;
  border: 1px solid #2D1E1A;
  z-index: 80;
  cursor: pointer;
  text-align: center;
  padding-top: 20px;
}

.page_top::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page_top:hover {
  background: black;
}

.page_footer {
  margin-top: auto;
  background: #F14F43;
}

.page_footer .nav_item {
  width: 50%;
  margin-bottom: 15px;
}

.page_footer .nav_item:last-of-type {
  margin-bottom: 0;
}

.page_footer .nav_link {
  padding: 0;
  color: #fff;
}

/*ロゴ*/
.footer_logo {
  width: 90%;
}

/*ボタン*/
.footer_btn_box {
  margin-top: 30px;
}

/*コピーライト*/
.copyright {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  /*ロゴ*/
  .footer_logo {
    width: 100%;
  }
  .page_footer .nav_item {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .page_footer .nav_item {
    width: auto;
    margin-right: 40px;
  }
  /*コピーライト*/
  .copyright {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  /*ロゴ*/
  .footer_logo {
    width: 350px;
  }
  .page_footer .nav_item:last-of-type {
    margin-right: 0;
  }
  /*ボタン*/
  .footer_btn_box {
    justify-content: flex-end;
    margin-left: auto;
  }
  /*コピーライト*/
  .copyright {
    text-align: right;
  }
}

/* メイン設定 ---------------------------*/
/*幾何学模様画像背景*/
.bg_img_gray {
  background: url(images/bg/bg-img-gray-sp.png) repeat;
}

/*背景 四角アイコン（下）*/
.bg_icon_square_bottom {
  position: relative;
}

.bg_icon_square_bottom::after {
  content: "";
  display: block;
  width: 48px;
  height: 40px;
  background: url(images/icon/icon-square-right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  right: 15px;
}

/*背景画像　車*/
.bg_img_car {
  background: url(images/bg/bg-img-car-sp.jpg) no-repeat;
  background-size: cover;
  padding: 20px;
}

/*背景画像　車販売01*/
.bg_img_car_sale_01 {
  background: url(images/bg/bg-img-car-sale-01-sp.jpg) no-repeat;
  background-size: cover;
  padding: 20px;
}

/*背景画像　車販売02*/
.bg_img_car_sale_02 {
  background: url(images/bg/bg-img-car-sale-02-sp.jpg) no-repeat;
  background-size: cover;
  padding: 20px;
}

/*背景画像　車販売03*/
.bg_img_car_sale_03 {
  background: url(images/bg/bg-img-car-sale-03-sp.jpg) no-repeat;
  background-size: cover;
  padding: 20px;
  background-position: center;
}

/*透過白背景（左）（右）*/
.bg_white_opacity_left,
.bg_white_opacity_right {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}

/*背景画像　サブスク　ユーカリ7*/
.bg_yellow_dot {
  background-color: #fff57e;
  background-image: radial-gradient(#ffe33e 30%, transparent 30%);
  background-size: 15px 15px;
  max-width: 1480px;
  margin: 0 auto;
}

/*メイン画像*/
.main_visual {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}

/*facebook調整*/
.facebook-wrapper {
  max-width: 100%;
  /* Facebook Page Plugin の最大幅 */
  margin: 0 auto;
  text-align: center;
}

.facebook-wrapper > .fb-page {
  width: 100%;
}

/*卵販売---------------------*/
/*背景画像　卵*/
.bg_img_egg {
  background: url(images/bg/bg-img-egg-sp.jpg) no-repeat;
  background-size: cover;
  background-position-x: 25%;
  padding: 20px;
}

/*車検・保険---------------------*/
/*赤い丸*/
.circle_box_wrapper .circle_box_wrapper_inner {
  width: 48%;
}

.circle_box_wrapper .circle_box {
  background: #F14F43;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  line-height: 1.2em;
  margin: 0 auto;
  text-align: center;
}

/*枠　見出しみたいなフレーズがあるレイアウト*/
.frame_box_phrase_layout {
  border: 1px solid #F14F43;
  padding: 10px;
}

.frame_box_phrase_layout .frame_box_phrase_layout_text {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #F14F43;
  text-align: center;
}

/*車のサブスク---------------------*/
/*枠レイアウト*/
.frame_box_layout {
  border: 2px solid #F14F43;
  border-radius: 5px;
  margin-top: 40px;
}

/*枠レイアウト　余白*/
.frame_box_layout_inner {
  padding: 30px 15px;
}

/*枠レイアウト　タイトル*/
.title_frame_box_layout {
  background: #F14F43;
  color: #fff;
  padding: 15px;
  margin-bottom: 0;
  text-align: center;
}

/*リスト　枠レイアウト*/
.ul_frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ul_frame li {
  border: 2px solid #9B9B9B;
  padding: 10px 0;
  width: 48.5%;
  margin-top: 15px;
  text-align: center;
  letter-spacing: 0.03em;
}

.ul_frame li:first-of-type, .ul_frame li:nth-of-type(2) {
  margin-top: 0;
}

.ul_frame li.ul_frame_item_red {
  border: 2px solid #F14F43;
  color: #F14F43;
}

.ul_frame::after {
  content: " ";
  display: block;
  width: 23.5%;
}

/*テーブル　スクロール*/
.table_scroll {
  overflow-x: auto;
  white-space: normal;
}

/*テーブル　レイアウト*/
.comparison_table {
  table-layout: fixed;
  margin-top: 30px;
  border: 2px solid #000;
  border-radius: 5px;
  border-collapse: separate;
}

.comparison_table th, .comparison_table td {
  text-align: center;
  padding: 15px;
}

.comparison_table th:first-of-type {
  width: 200px;
}

.comparison_table th:not(:first-of-type),
.comparison_table td {
  width: 300px;
}

.comparison_table tr:not(:first-of-type) th {
  border-top: 1px solid #000;
}

.comparison_table td {
  border-top: 1px solid #000;
  border-left: 2px solid #000;
}

.comparison_table tr:first-of-type th:not(:first-of-type) {
  border-left: 2px solid #000;
}

.comparison_table tr:first-of-type th:first-of-type {
  border-radius: 5px 0 0 0;
}

.comparison_table tr:first-of-type th:last-of-type {
  border-radius: 0 5px 0 0;
}

.comparison_table tr:last-of-type th:first-of-type {
  border-radius: 0 0 0 5px;
}

.comparison_table tr:last-of-type td:last-of-type {
  border-radius: 0 0 5px 0;
}

/*テーブル　下部*/
.ul_table_bottom_result {
  margin-left: 200px;
  display: flex;
}

.ul_table_bottom_result li {
  min-width: 250px;
  margin: 60px 25px 0;
  border: 2px solid #F14F43;
  color: #F14F43;
  text-align: center;
  padding: 15px;
  position: relative;
}

.ul_table_bottom_result li:first-of-type {
  background: #F14F43;
  color: #fff;
}

.ul_table_bottom_result li::before {
  content: "";
  position: absolute;
  top: -45px;
  border: 30px solid transparent;
  border-top: 30px solid #F14F43;
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*FLOW　数字カウント*/
.number_counter_box {
  counter-reset: number;
}

.number_counter_box .number_counter_step,
.number_counter_box .number_counter_normal {
  display: block;
}

.number_counter_box .number_counter_step {
  color: #F14F43;
}

.number_counter_box .number_counter_step::after {
  counter-increment: number;
  content: counter(number);
  margin-right: 15px;
}

.number_counter_box .number_counter_normal::before {
  counter-increment: number;
  content: counter(number);
  color: #F14F43;
  margin-right: 15px;
}

/*よくある質問　白枠*/
.bg_white_box {
  background: #fff;
  padding: 30px 15px;
  border-radius: 15px;
  margin-top: 40px;
}

/*よくある質問　アイコン*/
.question_dl dt {
  position: relative;
  color: #F14F43;
  font-size: 2.5rem;
  line-height: 1.3em;
  padding-left: 50px;
}

.question_dl dt::before {
  content: "Q";
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 5px;
}

.question_dl dt:not(:first-of-type) {
  margin-top: 40px;
}

.question_dl dd {
  position: relative;
  padding-left: 50px;
  margin-top: 20px;
}

.question_dl dd::before {
  content: "A";
  background: #F14F43;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  padding-bottom: 5px;
}

/*会社概要---------------------*/
/*地図*/
.map {
  z-index: 1;
  position: relative;
}

.map iframe {
  height: 250px;
  width: 100%;
  border: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

/*お問い合わせ---------------------*/
/*フォーム*/
.page_contact select option:first-child {
  display: none;
}

.page_contact .form-control {
  font-size: 1.6rem;
  height: auto;
}

.formErrorContent {
  padding: 10px;
  color: #fff;
  background: red;
}

@media only screen and (min-width: 768px) {
  /*幾何学模様画像背景*/
  .bg_img_gray {
    background: url(images/bg/bg-img-gray-pc.png) repeat;
  }
  /*背景画像　車*/
  .bg_img_car {
    background: url(images/bg/bg-img-car-pc.jpg) no-repeat;
    background-size: cover;
  }
  /*背景画像　車販売01*/
  .bg_img_car_sale_01 {
    background: url(images/bg/bg-img-car-sale-01-pc.jpg) no-repeat;
    background-size: cover;
  }
  /*背景画像　車販売02*/
  .bg_img_car_sale_02 {
    background: url(images/bg/bg-img-car-sale-02-pc.jpg) no-repeat;
    background-size: cover;
  }
  /*背景画像　車販売03*/
  .bg_img_car_sale_03 {
    background: url(images/bg/bg-img-car-sale-03-pc.jpg) no-repeat;
    background-size: cover;
  }
  /*背景 四角アイコン（下）*/
  .bg_icon_square_bottom::after {
    width: 74px;
    height: 63px;
    bottom: -20px;
  }
  /*卵販売---------------------*/
  /*背景画像　卵*/
  .bg_img_egg {
    background: url(images/bg/bg-img-egg-pc.jpg) no-repeat;
    background-size: cover;
  }
  /*車検・保険---------------------*/
  /*赤い丸*/
  .circle_box_wrapper .circle_box_wrapper_inner {
    width: auto;
  }
  /*車のサブスク---------------------*/
  /*リスト　枠レイアウト*/
  .ul_frame li {
    width: 23.5%;
  }
  .ul_frame li:nth-of-type(3), .ul_frame li:nth-of-type(4) {
    margin-top: 0;
  }
  /*テーブル　レイアウト*/
  .comparison_table th:first-of-type {
    width: 155px;
  }
  .comparison_table th:not(:first-of-type),
  .comparison_table td {
    width: auto;
  }
  /*テーブル　下部*/
  .ul_table_bottom_result {
    margin-left: 155px;
  }
  .ul_table_bottom_result li {
    min-width: 130px;
    padding: 10px 15px;
  }
  /*FLOW　数字カウント*/
  .number_counter_box .number_counter_step {
    display: inline-block;
  }
  /*よくある質問　白枠*/
  .bg_white_box {
    padding: 30px;
  }
}

@media only screen and (min-width: 992px) {
  /*背景画像　車、卵*/
  .bg_img_car,
  .bg_img_car_sale_01,
  .bg_img_car_sale_02,
  .bg_img_car_sale_03,
  .bg_img_egg {
    padding: 0;
  }
  /*透過白背景（左）*/
  .bg_white_opacity_left {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 40%, transparent 70%, transparent 40%, transparent 100%);
  }
  /*背景 四角アイコン（下）*/
  .bg_icon_square_bottom::after {
    width: 115px;
    height: 100px;
    bottom: -30px;
  }
  /*透過白背景（右）*/
  .bg_white_opacity_right {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.9) 40%, transparent 70%, transparent 40%, transparent 100%);
  }
  /*車検・保険---------------------*/
  /*赤い丸*/
  .circle_box_wrapper .circle_box {
    width: 200px;
    height: 200px;
    font-size: 4rem;
  }
  /*枠　見出しみたいなフレーズがあるレイアウト*/
  .frame_box_phrase_layout .frame_box_phrase_layout_text {
    font-size: 4rem;
  }
  /*車のサブスク---------------------*/
  /*枠レイアウト*/
  .frame_box_layout {
    margin-top: 70px;
  }
  /*枠レイアウト　余白*/
  .frame_box_layout_inner {
    padding: 35px 40px;
  }
  /*リスト　枠レイアウト*/
  .ul_frame li {
    padding: 15px 0;
  }
  /*テーブル　下部*/
  .ul_table_bottom_result li {
    min-width: 200px;
    margin: 60px 28.5px 0;
  }
  /*FLOW　数字カウント*/
  .number_counter_box .number_counter_step::after {
    margin-right: 30px;
  }
  /*よくある質問　白枠*/
  .bg_white_box {
    padding: 60px 90px;
    margin-top: 60px;
  }
  /*よくある質問　アイコン*/
  .question_dl dt {
    font-size: 3rem;
    padding-left: 75px;
  }
  .question_dl dt::before {
    font-size: 3rem;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
  }
  .question_dl dt:not(:first-of-type) {
    margin-top: 80px;
  }
  .question_dl dd {
    padding-left: 75px;
    margin-top: 40px;
  }
  .question_dl dd::before {
    font-size: 3rem;
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  /*メイン画像*/
  .main_visual {
    padding-top: 200px;
  }
  /*車検・保険---------------------*/
  /*赤い丸*/
  .circle_box_wrapper .circle_box {
    width: 260px;
    height: 260px;
  }
  /*車のサブスク---------------------*/
  /*テーブル　レイアウト*/
  .comparison_table th:first-of-type {
    width: 220px;
  }
  /*テーブル　下部*/
  .ul_table_bottom_result {
    margin-left: 220px;
  }
  .ul_table_bottom_result li {
    min-width: 230px;
    margin: 60px 33px 0;
  }
}

@media only screen and (min-width: 1470px) {
  /*背景 四角アイコン（左）（右）*/
  .bg_icon_square_left,
  .bg_icon_square_right {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    background: url(images/icon/icon-square-left.svg) no-repeat, url(images/icon/icon-square-right.svg) no-repeat;
    background-size: 80px,130px;
    min-height: 750px;
  }
  /*背景 四角アイコン（左）*/
  .bg_icon_square_left {
    background-position: left 150px top 150px, left 120px top 560px;
  }
  /*背景 四角アイコン（右）*/
  .bg_icon_square_right {
    background-position: right 35px top 150px, right 30px top 510px;
  }
}
