@charset "UTF-8";
/* ===================================================================
 - Overwrite
=================================================================== */
#main {
  width: auto;
  min-width: 1280px;
  color: #2d2b27;
}

#main a {
  text-decoration: none;
}

#main a:hover {
  text-decoration: none;
}

#main img.pc {
  display: inline;
}

#main img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

.to-page-top {
  display: none;
}

/* ===================================================================
 - Layout
=================================================================== */
/* breadcrumb */
.breadcrumb {
  width: 1280px;
  margin: 0 auto;
  padding: 8px 0;
  color: #000;
  font-size: 12px;
}

.breadcrumb:after {
  display: block;
  clear: both;
  content: "";
}

.breadcrumb li {
  float: left;
}

.breadcrumb li:after {
  margin: 0 0.25em;
  content: ">";
}

.breadcrumb li a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb li:last-child:after {
  display: none;
}

/* inner */
.inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}

section.section {
  margin: 90px 0 0;
}

.section-title-lv1 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.section-title-lv2 {
  margin: 0;
  color: #eb0a1e;
  font-size: 30px;
  font-weight: bold;
}

.section-title-lv2-sub {
  position: relative;
  margin-bottom: .25em;
  color: #2d2b27;
}

.main-visual {
  background-color: #f3f3f3;
}

.main-visual-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 80px;
}

.main-visual-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1em;
  color: #000;
}

.main-visual-text p:last-child {
  margin-bottom: 0;
}

.main-visual-heading {
  margin-bottom: .25em;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.main-visual-lead {
	font-size: 17px;
	line-height: 1.55;
}

.main-visual-catch {
  margin-top: .5em;
  font-size: 26px;
  font-weight: bold;
}

/* ===================================================================
 - Module
=================================================================== */
/* footer-banner */
.footer-banner {
  padding: 65px 0;
  background: #f2f0eb;
}

.footer-banner.is-white {
  background: #fff;
}

.footer-banner-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
}

.footer-banner-list a:hover img {
  opacity: .8;
}

/* text */
.txt-annotation {
  display: block;
  margin: 1em 0;
  padding-left: 1em;
  font-size: 12px;
  text-indent: -1em;
}

.txt-annotation::before {
  content: "※";
}

.letter-spacing-minus {
  letter-spacing: -.2rem;
}

/* link */
.link-arrow {
  display: inline-block;
  padding-right: 34px;
  background: url(/U-Car/resource_new/static/img/nintei/icn_arrow_link_red.png) 100% 50% no-repeat;
  background-size: 22px 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}

.link-arrow:hover {
  color: #eb0a1e;
}

.link-arrow-wrap {
  margin: 55px 0;
  text-align: center;
}

.link-arrow-wrap .link-arrow {
  color: #000;
  font-size: 18px;
}

.link-arrow-wrap .link-arrow:hover {
  color: #eb0a1e;
}

/* panel */
.panel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 20px;
  padding: 24px 24px 70px;
  border-radius: 5px;
  background-color: #f2f0eb;
}

.panel-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}

.panel-row .panel {
  width: 333px;
  margin-left: 20px;
}

.panel-row .panel:nth-child(3n + 1) {
  margin-left: 0;
}

.panel .panel-header {
  position: relative;
  text-align: center;
}

.panel .panel-header .section-title-lv2-sub {
  display: block;
  font-size: 18px;
}

.panel .panel-header .panel-icon {
  position: absolute;
  top: -46px;
  right: -36px;
  width: 88px;
  height: auto;
}

.panel .panel-fig {
  min-height: 0%;
  margin-top: auto;
}

.panel .panel-link-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  margin: 0;
  text-align: right;
}

/* plus */
#plus .section-title-lv1 {
  display: inline-block;
  z-index: 1;
  position: relative;
  margin-bottom: 0;
  padding-right: 40px;
  background-color: #fff;
}

#plus .plus-items {
  margin-top: -25px;
}

.plus-items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}

.plus-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 40px;
  border-top: 1px solid #ccc;
  font-size: 16px;
}

.plus-item + .plus-item {
  margin-top: 40px;
}

.plus-item .section-title-lv2-sub {
  display: inline-block;
  border-bottom: 1px solid #000;
  font-size: 14px;
}

.plus-item-lg {
  width: 100%;
}

.plus-item-md {
  width: 33%;
}

.plus-item-md .section-title-lv2 {
  font-size: 24px;
}

.plus-item-left {
  padding-right: 40px;
}

.plus-item-center {
  padding-left: 40px;
  padding-right: 40px;
}

.plus-item-right {
  padding-left: 40px;
}

.plus-item-center::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 40px);
  margin: auto;
  background-color: #ccc;
  content: "";
}
.plus-item-right::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 40px);
  margin: auto;
  background-color: #ccc;
  content: "";
}

.plus-item-box {
  margin: 20px 0;
  letter-spacing: -.05rem;
}

.plus-item-box + .plus-item-box {
  margin-top: 30px;
}

.plus-item-box p:last-child {
  margin-bottom: 0;
}

.plus-item-box .txt-annotation {
  margin: 0;
}

.plus-item-row:after {
  display: block;
  clear: both;
  content: "";
}

.plus-item-row .plus-item-fig {
  width: 280px;
  margin-top: 35px;
  float: right;
}

.plus-item-row .plus-item-fig ~ * {
  margin-right: 360px;
}

.btn-look {
  max-width: 830px;
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 0;
  font-size: 22px;
}

/* Utility */
.color-primary {
  color: #eb0a1e;
}
@media screen and (max-width: 767px) {
  #main {
    min-width: auto;
  }
  .breadcrumb {
    display: none;
  }
  .inner {
    width: auto;
    margin: 0 14px;
  }
  section.section {
    margin-top: 45px;
  }
  .section-title-lv1 {
    margin-bottom: 22px;
    font-size: 24px;
  }
  .section-title-lv2 {
    font-size: 20px;
  }
  .main-visual-inner {
    display: block;
    margin: 0 20px;
    padding: 30px 0 35px;
  }
  .main-visual-text {
    padding-right: 0;
  }
  .main-visual-heading {
    font-size: 24px;
  }
  .main-visual-logo {
    width: 59.70149%;
    margin-bottom: 25px;
  }
	.main-visual-lead {
		font-size: 15px;
	}
  .main-visual-catch {
    margin-top: 1.5em;
    font-size: 18px;
  }
  .footer-banner {
    padding: 40px 0 60px;
  }
  .footer-banner-list {
    display: block;
    width: auto;
    margin: 0 14px;
    text-align: center;
  }
  .footer-banner-list li {
    margin-top: 19px;
  }
  .footer-banner-list li:first-child {
    margin-top: 0;
  }
  .footer-banner-list img.sp {
    display: inline;
    width: 100%;
  }
  .txt-annotation {
    font-size: 10px;
  }
  .link-arrow {
    padding-right: 28px;
    background-size: 18px 18px;
  }
  .link-arrow-wrap {
    margin: 30px 0;
  }
  .link-arrow-wrap .link-arrow {
    font-size: 18px;
  }
  .panel {
    display: block;
    padding: 24px 20px;
  }
  .panel-row {
    display: block;
  }
  .panel-row .panel {
    width: 100%;
    margin-left: 0;
  }
  .panel-row .panel + .panel {
    margin-top: 20px;
  }
  .panel .panel-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .panel .panel-header .section-title-lv2 {
    font-size: 24px;
  }
  .panel .panel-header .panel-icon {
    position: static;
    width: 35.77236%;
  }
  .panel .panel-fig img {
    width: 100%;
  }
  .panel .panel-link-arrow {
    position: static;
    margin-top: 24px;
  }
  #plus .section-title-lv1 {
    padding-right: 0;
  }
  #plus .plus-items {
    margin-top: 22px;
  }
  .plus-items {
    display: block;
    padding-bottom: 25px;
  }
  .plus-item {
    padding-top: 25px;
  }
  .plus-item + .plus-item {
    margin-top: 25px;
  }
  .plus-item .section-title-lv2-sub {
    font-size: 12px;
  }
  .plus-item-md {
    width: 100%;
  }
  .plus-item-md .section-title-lv2 {
    font-size: 18px;
  }
  .plus-item-left {
    padding-right: 0;
  }
  .plus-item-center {
    padding-left: 0px;
    padding-right: 0px;
  }
  .plus-item-right {
    padding-left: 0;
  }
  .plus-item-center::before {
    display: none;
  }
  .plus-item-right::before {
    display: none;
  }
  .plus-item-box {
    margin: 0;
  }
  .plus-item-box + .plus-item-box {
    margin-top: 30px;
  }
  .plus-item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .plus-item-row .plus-item-fig {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 69.06475%;
    margin: 25px auto 0;
    float: none;
  }
  .plus-item-row .plus-item-fig ~ * {
    margin-right: 0;
  }
  
  .btn-look {
    font-size: 18px;
  }
}
