@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

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

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active {
  color: #000;
}

/* main
==================================*/
main {
  display: block;
  /*IE対策*/
  margin-top: 67px;
}

main .title-sec {
  background: #1f5076;
  padding: 35px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

main .title-sec:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 236px;
  height: 207px;
  left: -78px;
  top: -74px;
  opacity: .1;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  background: url(/interior/images/top/back-blue.svg) no-repeat 0/contain;
  z-index: -1;
}

main .title-sec h1 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 34px;
  color: #fff;
  line-height: 1;
}

main .title-sec h1 span {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-top: 4px;
}

main .sec-tit {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: #15456a;
  text-align: center;
}

main .sec-tit span {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 14px;
  margin-top: 6px;
  display: block;
}

main a.tel {
  pointer-events: auto;
}

main .container {
  padding-left: 20px;
  padding-right: 20px;
}

main .contact-link .container .mail-link a {
  display: block;
  position: relative;
  color: #fff;
  background: #e60012;
  padding: 7px 0 10px;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
}

main .contact-link .container .mail-link a::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 8px;
  background: url(/interior/images/common/icon-arrow.svg) no-repeat 0/contain;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

main .contact-link .container .tel-link {
  text-align: center;
  margin-top: 20px;
  line-height: 1;
}

main .contact-link .container .tel-link .tel {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 35px;
  margin-top: 2px;
  position: relative;
  display: block;
  top: 9px;
}

main .contact-link .container .tel-link .tel::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(/interior/images/common/icon-tel.svg) no-repeat 0/contain;
  margin-right: 6px;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 67px;
}

header img {
  width: 100%;
}

header .header-inner {
  -webkit-transition: 1s;
  transition: 1s;
  background: transparent;
}

header .header-inner.inner2 {
  background: #fff;
}

header .header-inner .logo {
  position: absolute;
  width: 193px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .header-inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .header-inner nav ul li {
  margin: 0;
}

header .header-inner nav ul li a {
  display: inline-block;
  width: 67px;
  height: 67px;
  background: #000;
}

header .header-inner nav ul li a dl {
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header-inner nav ul li a dl dt {
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header-inner nav ul li a dl dt img {
  width: 13px;
}

header .header-inner nav ul li a dl dd {
  color: #fff;
  font-size: 10px;
  margin-top: 11px;
  line-height: 1;
  text-align: center;
}

header .header-inner nav ul li:nth-of-type(2) a {
  background: #e60012;
}

header .header-inner nav ul li:nth-of-type(2) a dl dt img {
  width: 19px;
}

/* footer
==================================*/
footer {
  background: #000;
  color: #fff;
}

footer .footer_inner {
  padding: 21px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

footer .footer_inner .row .home {
  line-height: 1;
}

footer .footer_inner .row .home a {
  line-height: 1;
  color: #fff;
  font-size: 13px;
}

footer .footer_inner .row address {
  margin-top: 20px;
}

footer .footer_inner .row address ul li {
  line-height: 1;
  font-size: 12px;
  font-style: normal;
}

footer .footer_inner .row address ul li:first-of-type {
  margin-bottom: 5px;
}

footer .footer_inner .row address ul li .tel {
  pointer-events: auto;
  font-size: 12px;
  color: #fff;
}

footer .footer_inner .copy {
  margin-top: 28px;
  line-height: 1;
  font-size: 10px;
  text-align: center;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main {
  margin-top: 0;
}

#Top main .first-sec {
  position: relative;
  overflow: hidden;
}

#Top main .first-sec .slide-area .top-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Top main .first-sec .slide-area .top-area .slide1 {
  height: 365px;
  width: 64%;
}

#Top main .first-sec .slide-area .top-area .slide2 {
  height: 365px;
  width: 36%;
}

#Top main .first-sec .slide-area .top-area .slide1 .swiper-container .swiper-slide.slide1 .slide-inner {
  background: url(/interior/sp/images/top/slide1a.jpg) no-repeat center/cover;
}

#Top main .first-sec .slide-area .top-area .slide1 .swiper-container .swiper-slide.slide2 .slide-inner {
  background: url(/interior/sp/images/top/slide2a.jpg) no-repeat center/cover;
}

#Top main .first-sec .slide-area .top-area .slide2 .swiper-container .swiper-slide.slide1 .slide-inner {
  background: url(/interior/sp/images/top/slide1b.jpg) no-repeat right center/cover;
}

#Top main .first-sec .slide-area .top-area .slide2 .swiper-container .swiper-slide.slide2 .slide-inner {
  background: url(/interior/sp/images/top/slide2b.jpg) no-repeat right center/cover;
}

#Top main .first-sec .slide-area .bottom-area {
  width: 100%;
}

#Top main .first-sec .slide-area .bottom-area .slide3 {
  height: 185px;
}

#Top main .first-sec .slide-area .bottom-area .slide3 .swiper-container .swiper-slide.slide1 .slide-inner {
  background: url(/interior/sp/images/top/slide1c.jpg) no-repeat center/cover;
}

#Top main .first-sec .slide-area .bottom-area .slide3 .swiper-container .swiper-slide.slide2 .slide-inner {
  background: url(/interior/sp/images/top/slide2c.jpg) no-repeat center/cover;
}

#Top main .first-sec .swiper-container {
  width: 100%;
  height: 100%;
}

#Top main .first-sec .swiper-container .swiper-wrapper .swiper-slide {
  opacity: 1 !important;
  width: 100%;
  height: 100%;
}

#Top main .first-sec .swiper-container .swiper-wrapper .swiper-slide .slide-inner {
  display: inline-block;
  height: 100%;
  -webkit-transition: 0s .5s;
  transition: 0s .5s;
  width: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: absolute;
  left: 0;
}

#Top main .first-sec .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 9999;
}

#Top main .first-sec .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slide-inner {
  background-size: cover;
  width: 100%;
  z-index: 10;
  position: relative;
  -webkit-transition: .5s ease-in 0s;
  transition: .5s ease-in 0s;
}

#Top main .first-sec dl {
  position: absolute;
  background: rgba(27, 56, 78, 0.85);
  padding: 15px 20px;
  left: 0;
  top: 280px;
  z-index: 1;
}

#Top main .first-sec dl dt {
  color: #fff;
  font-size: 14px;
}

#Top main .first-sec dl dt span {
  font-size: 21px;
}

#Top main .first-sec dl dt span.line {
  position: relative;
}

#Top main .first-sec dl dt span.line::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff000;
  left: 0;
  bottom: -3px;
}

#Top main .first-sec dl dt span.line.mr {
  margin-right: 5px;
}

#Top main .first-sec dl dd {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}

#Top main .first-sec dl dd span {
  font-size: 18px;
}

#Top main .first-sec .small {
  position: absolute;
  font-size: 10px;
  line-height: 1;
  right: 20px;
  bottom: 10px;
  text-shadow: 0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;
  z-index: 1;
}

#Top main .contact-top {
  margin-top: 35px;
  margin-bottom: 40px;
}

#Top main .blue-sec {
  background: #1f5076;
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  z-index: 1;
  overflow: hidden;
}

#Top main .blue-sec:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 413px;
  height: 402px;
  left: -143px;
  top: -9px;
  opacity: .1;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  background: url(/interior/images/top/back-blue.svg) no-repeat 0/contain;
  z-index: -1;
}

#Top main .blue-sec .container .blue-top .lead {
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
}

#Top main .blue-sec .container .blue-top .row {
  margin: 18px -6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Top main .blue-sec .container .blue-top .row dl {
  width: 43vw;
  height: 43vw;
  margin: 0 1.4vw;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  padding-top: 12.33vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Top main .blue-sec .container .blue-top .row dl dt {
  font-size: 3.7vw;
  line-height: 1.2;
  font-weight: 500;
}

#Top main .blue-sec .container .blue-top .row dl dd {
  margin-left: auto;
  margin-right: auto;
}

#Top main .blue-sec .container .blue-top .row dl dd img {
  width: 100%;
}

#Top main .blue-sec .container .blue-top .row dl:nth-of-type(1) dd {
  width: 16.27vw;
  margin-top: 4vw;
}

#Top main .blue-sec .container .blue-top .row dl:nth-of-type(2) dd {
  width: 15.6vw;
  margin-top: 4vw;
}

#Top main .blue-sec .container .blue-top .row dl:nth-of-type(2) dd img {
  padding-left: 1.6vw;
}

#Top main .blue-sec .container .blue-top .row dl:nth-of-type(3) {
  padding-top: 8vw;
  margin-top: -3vw;
}

#Top main .blue-sec .container .blue-top .row dl:nth-of-type(3) dd {
  width: 13.87vw;
  margin-top: 1.87vw;
}

#Top main .blue-sec .container .blue-top .line-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

#Top main .blue-sec .container .blue-top .line-area li {
  width: 50%;
}

#Top main .blue-sec .container .blue-top .line-area li svg {
  width: 100%;
}

#Top main .blue-sec .container .blue-top .text {
  font-size: 20px;
  font-weight: 500;
  margin-top: 9px;
  margin-bottom: 75px;
  text-align: center;
  color: #fff;
}

#Top main .blue-sec .container .sec-tit {
  color: #fff;
}

#Top main .servise-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Top main .servise-sec li {
  width: 50%;
}

#Top main .servise-sec li figure {
  position: relative;
}

#Top main .servise-sec li figure img {
  width: 100%;
}

#Top main .servise-sec li figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 15px;
  background-color: #000;
  padding: 6px 13px;
  line-height: 1.3;
}

#Top main .flow-sec {
  margin-top: 37px;
  margin-bottom: 40px;
}

#Top main .flow-sec .container {
  max-width: 1132px;
}

#Top main .flow-sec .container .row {
  margin-top: 15px;
  height: 53.4vw;
  position: relative;
}

#Top main .flow-sec .container .row dl {
  position: absolute;
  width: 28.9vw;
  height: 28.9vw;
  border-radius: 50%;
  text-align: center;
  padding-top: 8.27vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#Top main .flow-sec .container .row dl::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7vw;
  height: 1px;
  background: #386486;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 1vw;
  bottom: 2vw;
}

#Top main .flow-sec .container .row dl dt {
  font-size: 3.47vw;
  line-height: 1;
  font-weight: 500;
}

#Top main .flow-sec .container .row dl dd {
  height: 9.87vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.13vw;
}

#Top main .flow-sec .container .row dl dd img {
  margin: 0 auto;
}

#Top main .flow-sec .container .row dl:nth-of-type(1) {
  left: 0;
  top: 0;
}

#Top main .flow-sec .container .row dl:nth-of-type(1) dd img {
  width: 7.47vw;
}

#Top main .flow-sec .container .row dl:nth-of-type(2) {
  left: 20vw;
  bottom: 0;
}

#Top main .flow-sec .container .row dl:nth-of-type(2)::after {
  bottom: auto;
  top: 2vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#Top main .flow-sec .container .row dl:nth-of-type(2) dd img {
  width: 9.87vw;
}

#Top main .flow-sec .container .row dl:nth-of-type(3) {
  right: 20vw;
  top: 0;
}

#Top main .flow-sec .container .row dl:nth-of-type(3) dd img {
  width: 6.53vw;
}

#Top main .flow-sec .container .row dl:nth-of-type(4) {
  right: 0;
  bottom: 0;
}

#Top main .flow-sec .container .row dl:nth-of-type(4)::after {
  display: none;
}

#Top main .flow-sec .container .row dl:nth-of-type(4) dd img {
  width: 10.67vw;
}

#Top main .contact-bottom {
  margin-bottom: 60px;
}

/*==================================
  Company
==================================*/
#Company main .table-sec {
  margin-top: 60px;
}

#Company main .table-sec .container table tr th {
  width: 96px;
  text-align: center;
  background: #f3f5f6;
  padding: 11px 0;
  font-weight: 400;
  border-bottom: 1px solid #c0cad1;
}

#Company main .table-sec .container table tr td {
  width: calc(100% - 96px);
  padding: 11px 10px 11px 15px;
  border-bottom: 1px solid #c0cad1;
}

#Company main .table-sec .container table tr:last-of-type th, #Company main .table-sec .container table tr:last-of-type td {
  border-bottom: none;
}

#Company main .access-sec {
  margin-top: 60px;
  padding-bottom: 80px;
}

#Company main .access-sec .container .map-area {
  margin-top: 30px;
}

#Company main .access-sec .container .map-area iframe {
  width: 100%;
  height: 430px;
}

#Company main .contact-link {
  background: #d3dce2;
  padding-top: 40px;
  padding-bottom: 40px;
}

/*==================================
  Contact
==================================*/
body {
  margin: 0;
}

main#Contact {
  margin-bottom: 50px;
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
  /*------ Form Base ------*/
  background: #fff;
  /*------ Form Base END ------*/
}

main#Contact input {
  -webkit-appearance: none;
}

main#Contact input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

main#Contact input[type="radio"] {
  display: none;
}

main#Contact input[type="radio"]:checked + label {
  background: #ff0000;
}

main#Contact input[type="checkbox"] {
  display: none;
}

main#Contact input[type="checkbox"]:checked + label {
  background: #ff0000;
}

main#Contact input:-ms-input-placeholder, main#Contact input:-ms-input-placeholder, main#Contact input::-ms-input-placeholder {
  color: #c5c5c5;
}

main#Contact input::-ms-input-placeholder, main#Contact input:-ms-input-placeholder, main#Contact input::-ms-input-placeholder {
  color: #c5c5c5;
}

main#Contact input::placeholder, main#Contact input:-ms-input-placeholder, main#Contact input::-ms-input-placeholder {
  color: #c5c5c5;
}

main#Contact button,
main#Contact input[type="button"],
main#Contact input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

main#Contact .container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@-webkit-keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

@keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

main#Contact input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  background: white !important;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

main#Contact input[type="text"]:focus,
main#Contact input[type="email"]:focus,
main#Contact input[type="tel"]:focus,
main#Contact input[type="search"]:focus,
main#Contact input[type="url"]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #fff !important;
}

main#Contact input[type="text"] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 4px 17px;
  border: 1px solid #dbdee0;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

main#Contact .address td::before {
  content: "〒";
  font-size: 18px;
  margin-right: 3px;
}

main#Contact .zip-wrap {
  background: #f8f8f8;
  display: inline-block;
  position: relative;
  max-width: 50%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: calc(1% - 3px);
}

main#Contact .zip-wrap input {
  padding: 4px 17px;
  width: 100%;
}

main#Contact .zip-wrap + input[type="button"] {
  position: relative;
  max-width: 40%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main#Contact .ERR {
  color: #cc0303;
}

main#Contact input[type="button"] {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff;
  max-width: 140px;
  width: 100%;
  background: #000;
  padding: 3px 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
  top: -1px;
}

main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #dbdee0;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}

main#Contact .submit_area {
  margin-top: 40px;
  text-align: center;
}

main#Contact .submit_area span {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}

main#Contact .submit_area span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 8px;
  background: url(/interior/images/common/icon-arrow.svg) no-repeat 0/contain;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main#Contact .submit_area span input[type="submit"] {
  display: block;
  position: relative;
  color: #fff;
  background: #e60012;
  width: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  border-radius: 0;
}

main#Contact .submit_area ul.koumoku {
  max-width: 590px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

main#Contact .submit_area ul.koumoku li {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}

main#Contact .submit_area ul.koumoku li::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 8px;
  background: url(/interior/images/common/icon-arrow.svg) no-repeat 0/contain;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main#Contact .submit_area ul.koumoku li.left {
  margin-top: 20px;
}

main#Contact .submit_area ul.koumoku li.left:after {
  left: 10px;
  right: auto;
  background: url(/interior/images/common/icon-arrow-l.svg) no-repeat 0/contain;
}

main#Contact .submit_area ul.koumoku li.right {
  margin-top: 10px;
}

main#Contact .submit_area ul.koumoku li input[type="submit"] {
  display: block;
  position: relative;
  color: #fff;
  background: #e60012;
  width: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  border-radius: 0;
}

main#Contact .btn_back {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  margin-top: 30px;
}

main#Contact .btn_back::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 8px;
  background: url(/interior/images/common/icon-arrow-l.svg) no-repeat 0/contain;
  left: 10px;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main#Contact .btn_back input {
  display: block;
  position: relative;
  color: #fff;
  background: #e60012;
  width: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  border-radius: 0;
}

main#Contact .contact_back {
  margin-top: 25px;
  text-align: center;
}

main#Contact .contact_back a {
  display: block;
  position: relative;
  color: #fff;
  background: #e60012;
  width: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
}

main#Contact .container p {
  font-size: 16px;
}

main#Contact .container p > a {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}

main#Contact .need {
  color: #fff;
  background: #e60012;
  font-size: 12px;
  line-height: 22px;
  width: 41px;
  text-align: center;
  margin-left: 15px;
  display: inline-block;
}

main#Contact .lead {
  margin-bottom: 50px;
  text-align: center;
}

main#Contact table {
  display: block;
}

main#Contact table tbody {
  display: block;
}

main#Contact table tr {
  display: block;
  margin-bottom: 25px;
}

main#Contact table tr th {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 13px;
}

main#Contact table tr th .caution {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 8px;
}

main#Contact table tr td {
  display: block;
}

main#Contact table tr td .text02 {
  margin-top: 8px;
}

main#Contact .check-list {
  padding-left: 0;
  padding-top: 5px;
}

main#Contact .check-list li {
  display: inline-block;
}

main#Contact .check-list.type > li {
  display: block;
  margin-bottom: 18px;
}

main#Contact .check-list.type > li:last-child {
  margin-bottom: 0;
}

main#Contact .check-list.pedal > li {
  margin-right: 50px;
}

main#Contact .check-list.pedal > li:last-child {
  margin-right: 0;
}

main#Contact .check-list.play {
  margin-bottom: -18px;
}

main#Contact .check-list.play > li {
  padding-bottom: 18px;
  margin-right: 20px;
}

main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}

main#Contact .tel-link {
  margin: 30px 0 35px;
}

main#Contact .tel-link dl {
  margin-top: 10px;
  text-align: center;
}

main#Contact .tel-link dl dt::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 7px;
  line-height: 1;
  background: url(/interior/images/common/icon-tel.svg) no-repeat 0/contain;
}

main#Contact .tel-link dl dt a {
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1;
}

main#Contact .privacy-area {
  background: #f2f2f2;
  padding: 15px 20px;
}

main#Contact .privacy-area dt::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #e60012;
  margin-right: 6px;
}

main#Contact .privacy-area dd {
  font-size: 14px;
  margin-top: 8px;
}

main#Contact.sfm2 .container {
  padding-top: 50px;
}

main#Contact.sfm3 .container {
  padding-top: 50px;
}
