@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
figure,
button {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: inherit;
}

.hoverSearch:hover {
  opacity: .7;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #2B2B2B;
  font-size: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.66667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  /*font: 10px/1.4 "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@keyframes kakudai {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes coverIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}

@keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    right: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
@media screen and (max-width: 767px) {
  .modaal-noscroll {
    overflow: hidden;
  }
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

@media screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding: 0px;
  }
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

@media screen and (max-width: 767px) {
  .modaal-container {
    max-width: 100%;
  }
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: black;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .modaal-close {
    position: fixed;
    right: 0px;
    width: 40px;
    height: 40px;
  }
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #000;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .modaal-close:before,
  .modaal-close:after {
    top: 9px;
    left: 18px;
  }
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 0px 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
@media screen and (max-width: 767px) {
  .l-wrapper {
    width: 100%;
    overflow: hidden;
  }
}

.fixBtn {
  position: fixed;
  right: 0px;
  bottom: 15px;
  z-index: 100;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .fixBtn {
    display: none;
  }
}

.fixBtn a {
  display: flex;
  background-color: #1DB8FF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px 0 0 50px;
  padding: 0.8em 1.5em;
  color: #fff;
  align-items: center;
  font-size: 1.4rem;
}

.fixBtn a:hover {
  opacity: .7;
}

.fixBtn a::after {
  margin-left: 5px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/contact.svg");
}

.fixBtnImg {
  position: fixed;
  right: 0px;
  bottom: 15px;
  z-index: 100;
  transition: 0.3s;
}

.fixBtnImg a img {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .l-header .inner {
    padding: 2vw 1vw;
  }
  .l-header .inner h1 {
    line-height: 0;
  }
}

.l-header .inner {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 3px 0 3px 11px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-header .inner {
    padding: 2vw 1vw;
  }
  .l-header .inner h1 {
    line-height: 0;
  }
}

.l-header .inner span {
  display: flex;
  align-items: center;
}

.l-header .inner span .logoSubaru {
  width: 125px;
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .l-header .inner span .logoSubaru {
    margin-right: 1vw;
    width: 21vw;
  }
}

@media screen and (max-width: 767px) {
  .l-header .inner span .logoOD {
    width: 61vw;
    margin-top: 2vw;
  }
}

.l-header .btn {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  right: 0px;
  top: 0px;
}

.l-header .btn a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 0.5em 1.2em;
}

@media screen and (max-width: 767px) {
  .l-header .btn a {
    padding: 0.3em 1.2em;
    box-sizing: border-box;
    width: 39.5vw;
    justify-content: center;
  }
}

.l-header .btn a:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 9px;
  margin-left: 0.5em;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/icon_blank2.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.l-header .btn a.official {
  background: #000;
  color: #fff;
}

.l-header .btn a.subaruID {
  color: #999999;
}

@media screen and (max-width: 767px) {
  .l-header .btn {
    font-size: 0.8rem;
  }
}

.headNavi {
  background: #dde2e6;
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
  padding: 0 30px;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 20;
  transition: 0.3s;
}

.headNavi a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .headNavi {
    height: auto;
    padding: 0;
    bottom: -40vw;
    position: fixed;
    top: auto;
    transition: auto;
    width: 100%;
    transition: .5s;
  }
  .headNavi.in {
    bottom: 0px;
    /*! top: 0px; */
  }
}

.headNavi h2 {
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 302px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .headNavi h2 {
    font-size: 1.4rem;
    /*! padding: 10px 20px; */
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .headNavi h2 {
    max-width: 230px;
    display: none;
  }
}

.headNavi dl {
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
}

.headNavi dl .fixBtnSp {
  display: none;
}

@media screen and (max-width: 767px) {
  .headNavi dl {
    flex-direction: column;
    /*! position: fixed; */
    /*! bottom: -40vw; */
    background: #dde2e6;
    width: 100%;
    height: auto;
    padding: 2vw 0 8vw 0;
    transition: 0.3s;
  }
  .headNavi dl .fixBtnSp {
    position: absolute;
    right: 0px;
    top: -10vw;
    z-index: 100;
    display: block;
  }
  .headNavi dl .fixBtnSp a {
    display: flex;
    background-color: #1DB8FF;
    border-radius: 20px 0px 0 0;
    padding: 0.5em 0.5em 0.5em 1em;
    color: #fff;
    align-items: center;
    font-size: 1.6rem;
  }
  .headNavi dl .fixBtnSp a:hover {
    opacity: .7;
  }
  .headNavi dl .fixBtnSp a::after {
    margin-left: 5px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url("https://ec.subaru.jp/subaroad/contact/img/icon_arrow.png") no-repeat 0 0;
    background-size: contain;
  }
  .headNavi dl.show {
    bottom: -1px;
  }
}

.headNavi dl dt {
  font-size: 1.6rem;
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .headNavi dl dt {
    margin: 1vw 2vw 2vw 2vw;
    font-size: 1.4rem;
  }
}

.headNavi dl dd ul {
  display: flex;
}

.headNavi dl dd ul li {
  margin-left: 13px;
}

@media screen and (max-width: 767px) {
  .headNavi dl dd ul li {
    margin: 0 5px;
  }
}

.headNavi dl dd ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: 140px;
  font-size: 1.4rem;
  height: 31px;
  background: #1DB8FF;
  color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .headNavi dl dd ul li a {
    width: 45vw;
    height: auto;
    font-size: 1.6rem;
    padding: 0.4em 0;
  }
}

.l-cont.anzenModal {
  background-color: #fff;
  padding: 60px 0;
}

.l-footer {
  text-align: center;
}

.l-footer .logo {
  background: #2b2b2b;
  border-bottom: 1px solid #707070;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer .logo {
    padding: 6.13333vw 8.8vw;
  }
}

.l-footer .logo img {
  max-width: 400px;
  width: 100%;
}

.l-footer nav {
  background: #111111;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .l-footer nav {
    padding: 0 0 30vw 0;
  }
}

.l-footer nav .in {
  margin: 0 auto;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .l-footer nav .in {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer nav .in {
    display: block;
  }
}

.l-footer nav .in > dl {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .l-footer nav .colL {
    width: 418px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer nav .colC {
    width: 228px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer nav .colR {
    width: 262px;
  }
}

.l-footer nav dt {
  color: #fff;
  border-bottom: 1px solid #707070;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .l-footer nav dt {
    position: relative;
    padding: 1.5em;
  }
  .l-footer nav dt:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
  }
  .l-footer nav dt:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    transition: 0.3s;
  }
  .l-footer nav dt.open:after {
    opacity: 0;
  }
}

.l-footer nav dd {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer nav dd {
    display: none;
    padding: 1em 2.5em;
    border-bottom: 1px solid #707070;
  }
  .l-footer nav dd.open {
    display: block;
  }
}

.l-footer nav dd + ul {
  margin-top: 15px;
}

.l-footer nav dd li {
  font-size: 1.2rem;
  padding: 0.5em 0;
}

@media screen and (max-width: 767px) {
  .l-footer nav dd li {
    text-align: left;
  }
}

.l-footer nav dd li:last-of-type {
  border: 0px;
}

.l-footer nav dd li a {
  color: #fff;
}

.l-footer nav dd li a:hover {
  text-decoration: underline;
  opacity: .7;
}

.l-footer nav dd li a.blank:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 8px;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/icon_blank.svg");
  margin-left: 8px;
}

.l-footer nav .copyright {
  color: #646464;
  font-size: 1.1rem;
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .l-footer nav .copyright {
    padding-top: 6.66667vw;
  }
}

/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

/*--------------------------------------
 パーツ
---------------------------------------*/
.u- {
  /* パディング */
  /* インナー */
  /* タイトル */
}

@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.u-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .u-inner {
    max-width: none;
    width: auto;
  }
}

.u-link1 {
  text-align: center;
  display: inline-block;
  color: #00A0E9;
  text-decoration: underline;
}

.u-ttl1 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .u-ttl1 {
    font-size: 2.4rem;
  }
}

.u-ttlBox {
  padding: 60px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .u-ttlBox {
    padding: 14.93333vw 0;
  }
}

.u-ttlBox h2 {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  opacity: 0;
}

.u-ttlBox h2 img {
  width: 310px;
}

@media screen and (max-width: 767px) {
  .u-ttlBox h2 img {
    width: 210px;
  }
}

.u-ttlBox p {
  font-size: 3rem;
  text-align: center;
  position: relative;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .u-ttlBox p {
    font-size: 2.2rem;
  }
}

.showAnim .u-ttlBox h2 {
  animation: fadeInUp .8s both;
}

.showAnim .u-ttlBox p {
  animation: fadeInUp .8s .1s both;
}

.u-search {
  text-align: center;
  position: relative;
}

.u-search dt {
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .u-search dt {
    font-size: 1.8rem;
  }
}

.u-search dd ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .u-search dd ul {
    flex-direction: column;
  }
  .u-search dd ul.col2 {
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .u-search dd ul.col2 li {
    width: 48%;
    margin: 0px;
  }
  .u-search dd ul.col2 li a {
    width: 100%;
  }
}

.u-search dd ul li {
  margin: 0 30px;
}

.u-search dd ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: 228px;
  font-weight: bold;
  font-size: 1.8rem;
  height: 50px;
  background: #1DB8FF;
  color: #FFF;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .u-search dd ul li a {
    margin-bottom: 8vw;
    margin: 0 auto 8vw auto;
  }
}

.u-lead {
  text-align: center;
  font-size: 3rem;
  margin-top: 1em;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  .u-lead {
    margin-top: 9.33333vw;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 40px;
  height: 40px;
  margin: auto;
  top: 40%;
  z-index: 1;
  transform: translate(0);
  transition: 0.3s;
}

.slick-arrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 4.93867vw;
    height: 8vw;
  }
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(https://ec.subaru.jp/subaroad/contact/img/slick_prev.svg);
  left: 50%;
  margin-left: -470px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 1.33333vw;
  }
}

.slick-arrow.slick-next {
  background-image: url(https://ec.subaru.jp/subaroad/contact/img/slick_next.svg);
  right: 50%;
  margin-right: -470px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 1.33333vw;
  }
}

.slick-dots li {
  background-color: #CCC;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #70706F;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 3vw;
    height: 3vw;
    margin: 1vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.53333vw;
  }
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.mainZone {
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/main_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 33vw;
  min-height: 500px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mainZone {
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/main_bg_sp.jpg");
    height: 90.66667vw;
    background-size: 100%;
    min-height: 0px;
  }
}

.mainZone:after {
  /* content: "";
  position: absolute;
  width: 355px;
  height: 103px;
  right: 0;
  bottom: 0vw;
  background: url("https://ec.subaru.jp/subaroad/contact/img/main_bnr_pc.png") no-repeat;
  background-size: contain;*/
}

@media screen and (max-width: 767px) {
  .mainZone:after {
    /*
    content: "";
    position: absolute;
    width: 100%;
    height: 22.5vw;
    right: 0;
    bottom: 0;
    background: url("https://ec.subaru.jp/subaroad/contact/img/main_bnr_sp.png") no-repeat;
    background-size: contain;*/
  }
}

.mainZone h2 img {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mainZone h2 {
    width: 62.66667vw;
    margin: 0 2.66667vw;
  }
  .mainZone h2 img {
    right: auto;
    bottom: auto;
    top: 6vw;
    width: 60vw;
  }
}

.mainZone .eyesight {
  position: absolute;
  right: 15px;
  top: 20px;
}

@media screen and (max-width: 767px) {
  .mainZone .eyesight {
    width: 30.4vw;
    bottom: auto;
    top: 2.4vw;
    right: 4.53333vw;
  }
}

.mainZone.showAnim h2 {
  animation: fadeInUp .8s both;
}

.mainZone.showAnim .eyesight {
  animation: fadeIn .8s both;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.introZone {
  text-align: center;
  padding: 40px 0 100px;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/intro_bg.jpg");
  background-size: cover;
  background-position: center bottom;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introZone {
    padding: 5.33333vw 10.66667vw 10.66667vw 10.66667vw;
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/intro_bg_sp.jpg?2021");
  }
}

.introZone .notes {
  position: absolute;
  width: 100%;
  left: 0px;
  text-align: center;
  bottom: 2em;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .introZone .notes {
    position: relative;
    text-align: left;
    text-indent: -2em;
    margin-left: 2em;
    left: -2em;
    bottom: 0px;
  }
}

.introZone h2 {
  margin-bottom: 55px;
  opacity: 0;
  top: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introZone h2 {
    margin-bottom: 13.33333vw;
  }
}

.introZone .lead {
  font-size: 2.8rem;
  line-height: 1.8;
  margin-bottom: 1.2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introZone .lead {
    font-size: 2.1rem;
  }
}

.introZone .sub {
  font-size: 1.6rem;
  margin-bottom: 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introZone .sub {
    font-size: 1.5rem;
  }
}

.introZone .moreTxt {
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introZone .moreTxt {
    margin-bottom: 10.66667vw;
  }
}

.introZone .moreTxt .fukidashi {
  position: relative;
  transition: .3s;
  opacity: 0;
  position: absolute;
  left: 2em;
  bottom: 0.7em;
  width: 507px;
  line-height: 2.6rem;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/fukidashi.svg");
  box-sizing: border-box;
  padding-top: 15px;
  text-align: center;
  background-size: 100%;
  background-repeat: repeat;
  height: 152px;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .introZone .moreTxt .fukidashi {
    width: 90vw;
    left: -32vw;
    height: 33vw;
    font-size: 1.1rem;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/fukidashi_sp.svg");
  }
}

@media screen and (min-width: 768px) {
  .introZone .moreTxt:hover .fukidashi {
    opacity: 1;
    left: 3em;
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .introZone .moreTxt .fukidashi.show {
    visibility: visible;
    opacity: 1;
    left: -32vw;
  }
}

.introZone .moreTxt a {
  text-decoration: underline;
}

.introZone .moreTxt a:hover {
  text-decoration: none;
}

.introZone.showAnim h2 {
  animation: fadeInUp .8s both;
}

.introZone.showAnim .lead,
.introZone.showAnim .sub,
.introZone.showAnim .moreTxt {
  animation: fadeInUp .8s .1s both;
}

.introZone.showAnim .u-search {
  animation: fadeInUp .8s .2s both;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.feature1Zone .featureBox {
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/feature1_bg.jpg");
  background-size: 100%;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox {
    background-image: none;
    padding-bottom: 10.66667vw;
  }
}

.feature1Zone .featureBox .colWrap {
  padding-top: 20vw;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .colWrap {
    padding: 0px;
    flex-direction: column;
    width: 100%;
  }
}

.feature1Zone .featureBox .colWrap .col {
  width: 500px;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .colWrap .col {
    width: 100%;
  }
}

.feature1Zone .featureBox .colWrap .col .img {
  width: 350px;
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.feature1Zone .featureBox .colWrap .col .img a {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .colWrap .col.colL {
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/feature1_bg1.png");
    background-size: 100%;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    padding: 45.33333vw 5.33333vw 5.33333vw 5.33333vw;
    box-sizing: border-box;
  }
  .feature1Zone .featureBox .colWrap .col.colL .img {
    width: 78.66667vw;
    margin: 0 auto;
  }
}

.feature1Zone .featureBox .colWrap .col.colR {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .colWrap .col.colR {
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/feature1_bg2.png");
    background-size: 100%;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    padding: 64vw 5.33333vw 10.66667vw 5.33333vw;
    box-sizing: border-box;
  }
}

.feature1Zone .featureBox .colWrap .col.colR .img {
  width: 351px;
  margin-left: auto;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .colWrap .col.colR .img {
    width: 66.66667vw;
    margin: 0 auto;
    padding-top: 2.66667vw;
  }
}

.feature1Zone .featureBox .colWrap h3 {
  font-weight: bold;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .colWrap h3 {
    font-size: 2.4rem;
  }
}

.feature1Zone .featureBox .colWrap h3 .txts {
  display: flex;
  color: #FFF;
  align-items: center;
  height: 46px;
  margin-bottom: 20px;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.feature1Zone .featureBox .colWrap h3 .txts span {
  position: relative;
  word-break: keep-all;
  position: relative;
  opacity: 0;
  z-index: 2;
  line-height: 0;
}

.feature1Zone .featureBox .colWrap h3 .txts:before {
  content: "";
  display: block;
  background-color: #14BCB7;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0px;
  z-index: 1;
}

.feature1Zone .featureBox .colWrap h3 .txts:after {
  content: "";
  display: block;
  background-color: #14BCB7;
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  top: 0px;
  left: 0%;
  z-index: 3;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt1 {
  width: 190px;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt1 span {
  transition-delay: .6s;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt1:before {
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt1:after {
  transition: visibility 0s 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 0.6s;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt2 {
  width: 281px;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt2 span {
  transition-delay: .8s;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt2:before {
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0.2s;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt2:after {
  transition: visibility 0s 0.7s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 0.8s;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt3 {
  width: 271px;
  margin-left: auto;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt3 span {
  transition-delay: .8s;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt3:before {
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0.2s;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt3:after {
  transition: visibility 0s 0.7s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 0.8s;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt4 {
  width: 166px;
  margin-left: auto;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt4 span {
  transition-delay: 1s;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt4:before {
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0.4s;
}

.feature1Zone .featureBox .colWrap h3 .txts.txt4:after {
  transition: visibility 0s 0.9s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 1s;
}

.feature1Zone .featureBox .colWrap.textAnim h3 .txts:before {
  left: 0px;
}

.feature1Zone .featureBox .colWrap.textAnim h3 .txts:after {
  left: 100%;
  visibility: visible;
}

.feature1Zone .featureBox .colWrap.textAnim h3 .txts span {
  opacity: 1;
}

.feature1Zone .featureBox .colWrap.textAnim .img {
  animation: fadeInUp .5s .5s both;
}

.feature1Zone .featureBox .otokuBox {
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox {
    width: 100%;
    flex-direction: column;
    padding: 6.66667vw 0 6.66667vw 0;
  }
}

.feature1Zone .featureBox .otokuBox.showAnim {
  animation: fadeInUp .8s both;
}

.feature1Zone .featureBox .otokuBox .txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox .txt {
    width: 100%;
    margin: 0 auto;
  }
}

.feature1Zone .featureBox .otokuBox .txt h3 {
  font-size: 2.8rem;
  padding-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox .txt h3 {
    font-size: 2rem;
    text-indent: 0px;
    margin-left: 0px;
    padding-bottom: 1.4em;
    text-align: center;
  }
}

.feature1Zone .featureBox .otokuBox .txt p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox .txt p {
    font-size: 1.4rem;
  }
}

.feature1Zone .featureBox .otokuBox .info {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox .info {
    margin-top: 10.66667vw;
    width: 100%;
  }
}

.feature1Zone .featureBox .otokuBox .info dl dt {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.8rem;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox .info dl dt .price {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox .info dl dt {
    flex-direction: column;
    font-size: 1.4rem;
  }
}

.feature1Zone .featureBox .otokuBox .info dl dt b {
  font-size: 3rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox .info dl dt b {
    font-size: 2.4rem;
  }
}

.feature1Zone .featureBox .otokuBox .info dl dt em {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox .info dl dt em {
    font-size: 1.8rem;
  }
}

.feature1Zone .featureBox .otokuBox .info dl dt em.txt1 {
  color: #14BCB7;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox .info dl dt em.txt2 {
    font-size: 2.6rem;
  }
}

.feature1Zone .featureBox .otokuBox .info dl dd ul {
  display: flex;
  margin-top: .8em;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox .info dl dd ul {
    display: block;
    text-align: center;
  }
}

.feature1Zone .featureBox .otokuBox .info dl dd ul li {
  font-size: 1.4rem;
  padding: .3em 1em;
  background: #DDE2E6;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox .info dl dd ul li {
    display: inline-block;
    font-size: 1.3rem;
    padding: .3em .6em;
    margin: .1em .2em .4em .2em;
  }
}

.feature1Zone .featureBox .otokuBox .info dl dd ul li.c2 {
  background: #A9D5D3;
}

.feature1Zone .featureBox .otokuBox .info dl dd p {
  text-align: center;
  padding-top: .8em;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .otokuBox .info dl dd p {
    font-size: 1.4rem;
  }
}

.feature1Zone .featureBox .saraniBox {
  text-align: center;
  padding: 40px 0 60px;
}

@media screen and (max-width: 767px) {
  .feature1Zone .featureBox .saraniBox {
    padding: 5.33333vw 0 2.66667vw 0;
  }
}

.feature1Zone .featureBox .saraniBox a {
  display: flex;
  width: 272px;
  height: 50px;
  border-radius: 50px;
  background: #14BCB7;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #FFF;
  font-size: 1.6rem;
}

.feature1Zone .featureBox .saraniBox a:hover {
  opacity: .7;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.feature2Zone .guideBtn {
  background-image: linear-gradient(to bottom, #14BCB7 0%, #0A9B98 100%);
  padding: 60px 0;
  text-align: center;
}

.feature2Zone .guideBtn a {
  display: flex;
  width: 272px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  margin: 0 auto;
}

.feature2Zone .guideBtn a:hover {
  opacity: .7;
}

.feature2Zone .f2Box li {
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/feature2_bg1.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li {
    padding-bottom: 8vw;
    background-position: 43% top;
  }
}

.feature2Zone .f2Box li:after {
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #FFF;
}

.feature2Zone .f2Box li .in {
  display: flex;
  width: 1000px;
  position: relative;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in {
    display: block;
    width: 89.33333vw;
  }
}

.feature2Zone .f2Box li .in .imgBox {
  width: 435px;
  height: 432px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .imgBox {
    width: 100%;
    height: auto;
  }
}

.feature2Zone .f2Box li .in .imgBox p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  padding: 0 40px;
  line-height: 1.8;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .imgBox p {
    padding: 0;
    margin-top: 15.2vw;
  }
}

.feature2Zone .f2Box li .in .imgBox .img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.feature2Zone .f2Box li .in .imgBox.img1 .img {
  width: 258px;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .imgBox.img1 .img {
    width: 40vw;
    bottom: -7vw;
  }
}

.feature2Zone .f2Box li .in .imgBox.img1 p {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .imgBox.img1 p {
    margin-top: 15.2vw;
    padding-bottom: 10.66667vw;
  }
}

.feature2Zone .f2Box li .in .imgBox.img2 .img {
  width: 217px;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .imgBox.img2 .img {
    width: 37.86667vw;
    bottom: -6.66667vw;
  }
}

.feature2Zone .f2Box li .in .imgBox.img2 p {
  margin-top: 60px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .imgBox.img2 p {
    margin-top: 12vw;
  }
}

.feature2Zone .f2Box li .in .imgBox.img3 .img {
  width: 214px;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .imgBox.img3 .img {
    width: 33.06667vw;
    bottom: -10vw;
  }
}

.feature2Zone .f2Box li .in .imgBox.img3 p {
  margin-top: 66px;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .imgBox.img3 p {
    margin-top: 15.2vw;
    padding-bottom: 5vw;
  }
}

.feature2Zone .f2Box li .in .imgBox.img4 .img {
  width: 292px;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .imgBox.img4 .img {
    width: 45.6vw;
    bottom: -7vw;
  }
}

.feature2Zone .f2Box li .in .imgBox.img4 p {
  margin-top: 60px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .imgBox.img4 p {
    margin-top: 15.2vw;
    padding-bottom: 5vw;
  }
}

.feature2Zone .f2Box li .in img {
  max-width: 100%;
}

.feature2Zone .f2Box li .in .fukidashi {
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/feature_fukidashi_r.svg");
  background-repeat: no-repeat;
  width: 564px;
  height: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: .5s .5s;
  left: -20px;
  opacity: 0;
  box-sizing: border-box;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .fukidashi {
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/feature_fukidashi_sp.svg");
    background-size: cover;
    width: 89.33333vw;
    height: 68.53333vw;
    display: block;
    padding: 13.33333vw 0 0 0;
    left: 0px;
    top: -20px;
  }
}

.feature2Zone .f2Box li .in .fukidashi h3 {
  justify-content: center;
  margin-bottom: 1em;
  color: #14BCB7;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
}

.feature2Zone .f2Box li .in .fukidashi .note {
  font-size: 1.2rem;
  margin: 0 auto 15px auto;
  color: #2B2B2B;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .fukidashi h3 {
    font-size: 1.6rem;
  }
}

.feature2Zone .f2Box li .in .fukidashi h3:before,
.feature2Zone .f2Box li .in .fukidashi h3:after {
  content: "";
  display: inline-block;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/feature_txt_l.svg");
  width: 16px;
  height: 18px;
  margin: 0 10px;
  background-size: 100%;
}

.feature2Zone .f2Box li .in .fukidashi h3:after {
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/feature_txt_r.svg");
}

.feature2Zone .f2Box li .in .fukidashi dl {
  text-align: center;
  line-height: 1.6;
}

.feature2Zone .f2Box li .in .fukidashi dl dt {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: .5em;
}

.feature2Zone .f2Box li .in .fukidashi dl dt small {
  font-size: 70%;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .fukidashi dl dt {
    font-size: 1.8rem;
  }
}

.feature2Zone .f2Box li .in .fukidashi dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
}

.feature2Zone .f2Box li .in .ad-note sup {
  display: inline-block;
  font-size: 0.9rem;
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .ad-note sup {
    display: inline-block;
    font-size: 0.9rem;
    vertical-align: super;
  }
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .ad-note dl dt {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .ad-note dl dd {
    line-height: 1.4;
    margin-bottom: .3em;
  }
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .fukidashi dl dd {
    font-size: 1.4rem;
  }
}

.feature2Zone .f2Box li .in .fukidashi .btn {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li .in .fukidashi .btn {
    margin-top: 6vw;
  }
}

.feature2Zone .f2Box li .in .fukidashi .btn a {
  margin: 0 auto;
  display: flex;
  width: 270px;
  height: 51px;
  background: #14BCB7;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  color: #FFF;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-weight: bold;
}

.feature2Zone .f2Box li .in .fukidashi .btn a:hover {
  opacity: .7;
}

.feature2Zone .f2Box li.reverse {
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/feature2_bg2.jpg");
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li.reverse {
    background-position: 60% top;
  }
}

.feature2Zone .f2Box li.reverse .in {
  flex-direction: row-reverse;
}

.feature2Zone .f2Box li.reverse .in .imgBox .img {
  right: auto;
  left: 50px;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li.reverse .in .imgBox .img {
    left: 0px;
  }
}

.feature2Zone .f2Box li.reverse .in .fukidashi {
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/feature_fukidashi_l.svg");
  right: -20px;
  left: auto;
  padding: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li.reverse .in .fukidashi {
    background-image: url(https://ec.subaru.jp/subaroad/contact/img/feature_fukidashi_sp.svg);
    padding: 13.33333vw 0 0 0;
    right: auto;
  }
}

.feature2Zone .f2Box li.showAnim:after {
  left: 100%;
}

.feature2Zone .f2Box li.showAnim .in .imgBox p {
  animation: fadeInUp .5s .5s both;
}

.feature2Zone .f2Box li.showAnim .in .imgBox .img {
  animation: fadeIn .5s .3s both;
}

.feature2Zone .f2Box li.showAnim .in .fukidashi {
  left: 0px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .feature2Zone .f2Box li.showAnim .in .fukidashi {
    top: 0px;
  }
}

.feature2Zone .f2Box li.showAnim.reverse:after {
  left: -100%;
}

.feature2Zone .f2Box li.showAnim.reverse .in .fukidashi {
  right: 0px;
  left: auto;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.flowZone,
.flowZone2 {
  padding: 70px 0;
  position: relative;
  background: #F2F2F2;
}

.flowZone:before,
.flowZone:after,
.flowZone2:before,
.flowZone2:after {
  content: "";
  width: 360px;
  height: 350px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/flow_ph1.png");
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .flowZone:before,
  .flowZone:after,
  .flowZone2:before,
  .flowZone2:after {
    width: 42.66667vw;
    height: 41.33333vw;
  }
}

.flowZone:after,
.flowZone2:after {
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/flow_ph2.png");
  right: 0px;
  bottom: 0px;
  left: auto;
  top: auto;
}

.flowZone h2,
.flowZone2 h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2em;
  position: relative;
  opacity: 0;
}

.flowZone h2 em,
.flowZone2 h2 em {
  display: inline-block;
  position: relative;
  font-weight: 400;
}

.flowZone h2 em:after,
.flowZone2 h2 em:after {
  content: "";
  width: 60px;
  display: block;
  height: 3px;
  background: #14BCB7;
  margin: 25px auto 10px auto;
}

@media screen and (max-width: 767px) {
  .flowZone h2,
  .flowZone2 h2 {
    font-size: 2.4rem;
  }
}

.flowZone h2 span,
.flowZone2 h2 span {
  font-weight: bold;
  color: #14BCB7;
}

.flowZone section,
.flowZone2 section {
  text-align: center;
  width: 1000px;
  margin: 0 auto 48px auto;
  opacity: 0;
  transition: .5s;
  position: relative;
  top: 20px;
}

@media screen and (max-width: 767px) {
  .flowZone section,
  .flowZone2 section {
    width: 86vw;
    margin-bottom: 8vw;
  }
  .flowZone section.logo,
  .flowZone2 section.logo {
    width: 54.66667vw;
  }
}

.flowZone section.showAnim,
.flowZone2 section.showAnim {
  opacity: 1;
  top: 0px;
}

.flowZone section:last-of-type,
.flowZone2 section:last-of-type {
  margin-bottom: 0px;
}

.flowZone section h3,
.flowZone2 section h3 {
  color: #14BCB7;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .flowZone section h3,
  .flowZone2 section h3 {
    margin-bottom: 6.66667vw;
  }
}

.flowZone section h3:before,
.flowZone2 section h3:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: .3em;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/icon_search.svg");
  background-repeat: no-repeat;
}

.flowZone section h3.sec2:before,
.flowZone2 section h3.sec2:before {
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/icon_key.svg");
}

.flowZone section .box,
.flowZone2 section .box {
  display: flex;
  justify-content: space-between;
  margin-right: -40px;
}

@media screen and (max-width: 767px) {
  .flowZone section .box,
  .flowZone2 section .box {
    margin-right: 0px;
  }
}

.flowZone section .box sup,
.flowZone2 section .box sup {
  font-size: 8px;
}

.flowZone section .box .img,
.flowZone2 section .box .img {
  text-align: right;
  width: 525px;
  height: 366px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .flowZone section .box .img,
  .flowZone2 section .box .img {
    display: none;
  }
}

.flowZone section .box .img.sec2,
.flowZone2 section .box .img.sec2 {
  width: 501px;
}

.flowZone section .box ul,
.flowZone2 section .box ul {
  width: 380px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .flowZone section .box ul,
  .flowZone2 section .box ul {
    height: auto;
    display: block;
  }
}

.flowZone section .box ul li,
.flowZone2 section .box ul li {
  height: 90px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .flowZone section .box ul li,
  .flowZone2 section .box ul li {
    display: block;
    height: auto;
  }
}

.flowZone section .box ul li dl,
.flowZone2 section .box ul li dl {
  display: none;
}

@media screen and (max-width: 767px) {
  .flowZone section .box ul li dl,
  .flowZone2 section .box ul li dl {
    display: block;
  }
  .flowZone section .box ul li dl dt,
  .flowZone2 section .box ul li dl dt {
    text-align: right;
    font-size: 1.2rem;
    color: #14BCB7;
  }
  .flowZone section .box ul li dl dd,
  .flowZone2 section .box ul li dl dd {
    background: #14BCB7;
    color: #FFF;
    text-align: left;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 5.33333vw;
    height: 18.66667vw;
    font-size: 1.6rem;
    font-weight: bold;
    justify-content: space-between;
  }
  .flowZone section .box ul li dl dd:after,
  .flowZone2 section .box ul li dl dd:after {
    content: "";
    width: 21.33333vw;
    height: 10.66667vw;
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/flow_icon_pc.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .flowZone section .box ul li dl dd.home:after,
  .flowZone2 section .box ul li dl dd.home:after {
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/flow_icon_home.svg");
  }
  .flowZone section .box ul li dl dd.shop:after,
  .flowZone2 section .box ul li dl dd.shop:after {
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/flow_icon_shop.svg");
  }
}

.flowZone section .box ul li p,
.flowZone2 section .box ul li p {
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .flowZone section .box ul li p,
  .flowZone2 section .box ul li p {
    text-align: center;
    padding-top: .7em;
    margin-bottom: 5.33333vw;
    line-height: 1.6;
  }
  .flowZone section .box ul li p:after,
  .flowZone2 section .box ul li p:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 1.4em;
    height: 1.4em;
    border-right: 2px solid #14BCB7;
    border-bottom: 2px solid #14BCB7;
    transform: rotate(45deg);
    margin-top: 2vw;
  }
}

.flowZone section .box ul li p small,
.flowZone2 section .box ul li p small {
  font-size: 90%;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .flowZone section .box ul li p small,
  .flowZone2 section .box ul li p small {
    font-size: 10px;
  }
}

.flowZone section .box ul li p.last:after,
.flowZone2 section .box ul li p.last:after {
  display: none;
}

.flowZone.showAnim h2,
.flowZone2.showAnim h2 {
  animation: fadeInUp .5s both;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.lineupZone {
  text-align: center;
  padding: 80px 0;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/lineup_bg.png");
  background-size: cover;
  background-position: bottom;
}

@media screen and (max-width: 767px) {
  .lineupZone {
    padding: 14.66667vw 5.33333vw;
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/lineup_bg.jpg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #576168;
  }
}

.lineupZone h2 {
  color: #FFF;
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 76px;
  position: relative;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .lineupZone h2 {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 2em;
  }
  .lineupZone h2 span {
    display: inline-block;
    margin-top: .6em;
  }
}

.lineupZone h2 img {
  margin-right: 15px;
  width: 117px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .lineupZone h2 img {
    width: 27.46667vw;
    margin-right: 2.66667vw;
  }
}

.lineupZone .lineup {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineup {
    display: block;
  }
}

.lineupZone .lineup li {
  overflow: hidden;
  width: 320px;
  margin: 0 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineup li {
    width: 89.33333vw;
    margin: 0px;
  }
}

.lineupZone .lineup li .in {
  width: 320px;
  opacity: 0;
  position: relative;
  z-index: 2;
  transition-delay: .5s;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineup li .in {
    width: 89.33333vw;
  }
}

.lineupZone .lineup li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  left: -100%;
  top: 0px;
  z-index: 1;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.lineupZone .lineup li:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  visibility: hidden;
  left: 0%;
  top: 0px;
  z-index: 3;
  transition: visivilty 0s, cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0.5s;
}

.lineupZone .lineup li.c1 .in {
  background: #fff url("https://ec.subaru.jp/subaroad/contact/img/icon_new.png") no-repeat 0 0;
  background-size: 25%;
}

.lineupZone .lineup li.c2 .in {
  transition-delay: .8s;
}

.lineupZone .lineup li.c2:before {
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0.3s;
}

.lineupZone .lineup li.c2:after {
  transition: visivilty 0s, cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0.7s;
}

.lineupZone .lineup li.c3 .in {
  transition-delay: 1.1s;
}

.lineupZone .lineup li.c3:before {
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.8s 0.6s;
}

.lineupZone .lineup li.c3:after {
  transition: visivilty 0s, cubic-bezier(0.77, 0, 0.175, 1) 0.8s 1s;
}

.lineupZone .lineup li.showAnim .in {
  opacity: 1;
}

.lineupZone .lineup li.showAnim:before {
  left: 0px;
}

.lineupZone .lineup li.showAnim:after {
  left: 100%;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineup li {
    width: 100%;
    margin-bottom: 13.33333vw;
  }
  .lineupZone .lineup li:last-of-type {
    margin-bottom: 5.33333vw;
  }
}

.lineupZone .lineup li .ph {
  padding: 24px 0 10px 0;
}

.lineupZone .lineup li .ph.imp {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineup li .ph.imp {
    margin-bottom: 0px;
  }
}

.lineupZone .lineup li .ph img {
  width: 314px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineup li .ph img {
    width: 78.66667vw;
  }
}

.lineupZone .lineup li .logo {
  margin-bottom: 26px;
}

.lineupZone .lineup li.c1 .logo {
  width: 60%;
  margin: 0 auto 5px auto;
}

.lineupZone .lineup sup {
  display: inline-block;
  font-size: 0.9rem;
  vertical-align: super;
  color: #2B2B2B;
}

.lineupZone .lineup .note {
  font-size: 1rem;
  margin: 0 auto 15px auto;
  color: #2B2B2B;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineup li.c1 .logo {
    width: 50%;
  }
}

.lineupZone .lineup li p {
  font-size: 1.4rem;
  margin-bottom: .3em;
}

.lineupZone .lineup li .price em {
  font-size: 2.8rem;
  font-weight: bold;
  margin-left: .3em;
}

.lineupZone .lineup li .price em span {
  font-size: 1.8rem;
}

.lineupZone .lineup li .price small {
  font-size: 1.2rem;
}

.lineupZone .lineup li .btn {
  display: flex;
  width: 280px;
  margin: 35px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineup li .btn {
    width: 61.33333vw;
    flex-direction: column;
    margin: 6.66667vw auto 0 auto;
    box-sizing: border-box;
  }
}

.lineupZone .lineup li .btn span,
.lineupZone .lineup li .btn a {
  cursor: pointer;
  display: flex;
  width: 132px;
  height: 35px;
  background: #1DB8FF;
  border-radius: 100px;
  color: #FFF;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  transition: .2s;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.lineupZone .lineup li .btn span:hover,
.lineupZone .lineup li .btn a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineup li .btn span,
  .lineupZone .lineup li .btn a {
    width: 60.8vw;
  }
  .lineupZone .lineup li .btn span + a,
  .lineupZone .lineup li .btn a + a {
    margin-top: 5.33333vw;
  }
}

.lineupZone.showAnim h2 {
  animation: fadeInUp .5s both;
}

.faqZone {
  padding: 80px 0 0 0;
}

@media screen and (max-width: 767px) {
  .faqZone {
    padding: 14.66667vw 0 0 0;
  }
}

.faqZone h2 {
  text-align: center;
  font-size: 3.0rem;
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  position: relative;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .faqZone h2 {
    font-size: 2.5rem;
    margin-bottom: 14.66667vw;
  }
}

.faqZone h2 img {
  width: 108px;
  height: auto;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .faqZone h2 img {
    width: 27.46667vw;
    margin-left: .3em;
  }
}

.faqZone h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding-bottom: 1.5em;
}

.faqZone .tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 77px;
}

@media screen and (max-width: 767px) {
  .faqZone .tab {
    height: auto;
    flex-wrap: wrap;
    margin: 0 5vw;
    position: relative;
  }
  .faqZone .tab:before {
    content: "";
    display: block;
    position: absolute;
    left: -5vw;
    top: 18.7vw;
    height: 2px;
    width: 100vw;
    background-color: #14BCB7;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .faqZone .tab li {
    display: inline-block;
    font-size: 1.3rem;
    margin-top: 4vw;
    line-height: 1.1;
  }
  .faqZone .tab li:nth-child(1) {
    width: 28.26667vw;
  }
  .faqZone .tab li:nth-child(2) {
    width: 19.73333vw;
  }
  .faqZone .tab li:nth-child(3) {
    width: 36vw;
  }
  .faqZone .tab li:nth-child(4) {
    width: 38.93333vw;
  }
  .faqZone .tab li:nth-child(5) {
    width: 26.66667vw;
  }
  .faqZone .tab li:nth-child(6) {
    width: 18.4vw;
  }
}

.faqZone .tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DDE2E6;
  border-radius: 8px 8px 0 0;
  text-align: center;
  height: 68px;
  box-sizing: border-box;
  padding: 0 2em;
  transition: .2s;
}

@media screen and (max-width: 767px) {
  .faqZone .tab li a {
    padding: 0px;
    height: 14.66667vw;
    border: 2px solid #14BCB7;
    border-bottom: 0px;
    position: relative;
  }
  .faqZone .tab li a:after {
    position: absolute;
    bottom: -.9em;
    left: 50%;
    margin-left: -.5em;
    color: #14BCB7;
  }
}

.faqZone .tab li a:hover:not(.active) {
  opacity: .7;
}

.faqZone .tab li a.active {
  color: #FFF;
  background: #14BCB7;
  height: 77px;
}

@media screen and (max-width: 767px) {
  .faqZone .tab li a.active {
    height: 14.66667vw;
  }
  .faqZone .tab li a.active:after {
    color: #14BCB7;
  }
}

.faqZone .faq {
  background: #14BCB7;
  padding: 50px 0 100px;
}

@media screen and (max-width: 767px) {
  .faqZone .faq {
    padding: 8vw 5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .faqZone .faq nav {
    display: none;
  }
  .faqZone .faq nav + h4 {
    margin-top: 0px;
  }
}

.faqZone .faq nav ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.faqZone .faq nav ul li {
  width: 20%;
  border-right: 1px solid #FFF;
  text-align: center;
}

.faqZone .faq nav ul li:last-of-type {
  border: 0px;
}

.faqZone .faq nav ul li a {
  color: #FFF;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.faqZone .faq nav ul li a:after {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(135deg);
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -.25em;
}

.faqZone .faq h4 {
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  margin: 1em;
}

.faqZone .faq .qaBox {
  display: none;
}

.faqZone .faq .qaBox.show {
  display: block;
}

.faqZone .faq dl {
  margin-bottom: 10px;
  background: #FFF;
  border-radius: 10px;
  padding: 15px 20px;
}

.faqZone .faq dl:last-of-type {
  margin-bottom: 0px;
}

.faqZone .faq dt {
  font-size: 1.8rem;
  position: relative;
  align-items: center;
  cursor: pointer;
  padding-right: 2em;
}

.faqZone .faq dt:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .faqZone .faq dt {
    font-size: 1.4rem;
    display: block;
  }
}

.faqZone .faq dt.on:before {
  transform: rotate(180deg);
}

.faqZone .faq dt span {
  display: block;
  text-indent: -2em;
  margin-left: 2em;
}

.faqZone .faq dt span em {
  color: #14BCB7;
  font-size: 2.4rem;
  padding-right: .5em;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .faqZone .faq dt span em {
    font-size: 2rem;
  }
}

.faqZone .faq dt:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/icon_down.svg");
  z-index: 3;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .faqZone .faq dt:before {
    margin-top: 0px;
    top: 15%;
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

.faqZone .faq dd {
  display: none;
  padding: 20px 20px 0px 0px;
}

@media screen and (max-width: 767px) {
  .faqZone .faq dd {
    padding-top: 2.66667vw 0 2.66667vw vw;
    font-size: 1.4rem;
  }
}

.faqZone .faq dd p {
  text-indent: -2.4em;
  margin-left: 2.6em;
  font-size: 1.4rem;
}

.faqZone .faq dd p a {
  color: #1DB8FF;
  text-decoration: underline;
}

.faqZone .faq dd em {
  color: #707070;
  font-size: 2.4rem;
  padding-right: .5em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .faqZone .faq dd em {
    font-size: 2rem;
  }
}

.faqZone sup {
  font-size: 0.9rem;
  vertical-align: super;
  margin-right: 3px;
}

.faqZone .faq dd p.note {
  font-size: 0.75em;
  text-indent: -2em;
  padding-left: 3em;
}

@media screen and (max-width: 767px) {
  .faqZone .faq dd p.note {
    font-size: 0.75em;
    text-indent: 0em;
    padding-left: 1em;
  }
}

.faqZone.showAnim h2 {
  animation: fadeInUp .5s both;
}

.pageGuide {
  /**common**/
}

.pageGuide .topZone h3 {
  color: #14BCB7;
  font-size: 2.4rem;
  margin: 2em 0 1em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pageGuide .topZone h3 {
    font-size: 1.9rem;
  }
}

.pageGuide .topZone .img2 {
  width: 100%;
  max-width: 480px;
  margin: 60px auto 20px auto;
}

.pageGuide .aboutZone {
  background-color: #f3fcfc;
}

.pageGuide .aboutZone .img {
  width: 100%;
  max-width: 747px;
  margin: 0 auto 60px auto;
}

.pageGuide .aboutZone .img2 {
  width: 100%;
  max-width: 747px;
  margin: 0 auto 0px auto;
}

.pageGuide .meritZone .meritBox {
  padding-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pageGuide .meritZone .meritBox li {
  width: 48%;
  border: 2px solid #14BCB7;
  box-shadow: 5px 5px 0px #14BCB7;
  margin-bottom: 3%;
  box-sizing: border-box;
  padding: 25px 25px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .pageGuide .meritZone .meritBox li {
    width: 100%;
    padding: 5vw;
    margin-bottom: 5vw;
  }
}

.pageGuide .meritZone .meritBox li h3 {
  font-weight: bold;
  color: #14BCB7;
  font-size: 2rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .pageGuide .meritZone .meritBox li h3 {
    font-size: 1.8rem;
  }
}

.pageGuide .meritZone .compareTable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .pageGuide .meritZone .compareTable table {
    border-spacing: 1px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .pageGuide .meritZone .compareTable table small {
    font-size: .8rem;
  }
}

.pageGuide .meritZone .compareTable th {
  text-align: center;
  font-weight: bold;
  background-color: #089894;
  color: #fff;
  width: 16%;
  padding: .5em;
}

@media screen and (max-width: 767px) {
  .pageGuide .meritZone .compareTable th {
    padding: 1.55em .6em;
  }
}

.pageGuide .meritZone .compareTable th.bg {
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/guide/table_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .pageGuide .meritZone .compareTable th.bg {
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/guide/table_bg_sp.svg");
    background-size: 100%;
  }
}

.pageGuide .meritZone .compareTable th.isType2 {
  background-color: #14BCB7;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .pageGuide .meritZone .compareTable th.isType2 {
    padding: 1em 0;
  }
}

.pageGuide .meritZone .compareTable th.isType3 {
  background-color: #FF7B7B;
}

.pageGuide .meritZone .compareTable th img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pageGuide .meritZone .compareTable th img {
    width: auto;
    height: 100%;
  }
}

.pageGuide .meritZone .compareTable td {
  text-align: center;
  background-color: #D1F3F2;
}

.pageGuide .meritZone .compareTable td.isType3 {
  background-color: #FFEBEB;
  color: #FF7B7B;
}

.pageGuide .meritZone .compareTable td span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .pageGuide .meritZone .compareTable td span {
    font-size: .9rem;
  }
}

.pageGuide .meritZone .compareTable td sup {
  font-size: 1rem;
}

.pageGuide .meritZone .u-notes {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .pageGuide .meritZone .u-notes {
    text-align: left;
    margin: 5vw;
  }
  .pageGuide .meritZone .u-notes li {
    text-indent: -1em;
    margin-left: 1em;
  }
}

.pageGuide .meritZone .u-notes li {
  display: inline-block;
}

.pageGuide .hosyouZone {
  background-color: #f3fcfc;
}

.pageGuide .hosyouZone .planTable h3 {
  margin-top: 50px;
}

.pageGuide .hosyouZone .planTable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .pageGuide .hosyouZone .planTable table {
    border-spacing: 2px;
  }
  .pageGuide .meritZone .compareTable td sup {
    vertical-align: top;
    font-size: 0.9rem;
  }
}

.pageGuide .hosyouZone .planTable th {
  text-align: center;
  font-weight: bold;
  background-color: #D1F3F2;
  color: #555555;
  font-size: 1.5rem;
  padding: 0.8em;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pageGuide .hosyouZone .planTable th {
    font-size: 1.4rem;
    padding: 0.8em .5em;
  }
}

.pageGuide .hosyouZone .planTable th span {
  font-size: 1.1rem;
}

.pageGuide .hosyouZone .planTable td {
  text-align: center;
  background-color: #fff;
  font-size: 1.6rem;
  padding: 0.8em;
  box-sizing: border-box;
  width: 72%;
}

@media screen and (max-width: 767px) {
  .pageGuide .hosyouZone .planTable td {
    font-size: 1.4rem;
    padding: 0.8em .5em;
  }
}

.pageGuide .hosyouZone .planTable td em {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .pageGuide .hosyouZone .planTable td em {
    font-size: 70%;
  }
}

@media screen and (max-width: 767px) {
  .pageGuide .hosyouZone .planTable td {
    width: 49.6vw;
    text-align: left;
  }
}

.pageGuide .hosyouZone .ex li {
  background-color: #fff;
  text-align: left;
  padding: 0.8em 2.5em;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .pageGuide .hosyouZone .ex li {
    padding: 0.8em .5em;
    font-size: 1.4rem;
  }
  .pageGuide .hosyouZone .ex li span {
    text-indent: -2.5em;
    margin-left: 2.5em;
    display: inline-block;
  }
}

.pageGuide .priceZone .img {
  max-width: 517px;
  width: 100%;
  margin: 0 auto;
}

.pageGuide .priceZone .plusBox {
  border: 2px solid #14BCB7;
  border-radius: 20px;
  display: flex;
  box-sizing: border-box;
  max-width: 726px;
  width: 100%;
  margin: 30px auto;
  padding: 30px 40px;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pageGuide .priceZone .plusBox {
    flex-direction: column-reverse;
    padding: 5vw;
  }
}

.pageGuide .priceZone .plusBox:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/guide/plus.svg");
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -15px;
}

.pageGuide .priceZone .plusBox .ph h3 {
  margin: .3em 0 1em;
}

.pageGuide .priceZone .plusBox .txt {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pageGuide .priceZone .plusBox .txt {
    padding-left: 10vw;
  }
}

.pageGuide .priceZone .plusBox .txt h3 {
  font-size: 1.8rem;
}

.pageGuide .priceZone .plusBox .txt p {
  font-size: 1.4rem;
  margin: 0.6em 0;
}

.pageGuide .priceZone .plusBox .txt p.sub {
  font-size: 1.2rem;
}

.pageGuide .priceZone .bettoBox {
  background-color: #f2f2f2;
  padding: 25px;
}

.pageGuide .priceZone .bettoBox sup {
  font-size: 60%;
}

.pageGuide .priceZone .bettoBox h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #089894;
}

@media screen and (max-width: 767px) {
  .pageGuide .priceZone .bettoBox h3 {
    font-size: 2rem;
  }
}

.pageGuide .priceZone .bettoBox .nTxt {
  padding: 20px 0 0 60px;
}

@media screen and (max-width: 767px) {
  .pageGuide .priceZone .bettoBox .nTxt {
    padding: 10px 0 0 0px;
  }
}

.pageGuide .priceZone .bettoBox .nTxt li {
  font-size: 1.4rem;
  text-align: left;
  text-indent: -2.5em;
  margin-left: 2.5em;
}

.pageGuide .priceZone .bettoBox ul.box {
  max-width: 554px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pageGuide .priceZone .bettoBox ul.box {
    flex-direction: column;
  }
}

.pageGuide .priceZone .bettoBox ul.box li {
  width: 31%;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background-color: #089894;
  padding: 0.8em 0;
}

@media screen and (max-width: 767px) {
  .pageGuide .priceZone .bettoBox ul.box li {
    width: 46.93333vw;
    margin: 0 auto 2vw auto;
  }
}

.pageGuide .priceZone .bettoBox ul.box li.b3 {
  background-color: #467271;
}

.pageGuide .priceZone .notesList {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 1em;
}

.pageGuide .priceZone .notesList li {
  text-indent: -1em;
  margin-left: 1em;
}

.pageGuide .riyouZone {
  background-color: #f2f2f2;
}

.pageGuide .riyouZone .flowZone:before,
.pageGuide .riyouZone .flowZone:after,
.pageGuide .riyouZone .flowZone2:before,
.pageGuide .riyouZone .flowZone2:after {
  display: none;
}

.pageGuide .riyouZone .flowZone2 h2 {
  opacity: 1;
}

.pageGuide .riyouZone nav ul {
  display: flex;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.pageGuide .riyouZone nav ul li {
  width: 20%;
  padding: 10px 0;
  background-color: #fff;
}

.pageGuide .riyouZone nav ul li a {
  display: block;
  background-color: #fff;
  padding: 1em;
  color: #717070;
  border-right: 1px solid #f2f2f2;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/guide/down.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 767px) {
  .pageGuide .riyouZone nav ul li a {
    min-height: 2.7em;
    font-size: 1.4rem;
    padding: .6em 0 1.3em 0;
  }
}

.pageGuide .riyouZone .noteBox {
  background-color: #fff;
  padding: 45px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .pageGuide .riyouZone .noteBox {
    padding: 30px 20px;
  }
}

.pageGuide .riyouZone .noteBox dt {
  font-weight: bold;
  margin-bottom: 1.5em;
}

.pageGuide .riyouZone .noteBox dd {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.pageGuide .riyouZone .noteBox dd h4 {
  font-weight: bold;
  margin: 1em;
}

.pageGuide .riyouZone .noteBox dd .img {
  position: relative;
  padding-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .pageGuide .riyouZone .noteBox dd .img {
    padding-bottom: 2.5em;
  }
}

.pageGuide .riyouZone .noteBox dd .img p {
  font-size: 1.1rem;
  position: absolute;
  right: 0px;
  bottom: -5px;
  list-style: 1.4;
  color: #FF7B7B;
}

@media screen and (max-width: 767px) {
  .pageGuide .riyouZone .noteBox dd .img p {
    left: 0px;
    right: auto;
    width: 30vw;
    text-align: left;
    bottom: 0px;
  }
}

.pageGuide .riyouZone .noteBox dd .img p a {
  color: #1DB8FF;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .pageGuide .riyouZone .noteBox dd ul {
    margin-bottom: 10px;
  }
}

.pageGuide .riyouZone .noteBox dd ul li {
  text-align: left;
  font-size: 1.2rem;
  color: #555555;
  text-indent: -1em;
  margin-left: 1em;
}

.pageGuide .henkyakuZone .iconTitle {
  color: #14bcb7;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .pageGuide .henkyakuZone .iconTitle {
    font-size: 1.8rem;
  }
}

.pageGuide .henkyakuZone .iconTitle::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 0.5em;
  background-image: url(https://ec.subaru.jp/subaroad/contact/img/guide/icon_car.svg);
  background-repeat: no-repeat;
}

.pageGuide .henkyakuZone .iconTitle.time::before {
  width: 31px;
  height: 31px;
  background-size: 100%;
  background-image: url(https://ec.subaru.jp/subaroad/contact/img/guide/icon_calender.svg);
}

@media screen and (max-width: 767px) {
  .pageGuide .henkyakuZone .iconTitle.time::before {
    width: 25px;
    height: 25px;
    margin-right: .2em;
  }
}

.pageGuide .henkyakuZone .img1 {
  margin-left: 286px;
  max-width: 688px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pageGuide .henkyakuZone .img1 {
    margin-left: 0px;
  }
}

.pageGuide .henkyakuZone .timeBox {
  background-color: #fff;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .pageGuide .henkyakuZone .timeBox {
    padding: 5vw;
    margin-top: 7vw;
  }
  .pageGuide .henkyakuZone .timeBox .iconTitle {
    margin-bottom: 1em;
  }
}

.pageGuide .henkyakuZone .timeBox .img {
  margin: 0 auto;
  width: 100%;
  max-width: 735px;
}

.pageGuide .henkyakuZone .timeBox .img .txt {
  margin-top: 20px;
  padding: 1.5em;
  background-color: #f8f8f8;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .pageGuide .henkyakuZone .timeBox .img .txt {
    text-align: left;
  }
}

.pageGuide .henkyakuZone .timeBox .img .txt span {
  color: #FF7B7B;
}

.pageGuide .kaiyakuZone {
  padding: 0px;
  padding-bottom: 20px;
}

.pageGuide .kaiyakuZone p a {
  color: #1DB8FF;
  text-decoration: underline;
}

.pageGuide .kaiyakuZone .mB {
  margin-bottom: 50px;
}

.pageGuide .kaiyakuZone .sclWrap {
  position: relative;
}

.pageGuide .kaiyakuZone .sclWrap:after {
  content: "";
  height: 4px;
  width: 99%;
  position: absolute;
  background-color: #f2f2f2;
  left: 0px;
  top: 40px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .pageGuide .kaiyakuZone .sclWrap:after {
    top: -2px;
    height: 6px;
  }
}

.pageGuide .kaiyakuZone .sclWrap.on:before {
  opacity: 0;
}

.pageGuide .kaiyakuZone .sclWrap:before {
  content: "";
  width: 100%;
  display: block;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  transition: .5s;
  opacity: 1;
}

.pageGuide .kaiyakuZone .keiyaku {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 1em;
}

.pageGuide .kaiyakuZone .sclBox {
  max-height: 530px;
  overflow: auto;
  margin-bottom: 60px;
  position: relative;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}

.pageGuide .kaiyakuZone .sclBox th.fix {
  position: sticky;
  top: 4px;
}

@media screen and (max-width: 767px) {
  .pageGuide .kaiyakuZone .sclBox {
    height: 200vw;
    margin-bottom: 40px;
  }
}

.pageGuide .kaiyakuZone .sclBox::-webkit-scrollbar {
  width: 10px;
}

.pageGuide .kaiyakuZone .sclBox::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.pageGuide .kaiyakuZone .sclBox::-webkit-scrollbar-thumb {
  background-color: #6c6c6c;
  border-radius: 10px;
  border: 2px solid #fff;
}

.pageGuide .kaiyakuZone .sclBox2 {
  margin-bottom: 40px;
}

.pageGuide .kaiyakuZone .u-tableTitle {
  margin: 0 4px;
}

.pageGuide .kaiyakuZone table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 1.25rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pageGuide .kaiyakuZone table {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .pageGuide .kaiyakuZone table {
    font-size: 1.2rem;
  }
}

.pageGuide .kaiyakuZone table.isType2 th {
  background-color: #C3DAE0;
}

.pageGuide .kaiyakuZone table td {
  background-color: #FFF;
  text-align: right;
  padding: .6em 1.6em .6em .6em;
}

.pageGuide .kaiyakuZone table td.taC {
  padding: .6em;
}

@media screen and (max-width: 767px) {
  .pageGuide .kaiyakuZone table td {
    padding: .6em 2em .6em .6em;
  }
}

.pageGuide .kaiyakuZone table th {
  text-align: center;
  background-color: #D0EAE9;
  padding: .6em 0;
}

.pageGuide .kaiyakuZone table th.bg1 {
  position: relative;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/guide/henkkyaku_bg1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 3.4em 0;
  width: 11%;
}

@media screen and (max-width: 767px) {
  .pageGuide .kaiyakuZone table th.bg1 {
    padding: 3.7em 0;
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/guide/henkkyaku_bg1_sp.svg");
    width: 32%;
  }
}

.pageGuide .kaiyakuZone table th.bg1.t2 {
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/guide/henkkyaku_bg2.png");
}

@media screen and (max-width: 767px) {
  .pageGuide .kaiyakuZone table th.bg1.t2 {
    background-image: url("https://ec.subaru.jp/subaroad/contact/img/guide/henkkyaku_bg2_sp.svg");
  }
}

.pageGuide .kaiyakuZone table th.bg1 .txt1 {
  position: absolute;
  right: 10px;
  top: 10px;
}

.pageGuide .kaiyakuZone table th.bg1 .txt2 {
  position: absolute;
  left: 10px;
  bottom: 15px;
  color: #FFF;
}

.pageGuide .kaiyakuZone table th.isType2 {
  background: #6C6C6C;
  color: #FFF;
}

.pageGuide .kaiyakuZone table th em {
  font-size: 1.2rem;
}

.pageGuide .kaiyakuZone table th .price {
  font-weight: bold;
}

.pageGuide .kaiyakuZone table th .zei {
  font-size: 1rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pageGuide .kaiyakuZone table th .zei {
    display: block;
    font-size: 0.7rem;
  }
}

.pageGuide .seibiZone {
  padding-top: 0px;
  padding-bottom: 20px;
}

.pageGuide .seibiZone .stepBox > li {
  background-color: #FFF;
  padding: 25px 25px 5px 25px;
  position: relative;
  margin-bottom: 50px;
  border-radius: 10px;
}

.pageGuide .seibiZone .stepBox > li:last-of-type::after {
  display: none;
}

.pageGuide .seibiZone .stepBox > li:after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  margin: 0 auto;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/guide/sankaku.svg");
  position: relative;
  bottom: -40px;
}

.pageGuide .seibiZone .stepBox > li .in {
  max-width: 618px;
  width: 100%;
  margin: 0 auto;
}

.pageGuide .seibiZone .stepBox > li .in h3 {
  font-size: 1.8rem;
  text-align: left;
  display: flex;
}

@media screen and (max-width: 767px) {
  .pageGuide .seibiZone .stepBox > li .in h3 {
    flex-direction: column;
  }
}

.pageGuide .seibiZone .stepBox > li .in h3 span {
  margin-left: 2em;
  color: #14BCB7;
  display: inline-block;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .pageGuide .seibiZone .stepBox > li .in h3 span {
    margin-left: 0px;
  }
}

.pageGuide .seibiZone .stepBox > li .in h3 small {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .pageGuide .seibiZone .stepBox > li .in h3 small {
    font-size: 1.3rem;
  }
}

.pageGuide .seibiZone .stepBox > li .in h3 small.t2 {
  font-size: 1.2rem;
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 1em;
  padding-bottom: 2em;
}

.pageGuide .seibiZone .stepBox > li .in p {
  text-align: left;
}

.pageGuide .seibiZone .stepBox > li .in .dl {
  margin-top: 25px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .pageGuide .seibiZone .stepBox > li .in .dl {
    margin-bottom: 2vw;
  }
}

.pageGuide .seibiZone .stepBox > li .in .dl::after {
  content: "";
  background-repeat: no-repeat;
  width: 25px;
  height: 18px;
  margin-left: 10px;
  display: inline-block;
  background-image: url("https://ec.subaru.jp/subaroad/contact/img/guide/arrow.svg");
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .pageGuide .seibiZone .stepBox > li .in .dl::after {
    display: none;
  }
}

.pageGuide .seibiZone .stepBox > li .in .touroku {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .pageGuide .seibiZone .stepBox > li .in .touroku {
    text-align: left;
  }
}

.pageGuide .seibiZone .stepBox > li .in .in2 {
  margin-top: 1em;
  padding: 20px 40px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .pageGuide .seibiZone .stepBox > li .in .in2 {
    padding: 5vw 0;
  }
}

.pageGuide .seibiZone .stepBox > li .in .in2 .col2 {
  padding: 20px 0px 10px 0;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pageGuide .seibiZone .stepBox > li .in .in2 .col2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.pageGuide .seibiZone .stepBox > li .in .in2 .col2 .logo {
  width: 257px;
}

.pageGuide .seibiZone .stepBox > li .in .in2 .col2 .btns {
  width: 250px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pageGuide .seibiZone .stepBox > li .in .in2 .col2 .btns {
    width: 100%;
  }
}

.pageGuide .seibiZone .stepBox > li .in .in2 .col2 .btns li {
  width: 128px;
}

@media screen and (max-width: 767px) {
  .pageGuide .seibiZone .stepBox > li .in .in2 .col2 .btns li {
    width: 40vw;
  }
}

.pageGuide .seibiZone .stepBox > li .in .in2 .col2 .btns li .qa {
  width: 90px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pageGuide .seibiZone .stepBox > li .in .in2 .col2 .btns li .qa {
    display: none;
  }
}

.pageGuide .seibiZone .stepBox > li .in .in2 .col2 .btns li.apple {
  width: 102px;
}

@media screen and (max-width: 767px) {
  .pageGuide .seibiZone .stepBox > li .in .in2 .col2 .btns li.apple {
    width: 32vw;
  }
}

.pageGuide .notesZone {
  padding: 0px;
}

.pageGuide .notesZone .col2 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pageGuide .notesZone .col2 {
    display: block;
  }
}

.pageGuide .notesZone .col2 dl {
  width: 48%;
  text-align: left;
  line-height: 1.6;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .pageGuide .notesZone .col2 dl {
    width: 100%;
  }
}

.pageGuide .notesZone .col2 dl dt {
  font-weight: bold;
}

.pageGuide .notesZone .col2 dl dd {
  margin-bottom: 1.5em;
}

.pageGuide p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .pageGuide p {
    font-size: 1.4rem;
  }
}

.pageGuide p.u-notes {
  text-align: right;
  font-size: 1.2rem;
}

.pageGuide .u-inner3 {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .pageGuide .u-inner3 {
    width: 100%;
  }
}

.pageGuide .u-inner2 {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

.pageGuide .u-inner2 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .pageGuide .u-inner2 h2 {
    line-height: 1.6;
    font-size: 2.4rem;
    flex-direction: column;
  }
}

.pageGuide .u-inner2 h2 img {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .pageGuide .u-inner2 h2 img {
    margin: 0 0 5px 0;
  }
}

.pageGuide .u-lead {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 0 60px 0;
}

.pageGuide .u-lead span {
  color: #ff7b7b;
}

.pageGuide article {
  text-align: center;
  padding: 74px 0;
}

@media screen and (max-width: 767px) {
  .pageGuide article {
    padding: 50px 0;
  }
}

.pageGuide .u-tableTitle {
  color: #fff;
  background-color: #089894;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.3em;
  margin: 0 4px;
}

@media screen and (max-width: 767px) {
  .pageGuide .u-tableTitle {
    margin: 0 2px;
    font-size: 1.5rem;
    background: none;
    color: #000;
  }
}

.pageGuide .u-tableTitle.isType2 {
  background-color: #087798;
}

.pageGuide .u-contactBox {
  border: 2px solid #FF7B7B;
  margin-top: 40px;
}

.pageGuide .u-contactBox h3 {
  background-color: #FF7B7B;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 0.3em;
}

@media screen and (max-width: 767px) {
  .pageGuide .u-contactBox h3 {
    font-size: 1.8rem;
  }
}

.pageGuide .u-contactBox .in {
  background-color: #fff;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .pageGuide .u-contactBox .in {
    padding: 20px;
  }
}

.pageGuide .u-contactBox .in h4 {
  font-weight: bold;
  margin-bottom: 1em;
}

.pageGuide .u-contactBox .in p {
  font-size: 1.4rem;
}

.pageGuide .u-contactBox .in .in2 {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.pageGuide .u-contactBox .in .in2 h5 {
  position: relative;
  margin-top: 30px;
}

.pageGuide .u-contactBox .in .in2 h5:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 0.7em;
  position: absolute;
  background-color: #7b7b7b;
}

.pageGuide .u-contactBox .in .in2 h5 span {
  position: relative;
  z-index: 2;
  padding: 0.2em 0.5em;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pageGuide .u-contactBox .in .in2 h5 span {
    padding: .2em 1em;
    display: inline-block;
  }
}

.pageGuide .u-contactBox .in .in2 .col2 {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pageGuide .u-contactBox .in .in2 .col2 {
    display: block;
  }
}

.pageGuide .u-contactBox .in .in2 .col2 dl {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .pageGuide .u-contactBox .in .in2 .col2 dl {
    width: 100%;
    margin-bottom: 10px;
  }
}

.pageGuide .u-contactBox .in .in2 .col2 dt {
  background-color: #7b7b7b;
  text-align: center;
  color: #fff;
  padding: 0.5em;
}

.pageGuide .u-contactBox .in .in2 .col2 dd {
  background-color: #f2f2f2;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .pageGuide .u-contactBox .in .in2 .col2 dd {
    height: auto;
    padding: 1em 0;
  }
}

.pageGuide .u-contactBox .in .in2 .col2 dd p {
  font-size: 1.4rem;
}

.pageGuide .u-contactBox .in .in2 .col2 dd a {
  font-size: 2.2rem;
  font-weight: bold;
  color: #00A0E9;
  text-decoration: underline;
}

.pageGuide .u-contactBox .in .in2 .col2 dd .time {
  font-size: 2.2rem;
  font-weight: bold;
}

.c-modal .infoZone {
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone {
    padding: 0px;
  }
}

.c-modal .infoZone .infoHead {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCE1F2;
  padding-bottom: 37px;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoHead {
    flex-direction: column-reverse;
    padding: 12.8vw 5.33333vw 7.2vw 5.33333vw;
    margin-bottom: 0px;
    border-bottom: 0px;
  }
}

.c-modal .infoZone .infoHead .img {
  width: 470px;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoHead .img {
    width: 100%;
    padding-top: 21.33333vw;
  }
  .c-modal .infoZone .infoHead .img h2 {
    position: absolute;
    top: 0px;
  }
  .c-modal .infoZone .infoHead .img h2 img {
    height: 15.46667vw;
    width: auto;
  }
}

.c-modal .infoZone .infoHead .img .ph {
  width: 100%;
}

.c-modal .infoZone .infoHead .info {
  width: 480px;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoHead .info {
    width: 100%;
  }
}

.c-modal .infoZone .infoHead .info h3 {
  font-size: 2.8rem;
  padding-bottom: .6em;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoHead .info h3 {
    font-size: 2.4rem;
  }
}

.c-modal .infoZone .infoHead .info p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 2.2em;
}

.c-modal .infoZone .infoHead .info .priceBox dt {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: .5em;
}

.c-modal .infoZone .infoHead .info .priceBox dt em {
  display: block;
  margin-right: 1.6rem;
}

.c-modal .infoZone .infoHead .info .priceBox dt span {
  font-size: 1rem;
  padding: .5em 1em;
  color: #FFF;
  line-height: 1;
  margin-right: 6px;
}

.c-modal .infoZone .infoHead .info .priceBox dt span.icn1 {
  background: #DB9733;
}

.c-modal .infoZone .infoHead .info .priceBox dt span.icn2 {
  background: #5CA34F;
}

.c-modal .infoZone .infoHead .info .priceBox dd {
  display: flex;
  align-items: baseline;
}

.c-modal .infoZone .infoHead .info .priceBox dd .txt1 {
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  margin-top: .1em;
}

.c-modal .infoZone .infoHead .info .priceBox dd .txt2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.c-modal .infoZone .infoHead .info .priceBox dd .txt2 em {
  font-size: 2.8rem;
}

.c-modal .infoZone .infoHead .info .priceBox dd .txt3 {
  font-size: 1.2rem;
}

.c-modal .infoZone .infoBody {
  padding-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoBody {
    padding-bottom: 18.66667vw;
  }
}

.c-modal .infoZone .infoBody .year {
  border: 1px solid #00A0E9;
  color: #00A0E9;
  border-radius: 8px;
  padding: .5em 2em;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoBody .year {
    position: absolute;
    top: -55vw;
    left: 5.33333vw;
    font-size: 1.2rem;
  }
}

.c-modal .infoZone .infoBody .year em {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoBody .year em {
    font-size: .8rem;
  }
}

.c-modal .infoZone .infoBody h3 {
  position: relative;
  margin-top: 20px;
  background: #e5eff7;
  color: #006BBE;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
  padding: 0 1.2em;
  line-height: 1;
  height: 56px;
  align-items: center;
}

.c-modal .infoZone .infoBody h3 .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #cde0ef;
  width: 56px;
  height: 56px;
}

.c-modal .infoZone .infoBody h3 .btn:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #006BBE;
  display: block;
  position: absolute;
  top: 49%;
  left: 50%;
  margin-left: -8px;
}

.c-modal .infoZone .infoBody h3 .btn.open:before {
  content: "";
  width: 2px;
  height: 16px;
  background: #006BBE;
  display: block;
  position: absolute;
  top: 50%;
  left: 49%;
  margin-top: -8px;
}

.c-modal .infoZone .infoBody .infoAc {
  display: none;
}

.c-modal .infoZone .infoBody .cols {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoBody .cols {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.c-modal .infoZone .infoBody .cols .colL {
  width: 460px;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoBody .cols .colL {
    width: 100%;
  }
}

.c-modal .infoZone .infoBody .cols .colL table {
  width: 100%;
}

.c-modal .infoZone .infoBody .cols .colL table tr {
  border-bottom: 1px solid #CCE1F2;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoBody .cols .colL table tr {
    display: block;
  }
}

.c-modal .infoZone .infoBody .cols .colL table tr td,
.c-modal .infoZone .infoBody .cols .colL table tr th {
  padding: 1em 0;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoBody .cols .colL table tr td,
  .c-modal .infoZone .infoBody .cols .colL table tr th {
    display: block;
    padding: 0px 1em;
    font-size: 1.4rem;
  }
}

.c-modal .infoZone .infoBody .cols .colL table tr th {
  width: 40%;
  color: #646464;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoBody .cols .colL table tr th {
    width: auto;
    padding: .5em 0 .2em 1em;
  }
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoBody .cols .colL table tr td {
    padding-bottom: .5em;
  }
}

.c-modal .infoZone .infoBody .cols .colR {
  width: 440px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoBody .cols .colR {
    width: 100%;
  }
  .c-modal .infoZone .infoBody .cols .colR dt {
    color: #006BBE;
    margin-bottom: .5em;
  }
}

.c-modal .infoZone .infoBody .cols .colR ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-modal .infoZone .infoBody .cols .colR li {
  width: 215px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .c-modal .infoZone .infoBody .cols .colR li {
    width: 48%;
  }
}

.c-modal .reasonZone {
  background: #F2F2F2;
  padding-top: 55px;
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .c-modal .reasonZone {
    padding-top: 12vw;
    padding-bottom: 13.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .c-modal .reasonZone .reasonSlide {
    width: 100vw;
    background: #F2F2F2;
    overflow: hidden;
  }
}

.c-modal .reasonZone .reasonSlide .slick-slider {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-modal .reasonZone .reasonSlide .slick-slider {
    margin-top: 12vw;
    background: #F2F2F2;
  }
}

.c-modal .reasonZone .reasonSlide .slick-slider .slideIn {
  width: 940px;
}

@media screen and (max-width: 767px) {
  .c-modal .reasonZone .reasonSlide .slick-slider .slideIn {
    width: 100vw;
    margin: 0 auto;
    background: #F2F2F2;
  }
}

.c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in {
  width: 900px;
  background: #FFF;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 60px 55px 60px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in {
    width: 89.33333vw;
    flex-direction: column;
    padding: 9.86667vw 10.66667vw 16vw 10.66667vw;
    background: #FFF;
  }
}

.c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in dl {
  width: 365px;
}

@media screen and (max-width: 767px) {
  .c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in dl {
    width: 100%;
  }
}

.c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in dl dt {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 1.4em;
}

@media screen and (max-width: 767px) {
  .c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in dl dt {
    font-size: 2rem;
  }
}

.c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in dl dd {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in dl dd {
    font-size: 1.4rem;
  }
}

.c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in .img {
  width: 365px;
}

@media screen and (max-width: 767px) {
  .c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in .img {
    width: 100%;
    margin-top: 10vw;
  }
}

.c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in .img .col2 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in .img .col2 {
    margin-top: 2.5vw;
  }
}

.c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in .img .col2 li {
  width: 178px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in .img .col2 li {
    width: 32.5vw;
  }
}

.c-modal .reasonZone .reasonSlide .slick-slider .slideIn .in .img .col2 li p {
  margin-top: 5px;
}

.c-modal .reasonZone .reasonSlideNavi ul {
  display: flex;
  justify-content: center;
  padding: 35px 0;
}

@media screen and (max-width: 767px) {
  .c-modal .reasonZone .reasonSlideNavi ul {
    display: none;
  }
}

.c-modal .reasonZone .reasonSlideNavi ul li {
  margin: 0 40px;
  cursor: pointer;
  padding: 0 15px;
}

.c-modal .reasonZone .reasonSlideNavi ul li.show {
  color: #1DB8FF;
  border-bottom: 2px solid #1DB8FF;
  padding-bottom: 3px;
}

.c-modal .eyesightZone {
  padding: 55px 0 0;
}

@media screen and (max-width: 767px) {
  .c-modal .eyesightZone {
    padding: 13.33333vw 0 0 0;
  }
}

.c-modal .eyesightZone h2 {
  width: 220px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-modal .eyesightZone h2 {
    width: 53.33333vw;
  }
}

.c-modal .eyesightZone .col4 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-modal .eyesightZone .col4 {
    padding-bottom: 10.66667vw;
    width: 90%;
    margin: 0 auto;
  }
}

.c-modal .eyesightZone .col4 li {
  width: 211px;
}

@media screen and (max-width: 767px) {
  .c-modal .eyesightZone .col4 li {
    width: 48%;
    margin-bottom: 5vw;
  }
}

.c-modal .eyesightZone .col4 li dl {
  text-align: center;
}

.c-modal .eyesightZone .col4 li dl dt {
  font-size: 1.4rem;
  padding: 1em 0 .6em 0;
}

@media screen and (max-width: 767px) {
  .c-modal .eyesightZone .col4 li dl dt {
    font-size: 1.2rem;
  }
}

.c-modal .eyesightZone .col4 li dl dd {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .c-modal .eyesightZone .col4 li dl dd br {
    display: none;
  }
}

.c-modal .eyesightZone .notes {
  text-align: right;
  font-size: 1rem;
  padding-bottom: 16px;
}

.c-modal .recommendZone {
  background: #F2F2F2;
  padding: 55px 0 75px 0;
}

@media screen and (max-width: 767px) {
  .c-modal .recommendZone {
    padding: 14.66667vw 0 20vw 0;
  }
}

.c-modal .recommendZone .col2 {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-modal .recommendZone .col2 {
    flex-direction: column;
    width: 90%;
    margin: 13.33333vw auto 0 auto;
  }
}

.c-modal .recommendZone .col2 li {
  width: 475px;
}

@media screen and (max-width: 767px) {
  .c-modal .recommendZone .col2 li {
    width: 100%;
    margin-bottom: 9.33333vw;
  }
}

.c-modal .recommendZone .col2 li dt {
  font-size: 2rem;
  margin: 0.8em 0 .7em 0;
  font-weight: bold;
}

.c-modal .recommendZone .col2 li dd {
  font-size: 1.4rem;
}

.c-modal .searchZone {
  padding: 55px 0 75px;
}

.c-modal .searchZone .btnClose {
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-modal .searchZone .btnClose {
    padding-top: 5vw;
  }
}

.c-modal .searchZone .btnClose span {
  display: inline-block;
  cursor: pointer;
  width: 350px;
  text-align: center;
  padding: 1em 0;
  border-radius: 100px;
  border: 1px solid #CCC;
}

.anzenModal .box {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.anzenModal .box > li {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .anzenModal .box > li {
    width: 100%;
  }
}

.anzenModal .box h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1em 0;
}

.anzenModal .box ul li {
  font-size: 1.4rem;
  line-height: 1.8;
}

.anzenModal .box ul li .img {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .anzenModal .box ul li {
    padding-bottom: 5vw;
    font-size: 1.4rem;
  }
}

.contactModal {
  max-width: 1000px;
  margin: 0 auto;
  background: #FFF;
  margin-top: 50px;
  border: 2px solid #FF7B7B;
}

@media screen and (max-width: 767px) {
  .contactModal {
    margin: 0 4vw;
  }
}

.contactModal h2 {
  background: #FF7B7B;
  text-align: center;
  font-size: 2rem;
  color: #FFF;
  padding: .3em 0;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .contactModal h2 {
    font-size: 1.5rem;
  }
}

.contactModal .in {
  padding: 40px 60px;
}

@media screen and (max-width: 767px) {
  .contactModal .in {
    padding: 3.5vw;
  }
}

.contactModal .in .lead {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .contactModal .in .lead {
    font-size: 1.2rem;
  }
}

.contactModal .in .lead a {
  color: #1DB8FF;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .contactModal .in .lead {
    margin-bottom: 5vw;
  }
}

.contactModal .in .gwBox {
  border: 1px solid red;
  padding: 1em;
  color: red;
  margin-bottom: 1em;
  text-align: center;
}

.contactModal .in .gwBox dt {
  font-weight: bold;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .contactModal .in .gwBox dt {
    font-size: 1.4rem;
  }
}

.contactModal .in .gwBox dd {
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .contactModal .in .gwBox dd {
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.4;
  }
  .contactModal .in .gwBox dd br {
    display: none;
  }
}

.contactModal .in .col2 {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.contactModal .in .col2 dl {
  background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .contactModal .in .col2 {
    display: block;
  }
}

.contactModal .in .col2 dt {
  text-align: center;
  color: #FFF;
  padding: .5em;
  font-size: 1.4rem;
  background-color: #7B7B7B;
}

@media screen and (max-width: 767px) {
  .contactModal .in .col2 dt {
    font-size: 1.2rem;
  }
}

.contactModal .in .col2 dd {
  padding: 35px 0px 35px 0px;
  background-color: #F2F2F2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contactModal .in .col2 dd {
    padding: 2.5vw 0;
    font-size: 1.4rem;
  }
}

.contactModal .in .col2 dd .time {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .contactModal .in .col2 dd .time {
    font-size: 1.6rem;
  }
}

.contactModal .in .col2 dd .sub {
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .contactModal .in .col2 dd .sub {
    font-size: 1rem;
  }
}

.contactModal .in .col2 .colL {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .contactModal .in .col2 .colL {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contactModal .in .col2 .colR {
  width: 43%;
}

@media screen and (max-width: 767px) {
  .contactModal .in .col2 .colR {
    width: 100%;
  }
}

.contactModal .in .col2 .mail {
  font-size: 2rem;
  text-decoration: underline;
  color: #00A0E9;
}

@media screen and (max-width: 767px) {
  .contactModal .in .col2 .mail {
    font-size: 1.6rem;
  }
}

.contactModal .note {
  font-size: 1.2rem;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .contactModal .note {
    text-align: left;
    font-size: 1rem;
  }
  .contactModal .note br {
    display: none;
  }
}

/*-- form 
.formPage {
  padding: 75px 0 90px;
}
--*/

@media screen and (max-width: 767px) {
  .formPage {
    padding: 45px 0 80px;
  }
}

.formPage .form_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .formPage .form_ttl {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.formPage .lead {
  line-height: 1.6;
  margin-bottom: 60px;
  font-size: 1.0rem;
}

@media screen and (max-width: 767px) {
  .formPage .lead {
    margin: 0 4.9% 30px;
    font-size: 1.0rem;
  }
}

.formPage .lead a {
  color: #00A0E9;
  text-decoration: underline;
}

.formPage .lead a:hover {
  text-decoration: none;
}

.formPage .lead.comp {
  margin-bottom: 30px;
  font-size: 1.0rem;
}

@media screen and (max-width: 767px) {
  .formPage .lead.comp {
    margin-bottom: 30px;
  }
}

.formPage .compBox {
  width: 680px;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 30px 60px;
  border: 1px solid #b3b3b3;
}

@media screen and (max-width: 767px) {
  .formPage .compBox {
    font-size: 1.5rem;
    width: auto;
    margin: 0 4.9% 30px;
    padding: 4.9%;
  }
}

.formPage .compBox em {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .formPage .compBox em {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
  }
}


.formPage .compBox .completeItem_comment {
  text-align: left;
  line-height: 1.6;
  font-size: 1.0rem;
}

.formPage .compLead {
  text-align: center;
  line-height: 1.6;
  font-size: 1.0rem;
}

@media screen and (max-width: 767px) {
  .formPage .compLead {
    font-size: 0.9rem;
    text-align: left;
    margin: 0 4.9%;
  }
}

@media screen and (max-width: 767px) {
  .formPage dl {
    padding: 0 4.9%;
  }
}

.formPage dl dd .errorTxt_name {
  display: none;
}

.formPage dl dd.input_error {
  flex-wrap: wrap;
}

.formPage dl dd.input_error .errorTxt_name {
  display: flex;
  flex-direction: column;
  margin-top: .25em;
}

.formPage dl dd.input_error .errorTxt_name .required {
  margin-left: 0;
}

.formPage dl dd.input_error .errorTxt_name .required + .required {
  margin-top: .25em;
}

.formPage .consent_form {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 4px;
  box-sizing: border-box;
  background: #f2f2f2;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .formPage .consent_form {
    width: auto;
    font-size: 1.1rem;
    margin: 0 4.9% 30px;
  }
}

.formPage .consent_form .w-inner {
  box-sizing: border-box;
  padding: 26px;
  height: 320px;
  overflow-y: scroll;

  line-height: 1.2 !important;
  font-size: 1.0rem !important;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}

@media screen and (max-width: 767px) {
  .formPage .consent_form .w-inner {
    padding: 30px 3.9%;
    height: 200px;

    line-height: 1.2 !important;
    font-size: 0.91rem !important;
  }
}

.formPage .consent_form .w-inner::-webkit-scrollbar {
  width: 5px;
}

.formPage .consent_form .w-inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f2f2f2;
}

.formPage .consent_form .w-inner::-webkit-scrollbar-thumb {
  right: 5px;
  background-color: rgba(108, 108, 108, 0.5);
  border-radius: 10px;
}

.formPage .consent_form .w-inner h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .formPage .consent_form .w-inner h3 {
    margin-bottom: 25px;
    font-size: 0.91rem;
  }
}

.formPage .consent_form .w-inner ul li {
  text-indent: -1em !important;
  padding-left: 1em !important;
  line-height: 1.5 !important;
}

.formPage .consent_form .w-inner ul li:before {
  content: "・" !important;
}

.formPage .consent_form .w-inner ul li + li {
  margin-top: .25em !important;
}

.formPage .consent_agree {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .formPage .consent_agree {
    font-size: 1.6rem;
    margin: 0 4.9% 20px;
  }
}

.formPage .consent_agree input {
  display: none;
}

.formPage .consent_agree input:checked + label:before {
  background: url("https://ec.subaru.jp/subaroad/contact/img/20220715145356icon_check_blue.png") no-repeat center center;
}

.formPage .consent_agree input:checked + label:after {
  background: url("https://ec.subaru.jp/subaroad/contact/img/20220715145356icon_check_blue.png") no-repeat center center;
}

.formPage .consent_agree label {
  display: inline-block;
  width: 560px;
  text-align: left;
  font-size: 0.8em;
}

.formPage .consent_agree label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff;
  z-index: 1;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .formPage .consent_agree label:before {
    display: none;
  }
}

.formPage .consent_agree label:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .formPage .consent_agree label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    z-index: 1;
  }
}

.formPage .consent_agree label span {
  display: inline-block;
  margin-left: .5em;
  font-size: 1.13rem;
}

@media screen and (max-width: 767px) {
  .formPage .consent_agree label span {
    margin-left: 0;
    margin-right: .5em;
    font-size: 1.04rem;
  }
}

.formPage .capchaImg {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .formPage .capchaImg {
    width: 80%;
    margin: 0 auto;
  }
}

.formPage .btn_submit {
  margin-top: 40px;
}

.formPage .btn_submit a {
  display: block;
  width: 370px;
  box-sizing: border-box;
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 17px 0;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  background: #1DB8FF;
}

@media screen and (max-width: 767px) {
  .formPage .btn_submit a {
    width: 80%;
    margin: 0 auto;
    padding: 10px 5px;
    font-size: 1.6rem;
  }
}

.formPage .btn_submit a button {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .formPage .btn_submit a button {
    font-size: 1.1rem;
  }
}

.formPage .btn_submit a:hover {
  opacity: .7;
}

.formPage .btn_submit.col2_btn {
  display: flex;
  justify-content: center;
  padding: 50px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .formPage .btn_submit.col2_btn {
    flex-direction: column;
    align-items: center;
    margin: 50px 4.9% 0;
    line-height: 50%;
  }
}

.formPage .btn_submit.col2_btn a {
  width: 27%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .formPage .btn_submit.col2_btn a {
    width: 130%;
  }
}

.formPage .btn_submit.col2_btn a:first-of-type {
  background: #fff;
  border: 1px solid #2B2B2B;
  margin-right: 20px;
  color: black;
}

@media screen and (max-width: 767px) {
  .formPage .btn_submit.col2_btn a:first-of-type {
    margin: 0 0 20px;
    width: 130%;
  }
}

.formPage .btn_submit.col2_btn a:first-of-type button {
  color: #2B2B2B;
}

.formPage .btn_submit.col2_btn a:hover {
  opacity: .7;
}

.formPage .btn_submit.compBtn a {
  width: 240px;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .formPage .btn_submit.compBtn a {
    width: 80%;
    font-size: 1.1rem;
    padding: 15px;
    width: 130%;
  }
}

.formPage .btn_submit.compBtn a:hover {
  opacity: .7;
}

.formPage .confirm_area {
  margin: 0 3% 40px;
}

@media screen and (max-width: 767px) {
  .formPage .confirm_area {
    margin: 0 0 50px;
  }
}

.formPage .confirm_area dl div[class^="confirmItem_"] {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .formPage .confirm_area dl div[class^="confirmItem_"] {
    flex-direction: column;
  }
}

.formPage .confirm_area dl div[class^="confirmItem_"] dt {
  width: 350px;
  text-align: right;
  color: #7e7e7e;
  font-size: 1.0rem;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .formPage .confirm_area dl div[class^="confirmItem_"] dt {
    width: 100%;
    text-align: left;
  }
}

.formPage .confirm_area dl div[class^="confirmItem_"] dd {
  width: 500px;
  font-size: 1.0rem;
}

.confirm_infos{
  line-height: 0.5;
}

@media screen and (max-width: 767px) {
  .formPage .confirm_area dl div[class^="confirmItem_"] dd {
    width: 100%;
    margin-top: .25em;
  }
}

.formPage .confirm_area dl div[class^="confirmItem_"] + div[class^="confirmItem_"] {
  margin-top: 1em;
}

.div_h2 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #b3b3b3;
  padding-bottom: 16px;
  line-height: 1;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .div_h2 {
    margin: 0 3% 30px;
  }
}

.formPage h2 + div {
  margin-bottom: 30px;
}

.formPage h2 + div p {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0 3%;
}

.formPage h2 + div p strong {
  font-weight: normal;
  color: #ff4b4b;
}

.formPage p {
  text-align: center;
}

#btn_term_button {
  display: none;
}

.btn_term {
  text-align: center;
  margin-bottom: 80px;
}

#btn_term {
  position: relative;
  background-color: transparent;
  color: #006bbe;
  display: inline-block;
  font-size: 1.6rem;
  border-bottom: 1px solid #006bbe;
  padding-right: 24px;
  cursor: pointer;
  margin-bottom: 30px;
}

#btn_term::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 6px;
  width: 10px;
  height: 8px;
  background: url(https://ec.subaru.jp/subaroad/contact/img/icon_arrow_bottom2.png) no-repeat center center;
  background-size: contain;
  transition: 0.3s;
}

#btn_term_button:checked + #btn_term + #term {
  height: 0;
  padding: 0;
  opacity: 0;
}

.termlist {
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
}

.formPage .termlist div > p {
  margin-top: 0;
  font-size: 1.3rem;
  text-align: left;
}

.termlist li {
  margin-left: 1.2em;
  list-style-type: decimal;
  list-style-position: outside;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 6px;
}

.termlist ul {
  margin-top: 10px;
}

.termlist li li {
  list-style-type: none;
  line-height: 1.4;
  margin-bottom: 3px;
}

#btn_term_button:checked + #btn_term::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .termlist {
    display: block;
  }
  /* 
  #term div {
    width: 100%;
  }
  */
  .termlist li {
    font-size: 1.2rem;
  }
  .termlist li li {
    font-size: 1.1rem;
  }
  .formPage .termlist div > p {
    margin-bottom: 30px;
  }
  .btn_term {
    margin-bottom: 65px;
  }
}

#form dl {
  margin-bottom: 50px;
}

.control_form {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .control_form {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}

.control_form dt {
  font-size: 1.0rem;
  width: 27%;
  min-width: 340px;
  padding-top: 1%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .control_form dt {
    text-align: left;
    font-size: 0.91rem;
    margin-bottom: 8px;
    width: 100%;
    min-width: auto;
  }
}

.required {
  color: #ff4b4b;
  font-size: 1.0rem;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .required {
    font-size: 0.91rem;
  }
}

.control_form dd {
  width: 73%;
  margin-left: 5%;
  color: #646464;
  font-size: 1.0rem;
}

@media screen and (max-width: 767px) {
  .control_form dd {
    align-items: center;
    margin-left: 0;
    font-size: 0.91rem;
    width: 100%;
  }
}

.control_form input[type="text"] {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .control_form input[type="text"] {
    height: 32px;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
}

.control_form dd label {
  margin-right: 2.5%;
}


.control_form.name dd label {
  margin-right: 2.8%;
}

@media screen and (max-width: 821px) {
  .control_form.name dd label {
    margin-right: 4.3%;
  }
}

.control_form.kana dd label {
  margin-right: .2%;
}

@media screen and (max-width: 767px) {
  .control_form.kana dd label {
    margin-right: 3.3%;
  }
}

.control_form.postalcode dd label {
  margin-right: 1%;
}

.control_form.postalcode input[type="text"] {
  width: 97px;
}

.control_form.postalcode input[type="tel"] {
  width: 97px;
}

.control_form.sex dt,
.control_form.age dt,
.control_form.address3 dt,
.control_form.occupation dt,
.control_form.dayoff dt,
.control_form.store dt {
  padding-right: 6%;
}

.control_form input[type="text"],
.control_form input[type="email"],
.control_form input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000;
  box-sizing: border-box;
  height: 41px;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 1.0rem;
  width: 44.5%;
}

@media screen and (max-width: 821px) {
  .control_form input[type="text"],
  .control_form input[type="email"],
  .control_form input[type="tel"] {
    font-size: 0.91rem;
    height: 32px;
    padding: 4px 10px;
    border-radius: 5px;
    width: 37%;
  }
}

.control_form input[type="text"]::placeholder,
.control_form input[type="email"]::placeholder,
.control_form textarea::placeholder,
.control_form input[type="tel"]::placeholder {
  color: #C9C9C9;
}

.control_form input[type="number"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000;
  height: 51px;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 1.7rem;
  width: 40%;
}

.control_form.comment textarea {
  border: 1px solid #000;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 1.7rem;
  box-sizing: border-box;
}

.control_form.mail input[type="text"],
.control_form.tel input[type="text"],
.control_form.address1 input[type="text"],
.control_form.address2 input[type="text"],
.control_form.address3 input[type="text"],
.control_form.address4 input[type="text"],
.control_form.address5 input[type="text"],
.control_form.occupation input[type="text"],
.control_form.intrest2 input[type="text"],
.control_form.comment textarea {
  width: 100%;
  resize: none;
}

@media screen and (max-width: 767px) {
  .control_form.mail input[type="text"],
  .control_form.tel input[type="text"],
  .control_form.address1 input[type="text"],
  .control_form.address2 input[type="text"],
  .control_form.address3 input[type="text"],
  .control_form.address4 input[type="text"],
  .control_form.address5 input[type="text"],
  .control_form.occupation input[type="text"],
  .control_form.intrest2 input[type="text"],
  .control_form.comment textarea {
    font-size: 0.91rem !important;
  }
}

.control_form.mail input[type="email"] {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .control_form.mail input[type="email"] {
    width: 100% !important;
    font-size: 1.4rem !important;
  }
}

.control_form.date dt {
  position: relative;
  top: -19px;
}

.control_form input[type="text"]:first-of-type {
  margin-right: 1.4%;
}

@media screen and (max-width: 767px) {
  .control_form input[type="text"]:first-of-type {
    margin-right: 3.4%;
    font-size: 0.91rem;
  }
}

.control_form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000;
  height: 45px;
  border-radius: 6px;
  padding: 0px 0px 0px 20px;
  background-color: transparent;
  width: 265px;
  color: #2B2B2B;
  font-size: 1.0rem;
}

@media screen and (max-width: 767px) {
  .control_form select {
    height: 37px !important;
    padding: 4px 15px !important;
    border-radius: 5px !important;
    font-size: 1.0rem;
  }
}

select::-ms-expand {
  display: none;
}

.control_form .selectwrap {
  position: relative;
  transform: rotate(0deg);
}

.control_form .selectwrap::after {
  content: "\25BC";
  color: #000;
  width: 18px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.control_form .selectwrap.date::after {
  content: "";
  background: url(https://ec.subaru.jp/subaroad/contact/img/icon_calendar.png) center center no-repeat;
  width: 20px;
  height: 19px;
  right: 22px;
}

.control_form.comment {
  align-items: flex-start;
}

.control_form.comment dt {
  margin-top: .5em;
}

.control_form.comment #goiken {
  height: 100px;
  font-size: 1.0rem;
}

.control_form.date .datetime span {
  width: 19%;
}

.control_form.date .datetime span:first-child {
  width: 14%;
}

.control_form.date input {
  display: none;
}

.control_form.date label.checkbox {
  position: relative;
  display: inline-block;
  height: 26px;
  width: 26px;
  vertical-align: bottom;
}

.control_form.date label.checkbox::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid #000;
  cursor: pointer;
  background-color: #fff;
  z-index: 1;
}

.control_form.date label.checkbox::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}

.control_form.date input:checked + label.checkbox::after {
  background: url(https://ec.subaru.jp/subaroad/contact/img/icon_check_blue.png) no-repeat center center;
}

.control_form .selectwrap.date {
  margin-bottom: 14px;
  display: inline-block;
}

.control_form ::placeholder {
  color: #646464;
  font-size: 1.1rem;
}

/*-- table tab切替 --*/
@media screen and (max-width: 767px) {
  .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    position: relative;
  }
  .tab-wrap:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #089894;
    display: block;
    order: -1;
    position: absolute;
    left: 0;
    top: 12vw;
  }
  .tab-wrap:nth-of-type(even):after {
    background: #087798;
  }
  .tab-label {
    color: #089894;
    background: #fff;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    text-align: center;
    padding: .5em 1em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    font-size: 1.3rem;
    line-height: 1.2;
    border: 1px solid #089894;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
  }
  .tab-wrap:nth-of-type(even) .tab-label {
    color: #087798;
    border: 1px solid #087798;
  }
  .tab-label:first-of-type {
    margin-left: 5px;
  }
  .tab-label:last-of-type {
    margin-left: 0;
    margin-right: 5px;
  }
  .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  /* アクティブなタブ */
  .tab-switch:checked + .tab-label {
    background: #089894;
    color: #fff;
  }
  .tab-wrap:nth-of-type(even) .tab-switch:checked + .tab-label {
    background: #087798;
  }
  /* ボタン */
  .tab-content .tab-wrap .tab-label {
    padding: 13px 0;
    border-radius: 10px;
    margin-left: 0;
  }
  .tab-content .tab-wrap .tab-label:first-of-type {
    margin-left: 5px;
  }
  .tab-content .tab-wrap .tab-label:last-of-type {
    margin-left: 0;
    margin-right: 5px;
  }
  .tab-content .tab-wrap:after {
    background: none;
  }
  .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 15px 0 0 0;
    opacity: 1;
    transition: .5s opacity;
  }
  /* ラジオボタン非表示 */
  .tab-switch {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*-- Width --*/
.WAuto {
  width: auto !important;
}

/*-- Margin --*/
.M0 {
  margin: 0 !important;
}

.MA {
  margin: auto !important;
}

.MTA {
  margin-top: auto !important;
}

.MRA {
  margin-right: auto !important;
}

.MBA {
  margin-bottom: auto !important;
}

.MLA {
  margin-left: auto !important;
}

/*-- Padding --*/
.P0 {
  padding: 0 !important;
}

.PA {
  padding: auto !important;
}

.PTA {
  padding-top: auto !important;
}

.PRA {
  padding-right: auto !important;
}

.PBA {
  padding-bottom: auto !important;
}

.PLA {
  padding-left: auto !important;
}

/*-- Font --*/
.ffNS {
  font-family: "Noto Sans Japanese";
}

.fz6 {
  font-size: 6px;
}

.fz6R {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 7px;
}

.fz7R {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 8px;
}

.fz8R {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 9px;
}

.fz9R {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 10px;
}

.fz10R {
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
}

.fz11R {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
}

.fz12R {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
}

.fz13R {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
}

.fz14R {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
}

.fz15R {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
}

.fz16R {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 17px;
}

.fz17R {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 18px;
}

.fz18R {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 19px;
}

.fz19R {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 20px;
}

.fz20R {
  font-size: 2rem;
}

.fz21 {
  font-size: 21px;
}

.fz21R {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 22px;
}

.fz22R {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 23px;
}

.fz23R {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 24px;
}

.fz24R {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 25px;
}

.fz25R {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 26px;
}

.fz26R {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 27px;
}

.fz27R {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 28px;
}

.fz28R {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 29px;
}

.fz29R {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 30px;
}

.fz30R {
  font-size: 3rem;
}

.fz31 {
  font-size: 31px;
}

.fz31R {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 32px;
}

.fz32R {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 33px;
}

.fz33R {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 34px;
}

.fz34R {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 35px;
}

.fz35R {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 36px;
}

.fz36R {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 37px;
}

.fz37R {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 38px;
}

.fz38R {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 39px;
}

.fz39R {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 40px;
}

.fz40R {
  font-size: 4rem;
}

.fz41 {
  font-size: 41px;
}

.fz41R {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 42px;
}

.fz42R {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 43px;
}

.fz43R {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 44px;
}

.fz44R {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 45px;
}

.fz45R {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 46px;
}

.fz46R {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 47px;
}

.fz47R {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 48px;
}

.fz48R {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 49px;
}

.fz49R {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 50px;
}

.fz50R {
  font-size: 5rem;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.lh8 {
  line-height: 0.8 !important;
}

.lh9 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh26 {
  line-height: 2.6 !important;
}

.lh27 {
  line-height: 2.7 !important;
}

.lh28 {
  line-height: 2.8 !important;
}

.lh29 {
  line-height: 2.9 !important;
}

.lh30 {
  line-height: 3 !important;
}

/*-- Etc --*/
.disI {
  display: inline !important;
}

.disB {
  display: block !important;
}

.disIB {
  display: inline-block !important;
}

.disT {
  display: table !important;
}

.disTC {
  display: table-cell !important;
}

.disN {
  display: none !important;
}

.disF {
  display: flex !important;
}

.jcFS {
  justify-content: flex-start !important;
}

.jcFE {
  justify-content: flex-end !important;
}

.jcC {
  justify-content: center !important;
}

.jcSB {
  justify-content: space-between !important;
}

.jcSA {
  justify-content: space-around !important;
}

.aiFS {
  align-items: flex-start !important;
}

.aiFE {
  align-items: flex-end !important;
}

.aiC {
  align-items: center !important;
}

.aiS {
  align-items: stretch !important;
}

.aiB {
  align-items: baseline !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.vaTB {
  vertical-align: text-bottom !important;
}

.fltL {
  float: left !important;
}

.fltR {
  float: right !important;
}

.fltN {
  float: none !important;
}

.posS {
  position: static !important;
}

.posR {
  position: relative !important;
}

.posA {
  position: absolute !important;
}

.posF {
  position: fixed !important;
}

.brWord {
  word-wrap: break-word;
}

.waNw {
  white-space: nowrap;
}

.printDown {
  display: none;
}

.printBreak {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /*-- Width --*/
  .spWAuto {
    width: auto !important;
  }
  /*-- Margin --*/
  .spM0 {
    margin: 0 !important;
  }
  .spMA {
    margin: auto !important;
  }
  .spMTA {
    margin-top: auto !important;
  }
  .spMRA {
    margin-right: auto !important;
  }
  .spMBA {
    margin-bottom: auto !important;
  }
  .spMLA {
    margin-left: auto !important;
  }
  /*-- Padding --*/
  .spP0 {
    padding: 0 !important;
  }
  .spPA {
    padding: auto !important;
  }
  .spPTA {
    padding-top: auto !important;
  }
  .spPRA {
    padding-right: auto !important;
  }
  .spPBA {
    padding-bottom: auto !important;
  }
  .spPLA {
    padding-left: auto !important;
  }
  /*-- Font --*/
  .spFz6 {
    font-size: 6px;
  }
  .spFz6R {
    font-size: 0.6rem;
  }
  .spFz7 {
    font-size: 7px;
  }
  .spFz7R {
    font-size: 0.7rem;
  }
  .spFz8 {
    font-size: 8px;
  }
  .spFz8R {
    font-size: 0.8rem;
  }
  .spFz9 {
    font-size: 9px;
  }
  .spFz9R {
    font-size: 0.9rem;
  }
  .spFz10 {
    font-size: 10px;
  }
  .spFz10R {
    font-size: 1rem;
  }
  .spFz11 {
    font-size: 11px;
  }
  .spFz11R {
    font-size: 1.1rem;
  }
  .spFz12 {
    font-size: 12px;
  }
  .spFz12R {
    font-size: 1.2rem;
  }
  .spFz13 {
    font-size: 13px;
  }
  .spFz13R {
    font-size: 1.3rem;
  }
  .spFz14 {
    font-size: 14px;
  }
  .spFz14R {
    font-size: 1.4rem;
  }
  .spFz15 {
    font-size: 15px;
  }
  .spFz15R {
    font-size: 1.5rem;
  }
  .spFz16 {
    font-size: 16px;
  }
  .spFz16R {
    font-size: 1.6rem;
  }
  .spFz17 {
    font-size: 17px;
  }
  .spFz17R {
    font-size: 1.7rem;
  }
  .spFz18 {
    font-size: 18px;
  }
  .spFz18R {
    font-size: 1.8rem;
  }
  .spFz19 {
    font-size: 19px;
  }
  .spFz19R {
    font-size: 1.9rem;
  }
  .spFz20 {
    font-size: 20px;
  }
  .spFz20R {
    font-size: 2rem;
  }
  .spFz21 {
    font-size: 21px;
  }
  .spFz21R {
    font-size: 2.1rem;
  }
  .spFz22 {
    font-size: 22px;
  }
  .spFz22R {
    font-size: 2.2rem;
  }
  .spFz23 {
    font-size: 23px;
  }
  .spFz23R {
    font-size: 2.3rem;
  }
  .spFz24 {
    font-size: 24px;
  }
  .spFz24R {
    font-size: 2.4rem;
  }
  .spFz25 {
    font-size: 25px;
  }
  .spFz25R {
    font-size: 2.5rem;
  }
  .spFz26 {
    font-size: 26px;
  }
  .spFz26R {
    font-size: 2.6rem;
  }
  .spFz27 {
    font-size: 27px;
  }
  .spFz27R {
    font-size: 2.7rem;
  }
  .spFz28 {
    font-size: 28px;
  }
  .spFz28R {
    font-size: 2.8rem;
  }
  .spFz29 {
    font-size: 29px;
  }
  .spFz29R {
    font-size: 2.9rem;
  }
  .spFz30 {
    font-size: 30px;
  }
  .spFz30R {
    font-size: 3rem;
  }
  .spFz31 {
    font-size: 31px;
  }
  .spFz31R {
    font-size: 3.1rem;
  }
  .spFz32 {
    font-size: 32px;
  }
  .spFz32R {
    font-size: 3.2rem;
  }
  .spFz33 {
    font-size: 33px;
  }
  .spFz33R {
    font-size: 3.3rem;
  }
  .spFz34 {
    font-size: 34px;
  }
  .spFz34R {
    font-size: 3.4rem;
  }
  .spFz35 {
    font-size: 35px;
  }
  .spFz35R {
    font-size: 3.5rem;
  }
  .spFz36 {
    font-size: 36px;
  }
  .spFz36R {
    font-size: 3.6rem;
  }
  .spFz37 {
    font-size: 37px;
  }
  .spFz37R {
    font-size: 3.7rem;
  }
  .spFz38 {
    font-size: 38px;
  }
  .spFz38R {
    font-size: 3.8rem;
  }
  .spFz39 {
    font-size: 39px;
  }
  .spFz39R {
    font-size: 3.9rem;
  }
  .spFz40 {
    font-size: 40px;
  }
  .spFz40R {
    font-size: 4rem;
  }
  .spFz41 {
    font-size: 41px;
  }
  .spFz41R {
    font-size: 4.1rem;
  }
  .spFz42 {
    font-size: 42px;
  }
  .spFz42R {
    font-size: 4.2rem;
  }
  .spFz43 {
    font-size: 43px;
  }
  .spFz43R {
    font-size: 4.3rem;
  }
  .spFz44 {
    font-size: 44px;
  }
  .spFz44R {
    font-size: 4.4rem;
  }
  .spFz45 {
    font-size: 45px;
  }
  .spFz45R {
    font-size: 4.5rem;
  }
  .spFz46 {
    font-size: 46px;
  }
  .spFz46R {
    font-size: 4.6rem;
  }
  .spFz47 {
    font-size: 47px;
  }
  .spFz47R {
    font-size: 4.7rem;
  }
  .spFz48 {
    font-size: 48px;
  }
  .spFz48R {
    font-size: 4.8rem;
  }
  .spFz49 {
    font-size: 49px;
  }
  .spFz49R {
    font-size: 4.9rem;
  }
  .spFz50 {
    font-size: 50px;
  }
  .spFz50R {
    font-size: 5rem;
  }
  .spFwB {
    font-weight: bold !important;
  }
  .spFwN {
    font-weight: normal !important;
  }
  .spLh8 {
    line-height: 0.8 !important;
  }
  .spLh9 {
    line-height: 0.9 !important;
  }
  .spLh10 {
    line-height: 1 !important;
  }
  .spLh11 {
    line-height: 1.1 !important;
  }
  .spLh12 {
    line-height: 1.2 !important;
  }
  .spLh13 {
    line-height: 1.3 !important;
  }
  .spLh14 {
    line-height: 1.4 !important;
  }
  .spLh15 {
    line-height: 1.5 !important;
  }
  .spLh16 {
    line-height: 1.6 !important;
  }
  .spLh17 {
    line-height: 1.7 !important;
  }
  .spLh18 {
    line-height: 1.8 !important;
  }
  .spLh19 {
    line-height: 1.9 !important;
  }
  .spLh20 {
    line-height: 2 !important;
  }
  .spLh21 {
    line-height: 2.1 !important;
  }
  .spLh22 {
    line-height: 2.2 !important;
  }
  .spLh23 {
    line-height: 2.3 !important;
  }
  .spLh24 {
    line-height: 2.4 !important;
  }
  .spLh25 {
    line-height: 2.5 !important;
  }
  .spLh26 {
    line-height: 2.6 !important;
  }
  .spLh27 {
    line-height: 2.7 !important;
  }
  .spLh28 {
    line-height: 2.8 !important;
  }
  .spLh29 {
    line-height: 2.9 !important;
  }
  .spLh30 {
    line-height: 3 !important;
  }
  /*-- Etc --*/
  .spDisI {
    display: inline !important;
  }
  .spDisB {
    display: block !important;
  }
  .spDisIB {
    display: inline-block !important;
  }
  .spDisT {
    display: table !important;
  }
  .spDisTC {
    display: table-cell !important;
  }
  .spDisN {
    display: none !important;
  }
  .spDisF {
    display: flex !important;
  }
  .spJcFS {
    justify-content: flex-start !important;
  }
  .spJcFE {
    justify-content: flex-end !important;
  }
  .spJcC {
    justify-content: center !important;
  }
  .spJcSB {
    justify-content: space-between !important;
  }
  .spJcSA {
    justify-content: space-around !important;
  }
  .spAiFS {
    align-items: flex-start;
  }
  .spAiFE {
    align-items: flex-end !important;
  }
  .spAiC {
    align-items: center !important;
  }
  .spAiS {
    align-items: stretch !important;
  }
  .spAiB {
    align-items: baseline !important;
  }
  .spTaL {
    text-align: left !important;
  }
  .spTaR {
    text-align: right !important;
  }
  .spTaC {
    text-align: center !important;
  }
  .spVaT {
    vertical-align: top !important;
  }
  .spVaM {
    vertical-align: middle !important;
  }
  .spVaB {
    vertical-align: bottom !important;
  }
  .spVaTB {
    vertical-align: text-bottom !important;
  }
  .spFltL {
    float: left !important;
  }
  .spFltR {
    float: right !important;
  }
  .spFltN {
    float: none !important;
  }
  .spPosS {
    position: static !important;
  }
  .spPosR {
    position: relative !important;
  }
  .spPosA {
    position: absolute !important;
  }
  .spPosF {
    position: fixed !important;
  }
}

.spTitle {
  background-color: #DDE2E6;
  padding: 1rem 0;
  line-height: 1;
}

.spTitle h2 img {
  width: 230px;
  height: auto;
  margin-left: 0.9375rem;
}

.zhezh {
    z-index: 999;
    opacity: 0.3;
    pointer-events: none;
}


.checkHankaku::placeholder {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .checkHankaku::placeholder {
    font-size: 1.0rem;
  }
}

.proto-dialog .center-p {
  font-size: 1.0rem;
}

/*# sourceMappingURL=srcmap/style.css.map */
/* OneTrust クッキーアイコン非表示 開始 2022.03.29 */
#ot-sdk-btn-floating.ot-floating-button {
  display: none;
}

/* OneTrust クッキーアイコン非表示 完了 2022.03.29 */

/* OneTrust SUBAROADの問合せフォーム作成 start 2023.05.18 */
.footer {
 /* margin-top: 120px;*/
  margin-bottom: 40px;
  text-align: center;
}

  .footer .logo {
      width: 120px;
      margin: 0 auto 10px;
  }

      .footer .logo img {
          width: 100%;
      }

  .footer #copyright {
      font-size: 0.6rem;
  }

@media screen and (max-width: 767px) {
  .footer {
    /*  margin-top: 16vw;*/
      margin-bottom: 6.6666666667vw;
  }

      .footer .logo {
          width: 28.4vw;
          margin-bottom: 4.4vw;
      }

      .footer #copyright {
          font-size: 0.6rem;
      }
}

.header {
  margin-bottom: 70px;
}

  .header .logo {
      width: 130px;
      transition: 0.3s;
  }

      .header .logo:hover {
          opacity: 0.7;
          text-decoration: none;
      }

      .header .logo img {
          width: 100%;
      }
      
@media screen and (max-width: 767px) {
  .header {
      margin-bottom: 10.447761194%;
  }

      .header .logo {
          width: 24vw;
          padding-top: 2.2666666667vw;
      }
}

.doui-text-checkblock {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left !important;
  padding-left: 31%;
}

  .doui-text-checkblock:first-child {
      margin-top: 20px;
  }

  .doui-text-checkblock label {
      width: 560px;
      display: inline-block;
      text-align: left;
  }

@media screen and (max-width: 1024px) {
  .box1 {
      padding: 5%;
  }

  .doui-text-checkblock {
      padding-left: 34%;
      padding-right: 30px;
  }

      .doui-text-checkblock label {
          box-sizing: border-box;
          width: 100%;
      }
}

@media screen and (max-width: 767px) {
    .doui-text-checkblock {
      padding-left: 18%;
      padding-right: 30px;
  }
}

.kiyaku {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

/* 利用規約 */
#term {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5000;
  display: none;
}

  #term .wrap {
      position: relative;
      max-width: 1000px;
      width: 100%;
      margin: 120px auto 0;
  }

@media screen and (max-width: 767px) {
  #term .wrap {
      width: 100%;
  }
}

#term .wrap .close {
  position: absolute;
  right: 0;
  top: -60px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  text-decoration: none;
}

#term .wrap .body {
  background: #f1f5f7;
  padding: 40px;
  border: 1px solid #9eaebd;
  /*
  overflow: scroll;
  */
}

@media screen and (max-width: 767px) {
  #term .wrap .body {
    background: #f1f5f7;
    padding: 40px;
    border: 1px solid #9eaebd;
    overflow: scroll;
  }
}


  #term .wrap .body p {
      font-size: 14px;
      margin-bottom: 1em;
      text-align: left;
      line-height: 1.4;
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }


/* OneTrust SUBAROADの問合せフォーム作成 end 2023.05.18 */