@charset "UTF-8";

.section-u-car {
  background: #f1f1f1;
  background: #fff;
}

.section-u-car .container {
  width: 1000px;
}

.section-u-car-top {
  background: #d1d1d1;
  padding: 35px 0 70px;
}

.section-u-car-top h2 {
  text-align: center;
  font-size: 22px;
  line-height: 1.7;
  margin: 0 0 35px;
}

.section-u-car .searchCar-title {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  background-color: #790028;
  padding: 25px 0;
}

.section-u-car .searchCar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-u-car .searchCar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-right: 1px solid #e8d6da;
}

.section-u-car .searchCar-item:last-of-type {
  border-right: none;
}

.section-u-car .searchCar .link {
  color: #790028;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 50px 0;
  display: block;
  width: 100%;
}

.section-u-car .searchCar .link:hover {
  background-color: #e8d6da;
}

.section-u-car .searchCar .text {
  position: relative;
  display: inline-block;
  width: 14em;
}

.section-u-car .searchCar .text::after {
  position: absolute;
  left: calc(100% + 1em);
  font-family: "icomoon" !important;
  content: "";
}

.section-u-car .pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section-u-car .pickup li {
  display: block;
  width: calc(50% - 12px);
}

.section-u-car .pickup li .image {
  position: relative;
  overflow: hidden;
  padding-top: 32.9%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.section-u-car .pickup li .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
}

.section-u-car .pickup li .image img.recommended {
  -webkit-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
}

.section-u-car .pickup li .image img.assessment {
  -webkit-transform: translate(-50%, -38%);
  transform: translate(-50%, -38%);
}

.section-u-car .pickup li .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #790028;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 0;
  width: 41.76%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-u-car .pickup li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  flex: 0 0 auto;
}

.section-u-car .pickup li a:hover .content {
  background: #910030;
}

.section-u-car h3 {
  line-height: 100px;
  padding: 0;
  margin: 0 0 30px;
}

.section-u-car h3 span {
  display: none;
}

.section-u-car .info ul {
  margin: 0 0 0 -30px;
}

.section-u-car .info li {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 485px;
  padding: 20px;
  margin: 0 0 30px 30px;
  border: 1px solid #e1e1e1;
}

.section-u-car .info li .published {
  font-size: 14px;
  line-height: 1;
}

.section-u-car .info li .title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin: 0 0 10px;
  padding: 5px 0;
}

.section-u-car .info li p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.65;
  /* height: 76px; */
  min-height: 76px;
  overflow: hidden;
}

.section-u-car .info li .code {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 7px 0 0;
  font-size: 12px;
  color: #790028;
  border: 1px solid #790028;
  width: 218px;
  line-height: 32px;
  text-align: center;
}

.section-u-car .info li .code strong {
  font-size: 15px;
}

.section-u-car .info li .btn {
  display: inline-block;
  width: 218px;
  font-size: 14px;
  line-height: 34px;
}

.section-u-car .info li .btn-arrow-right:after {
  right: 10px;
}

.section-u-car .info li .ucar-image {
  width: 104px;
  height: 70px;
  display: block;
  float: right;
  background-size: cover;
  margin: 4px 0px;
}

.section-u-car .actions {
  padding: 80px 0;
}

.section-u-car .actions ul {
  text-align: center;
}

.section-u-car .actions li {
  display: inline-block;
  margin: 0 0 0 10px;
}

.section-u-car .actions li:first-child {
  margin: 0;
}

.section-u-car a.external::after {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0px;
  font-size: 20px;
  color: #790028;
}

/** 石川トヨタの5つのお約束 */

.section-u-car-promise ol {
  text-align: center;
  margin: 0 0 30px -10px;
}

.section-u-car-promise li {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  width: 325px;
  margin: 0 0 30px 10px;
}

.section-u-car-promise li .title {
  font-size: 16px;
  line-height: 2.2;
  font-weight: bold;
  text-align: center;
  background: #000;
  color: #fff;
}

.section-u-car-promise li .wrapper {
  background: #f1f1f1;
  padding: 20px 15px;
  height: 200px;
}

.section-u-car-promise li .wrapper .image {
  width: 121px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.section-u-car-promise li .wrapper .image img {
  display: block;
  width: 100%;
}

.section-u-car-promise li p {
  line-height: 1.625;
}

.section-u-car-promise li p span {
  font-size: 12px;
}

/** 石川トヨタのクルマ買取りシステムの流れ */

.section-u-car-flow h3 {
  margin: 0 0 60px;
}

.section-u-car-flow ol {
  margin: 0 0 60px;
}

.section-u-car-flow ol > li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 333px;
  height: 175px;
  border: 1px solid #2e6a98;
}

.section-u-car-flow ol > li .title {
  font-weight: bold;
  background: #2e6a98;
  color: #fff;
  text-align: center;
  line-height: 2.2;
}

.section-u-car-flow ol > li:first-child:after {
  position: absolute;
  top: 70px;
  right: -25px;
  content: "";
  display: block;
  background: url(/images/ucar/assessment/arrow_right_01@2x.png) no-repeat top left;
  background-size: 100%;
  width: 25px;
  height: 51px;
}

.section-u-car-flow ol > li:nth-child(2) {
  border: 1px solid #77b099;
  border-left: none;
}

.section-u-car-flow ol > li:nth-child(2):after {
  position: absolute;
  top: 70px;
  right: -25px;
  content: "";
  display: block;
  background: url(/images/ucar/assessment/arrow_right_02@2x.png) no-repeat top left;
  background-size: 100%;
  width: 25px;
  height: 51px;
}

.section-u-car-flow ol > li:nth-child(2) .title {
  background: #77b099;
}

.section-u-car-flow ol > li:nth-child(3) {
  border: 1px solid #ddac65;
  border-left: none;
}

.section-u-car-flow ol > li:nth-child(3) .title {
  background: #ddac65;
}

.section-u-car-flow ul {
  padding: 30px 50px;
  line-height: 1.5;
  list-style-type: disc;
}

/** 愛車の買取なら石川トヨタにおまかせ！ */

.section-u-car-entrust {
  margin: 0 0 30px;
}

.section-u-car-entrust li {
  margin: 0 0 21px;
}

.section-u-car-entrust li:after {
  content: "";
  display: block;
  background: url(/images/ucar/assessment/arrow@2x.png) no-repeat top left;
  background-size: 100%;
  width: 58px;
  height: 21px;
  margin: 0 auto;
}

.section-u-car-entrust li:last-child:after {
  content: none;
}

.section-u-car-entrust li .wrapper {
  display: table;
  border: 1px solid #000;
}

.section-u-car-entrust li .title {
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: bold;
  vertical-align: top;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  padding: 20px;
}

.section-u-car-entrust li .image {
  width: 126px;
  margin: 0 auto;
}

.section-u-car-entrust li .image img {
  display: block;
  width: 100%;
}

.section-u-car-entrust li .content {
  vertical-align: middle;
  display: table-cell;
  background: #f1f1f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 678px;
  padding: 0 40px;
  line-height: 1.6;
}

.section-u-car-entrust li .content strong {
  display: block;
  color: #e80000;
}

.section-u-car-entrust li .content span {
  display: block;
  font-size: 12px;
}

/** クルマを高く買取れる理由 */

.section-u-car-reason p {
  text-align: center;
  font-size: 16px;
  margin: 0 0 30px;
}

.section-u-car-reason h4 {
  text-align: center;
  color: #fff;
  background: #790028;
  font-size: 22px;
  line-height: 1.8;
}

.section-u-car-reason .wrapper {
  background: #f1f1f1;
}

.section-u-car-reason .wrapper-structure {
  padding: 50px 0;
  margin: 0 0 60px;
}

.section-u-car-reason .wrapper-structure .image {
  background: url(/images/ucar/assessment/reason_001@2x.png) no-repeat top left;
  background-size: 100%;
  width: 900px;
  height: 400px;
  margin: 0 auto;
}

.section-u-car-reason .wrapper-secret {
  padding: 0 0 60px;
}

.section-u-car-reason .wrapper-secret .image {
  background: url(/images/ucar/assessment/reason_002@2x.png) no-repeat top left;
  background-size: 100%;
  width: 689px;
  height: 602px;
  margin: 0 auto;
}

.section-u-car-reason .wrapper img {
  display: block;
  width: 100%;
}

.section-u-car-reason .wrapper p {
  font-weight: bold;
  color: #790028;
  padding: 30px 0;
  margin: 0;
}

/** 石川トヨタのU-Car（中古車）がおすすめな理由 */

.section-u-car-recommend {
  padding: 0 0 50px;
}

.section-u-car-recommend h3 {
  font-size: 25px;
}

.section-u-car-recommend h3:before {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  content: "";
  background: url(/images/ucar/recommended/balloon_01@2x.png) no-repeat top left;
  background-size: 100%;
  width: 74px;
  height: 66px;
  margin: 0 10px 0 0;
}

.section-u-car-recommend p.lead {
  text-align: center;
  font-size: 22px;
  margin: 0 0 25px;
}

.section-u-car-recommend-1 h3:before {
  background-image: url(/images/ucar/recommended/balloon_01@2x.png);
}

.section-u-car-recommend-2 h3:before {
  background-image: url(/images/ucar/recommended/balloon_02@2x.png);
}

.section-u-car-recommend-3 h3:before {
  background-image: url(/images/ucar/recommended/balloon_03@2x.png);
}

.section-u-car-recommend-4 h3:before {
  background-image: url(/images/ucar/recommended/balloon_04@2x.png);
}

.section-u-car-recommend-5 h3:before {
  background-image: url(/images/ucar/recommended/balloon_05@2x.png);
}

.section-u-car-recommend-6 h3:before {
  background-image: url(/images/ucar/recommended/balloon_06@2x.png);
}

.section-u-car-recommend-7 h3:before {
  background-image: url(/images/ucar/recommended/balloon_07@2x.png);
}

.section-u-car-recommend-1 .title {
  font-size: 22px;
  color: #790028;
  text-align: center;
  margin: 0 0 20px;
}

.section-u-car-recommend-1 ol > li {
  margin: 40px 0 0 0;
}

.section-u-car-recommend-1 ol > li:first-child {
  margin: 0;
}

.section-u-car-recommend-1 ul > li {
  margin: 8px 0 0 0;
}

.section-u-car-recommend-1 ul > li:first-child {
  margin: 0;
}

.section-u-car-recommend-1 ul > li:nth-child(2) .image {
  float: right;
}

.section-u-car-recommend-1 ul > li:nth-child(2) .content {
  margin: 0 500px 0 0;
}

.section-u-car-recommend-1 ul > li p {
  font-size: 16px;
}

.section-u-car-recommend-1 ul > li .image {
  float: left;
  width: 500px;
}

.section-u-car-recommend-1 ul > li .image img {
  display: block;
  width: 100%;
}

.section-u-car-recommend-1 ul > li .content {
  position: relative;
  margin: 0 0 0 500px;
  width: 500px;
  height: 285px;
  text-align: center;
  background: #790028;
  color: #fff;
}

.section-u-car-recommend-1 li:first-child ul > li:first-child p {
  padding: 118px 0 0 0;
}

.section-u-car-recommend-1 li:first-child ul > li:last-child p {
  padding: 38px 0 0 0;
}

.section-u-car-recommend-1 li:last-child ul > li:first-child p {
  padding: 98px 0 0 0;
}

.section-u-car-recommend-1 li:last-child ul > li:last-child p {
  padding: 28px 0 0 0;
}

.section-u-car-recommend-1 ul > li p img {
  display: block;
  width: 382px;
  margin: 0 auto;
  margin-top: 10px;
}

.section-u-car-recommend-2 li {
  vertical-align: top;
  display: inline-block;
  margin: 0 0 0 20px;
  width: 460px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
}

.section-u-car-recommend-2 li:first-child {
  margin: 0 0 0 30px;
}

.section-u-car-recommend-2 li:first-child p {
  padding: 10px 20px;
}

.section-u-car-recommend-2 li p {
  vertical-align: middle;
  display: table-cell;
  padding: 10px 110px;
  line-height: 1.75;
}

.section-u-car-recommend-2 li .title {
  background: #000;
  color: #fff;
  font-size: 17px;
  line-height: 2.5;
  text-align: center;
}

.section-u-car-recommend-2 li .content {
  display: table;
  height: 123px;
}

.section-u-car-recommend-2 li .image {
  vertical-align: top;
  display: table-cell;
  width: 123px;
}

.section-u-car-recommend-2 li .image img {
  display: block;
  width: 100%;
}

.section-u-car-recommend-2 .certificate {
  margin: 0 0 30px;
}

.section-u-car-recommend-2 .certificate ul {
  text-align: center;
}

.section-u-car-recommend-2 .certificate li {
  position: relative;
  display: inline-block;
  margin: 0;
  width: auto;
  border: none;
}

.section-u-car-recommend-2 .certificate li:first-child {
  top: 26px;
}

.section-u-car-recommend-2 .certificate li:first-child .image {
  background: url(/images/ucar/recommended/02_01@2x.png) no-repeat top left;
  background-size: 100%;
  width: 237px;
  height: 173px;
}

.section-u-car-recommend-2 .certificate li:nth-child(2) .image {
  background: url(/images/ucar/recommended/02_02@2x.png) no-repeat top left;
  background-size: 100%;
  width: 388px;
  height: 451px;
}

.section-u-car-recommend-2 .certificate li:last-child {
  top: 122px;
}

.section-u-car-recommend-2 .certificate li:last-child .image {
  background: url(/images/ucar/recommended/02_03@2x.png) no-repeat top left;
  background-size: 100%;
  width: 237px;
  height: 259px;
}

.section-u-car-recommend-2 .certificate li .btn {
  width: 100%;
  line-height: 2;
  font-size: 15px;
}

.section-u-car-recommend-3 li {
  vertical-align: top;
  display: inline-block;
  margin: 0 0 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  width: 490px;
}

.section-u-car-recommend-3 li:first-child {
  margin: 0 0 20px;
}

.section-u-car-recommend-3 li:last-child {
  margin: 0 0 10px;
  width: 100%;
}

.section-u-car-recommend-3 li:last-child p {
  text-align: center;
  height: auto;
}

.section-u-car-recommend-3 li p {
  font-size: 15px;
  line-height: 1.75;
  padding: 20px 15px;
  height: 90px;
}

.section-u-car-recommend-3 li .title {
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 2.2;
  text-align: center;
}

.section-u-car-recommend-3 .image {
  background: url(/images/ucar/recommended/03_01@2x.png) no-repeat top left;
  background-size: 100%;
  width: 945px;
  height: 169px;
  margin: 0 auto;
  margin-top: 20px;
}

.section-u-car-recommend-3 p.notice {
  font-size: 15px;
}

.section-u-car-recommend-456 p {
  font-size: 17px;
  height: 317px;
  margin: 0 539px 0 0;
  line-height: 1.85;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#recommended-4 p {
  padding: 80px 0 0;
}

#recommended-5 p {
  padding: 110px 0 0;
}

#recommended-6 p {
  padding: 50px 0 0;
}

.section-u-car-recommend-456 .image {
  float: right;
  width: 539px;
}

.section-u-car-recommend-456 .image img {
  display: block;
  width: 100%;
}

.section-u-car-recommend-456 .btn {
  margin: 0;
  margin-top: 20px;
  width: 200px;
  font-size: 15px;
  line-height: 3;
}

.section-u-car-recommend-456 .btn-arrow-right:after {
  right: 10px;
}

.section-u-car-recommend-7 p.lead {
  font-size: 17px;
}

.section-u-car-recommend-7 p.notice {
  width: 784px;
  margin: 0 auto;
}

.section-u-car-recommend-7 .image {
  background: url(/images/ucar/recommended/07_01@2x.png) no-repeat top left;
  background-size: 100%;
  width: 784px;
  height: 330px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.section-u-car-recommend-7 .actions .btn {
  width: 490px;
}

.section-u-car-recommend-7 .actions li {
  display: block;
  margin: 60px 0 0 0;
}

.section-u-car-recommend-7 .actions li:first-child {
  margin: 0;
}

/** ローカルナビ */

.localnav {
  text-align: center;
  background: #790028;
  margin-top: -26px;
}

.localnav li {
  display: inline-block;
}

.localnav li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 3;
  padding: 0 30px 0 20px;
  border-right: 1px solid #943152;
}

.localnav li a:hover {
  background: #910030;
}

.localnav li a:after {
  position: absolute;
  font-family: 'icon';
  content: "\e905";
  right: 10px;
}

.localnav li:first-child a {
  border-left: 1px solid #943152;
}

/** モーダル */

.section-modal {
  display: none;
  position: absolute;
  width: 780px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 500;
}

.section-modal .close {
  position: absolute;
  top: -60px;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: url(/images/ucar/recommended/close@2x.png) no-repeat top left;
  background-size: 100%;
}

.section-modal .container {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
}

.section-modal .image img {
  display: block;
  width: 100%;
}

.section-modal h4 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 2.5;
  background: #790028;
}

.section-modal h5 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
  background: #000;
}

.section-modal .image {
  display: block;
  margin: 0 auto;
}

.section-modal .image01 {
  background: url(/images/ucar/recommended/modal_01@2x.png) no-repeat top left;
  background-size: 100%;
  width: 706px;
  height: 333px;
}

.section-modal .image02 {
  background: url(/images/ucar/recommended/modal_02@2x.png) no-repeat top left;
  background-size: 100%;
  width: 717px;
  height: 703px;
}

.section-modal .image03 {
  background: url(/images/ucar/recommended/modal_03@2x.png) no-repeat top left;
  background-size: 100%;
  width: 353px;
  height: 345px;
}

.section-modal .image04 {
  background: url(/images/ucar/recommended/modal_04@2x.png) no-repeat top left;
  background-size: 100%;
  width: 353px;
  height: 345px;
}

.section-modal .image05 {
  background: url(/images/ucar/recommended/modal_05@2x.png) no-repeat top left;
  background-size: 100%;
  width: 718px;
  height: 330px;
}

.section-modal .image06 {
  background: url(/images/ucar/recommended/modal_06@2x.png) no-repeat top left;
  background-size: 100%;
  width: 718px;
  height: 1430px;
}

.section-modal p {
  font-size: 13px;
  margin: 10px 0 0 0;
}

.section-modal ul {
  margin: 30px 0 0 0;
}

.section-modal li {
  display: inline-block;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 355px;
  margin: 0 10px 10px 0;
}

.section-modal li:last-child {
  margin: 0;
}

.section-modal li:first-child {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none  !important;
  }
}

@media screen and (max-width: 750px) {
  .section-u-car-top {
    padding: 40px 0 50px;
  }

  .section-u-car .searchCar-title {
    font-size: 28px;
    padding: 50px 0;
  }

  .section-u-car .searchCar-list {
    margin-bottom: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-u-car .searchCar-item {
    width: 100%;
    border-top: 6px solid #d1d1d1;
  }

  .section-u-car .searchCar .link {
    font-size: 28px;
    padding: 50px 0;
  }

  .section-u-car .pickup ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-u-car .pickup li {
    width: 100%;
  }

  .section-u-car .pickup li:first-of-type {
    margin-bottom: 37px;
  }

  .section-u-car .pickup li .image {
    width: 100%;
    padding-top: 55%;
  }

  .section-u-car .pickup li .content {
    width: 100%;
    font-size: 28px;
  }

  .section-u-car .pickup li .content .title {
    position: relative;
  }

  .section-u-car .pickup li .content .title::after {
    position: absolute;
    top: 50%;
    left: calc(100% + 2em);
    font-family: 'icon';
    content: "\e907";
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .section-u-car .pickup li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-u-car .container {
    width: 690px;
  }

  .section-u-car-top h2 {
    font-size: 25px;
  }

  .section-u-car h3 {
    font-size: 42px;
    line-height: 1.1;
    padding: 20px 30px;
  }

  .section-u-car h3 span {
    display: block;
  }

  .section-u-car .info ul {
    margin: 0;
  }

  .section-u-car .info li {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }

  .section-u-car .info li .published {
    font-size: 22px;
  }

  .section-u-car .info li .title {
    font-size: 28px;
  }

  .section-u-car .info li p {
    font-size: 24px;
    height: auto;
    margin: 0 0 30px;
  }

  .section-u-car .info li .code {
    width: 319px;
    font-size: 20px;
    line-height: 68px;
    margin: 0 10px 0 0;
  }

  .section-u-car .info li .code strong {
    font-size: 26px;
  }

  .section-u-car .info li .btn {
    width: 319px;
    font-size: 24px;
    line-height: 70px;
  }

  .section-u-car .info li .btn-arrow-right:after {
    font-size: 20px;
    right: 10px;
  }

  .section-u-car .info li .ucar-image {
    width: 156px;
    height: 108px;
    margin: 10px;
  }

  .section-u-car a.external::after {
    color: #FFFFFF;
    font-size: 28px;
  }

  .section-u-car-promise li {
    display: block;
    width: 100%;
  }

  .section-u-car-promise li .title {
    font-size: 28px;
  }

  .section-u-car-promise li .wrapper {
    padding: 40px;
  }

  .section-u-car-promise li .wrapper .image {
    float: right;
    width: 200px;
  }

  .section-u-car-promise li p {
    float: left;
    font-size: 24px;
    width: 400px;
    margin: 0 20px 0 0;
  }

  .section-u-car-promise li p span {
    font-size: 20px;
  }

  .section-u-car-promise h3 {
    padding: 0;
    line-height: 140px;
  }

  .section-u-car-flow h3,
  .section-u-car-entrust h3,
  section-u-car-reason h3 {
    padding: 0;
    line-height: 140px;
  }

  .section-u-car-flow h3 {
    letter-spacing: -0.05em;
  }

  .section-u-car-flow ol > li {
    display: block;
    width: 100%;
    height: auto;
    margin: 45px 0 0 0;
  }

  .section-u-car-flow ol > li:first-child {
    margin: 0;
  }

  .section-u-car-flow ol > li .title {
    font-size: 28px;
  }

  .section-u-car-flow ul {
    font-size: 28px;
  }

  .section-u-car-flow ol > li:first-child:after {
    background-image: url(/images/ucar/assessment/sp_arrow_right_01@2x.png);
    width: 95px;
    height: 38px;
    top: auto;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .section-u-car-flow ol > li:nth-child(2) {
    border: 1px solid #77b099;
  }

  .section-u-car-flow ol > li:nth-child(2):after {
    background-image: url(/images/ucar/assessment/sp_arrow_right_02@2x.png);
    width: 95px;
    height: 38px;
    top: auto;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .section-u-car-flow ol > li:nth-child(3) {
    border: 1px solid #ddac65;
  }

  .section-u-car-entrust li::after {
    width: 116px;
    height: 42px;
  }

  .section-u-car-entrust li .wrapper {
    display: block;
  }

  .section-u-car-entrust li .title {
    display: table;
    line-height: 1.5;
    width: 100%;
    padding: 30px 60px;
  }

  .section-u-car-entrust li .title strong {
    vertical-align: middle;
    display: table-cell;
    font-size: 32px;
    width: 348px;
  }

  .section-u-car-entrust li .title span {
    display: block;
    margin: 0 0 0 48px;
  }

  .section-u-car-entrust li .title .image {
    display: table-cell;
    width: 220px;
  }

  .section-u-car-entrust li .content {
    display: block;
    width: 100%;
    font-size: 22px;
    padding: 40px;
  }

  .section-u-car-entrust li .content span {
    font-size: 22px;
  }

  .section-u-car-reason h4 {
    font-size: 28px;
  }

  .section-u-car-reason p {
    font-size: 22px;
    letter-spacing: -0.05em;
  }

  .section-u-car-reason .wrapper-structure .image {
    background-image: url(/images/ucar/assessment/sp_reason_001@2x.png);
    width: 645px;
    height: 1144px;
  }

  .section-u-car-reason .wrapper-secret .image {
    background-image: url(/images/ucar/assessment/sp_reason_002@2x.png);
    width: 645px;
    height: 812px;
  }

  .section-u-car .actions li {
    display: block;
    margin: 15px 0 0 0;
  }

  .section-u-car .actions li:first-child {
    margin: 0;
  }

  .localnav {
    text-align: left;
    margin: 0;
  }

  .localnav li {
    width: 50%;
    text-align: center;
  }

  .localnav li a {
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 3.5;
    border-bottom: 1px solid #943152;
  }

  .localnav li a:hover {
    background: #790028;
  }

  .localnav li:first-child a {
    border-left: none;
  }

  .section-u-car-recommend h3 {
    line-height: 1;
  }

  .section-u-car-recommend h3:before {
    width: 101px;
    height: 90px;
  }

  .section-u-car-recommend p.lead {
    font-size: 25px;
  }

  .section-u-car-recommend p.lead span {
    display: block;
  }

  .section-u-car-recommend-1 .title {
    font-size: 28px;
  }

  .section-u-car-recommend-1 .title span {
    display: block;
  }

  .section-u-car-recommend-1 ul > li {
    display: block;
  }

  .section-u-car-recommend-1 ul > li .image,
  .section-u-car-recommend-1 ul > li:nth-child(2) .image {
    float: none;
    display: block;
    width: 100%;
  }

  .section-u-car-recommend-1 ul > li .content {
    margin: 0;
    width: 100%;
    height: auto;
  }

  .section-u-car-recommend-1 ul > li p {
    font-size: 24px;
    letter-spacing: -0.02em;
  }

  .section-u-car-recommend-1 li:last-child ul > li:last-child p,
  .section-u-car-recommend-1 li:last-child ul > li:first-child p {
    padding: 15px;
  }

  .section-u-car-recommend-1 li:first-child ul > li:last-child p,
  .section-u-car-recommend-1 li:first-child ul > li:first-child p {
    padding: 15px;
  }

  .section-u-car-recommend-1 ul > li p img {
    width: 100%;
  }

  .section-u-car-recommend-2 .certificate ul {
    position: relative;
    height: 394px;
  }

  .section-u-car-recommend-2 .certificate li {
    position: absolute;
    display: block;
  }

  .section-u-car-recommend-2 .certificate li:first-child {
    top: 90px;
    left: 0;
    z-index: 1;
  }

  .section-u-car-recommend-2 .certificate li:nth-child(2) {
    top: 0;
    left: 170px;
  }

  .section-u-car-recommend-2 .certificate li:last-child {
    top: 35px;
    right: 0;
    z-index: 1;
  }

  .section-u-car-recommend-2 .certificate li .btn {
    font-size: 22px;
  }

  .section-u-car-recommend-2 .certificate li .btn-arrow-right:after {
    font-size: 20px;
    top: 3px;
    right: 10px;
  }

  .section-u-car-recommend-2 .certificate li .image {
    display: block;
  }

  .section-u-car-recommend-2 .certificate li:first-child .image {
    background-image: url(/images/ucar/recommended/sp_02_01@2x.png);
    width: 239px;
    height: 181px;
  }

  .section-u-car-recommend-2 .certificate li:nth-child(2) .image {
    background-image: url(/images/ucar/recommended/sp_02_02@2x.png);
    width: 280px;
    height: 394px;
  }

  .section-u-car-recommend-2 .certificate li:last-child .image {
    background-image: url(/images/ucar/recommended/sp_02_03@2x.png);
    width: 239px;
    height: 237px;
  }

  .section-u-car-recommend-2 ul {
    width: 620px;
    margin: 0 auto;
  }

  .section-u-car-recommend-2 li {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .section-u-car-recommend-2 li:first-child {
    margin: 0;
  }

  .section-u-car-recommend-2 li .image {
    width: 175px;
  }

  .section-u-car-recommend-2 li .title {
    font-size: 24px;
  }

  .section-u-car-recommend-2 li p {
    font-size: 22px;
    padding: 10px 90px;
  }

  .section-u-car-recommend-3 ol {
    width: 620px;
    margin: 0 auto;
  }

  .section-u-car-recommend-3 li {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .section-u-car-recommend-3 li:last-child {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .section-u-car-recommend-3 li:first-child {
    margin: 0;
  }

  .section-u-car-recommend-3 li .title {
    font-size: 24px;
  }

  .section-u-car-recommend-3 li:last-child p,
  .section-u-car-recommend-3 li p {
    font-size: 22px;
    height: auto;
    text-align: left;
  }

  .section-u-car-recommend-3 .image {
    background-image: url(/images/ucar/recommended/sp_03_01@2x.png);
    width: 573px;
    height: 534px;
    margin: 0 auto;
  }

  .section-u-car-recommend-3 p.notice {
    width: 620px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 20px;
  }

  .section-u-car-recommend-456 .image {
    width: 540px;
    float: none;
    margin: 0 auto;
    margin-bottom: 35px;
  }

  .section-u-car-recommend-456 p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 25px;
    height: auto;
  }

  #recommended-4 p,
  #recommended-5 p,
  #recommended-6 p {
    padding: 0;
  }

  .section-u-car-recommend-456 .btn {
    font-size: 36px;
    width: 100%;
  }

  .section-u-car-recommend-456 .btn-arrow-right:after {
    top: -6px;
  }

  .section-u-car-recommend-7 h3 {
    text-align: left;
    line-height: 0.6;
    padding: 0 20px 30px 20px;
  }

  .section-u-car-recommend-7 h3 i {
    display: block;
    margin: 0 0 0 100px;
  }

  .section-u-car-recommend-7 h3:before {
    top: 25px;
  }

  .section-u-car-recommend-7 .image {
    background-image: url(/images/ucar/recommended/sp_07_01@2x.png);
    width: 610px;
    height: 765px;
  }

  .section-u-car-recommend-7 p.notice {
    width: 100%;
    font-size: 20px;
  }

  .section-u-car-recommend-7 .actions .btn {
    width: 100%;
  }

  .section-u-car-recommend-7 .actions li {
    margin: 50px 0 0 0;
  }

  .section-u-car-recommend-7 .actions li:first-child {
    margin: 0;
  }

  .section-modal {
    width: 690px;
  }

  .section-modal .container {
    padding: 40px;
  }

  .section-modal h4 {
    font-size: 35px;
  }

  .section-modal h5 {
    font-size: 30px;
  }

  .section-modal .close {
    right: 20px;
  }

  .section-modal p {
    font-size: 20px;
  }

  .section-modal p br {
    display: none;
  }

  .section-modal li {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }

  .section-modal li:last-child {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }

  .section-modal li:first-child {
    margin: 0;
  }

  .section-modal .image01 {
    background-image: url(/images/ucar/recommended/sp_modal_01@2x.png);
    width: 610px;
    height: 362px;
  }

  .section-modal .image02 {
    background-image: url(/images/ucar/recommended/sp_modal_02@2x.png);
    width: 608px;
    height: 1074px;
  }

  .section-modal .image03 {
    background-image: url(/images/ucar/recommended/sp_modal_03@2x.png);
    width: 608px;
    height: 516px;
  }

  .section-modal .image04 {
    background-image: url(/images/ucar/recommended/sp_modal_04@2x.png);
    width: 608px;
    height: 512px;
  }

  .section-modal .image05 {
    background-image: url(/images/ucar/recommended/sp_modal_05@2x.png);
    width: 610px;
    height: 372px;
  }

  .section-modal .image06 {
    background-image: url(/images/ucar/recommended/sp_modal_06@2x.png);
    width: 608px;
    height: 2619px;
  }

  .pc {
    display: none !important;
  }
}