@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  color: #282828;
}

.body {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
img:hover {
  opacity: 1;
}

a {
  color: #69AFD7;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #91c4e2;
  text-decoration: none;
}
a:visited {
  color: #419acc;
}

.container {
  margin: 0 auto;
  max-width: 1130px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}
.container .container {
  padding: 0;
}

.narrow-container {
  margin: 0 auto;
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}

@media (max-width: 1130px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left));
  }
  .narrow-container {
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left));
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}
#adminBox {
  margin: 0;
}

body.login .header {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background: #fff;
  z-index: 9999;
}
.header .container {
  overflow: visible;
  position: relative;
}
.header h1, .header p {
  margin: 0;
  padding: 0;
}
.header .exposition {
  display: none;
}
.header .logo {
  position: absolute;
  left: 15px;
  top: 12px;
  width: 220px;
}
.header .logo h1 {
  line-height: 1;
}
.header .menu-btn {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #f98d1b;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
}
.header .menu-btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 23px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  margin-left: -11.5px;
}
.header .menu-btn span:nth-child(1) {
  top: 15px;
}
.header .menu-btn span:nth-child(2) {
  top: 20px;
}
.header .menu-btn span:nth-child(3) {
  top: 25px;
}
.header .menu-btn span.txt {
  width: 50px;
  height: 11px;
  background: none;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  top: 30px;
  margin-left: -25px;
}
.header .menu-btn.active span {
  background: #fff;
}
.header .menu-btn.active span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .menu-btn.active span:nth-child(2) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .menu-btn.active span:nth-child(3) {
  display: none;
}
.header .menu-btn.active span.txt {
  background: none;
}
.header .head-menu {
  display: none;
}
@media screen and (max-width: 1022px) {
  .header .head-menu {
    width: 100%;
    height: calc(100vh - 40px);
    background: #f98d1b;
    color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 0 1em 10em;
    overflow-y: scroll;
  }
  .header .head-menu .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .head-menu .utility {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
  .header .head-menu .utility ul {
    padding: 0;
    text-align: center;
  }
  .header .head-menu .utility li {
    list-style: none;
    display: inline-block;
    margin-right: 1.5em;
  }
  .header .head-menu .utility li:nth-child(2n) {
    margin-right: 0;
  }
  .header .head-menu .utility li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 1.2em;
    background: url(../img/icon_link_w.svg) 0 50% no-repeat;
    background-size: 11px;
  }
  .header .head-menu .contact {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header .head-menu .contact dl {
    margin: 1.5em 0 0 0;
    text-align: center;
  }
  .header .head-menu .contact dl dt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .header .head-menu .contact dl dd {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-left: 27px;
    background-repeat: no-repeat;
    background-position: top 50% left 0;
  }
  .header .head-menu .contact dl dd.tel {
    background-image: url(../img/icon_tel_w.svg);
    background-size: 11px;
    background-position: top 50% left 5px;
  }
  .header .head-menu .contact dl dd.fax {
    background-image: url(../img/icon_fax_b.svg);
    background-size: 20px;
  }
  .header .head-menu .contact dl dd.fb {
    width: 100%;
    padding: 0;
    margin-left: 0 !important;
  }
  .header .head-menu .contact dl dd.fb a {
    color: #fff;
  }
  .header .head-menu .gnav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .header .head-menu .gnav ul {
    padding: 0;
    margin: 0 -1em;
  }
  .header .head-menu .gnav ul li {
    list-style: none;
    border-bottom: 1px solid #fff;
  }
  .header .head-menu .gnav ul li a {
    color: #fff;
    display: block;
    padding: 0.75em 1.5em;
    background: url(../img/icon_arrow_w.svg) no-repeat;
    background-size: 15px;
    background-position: top 50% right 15px;
  }
  .header .head-menu .gnav ul ul.gnav-child {
    margin: 0 0 0 1em;
  }
  .header .head-menu .gnav ul ul.gnav-child li {
    border-bottom: none;
    border-top: 1px dashed #ffce9b;
  }
}
@media print, screen and (min-width: 1023px) {
  .header {
    height: 170px;
  }
  .header .container {
    height: calc(100% - 24px);
    margin-top: 0;
    padding: 0;
  }
  .header .exposition {
    display: block;
    background: #faf5f0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    text-align: center;
    color: #f98d1b;
    padding: 0;
  }
  .header .logo {
    left: 15px;
    top: 1em;
    width: 225px;
  }
  .header .logo h1 {
    line-height: 1;
  }
  .header .menu-btn {
    display: none;
  }
  .header .head-menu {
    display: block;
  }
  .header .head-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header .head-menu ul li {
    margin: 0;
    list-style: none;
  }
  .header .head-menu .contact {
    padding: 0.5em 0;
  }
  .header .head-menu .contact dl {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
  }
  .header .head-menu .contact dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
  }
  .header .head-menu .contact dl dd {
    font-size: 18px;
    font-size: 1.8rem;
    background-repeat: no-repeat;
    background-position: top 50% left 0;
    margin: 0 10px 0;
    padding: 0;
  }
  .header .head-menu .contact dl dd.tel {
    background-image: url(../img/icon_tel.svg);
    background-size: 11px;
    padding-left: 18px;
  }
  .header .head-menu .contact dl dd.tel a {
    color: #282828;
  }
  .header .head-menu .contact dl dd.fax {
    background-image: url(../img/icon_fax.svg);
    background-size: 20px;
    padding-left: 27px;
  }
  .header .head-menu .contact dl dd.fb {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
  }
  .header .head-menu .contact dl dd.fb a {
    color: #f98d1b;
  }
  .header .head-menu .utility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .head-menu .utility ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1;
    margin: 0;
    border-right: 1px solid #b4b4b4;
  }
  .header .head-menu .utility ul li:first-child {
    border-left: 1px solid #b4b4b4;
  }
  .header .head-menu .utility ul li a {
    padding: 0 1.2em;
    display: block;
    color: #f98d1b;
  }
  .header .head-menu .gnav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #f98d1b;
  }
  .header .head-menu .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .header .head-menu .gnav ul li {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin: 0 20px;
    line-height: 1.2;
  }
  .header .head-menu .gnav ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    position: relative;
  }
  .header .head-menu .gnav ul a:hover {
    color: #fff;
  }
  .header .head-menu .gnav ul a:hover::after {
    content: " ";
    display: block;
    width: 100%;
    height: 5px;
    background: #FAF5F0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header .head-menu .gnav ul ul.gnav-child {
    display: none;
    background: #f98d1b;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
  .header .head-menu .gnav ul ul.gnav-child li {
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  .header .head-menu .gnav ul ul.gnav-child li a {
    height: 50px;
    min-width: 200px;
  }
  .header .head-menu .gnav ul ul.gnav-child li a:hover {
    color: #f98d1b;
    background: #fff;
  }
  .header .head-menu .gnav ul ul.gnav-child li a:hover::after {
    display: none;
  }
  .header .head-menu .gnav ul ul.gnav-child li:last-child {
    border-bottom: none;
  }
  .header .head-menu .gnav ul li:hover ul.gnav-child {
    display: block;
    position: absolute;
  }
}

.fl-menu-wrap {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 125px;
  overflow: hidden;
  font-size: 13px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 6.2em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 7em 0 0 7em;
}
@media print, screen and (min-width: 1023px) {
  .fl-menu-wrap {
    font-size: 15px;
  }
}
.fl-menu-wrap.open {
  width: 25em;
}
.fl-menu-wrap .fl-menu {
  background: #f98d1b;
  border-radius: 7em 0 0 7em;
  padding: 5px;
  overflow: hidden;
  width: 25em;
}
.fl-menu-wrap .fl-menu .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.fl-menu-wrap .fl-menu .inner .fl-menu-image {
  border-radius: 50%;
  overflow: hidden;
  width: 10em;
}
.fl-menu-wrap .fl-menu .inner .fl-menu-content {
  color: #fff;
  font-weight: bold;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fl-menu-wrap .fl-menu .inner .fl-menu-content .fl-menu-text {
  width: 100%;
  text-align: center;
}
.fl-menu-wrap .fl-menu .inner .fl-menu-content a {
  border-radius: 2em;
  display: block;
  background: #fff;
  padding: 0.4em 1em;
  line-height: 1;
  vertical-align: middle;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 0.5em;
  color: #f98d1b;
}
.fl-menu-wrap .fl-menu .inner .fl-menu-content a:hover {
  background: #ffe7cf;
}

@-webkit-keyframes slidein {
  0% {
    width: 25em;
  }
  85% {
    width: 25em;
  }
  100% {
    width: 6.2em;
  }
}

@keyframes slidein {
  0% {
    width: 25em;
  }
  85% {
    width: 25em;
  }
  100% {
    width: 6.2em;
  }
}
.footer {
  background: #f98d1b;
  padding: 2em 0 0;
  color: #fff;
}
.footer .container {
  position: relative;
}
.footer .f-logo {
  display: inline-block;
  width: 290px;
}
.footer__info h2 {
  margin-top: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
}
.footer__info .contact {
  margin: 1.5em 1em 0;
  padding: 0.5em 1em;
  border: 1px solid #fff;
  border-radius: 4px;
}
.footer__info .contact dl {
  margin: 0;
}
.footer__info .contact dl dt {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}
.footer__info .contact dl dd {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-left: 27px;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
}
.footer__info .contact dl dd.tel {
  background-image: url(../img/icon_tel_w.svg);
  background-size: 11px;
  background-position: top 50% left 5px;
}
.footer__info .contact dl dd.tel a {
  text-decoration: underline;
  color: #fff;
}
.footer__info .contact dl dd.fax {
  background-image: url(../img/icon_fax_b.svg);
  background-size: 20px;
}
.footer__info .fb {
  height: 40px;
  margin: 1em 1em 0;
  background: #3c5a95;
  border-radius: 3px;
  overflow: hidden;
}
.footer__info .fb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}
.footer__info .fb span {
  width: calc(100% - 70px);
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__info .fb span.icon {
  width: 70px;
  background: #fff;
  color: #3c5a95;
  font-size: 20px;
  font-size: 2rem;
}
.footer__img {
  width: calc(100% - 20px);
  max-width: 430px;
  position: absolute;
  bottom: -40px;
  right: 10px;
}
.footer .copyright {
  background: #fff;
  margin-top: 2em;
}
.footer .copyright p {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  color: #f98d1b;
  line-height: 1.3;
  margin-top: 0;
  padding: 1.5em 0;
}
@media screen and (max-width: 1022px) {
  .footer__info {
    padding: 1em 1.5em;
  }
  .footer__nav {
    display: none;
  }
}
@media print, screen and (min-width: 1023px) {
  .footer {
    padding: 3em 0 0;
  }
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__info {
    width: 370px;
    padding-right: 80px;
    border-right: 1px solid #fff;
  }
  .footer__nav {
    width: calc(100% - 370px);
    padding-left: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__nav nav ul {
    font-size: 14px;
    font-size: 1.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer__nav nav ul li {
    margin-bottom: 10px;
  }
  .footer__nav nav ul li a {
    color: #fff;
  }
  .footer__nav nav ul li a:hover {
    text-decoration: underline;
  }
  .footer__nav nav.gnav {
    margin-right: 4em;
  }
  .footer__nav nav.gnav ul li {
    font-weight: bold;
    padding-left: 1.2em;
    background: url(../img/icon_link_w.svg) 0 50% no-repeat;
    background-size: 11px;
  }
  .footer__img {
    width: 430px;
    position: absolute;
    bottom: -50px;
    right: 0;
  }
  .footer .copyright {
    margin-top: 3em;
  }
}

@media print, screen and (min-width: 1023px) {
  .body-wrap {
    margin-left: 200px;
    overflow-x: hidden;
  }
}

main {
  display: block;
}

.content-wrap {
  padding-top: 4em;
  padding-bottom: 0;
}

.container::after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (min-width: 1023px) {
  .container {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1022px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media print, screen and (min-width: 1023px) {
  .wide-container {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1022px) {
  .wide-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

@media print, screen and (min-width: 1023px) {
  .col-2 .main {
    width: 73%;
    float: left;
    margin-top: 0;
    margin-bottom: 3.2em;
  }
  .col-2 .sub {
    width: 23%;
    float: right;
  }
}
.side h2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  background: #f98d1b;
  padding: 0.4em;
}
.side ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.side ul li {
  border-bottom: 1px solid #dbdbdb;
  padding: 0.5em 1.5em 0.5em 0.5em;
  color: #f98d1b;
  position: relative;
}
.side ul li a {
  font-size: 15px;
  font-size: 1.5rem;
}
.side ul li:first-child {
  border-top: 1px solid #dbdbdb;
}
.side ul li::after {
  font-family: FontAwesome;
  content: "\f105";
  color: #f98d1b;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin-top: -0.5em;
  margin-left: 0.5em;
  position: absolute;
  top: 50%;
  right: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 1.6em;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.img-r {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .img-r {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .img-r {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
}

.img-l {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .img-l {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .img-l {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

.img_border {
  border: 1px solid #faf5f0;
}

.arrow {
  text-align: center;
}
.arrow img {
  width: 60px;
}

.illust {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .illust img {
    max-width: 670px;
  }
}

@media screen and (max-width: 767px) {
  .sp-left {
    text-align: left;
  }
  .sp-center {
    text-align: center;
  }
  .sp-right {
    text-align: right;
  }
}
.large {
  font-size: 110%;
}

.x-large {
  font-size: 140%;
}
@media screen and (max-width: 767px) {
  .x-large {
    font-size: 120%;
  }
}

.xx-large {
  font-size: 170%;
}
@media screen and (max-width: 767px) {
  .xx-large {
    font-size: 130%;
  }
}

.small {
  font-size: 84%;
}

.x-small {
  font-size: 70%;
}

em {
  color: #f98d1b;
  font-weight: bold;
  font-style: normal;
}

.bold {
  font-weight: bold;
}

.copy {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 24px;
  font-size: 2.4rem;
  color: #f98d1b;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.lead {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 22px;
  font-size: 2.2rem;
  color: #f98d1b;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.mark {
  font-size: 12px;
  font-size: 1.2rem;
}
.mark::before {
  font-size: 10px;
  font-size: 1rem;
  font-family: FontAwesome;
  content: "\f111";
  color: #f98d1b;
  margin-right: 2px;
}

.caption {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #999;
  margin-top: 0.5em;
}

p.supre-ride {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  border: 2px solid #f98d1b;
  padding: 0.5em 1.5em;
  border-radius: 0.5em;
  background: #fff;
  color: #333;
}
p.supre-ride img {
  margin-right: 0.5em;
}
p.supre-ride span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f98d1b));
  background: linear-gradient(transparent 70%, #f98d1b 0%);
}

.attention {
  color: red;
}

.margin--0 {
  margin-top: 0;
}

.margin--05x {
  margin-top: 0.8em;
}

.margin--15x {
  margin-top: 2.4em;
}

.margin--2x {
  margin-top: 3.2em;
}

.pc-show {
  display: none;
}
@media print, screen and (min-width: 1023px) {
  .pc-show {
    display: inline-block;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-show {
    display: inline-block;
  }
}

.pc-img {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc-img {
    display: inline-block;
  }
}

.sp-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-img {
    display: inline-block;
  }
}

.anchor::before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 0.25em;
}

img.border {
  border: 1px solid #FAF5F0;
}

.fileicon {
  padding-left: 10px;
  padding-right: 10px;
}

.fileicon:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px;
}

.fileicon--docx:before {
  content: "\f1c2";
}

.fileicon--xlsx:before {
  content: "\f1c3";
}

.fileicon--pptx:before {
  content: "\f1c4";
}

.fileicon--pdf:before {
  content: "\f1c1";
}

.fileicon--zip:before {
  content: "\f1c6";
}

.img-slider {
  list-style: none;
  padding: 0;
}
.img-slider li {
  margin: 0;
}
.img-slider__thumbnail {
  padding: 0;
  margin-top: 0.8em;
}
.img-slider__thumbnail li {
  padding: 0 5px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.googlemap {
  position: relative;
  padding-bottom: 44%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.6em;
  border: 2px solid #f98d1b;
}
.googlemap iframe, .googlemap object, .googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-orange {
  background: #FAF5F0;
}

.bg-white {
  background: #fff;
}

.bg-orange,
.bg-white {
  padding: 5em 0 5em;
}
@media screen and (max-width: 767px) {
  .bg-orange,
  .bg-white {
    padding: 2.5em 0 2.5em;
  }
}

.img-size {
  position: relative;
  padding-bottom: 68%;
  margin: 10px;
}
.img-size img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

img.round {
  border-radius: 15px;
}

nav.page-nav {
  text-align: center;
  padding: 40px 20px;
  background: #d7ebf5;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  nav.page-nav {
    text-align: left;
  }
}
nav.page-nav p.copy {
  margin-top: 0;
}

.balloon-wrap {
  max-width: 720px;
  margin: 30px auto 0 auto;
}
.balloon-wrap .inner {
  background: url(../../lease/img/balloon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 62%;
  position: relative;
}
.balloon-wrap .inner .balloon_slider {
  width: 45%;
  position: absolute;
  top: 22%;
  left: 13%;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .balloon-wrap .inner .balloon_slider {
    font-size: 4vw;
  }
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.mycar-merit p {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 1em;
}

.mb20 {
  margin-bottom: 2em;
}

.mb30 {
  margin-bottom: 3em;
}

.mb40 {
  margin-bottom: 4em;
}

.mb50 {
  margin-bottom: 5em;
}

.mb60 {
  margin-bottom: 6em;
}

.mb70 {
  margin-bottom: 7em;
}

.mb80 {
  margin-bottom: 8em;
}

.mb90 {
  margin-bottom: 9em;
}

.mb100 {
  margin-bottom: 10em;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 1em;
}

.mt20 {
  margin-top: 2em;
}

.mt30 {
  margin-top: 3em;
}

.mt40 {
  margin-top: 4em;
}

.mt50 {
  margin-top: 5em;
}

.mt60 {
  margin-top: 6em;
}

.mt70 {
  margin-top: 7em;
}

.mt80 {
  margin-top: 8em;
}

.mt90 {
  margin-top: 9em;
}

.mt100 {
  margin-top: 10em;
}

@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 0.5em;
  }
  .mb20 {
    margin-bottom: 1em;
  }
  .mb30 {
    margin-bottom: 1.5em;
  }
  .mb40 {
    margin-bottom: 2em;
  }
  .mb50 {
    margin-bottom: 2.5em;
  }
  .mb60 {
    margin-bottom: 3em;
  }
  .mb70 {
    margin-bottom: 3.5em;
  }
  .mb80 {
    margin-bottom: 4em;
  }
  .mb90 {
    margin-bottom: 4.5em;
  }
  .mb100 {
    margin-bottom: 5em;
  }
  .mt10 {
    margin-top: 0.5em;
  }
  .mt20 {
    margin-top: 1em;
  }
  .mt30 {
    margin-top: 1.5em;
  }
  .mt40 {
    margin-top: 2em;
  }
  .mt50 {
    margin-top: 2.5em;
  }
  .mt60 {
    margin-top: 3em;
  }
  .mt70 {
    margin-top: 3.5em;
  }
  .mt80 {
    margin-top: 4em;
  }
  .mt90 {
    margin-top: 4.5em;
  }
  .mt100 {
    margin-top: 5em;
  }
}
.acms-grid .column-image-center {
  margin-left: auto;
  margin-right: auto;
}

.page-title-wrapper {
  height: 180px;
  /*background: #FAF5F0;*/
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 60px;
}
.page-title-wrapper h1 {
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
.page-title-wrapper h1 .sub {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #f98d1b;
  line-height: 1.2;
}
@media print, screen and (min-width: 1023px) {
  .page-title-wrapper {
    height: 230px;
    margin-top: 170px;
  }
  .page-title-wrapper h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  .page-title-wrapper h1 .sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-title-visual + .page-title-wrapper {
  margin-top: 0;
  background: #fff;
}

.page-title-visual + .page-title-wrapper + .content-wrap {
  padding-top: 0;
}

body.login .page-title-wrapper {
  margin-top: 0 !important;
}

/*-----------------------
　画像タイトル
-----------------------*/
.page-title-visual {
  margin-top: 60px;
}
.page-title-visual img {
  width: 100%;
  vertical-align: bottom;
}
.page-title-visual img.sp {
  display: none;
}
.page-title-visual.voice {
  background-image: url(../../assets/img/bg-voice.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
}
.page-title-visual.voice .voice-visua-inner {
  width: 57%;
  margin: auto;
  padding-bottom: 42%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-title-visual.voice .voice-visua-inner {
    width: 100%;
    padding-bottom: 0;
  }
}
.page-title-visual.voice .voice-visua-inner img.pc {
  width: 100%;
  vertical-align: bottom;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.login .page-title-visual {
  margin-top: 0px;
}

@media print, screen and (min-width: 1023px) {
  .page-title-visual {
    margin-top: 170px;
  }
  body.login .page-title-visual {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .page-title-visual img.pc {
    display: none;
  }
  .page-title-visual img.sp {
    display: block;
  }
}
.acms-pager-container {
  position: relative;
  margin-top: 4.8em;
  text-align: center;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pager li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #f98d1b;
  color: #f98d1b;
  margin: 0 5px;
}
.pager li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #f98d1b;
}
.pager li.cur {
  background: #f98d1b;
  color: #fff;
}
.pager li:hover {
  background: #f98d1b;
  color: #fff;
}
.pager li:hover a {
  color: #fff;
}

.content .faq,
.content .voice-text {
  border-radius: 10px;
  overflow: hidden;
}
.content .faq dt,
.content .voice-text dt {
  background: #f98d1b url(../img/icon_q.svg) no-repeat;
  background-position: top 50% left 20px;
  background-size: 38px;
  padding: 1.5em 80px;
  color: #fff;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
}
.content .faq dt::after,
.content .voice-text dt::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url(../img/icon_up.svg) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -17px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content .faq dt.active::after,
.content .voice-text dt.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.content .faq dd,
.content .voice-text dd {
  background: #f5f5f5 url(../img/icon_a.svg) no-repeat;
  background-position: top 50% left 20px;
  background-size: 38px;
  padding: 1.5em 1em 1.5em 80px;
  line-height: 1.5;
}
.content .faq dd ul,
.content .voice-text dd ul {
  margin-top: 0;
}
.content .faq.green.block dt,
.content .voice-text.green.block dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content .faq.green.block dt div,
.content .voice-text.green.block dt div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .faq.green.block dt span,
.content .voice-text.green.block dt span {
  height: 1.5em;
}
.content .faq.green dt,
.content .voice-text.green dt {
  background: #8dc21f;
  padding-left: 1em;
}
.content .faq.green dt span,
.content .voice-text.green dt span {
  background: #fff;
  color: #8dc21f;
  line-height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  margin-right: 0.5em;
  text-align: center;
  display: inline-block;
  font-size: 150%;
}
.content .faq.green dd,
.content .voice-text.green dd {
  background: #fff;
  padding-left: 1em;
}
.content .bg-orange .faq dd {
  background-color: #fff;
}
.content .voice-text {
  border-radius: 10px;
  overflow: hidden;
}
.content .voice-text dt {
  background-image: none !important;
  padding: 1.5em 80px 1.5em 1.5em;
}
.content .voice-text dd {
  background-image: none !important;
  line-height: 1.5;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  height: 0;
  padding: 0 1em;
  overflow: hidden;
  opacity: 0;
}
.content .voice-text dd ul {
  margin-top: 0;
}
.content .voice-text dd p {
  margin: 1em;
}
.content .voice-text dt.active + dd {
  height: auto;
  padding: 1.5em 1em 1.5em 1em;
  opacity: 1;
}

ul.keyword {
  padding: 0;
  max-width: 600px;
  margin: 2em auto;
}
ul.keyword li {
  width: 100%;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #FAF5F0;
  height: 60px;
  margin: 20px 0 20px 2em;
  padding-left: 3em;
}
ul.keyword li::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  border-width: 2em 15px 2em 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
ul.keyword li .icon {
  position: absolute;
  top: 0;
  left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f98d1b;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 10px;
  font-size: 1rem;
}
ul.keyword li .icon span {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -10px;
}
ul.keyword li:nth-child(odd) .icon {
  background: #F5AA05;
}

ul.point {
  padding: 0 10px;
  max-width: 600px;
  margin: 2em auto;
}
ul.point li {
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #ffed42;
  height: 60px;
  margin: 20px 0 20px 2em;
  padding-left: 3em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  ul.point li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
ul.point li::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  border-width: 3em 15px 3em 0px;
  margin-top: -3em;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
ul.point li .icon {
  position: absolute;
  top: 0;
  left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #7abddf;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding-top: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.point li .icon span {
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  margin-top: -16px;
}
ul.point p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 0.5em 1em;
}

.bg-orange ul.point li::after {
  border-color: transparent #FAF5F0 transparent transparent;
}

.keyword-image-list {
  margin-top: 50px;
}
.keyword-image-list .keyword-image-item .text {
  width: 100%;
  padding: 0 20px 50px 20px;
}
.keyword-image-list .keyword-image-item .text h3 {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: none;
  background: #fff180;
  padding: 0;
  overflow: hidden;
  border-radius: 3em 0 0 3em;
  z-index: -1;
}
.keyword-image-list .keyword-image-item .text h3:after {
  display: block;
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  right: -1.5em;
  left: auto;
  top: 50%;
  margin-top: -1.5em;
  width: 3em;
  height: 3em;
}
.keyword-image-list .keyword-image-item .text h3 .icon {
  background: #f98d1b;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  width: 6em;
  height: 6em;
  padding: 1em 0;
  font-weight: bold;
}
.keyword-image-list .keyword-image-item .text h3 .icon span {
  display: block;
  font-size: 220%;
  margin-top: 0.1em;
}
.keyword-image-list .keyword-image-item .text h3 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  padding: 0 2em 0 0.5em;
}
.keyword-image-list .keyword-image-item .text p {
  padding: 0 4%;
}
.keyword-image-list .keyword-image-item .img {
  width: 50%;
  padding: 0 20px 50px 20px;
}
.keyword-image-list .keyword-image-item .img img {
  border-radius: 1em;
}

@media screen and (max-width: 767px) {
  .keyword-image-list {
    margin-top: 50px;
  }
  .keyword-image-list .keyword-image-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .keyword-image-list .keyword-image-item .text {
    width: 100%;
    padding: 0 10px 20px 10px;
  }
  .keyword-image-list .keyword-image-item .text h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .keyword-image-list .keyword-image-item .img {
    width: 100%;
    padding: 0 10px 50px 10px;
  }
}
.btn__default {
  display: inline-block;
  border: 2px solid #f98d1b;
  color: #f98d1b;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.25em 3em 0.4em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn__default::after {
  font-family: FontAwesome;
  content: "\f105";
  color: #f98d1b;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin-left: 0.5em;
}
.btn__default:visited {
  color: #f98d1b;
}
.btn__default:hover {
  background: #f98d1b;
  color: #fff;
}
.btn__link {
  display: inline-block;
  border-radius: 3em;
  border: 1px solid #69AFD7;
  background-color: #69AFD7;
  background-image: url(../img/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top 50% right 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 1em 4em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn__link:visited {
  color: #fff;
}
.btn__link:hover {
  background-color: transparent;
  background-image: url(../img/icon_arrow_b.svg);
  color: #69AFD7;
}
@media print, screen and (min-width: 768px) {
  .btn__link {
    min-width: 330px;
  }
}
.btn__link-o {
  display: inline-block;
  border-radius: 2em;
  border: 1px solid #F5AA05;
  background-color: #F5AA05;
  background-image: url(../img/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top 50% right 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1em 4em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn__link-o:visited {
  color: #fff;
}
.btn__link-o:hover {
  background-color: transparent;
  background-image: url(../img/icon_arrow_o.svg);
  color: #F5AA05;
}
@media print, screen and (min-width: 768px) {
  .btn__link-o {
    min-width: 330px;
  }
}
.btn__entry {
  display: inline-block;
  border: 2px solid #52bd3e;
  background: #52bd3e;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  padding: 0.8em 3em 1em;
}
.btn__entry::after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin-left: 0.5em;
}
.btn__entry:visited {
  color: #fff;
}
.btn__entry:hover {
  background: #fff;
  color: #52bd3e;
}
.btn__contact {
  display: inline-block;
  width: 100%;
  border: 1px solid #f98d1b;
  border-radius: 5px;
  color: #f98d1b;
  font-weight: bold;
  padding: 0.5em 0 0.6em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn__contact:visited {
  color: #f98d1b;
}
.btn__contact:hover {
  background: #f98d1b;
  color: #fff;
}
.btn__confirm {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #f98d1b;
  background: #f98d1b;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5em 1.5em 0.6em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn__confirm:hover {
  background: #fff;
  color: #f98d1b;
}
.btn__back {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #999;
  background: #999;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5em 1.5em 0.6em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn__back:hover {
  background: #fff;
  color: #999;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
table thead {
  background: #f98d1b;
}
table thead th {
  color: #fff;
}
table th, table td {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 10px;
}
table th:last-child, table td:last-child {
  border-right: none;
}
table th {
  color: #f98d1b;
  text-align: left;
}
table th.nowrap {
  white-space: nowrap;
}
table td ul, table td dl {
  margin-top: 0;
}
table td .sale {
  text-align: left;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table td .sale .regular {
  text-decoration: line-through;
  text-decoration-color: #666;
  margin-right: 5px;
}
table td .sale .arrow {
  margin-right: 5px;
}
table tr:nth-child(even) th, table tr:nth-child(even) td {
  background: #faf5f0;
}
@media print, screen and (min-width: 1023px) {
  table th, table td {
    padding: 15px 1.5em;
  }
}
table.nowrap th {
  white-space: nowrap;
}
table.history th, table.history td {
  border-right: none;
}
table.history th {
  color: #282828;
  white-space: nowrap;
}
table.information tr:nth-child(even) th {
  background: #f98d1b;
}
table.information tr:nth-child(even) td {
  background: #fff;
}
table.information th, table.information td {
  padding: 1em;
}
table.information th {
  background: #f98d1b;
  color: #fff;
  border-right: none;
  white-space: nowrap;
}
table.information td {
  background: #fff;
}

.bg-orange table tr:nth-child(even) th, .bg-orange table tr:nth-child(even) td {
  background: #fff;
}
.bg-orange table.information tr:nth-child(even) th {
  background: #f98d1b;
}
.bg-orange table.information tr:nth-child(even) td {
  background: #fff;
}
.bg-orange table.information th, .bg-orange table.information td {
  padding: 1em;
}
.bg-orange table.information th {
  background: #f98d1b;
}

@media screen and (max-width: 767px) {
  .scroll-table-wrap {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.content h1 {
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  border-bottom: 2px solid #f98d1b;
  margin-top: 0;
}
.content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #f98d1b;
  background: #FAF5F0;
  padding: 0.25em 1em;
}
.content h2.h2-a {
  padding: 0;
  background: none;
}
.content h2.title_sub {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  color: #282828;
  text-align: center;
  line-height: 1.3;
  margin-top: 0;
  background: #FFF;
}
.content h2.title_sub span.sub {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f98d1b;
  line-height: 1.8;
  letter-spacing: normal;
}
@media screen and (max-width: 1022px) {
  .content h2.title_sub {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.content h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #282828;
  padding: 0.25em 0;
  border-bottom: 3px solid #efefef;
  position: relative;
}
.content h3::after {
  content: "";
  display: block;
  background: #f98d1b;
  width: 30%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.content .bg-orange h3 {
  border-bottom: 3px solid #fff;
}
.content h3.h3-b,
.content h2.h3-b {
  font-size: 24px;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-bottom: none;
  padding: 0.25em 1em;
  background: none;
  color: #282828;
}
.content h3.h3-b::before, .content h3.h3-b::after,
.content h2.h3-b::before,
.content h2.h3-b::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 2px;
  background-color: #282828;
}
.content h3.h3-b::before,
.content h2.h3-b::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  margin-right: 10px;
}
.content h3.h3-b::after,
.content h2.h3-b::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  margin-left: 10px;
  position: static;
  left: auto;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .content h3.h3-b,
  .content h2.h3-b {
    font-size: 20px;
    font-size: 2rem;
    position: relative;
  }
  .content h3.h3-b::before,
  .content h2.h3-b::before {
    position: absolute;
    left: 0;
  }
  .content h3.h3-b::after,
  .content h2.h3-b::after {
    position: absolute;
    right: 0;
  }
}
.content h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #f98d1b;
}
.content h5 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #F5AA05;
}
.content h5.bad-blue {
  color: #7abddf;
  background-image: url(../../lease/img/bad_blue.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 1.4em;
  padding-left: 1.7em;
}
.content h5.good-blue {
  color: #7abddf;
  background-image: url(../../lease/img/good_blue.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 1.4em;
  padding-left: 1.7em;
}
.content h5.bad-green {
  color: #8dc21f;
  background-image: url(../../lease/img/bad_green.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 1.4em;
  padding-left: 1.7em;
}
.content h5.good-green {
  color: #8dc21f;
  background-image: url(../../lease/img/good_green.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 1.4em;
  padding-left: 1.7em;
}
@media print, screen and (min-width: 1023px) {
  .content.solicitation h2 {
    margin-top: 150px;
  }
}

.topicpath {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .topicpath {
    display: none;
  }
}
.topicpath ol {
  margin: 0;
  padding: 12px;
}
.topicpath ol::after {
  content: "";
  display: block;
  clear: both;
}
.topicpath li {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.topicpath li a {
  color: #000;
  text-decoration: none;
}
.topicpath li a:hover, .topicpath li a:active, .topicpath li a:focus {
  color: black;
  text-decoration: none;
}
.topicpath li a:visited {
  color: black;
}
.topicpath li:not(:last-child):after {
  content: " > ";
}

.list {
  padding: 0;
  list-style: none;
}
.list li {
  margin: 5px 0;
  position: relative;
  padding-left: 1em;
}
.list li::before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #f98d1b;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.inline li {
  display: inline-block;
  margin-right: 0.5em;
}

.link {
  padding: 0;
  list-style: none;
}
.link li {
  margin: 5px 0;
  padding-left: 20px;
  background-image: url(../img/icon_link.svg);
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  background-size: 14px;
}
.link li a {
  color: #282828;
}
.link li a:visited {
  color: #282828;
}
.link li a:hover {
  text-decoration: underline;
}

.horizontal li {
  display: inline-block;
  margin-right: 1em;
}

.anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anchor-link li {
  list-style-type: none;
  margin-right: 1.25em;
  margin-bottom: 0.5em;
}
.anchor-link li a {
  color: #282828;
}
.anchor-link li a::after {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  margin-left: 0.25em;
  color: #f98d1b;
}

.news-list {
  border-top: 1px solid #bebebe;
  padding: 0;
}
.news-list li {
  margin: 0;
  border-bottom: 1px solid #bebebe;
  list-style: none;
}
.news-list li a {
  display: block;
  background: url(../img/icon_arrow_b.svg) no-repeat;
  background-position: top 50% right 20px;
  background-size: 16px;
  color: #282828;
  padding: 1em 40px 1em 0.5em;
}
.news-list li .date {
  color: #69AFD7;
  font-weight: bold;
  margin-right: 1em;
}
.news-list li .icon {
  display: inline-block;
  border-radius: 1em;
  padding: 0.15em 1.25em;
  background: #69AFD7;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-right: 1em;
}
@media screen and (max-width: 1022px) {
  .news-list li a {
    display: block;
  }
  .news-list li a .txt::before {
    content: "\a";
    white-space: pre;
  }
}
@media print, screen and (min-width: 1023px) {
  .news-list li a {
    padding: 1em 2em;
  }
}

.subject {
  padding: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
.subject li {
  display: inline-block;
  margin: 0;
  letter-spacing: normal;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #f98d1b;
}
.subject li::after {
  content: "・";
}
.subject li:last-child::after {
  content: none;
}

ol {
  padding: 0;
  list-style-position: inside;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0;
}

dl.list::after {
  content: "";
  display: block;
  clear: both;
}
dl.list dt {
  font-weight: bold;
  width: 9em;
  float: left;
}
dl.list dd {
  padding-left: 10em;
}

dl.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
dl.icon dt {
  width: 5em;
  background: #f98d1b;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  padding: 0.1em;
  margin: 5px 0;
}
dl.icon dd {
  width: calc(100% - 5.5em);
  padding: 0.1em;
  margin: 5px 0;
}

ul.list-ishii-can {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 767px) {
  ul.list-ishii-can {
    padding-left: 0;
  }
}
ul.list-ishii-can li {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.5em 0 0;
  font-weight: bold;
}
ul.list-ishii-can li:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  border-radius: 50%;
  background: #f98d1b;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  ul.list-ishii-can li {
    width: 50%;
  }
}

ul.list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
ul.list-block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  margin: 10px;
  border: 2px solid #f98d1b;
  width: 135px;
  height: 135px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 15px;
  color: #f98d1b;
}
@media screen and (max-width: 767px) {
  ul.list-block li {
    width: 90px;
    height: 90px;
    margin: 5px;
    font-size: 12px;
  }
}

ul.maker-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
}
@media screen and (max-width: 767px) {
  ul.maker-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
ul.maker-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  ul.maker-list li {
    width: 33.333%;
  }
}

ul.check-list {
  padding-left: 0;
}
ul.check-list li {
  background-image: url(../../assets/img/icon_check.svg);
  background-position: top 1.4em left;
  background-size: 2.5em;
  background-repeat: no-repeat;
  padding-left: 3em;
  padding-top: 1em;
  margin: 0 0 1em 0;
  position: relative;
  list-style: none;
}
ul.check-list li span {
  font-weight: bold;
}
ul.check-list li:before {
  content: "CHECK";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-size: 0.9em;
  color: #7abddf;
}

dl.point-list dt {
  margin-bottom: 0.5em;
}
dl.point-list dt span {
  background: #f98d1b;
  color: #fff;
  border-radius: 2em;
  padding: 0.2em 1em;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
dl.point-list dd {
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #8dc21f;
}

ul.list-engine {
  padding: 0;
  margin: 1em 0;
}
ul.list-engine li {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}
ul.list-engine li span {
  display: inline-block;
  background: #69afd7;
  color: #fff;
  border-radius: 2em;
  padding: 0 1em;
  font-weight: bold;
  margin-right: 0.5em;
}

dl.goal dd {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1023px) {
  dl.goal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  dl.goal dt {
    width: 10em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  dl.goal dt::after {
    content: "：";
  }
  dl.goal dd {
    width: calc(100% - 11em);
    margin-bottom: 0;
    margin-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .box-scroll-wrap {
    padding: 20px 10px;
    margin-left: -10px;
    margin-right: -10px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .box-scroll-wrap .inner-col-4 {
    width: 270%;
  }
  .box-scroll-wrap .inner-col-3 {
    width: 360%;
  }
}
.box-scroll-wrap .card-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media screen and (max-width: 767px) {
  .box-scroll-wrap .card-box {
    width: 270% !important;
  }
}
.box-scroll-wrap .card-box .card-box__item {
  width: calc(33.3333% - 20px) !important;
  margin-right: 30px !important;
}
.box-scroll-wrap .card-box .card-box__item:nth-child(3n) {
  margin-right: 0 !important;
}
.box-scroll-wrap .card-box-b {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media screen and (max-width: 767px) {
  .box-scroll-wrap .card-box-b {
    width: 360% !important;
  }
}
.box-scroll-wrap .card-box-b .card-box-b__item {
  width: calc(25% - 15px) !important;
  margin-right: 20px !important;
}
.box-scroll-wrap .card-box-b .card-box-b__item:nth-child(4n) {
  margin-right: 0 !important;
}
.box-scroll-wrap .news__wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media screen and (max-width: 767px) {
  .box-scroll-wrap .news__wrap {
    width: 270% !important;
  }
}
.box-scroll-wrap .news__wrap .news__item {
  width: calc(33.3333% - 15px) !important;
  margin-right: 20px !important;
}
.box-scroll-wrap .news__wrap .news__item:nth-child(3n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .box-scroll-wrap .car-lineup {
    width: 630%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .box-scroll-wrap .car-lineup .acms-col-sm-4 {
    width: 14.444%;
  }
}
@media screen and (max-width: 767px) {
  .box-scroll-wrap .voice__wrap.detail {
    width: 240% !important;
  }
  .box-scroll-wrap .voice__wrap.detail a.btn__link {
    padding: 0.5em 2em;
    font-size: 13px;
    font-size: 1.3rem;
    background-image: url(../img/icon_arrow_w.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: top 50% right 10px;
  }
  .box-scroll-wrap .voice__wrap.detail .voice__item {
    width: calc(33.3333% - 15px) !important;
    margin-right: 20px !important;
    padding: 1em 1em 4em 1em;
  }
  .box-scroll-wrap .voice__wrap.detail .voice__item:nth-child(3n) {
    margin-right: 0 !important;
  }
}

.box-a {
  background: #e6eff6;
  padding: 1.5em 2em;
  margin-top: 1.6em;
}
.box-a h2, .box-a h3, .box-a h4, .box-a h5 {
  margin-top: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 20px;
  font-size: 2rem;
  color: #0087B9;
  text-align: center;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: normal;
}
.box-a h2::after, .box-a h3::after, .box-a h4::after, .box-a h5::after {
  content: none;
}
.box-a h2.small, .box-a h3.small, .box-a h4.small, .box-a h5.small {
  font-size: 18px;
  font-size: 1.8rem;
}
.box-a .lead {
  font-weight: normal;
  color: #f98d1b;
}

.box-b {
  border: 1px solid #69AFD7;
  padding: 0 20px 20px 20px;
  margin-top: 1.6em;
}
.box-b h2, .box-b h3, .box-b h4, .box-b h5 {
  margin-top: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  background: none;
  border: none;
  border-bottom: 1px solid #69AFD7;
  font-size: 20px;
  font-size: 2rem;
  color: #0087B9;
  text-align: left;
  line-height: 1.5;
}
.box-b h2::after, .box-b h3::after, .box-b h4::after, .box-b h5::after {
  content: none;
}
.box-b p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.box-c {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  margin-top: 1.6em;
  padding: 1.5em 1em 1em 1em;
  position: relative;
}
.box-c h2, .box-c h3, .box-c h4, .box-c h5 {
  border-top: 2px solid #7abddf;
  border-bottom: 2px solid #7abddf !important;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-top: 0;
  color: #7abddf;
}
.box-c h2:after, .box-c h3:after, .box-c h4:after, .box-c h5:after {
  content: "";
  display: block;
  left: 50%;
  margin-left: -15px;
  bottom: -10px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #07abdd transparent transparent transparent;
  background: none;
}
.box-c p {
  font-size: 14px;
  font-size: 1.4rem;
}
.box-c ul.list {
  font-size: 14px;
  font-size: 1.4rem;
}
.box-c.orange h2, .box-c.orange h3, .box-c.orange h4, .box-c.orange h5 {
  border-top: 2px solid #f98d1b;
  border-bottom: 2px solid #f98d1b !important;
  color: #f98d1b;
}
.box-c.orange h2:after, .box-c.orange h3:after, .box-c.orange h4:after, .box-c.orange h5:after {
  border-color: #f98d1b transparent transparent transparent;
  background: none;
}
.box-c.orange ul.list li:before {
  background: #f98d1b;
}
.box-c.green h2, .box-c.green h3, .box-c.green h4, .box-c.green h5 {
  border-top: 2px solid #8dc21f;
  border-bottom: 2px solid #8dc21f !important;
  color: #8dc21f;
}
.box-c.green h2:after, .box-c.green h3:after, .box-c.green h4:after, .box-c.green h5:after {
  border-color: #8dc21f transparent transparent transparent;
  background: none;
}
.box-c.green ul.list li:before {
  background: #8dc21f;
}
.box-c.blue h2, .box-c.blue h3, .box-c.blue h4, .box-c.blue h5 {
  border-top: 2px solid #7abddf;
  border-bottom: 2px solid #7abddf !important;
  color: #7abddf;
}
.box-c.blue h2:after, .box-c.blue h3:after, .box-c.blue h4:after, .box-c.blue h5:after {
  border-color: #7abddf transparent transparent transparent;
  background: none;
}
.box-c.blue ul.list li:before {
  background: #7abddf;
}
.box-c p.price {
  text-align: right;
  font-weight: bold;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.box-c p.price span {
  color: #f98d1b;
  font-size: 150%;
  margin: 0 0.1em;
}
.box-c p.price span span {
  font-size: 200%;
}

.price-box .box-c {
  padding: 1.5em 1em 4em 1em;
}

.box-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-s .box-s__item {
  width: 33.333%;
  padding: 10px;
}
@media screen and (max-width: 1022px) {
  .box-s .box-s__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .box-s .box-s__item {
    width: 100%;
  }
}
.box-s .box-s__item .inner {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
  margin-top: 1.6em;
  padding: 1.5em;
}
.box-s .box-s__item .inner h3 {
  text-align: center;
  border-bottom: none;
  margin-top: -2.3em;
  margin-bottom: -0.5em;
}
.box-s .box-s__item .inner h3 span {
  border-radius: 2em;
  background: #f98d1b;
  display: inline-block;
  color: #fff;
  padding: 0.2em 1em;
}
.box-s .box-s__item .inner h3:after {
  display: none;
}
.box-s .box-s__item .inner dl dt {
  text-align: center;
  color: #f98d1b;
  border-top: 1px solid #f98d1b;
  border-bottom: 1px solid #f98d1b;
}
.box-s .box-s__item .inner dl dd {
  padding: 0.5em 0;
  font-size: 13px;
  font-size: 1.3rem;
  min-height: 9.5em;
}
.box-s .box-s__item .inner a.btn__link {
  font-size: 13px;
  font-size: 1.3rem;
  min-width: 100px;
}
.box-s .box-s__item.support img {
  margin-top: 40%;
}
@media screen and (max-width: 767px) {
  .box-s .box-s__item.support {
    display: none;
  }
}

.box-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-check.box-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box-check .box-check__item {
  width: 33.333%;
  padding: 10px;
  margin-top: 1.5em;
}
@media screen and (max-width: 1022px) {
  .box-check .box-check__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .box-check .box-check__item {
    width: 100%;
  }
}
.box-check .box-check__item .inner {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
  margin-top: 1.6em;
  padding: 1.5em 1.5em 5em 1.5em;
  position: relative;
  height: 100%;
}
.box-check .box-check__item .inner h3 {
  text-align: center;
  border-bottom: none;
  margin-top: -2.3em;
  margin-bottom: -0.5em;
}
.box-check .box-check__item .inner h3 span {
  border-radius: 2em;
  background: #f98d1b;
  display: inline-block;
  color: #fff;
  padding: 0.2em 1em;
}
.box-check .box-check__item .inner h3:after {
  display: none;
}
.box-check .box-check__item .inner dl dt {
  text-align: center;
  color: #f98d1b;
  border-top: 1px solid #f98d1b;
  border-bottom: 1px solid #f98d1b;
}
.box-check .box-check__item .inner dl dt .title {
  color: #333;
  margin-right: 1em;
}
.box-check .box-check__item .inner dl dt .num {
  font-size: 150%;
}
.box-check .box-check__item .inner dl dt.price {
  border-bottom: none;
  padding-top: 0.5em;
  position: absolute;
  width: calc(100% - 3em);
  bottom: 1em;
}
.box-check .box-check__item .inner dl dd {
  padding: 0.5em 0;
  font-size: 13px;
  font-size: 1.3rem;
  min-height: 9.5em;
  text-align: center;
}
.box-check .box-check__item .inner dl dd h6 {
  font-size: 13px;
  font-size: 1.3rem;
  color: #f98d1b;
  margin: 0.7em 0;
}
.box-check .box-check__item .inner span.service-drop-btn {
  display: inline-block;
  padding: 0.1em 1em;
  border-radius: 2em;
  color: #fff;
  font-weight: bold;
  background: #f98d1b;
  cursor: pointer;
  margin-bottom: 0.5em;
}
.box-check .box-check__item .inner span.service-drop-btn:after {
  content: " ▼";
}
.box-check .box-check__item .inner span.service-drop-btn.active:after {
  content: " ▲";
}

.btn-list {
  text-align: center;
  margin-top: 3.2em;
}
.btn-list p, .btn-list a {
  margin: 10px 0;
}
@media print, screen and (min-width: 1023px) {
  .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-list p, .btn-list a {
    margin: 0 20px;
  }
}

.card-box {
  margin-top: 1.6em;
}
.card-box__item {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
  margin-top: 1.6em;
  padding: 1.5em;
}
.card-box__item .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.card-box__item .staff__img {
  width: 35%;
}
.card-box__item .staff__name {
  width: 65%;
  padding: 1em 0 1em 1em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: url(../img/bg_pickup.svg) 50% 50% no-repeat;
  background-size: contain;
}
.card-box__item .staff__name span {
  font-size: 20px;
  font-size: 2rem;
}
.card-box__item .comment {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
}
.card-box__item .img {
  margin-top: 15px;
  position: relative;
  padding-bottom: 55%;
}
.card-box__item .img img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-box__item dl.icon {
  font-size: 14px;
  font-size: 1.4rem;
}
.card-box__item dl.icon dd {
  font-weight: bold;
}
.card-box__item p.osusume-point {
  font-weight: bold;
  color: #f98d1b;
  margin: 0.6em 0 0.3em 0;
}
.card-box__item p.osusume-point img {
  margin-right: 0.5em;
  width: 1.5em;
  vertical-align: middle;
}
@media print, screen and (min-width: 1023px) {
  .card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-box__item {
    width: calc(33.3333% - 20px);
    margin-right: 30px;
  }
  .card-box__item:nth-child(3n) {
    margin-right: 0;
  }
}

.card-box-b {
  margin-top: 1.6em;
}
.card-box-b__item {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 1.6em;
  padding: 1.5em 1em;
}
.card-box-b__item h4 {
  border-top: 1px solid #f98d1b;
  border-bottom: 1px solid #f98d1b;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #f98d1b;
  margin-top: 0;
  position: relative;
}
.card-box-b__item h4::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #f98d1b transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
}
.card-box-b__item h4::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
}
.card-box-b__item h4 span {
  display: block;
  margin: 1px 0;
  border-top: 2px solid #f98d1b;
  border-bottom: 2px solid #f98d1b;
  padding: 0.25em 0;
}
.card-box-b__item .img {
  margin-top: 10px;
  padding: 0 1em;
}
.card-box-b__item dl.icon {
  font-size: 14px;
  font-size: 1.4rem;
}
.card-box-b__item .info {
  border-top: 1px solid #b4b4b4;
  margin-top: 1em;
  padding-top: 1em;
}
.card-box-b__item ul.spec {
  margin-top: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-box-b__item ul.spec li {
  list-style: none;
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}
.card-box-b__item ul.spec li::before {
  font-size: 10px;
  font-size: 1rem;
  font-family: FontAwesome;
  content: "\f111";
  color: #F5AA05;
  margin-right: 2px;
}
.card-box-b__item ul.spec li .item {
  display: inline-block;
  font-weight: bold;
}
.card-box-b__item ul.spec li .item:after {
  content: "／";
}
.card-box-b__item p {
  margin-top: 5px;
}
.card-box-b__item p.price {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #F5AA05));
  background: linear-gradient(transparent 80%, #F5AA05 0%);
}
.card-box-b__item p.price .large {
  font-size: 20px;
  font-size: 2rem;
}
.card-box-b__item p.price .tax {
  font-size: 12px;
  font-size: 1.2rem;
}
.card-box-b__item p.osusume-point {
  font-weight: bold;
  color: #f98d1b;
  margin: 0.6em 0 0.3em 0;
}
.card-box-b__item p.osusume-point img {
  margin-right: 0.5em;
  width: 1.5em;
  vertical-align: middle;
}
.card-box-b__item p.comment {
  font-size: 13px;
  font-size: 1.3rem;
}
.card-box-b__item:nth-child(2) h4 {
  color: #69AFD7;
  border-color: #69AFD7;
}
.card-box-b__item:nth-child(2) h4::before {
  border-color: #69AFD7 transparent transparent transparent;
}
.card-box-b__item:nth-child(2) h4 span {
  border-color: #69AFD7;
}
.card-box-b__item:nth-child(2) dl.icon dt {
  background: #69AFD7;
}
.card-box-b__item:nth-child(3) h4 {
  color: #F5AA05;
  border-color: #F5AA05;
}
.card-box-b__item:nth-child(3) h4::before {
  border-color: #F5AA05 transparent transparent transparent;
}
.card-box-b__item:nth-child(3) h4 span {
  border-color: #F5AA05;
}
.card-box-b__item:nth-child(3) dl.icon dt {
  background: #F5AA05;
}
.card-box-b__item:nth-child(4) h4 {
  color: #0087B9;
  border-color: #0087B9;
}
.card-box-b__item:nth-child(4) h4::before {
  border-color: #0087B9 transparent transparent transparent;
}
.card-box-b__item:nth-child(4) h4 span {
  border-color: #0087B9;
}
.card-box-b__item:nth-child(4) dl.icon dt {
  background: #0087B9;
}
@media print, screen and (min-width: 1023px) {
  .card-box-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-box-b__item {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .card-box-b__item:nth-child(4n) {
    margin-right: 0;
  }
}

.news__item dl {
  font-size: 14px;
  font-size: 1.4rem;
}
.news__item dl dt {
  color: #f98d1b;
}
.news__item dl dt.img {
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #FAF5F0;
}
.news__item dl dt span.icon {
  background: #f98d1b;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.5em;
  border-radius: 1em;
  font-size: 13px;
}
.news__item dl dd {
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news__item {
    width: calc(33.3333% - 20px);
    margin-top: 1em;
    margin-right: 30px;
  }
  .news__item:nth-child(3n) {
    margin-right: 0;
  }
}

.voice__item {
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-top: 50px;
  padding: 1.5em 1.5em 4em 1.5em;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  /*&:nth-child(2) {
      h3 {
          background: $second-color;
          &::after {
              border-color: $second-color transparent transparent transparent;
          }
      }
  }
  &:nth-child(3) {
      h3 {
          background: $sub-color;
          &::after {
              border-color: $sub-color transparent transparent transparent;
          }
      }
  }*/
}
.voice__item h3 {
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 1.5em;
  border-bottom: none;
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  background: #f98d1b;
  margin: -2.75em auto 0;
  position: relative;
}
.voice__item h3::after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #f98d1b transparent transparent transparent;
  background: none;
  position: absolute;
  bottom: -15px;
  left: 2em;
}
.voice__item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.5em;
}
.voice__img {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70%;
  position: relative;
}
.voice__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.voice__info {
  width: 100%;
}
.voice__info dl {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice__info dl dt.name {
  display: inline-block;
  padding: 0.2em 0.75em;
  border-radius: 3px;
  background: #b4b4b4;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
.voice__info dl dt.name + dt {
  padding: 5px;
  border-radius: 2em;
  border: 1px solid #f98d1b;
  display: block;
  line-height: 1;
  margin-left: 1em;
  color: #f98d1b;
}
.voice__info dl dd {
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: left;
}
.voice__wrap .more-btn,
.voice .more-btn {
  position: absolute;
  bottom: 15px;
  width: 100%;
  display: block;
  left: 0;
  margin: 0;
}
.voice__wrap .more-btn a.btn__link,
.voice .more-btn a.btn__link {
  min-width: 100px;
  padding: 0.5em 3.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
.voice__wrap.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.voice__wrap.detail .voice__item {
  margin: 50px 10px 0 10px;
}
@media print, screen and (min-width: 768px) {
  .voice__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .voice__wrap .voice__item {
    margin: 50px 10px 0 10px;
  }
  .voice__item {
    width: calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .voice-col-sp-2 .voice__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice-col-sp-2 .voice__item {
    padding: 0.5em 0.5em 4em 0.5em;
    width: calc(50% - 5px);
  }
  .voice-col-sp-2 .voice__item:nth-child(2n) {
    margin-right: 0;
  }
  .voice-col-sp-2 .voice__item h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .voice-col-sp-2 .voice__item .voice__info dl dt {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .voice-col-sp-2 .voice__item .voice__info dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .voice-col-sp-2 .voice__item a.btn__link {
    font-size: 10px;
    font-size: 1rem;
    padding: 0.5em 1em;
    background-image: none;
  }
}
.staff__wrap {
  margin-top: 1.6em;
}
.staff__item {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
  margin-top: 1.6em;
  padding: 0.75em;
}
.staff__item dl {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.staff__item dl dt {
  width: 6em;
  font-weight: normal;
  margin: 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.staff__item dl dt span {
  display: inline-block;
  width: 100%;
  border-radius: 1.25em;
  border: 1px solid #f98d1b;
  text-align: center;
  color: #f98d1b;
  padding: 0.25em 0;
}
.staff__item dl dd {
  width: calc(100% - 6.5em);
  margin: 5px 0;
}
.staff__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.staff__item {
  width: calc(50% - 5px);
  margin-right: 10px;
  padding: 0.5em;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
  margin-top: 15px;
}
.staff__item:nth-child(2n) {
  margin-right: 0;
}
.staff__item dl dt, .staff__item dl dd {
  font-size: 11px;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .staff__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .staff__item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .staff__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1023px) {
  .staff__item {
    width: calc(33.3333% - 20px);
  }
  .staff__item:nth-child(2n) {
    margin-right: 30px;
  }
  .staff__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .staff__item {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .staff__item:nth-child(2n) {
    margin-right: 20px;
  }
  .staff__item:nth-child(3n) {
    margin-right: 20px;
  }
  .staff__item:nth-child(4n) {
    margin-right: 0;
  }
}

ul.after-service-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.after-service-list li {
  width: 100%;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  ul.after-service-list li {
    width: 33.333%;
  }
}
ul.after-service-list li a {
  padding: 20px 50px 20px 20px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: #f98d1b;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-image: url(../img/icon_arrow_o.svg);
  background-repeat: no-repeat;
  background-position: center right 1em;
  background-size: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.after-service-list li a .after-service-img {
  width: 30%;
}
ul.after-service-list li a .after-service-img img {
  border-radius: 50%;
  vertical-align: bottom;
}
ul.after-service-list li a p {
  margin: 0;
  font-size: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.7em;
}
ul.after-service-list li a p span {
  display: block;
  font-size: 14px;
  line-height: 1;
}
ul.after-service-list li a:hover {
  color: #fff;
  background-image: url(../img/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center right 1em;
  background-size: 1.5em;
  background-color: #f98d1b;
}

.point3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.point3 .point-item {
  width: 33.33%;
  padding: 10px;
  margin-bottom: 1.5em;
}
.point3 .point-item .inner {
  border-radius: 10px;
  border: 1px solid #7abddf;
  padding: 15px;
  margin-top: 1.5em;
  height: 100%;
}
.point3 .point-item .inner .icon {
  margin: -3em auto 0 auto;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #7abddf;
  width: 6em;
  height: 6em;
  font-size: 12px;
  line-height: 1;
  padding-top: 1.5em;
  font-weight: bold;
}
.point3 .point-item .inner .icon span {
  display: block;
  font-size: 220%;
  margin-top: 0.1em;
}
.point3 .point-item .inner img {
  display: block;
  margin: auto;
}
.point3 .point-item .inner h4 {
  border-bottom: 1px solid #7abddf;
  color: #000;
  margin-bottom: 0.5em;
  text-align: center;
}

section.search {
  margin-top: 1.6em;
}
@media print, screen and (min-width: 768px) {
  section.search {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
section.search .acms-btn.btn-search {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  section.search .search-form-input {
    height: 22px;
  }
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box .message {
  margin: 0 0 35px 0;
  font-weight: bold;
}
.contact-box .contact-no {
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #333;
}
.contact-box .contact-no a {
  color: inherit;
}
.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: red;
}

.contact-form {
  width: 100%;
  margin: 1.6em 0 20px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eee;
}

.contact-form-label {
  display: block;
  text-align: left;
  margin: 0;
  padding: 10px 10px 0 10px;
}

.contact-form-control {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.contact-form-label {
  font-weight: bold;
}

.contact-form-grid {
  margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .contact-form {
    display: table;
    width: 100%;
  }
  .contact-form-group {
    display: table-row;
  }
  .contact-form-label,
  .contact-form-control {
    display: table-cell;
  }
  .contact-form-label {
    width: 33.3333333333%;
    padding: 25px 15px 15px 15px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
  }
  .contact-form-control {
    width: 66.6666666667%;
    padding: 15px;
  }
  .contact-form-col {
    margin: 0;
  }
}
/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 35px 0;
  padding: 0 10px;
  /* カウンターの設定 */
  counter-reset: mailStep;
}
.contact-box .mail-step-item {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
  /* カウンターの設定 */
  counter-increment: mailStep;
  content: counter(mailStep) ".";
}
.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .contact-box .mail-step {
    height: 60px;
  }
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

.form-btn-return {
  float: left;
}

.form-btn-send {
  float: right;
}

@media print, screen and (min-width: 768px) {
  .form-btn-return {
    float: none;
  }
  .form-btn-send {
    float: none;
    max-width: 360px;
    width: 100%;
  }
}
/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 3px;
  background: red;
}

@media print, screen and (min-width: 768px) {
  .label-required {
    float: right;
  }
}
/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #C49511;
}
.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}
.contact-box select[required]:valid {
  border: 1px solid #A7A7AA;
}
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #FFFDEB;
}
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #FFEBEE;
}
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #FFF;
}
.contact-box input[type=text],
.contact-box input[type=password],
.contact-box input[type=datetime],
.contact-box input[type=datetime-local],
.contact-box input[type=date],
.contact-box input[type=month],
.contact-box input[type=time],
.contact-box input[type=week],
.contact-box input[type=number],
.contact-box input[type=email],
.contact-box input[type=url],
.contact-box input[type=search],
.contact-box input[type=tel] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 14px 5px 10px 5px;
}
.contact-box textarea {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 5px 4px;
}
.contact-box select {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 11px 30px 11px 10px;
  vertical-align: top;
}

/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  color: #5cb85c;
  float: right;
}

.invalid {
  background: #ffebee !important;
}

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin: 1.6em 0 0;
}

.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin: 1.6em 0 0;
}

.entry.voice h2 {
  background: none;
  margin: 0 0 0.5em 0;
  text-align: center;
}
.entry.voice dl.voice {
  display: block;
  text-align: center;
  margin-top: 0.5em;
}
.entry.voice dl.voice dt.name {
  background: #777;
  border-radius: 0.5em;
  padding: 0.3em 1.2em;
  color: #fff;
  display: inline-block;
  margin: 0.5em;
}
.entry.voice dl.voice dd {
  border-radius: 1em;
  padding: 0em 1.2em;
  display: inline-block;
  border: 2px solid #f98d1b;
  font-weight: bold;
  color: #f98d1b;
  margin: 0.5em;
}
.entry.voice h4 {
  text-align: center;
}

.tow-col-space {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .tow-col-space {
    padding-right: 10px;
  }
}

.entry-info a.acms-label {
  background: #f98d1b;
  color: #fff;
  font-weight: bold;
  border-radius: 1em;
}

@media print, screen and (min-width: 1023px) {
  .js-acms-offcanvas {
    display: none;
  }
}

@media screen and (max-width: 1022px) {
  #offcanvas {
    background: #222;
  }
}
#offcanvas a {
  color: #fff;
  text-decoration: none;
}
#offcanvas a:hover, #offcanvas a:active, #offcanvas a:focus {
  color: white;
  text-decoration: none;
}
#offcanvas a:visited {
  color: white;
}
#offcanvas nav.offcanvas-nav ul {
  margin: 0;
  padding: 0;
}
#offcanvas nav.offcanvas-nav ul li {
  list-style: none;
  border-bottom: 1px solid #fff;
}
#offcanvas nav.offcanvas-nav ul li a {
  display: block;
  padding: 10px;
}
#offcanvas nav.offcanvas-nav ul li a::before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  margin-right: 5px;
}
#offcanvas nav.offcanvas-nav ul li > ul li {
  border: 0;
}
#offcanvas nav.offcanvas-nav ul li > ul li a {
  padding: 5px 20px;
}
#offcanvas nav.offcanvas-nav ul li > ul li a::before {
  display: none;
}

.contents-list {
  margin-top: 3.2em;
}
.contents-list h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #f98d1b;
  text-align: center;
}
.contents-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-top: 0.8em;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
}
.contents-list ul li {
  width: 50%;
  margin-top: 1.6em;
  padding: 0 10px;
}
.contents-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.contents-list ul li dl {
  margin: 0;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents-list ul li dl dt {
  width: 40%;
}
.contents-list ul li dl dd {
  width: 60%;
  color: #f98d1b;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  padding-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .contents-list {
    margin-top: 6.4em;
  }
  .contents-list ul li {
    width: 33.3333%;
  }
}
@media print, screen and (min-width: 1023px) {
  .contents-list ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contents-list ul li {
    width: 25%;
    padding: 0 15px;
  }
  .contents-list ul li dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .cv {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cv .cv-box {
  text-align: center;
  padding: 3.2em 10px;
}
@media print, screen and (min-width: 768px) {
  .cv .cv-box {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.cv .cv-box .en {
  margin-top: 0;
  font-size: 26px;
  font-size: 2.6rem;
}
.cv .cv-box .btn a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 15px 20px;
}
@media print, screen and (min-width: 768px) {
  .cv .cv-box .btn a {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .cv .cv-box .btn a {
    width: 100%;
  }
}
.cv .contact {
  border: 15px solid #c0b1ac;
  background: #fff;
}
.cv .contact .text {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
}
.cv .contact .btn a {
  color: #fff;
  text-decoration: none;
  background: #000;
}
.cv .contact .btn a:hover, .cv .contact .btn a:active, .cv .contact .btn a:focus {
  color: white;
  text-decoration: none;
}
.cv .contact .btn a:visited {
  color: white;
}
.cv .contact .btn a:hover {
  color: #000;
  text-decoration: none;
  background: #c0b1ac;
}
.cv .contact .btn a:hover:hover, .cv .contact .btn a:hover:active, .cv .contact .btn a:hover:focus {
  color: black;
  text-decoration: none;
}
.cv .contact .btn a:hover:visited {
  color: black;
}
.cv .consulting {
  background: #000;
  color: #fff;
}
.cv .consulting .text {
  margin-top: 10px;
}
.cv .consulting .text dt {
  font-size: 18px;
  font-size: 1.8rem;
}
.cv .consulting .text dd {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px;
}
.cv .consulting .btn a {
  color: #000;
  text-decoration: none;
  background: #c0b1ac;
}
.cv .consulting .btn a:hover, .cv .consulting .btn a:active, .cv .consulting .btn a:focus {
  color: black;
  text-decoration: none;
}
.cv .consulting .btn a:visited {
  color: black;
}
.cv .consulting .btn a:hover {
  background: #fff;
}