@charset "UTF-8";
@import "../css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&family=Noto+Sans+JP:wght@400;700;900&display=swap");
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.err {
  font-size: 12px;
  color: #ff5500;
}

.cf:after {
  display: block;
  clear: both;
  content: "";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

div, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

em, i {
  font-style: normal;
}

figure {
  max-width: 100%;
  text-align: center;
}

figcaption {
  text-align: center;
  margin-top: 3px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

dt {
  font-weight: bold;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th, td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
  border: none;
}

select option {
  padding: 0 5px;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input, button, select {
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
}
input-placeholder {
  color: #A9A9A9;
}
input[type=submit] {
  padding: 0.1em;
}
input[type=submit] {
  line-height: 1;
  cursor: pointer;
}

button {
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

body {
  line-height: 1.6;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 1rem;
}
body button, body select, body textarea, body input {
  font-family: arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  padding: 0.5rem;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.35;
  font-size: 1.25rem;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #212121;
}
a:before, a:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover, a:active {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #777;
}

table {
  width: 100%;
  background: #FFF;
}
table td,
table th {
  padding: 10px;
  color: #212121;
  border: 1px solid #ccc;
}
table th {
  width: 12em;
  text-align: left;
}
@media screen and (max-width: 600px) {
  table td,
table th {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}

select,
textarea,
input[type=text] {
  border: none;
  border: 1px solid #ccc;
}

textarea {
  resize: vertical;
  min-height: 6rem;
  width: 100%;
}

.pageMainTitle {
  margin-bottom: 1.25rem;
}
.pageMainTitle h1 {
  background-color: #fd9a3a;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  height: 110px;
  line-height: 110px;
  font-size: 2rem;
  font-weight: 900;
}

.pageTitle01 {
  color: #4d2e19;
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  display: table;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
.pageTitle01 i {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  position: absolute;
  -webkit-animation: titileICon 3s linear infinite;
          animation: titileICon 3s linear infinite;
}
.pageTitle01 .titleIcon01 {
  left: -100px;
}
.pageTitle01 .titleIcon02 {
  right: -100px;
}

@-webkit-keyframes titileICon {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  25% {
    -webkit-transform: translateY(-50%) rotate(5deg);
            transform: translateY(-50%) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-50%) rotate(-5deg);
            transform: translateY(-50%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}

@keyframes titileICon {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  25% {
    -webkit-transform: translateY(-50%) rotate(5deg);
            transform: translateY(-50%) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-50%) rotate(-5deg);
            transform: translateY(-50%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}
.pageTitle02 {
  background-color: #e9485f;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .pageTitle01 {
    display: block;
    font-size: 1.75rem;
  }
  .pageTitle01 i {
    position: static;
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pageMainTitle h1 {
    height: 85px;
    line-height: 85px;
    font-size: 1.5rem;
    font-weight: 900;
  }
  .pageTitle02 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .pageTitle01 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .pageTitle01 i img {
    height: 2.5rem;
  }
}
.topicPath ol {
  margin: 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topicPath ol li a {
  text-decoration: underline;
  color: #4d2e19;
}
.topicPath ol li a:hover {
  opacity: 0.6;
}
.topicPath ol li a:hover img {
  opacity: 1;
}
.topicPath ol li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 0.5rem 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
}
.topicPath ol li.topicPathHome i {
  display: inline-block;
  vertical-align: 0;
  margin-right: 3px;
  line-height: 1;
}
.topicPath ol li.topicPathHome:before {
  display: none;
}

.pager {
  margin: 1.25rem 0;
  text-align: center;
}
.pager ol {
  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;
}
.pager ol li {
  margin: 2px;
}
.pager ol li a {
  font-size: 1.25rem;
}
.pager ol li:first-child a, .pager ol li:last-child a {
  display: block;
  padding: 8px;
}
.pager ol li:first-child {
  margin-right: 10px;
}
.pager ol li:first-child a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ff4874;
  border-left: 2px solid #ff4874;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pager ol li:last-child {
  margin-left: 10px;
}
.pager ol li:last-child a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ff4874;
  border-right: 2px solid #ff4874;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pager ol li:not(:first-child):not(:last-child) a {
  background-color: #f1f1f1;
  border-radius: 5px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 45px;
}
.pager ol li.active.active a, .pager ol li:not(:first-child):not(:last-child) a:hover {
  background-color: #ff4874;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .pager ol li:not(:first-child):not(:last-child) a {
    height: 40px;
    width: 35px;
  }
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.outer {
  padding: 0 10px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.fww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mBox01 {
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .mBox01 {
    margin: 25px auto;
  }
}

.mbBox01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mbBox01 {
    margin-bottom: 25px;
  }
}

.pBox01 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pBox01 {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pBox01 {
    padding-bottom: 25px;
  }
}

.pbBox01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pbBox01 {
    margin-bottom: 25px;
  }
}

.mBox02 {
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .mBox02 {
    margin: 15px auto;
  }
}

.pBox02 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pBox02 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.ofh {
  overflow: hidden;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fa01 {
  color: #e00;
}

.bgg01 {
  background-color: #fff;
}

.bgg02 {
  background-color: #fff8d4;
}

.wrapper {
  background: url(../images/cont-img-bg.gif) repeat center center;
}

.balloon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 50;
  -webkit-animation: balloon 5s linear infinite;
          animation: balloon 5s linear infinite;
}

@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
main {
  position: relative;
  z-index: 100;
}

.pageContInner {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 2.5%;
}

@media screen and (max-width: 480px) {
  .balloon {
    top: 35px;
  }
}
input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=checkbox] {
  display: inline-block;
  padding: 10px 8px 8px 8px;
}
input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
}

label.checkbox {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
label.checkbox:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
  border: 1px solid #bbb;
  z-index: 50;
}
label.checkbox:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #fd9a3a;
  border-bottom: 3px solid #fd9a3a;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
label.checkbox input[type=checkbox] {
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #FFF;
          box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox input[type=checkbox]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
label.checkbox input[type=checkbox]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
          box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox input[type=checkbox]:focus {
  -webkit-box-shadow: 41px 0px #EEE;
          box-shadow: 41px 0px #EEE;
}
label.radio {
  cursor: pointer;
  position: relative;
  margin-right: 25px;
  overflow: hidden;
  padding: 1px 0 0 20px;
  display: inline-block;
}
label.radio:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  border-radius: 50%;
  left: 0px;
  top: 4px;
  content: "";
  z-index: 3;
}
label.radio:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 7px;
  background-color: #fd9a3a;
  z-index: 1;
}
label.radio input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 1px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #FFF;
          box-shadow: 20px -1px #FFF;
}
label.radio input[type=radio]:checked {
  display: none;
}
label.radio input[type=radio]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #FFF;
          box-shadow: 20px -1px #FFF;
}

#pageHeader {
  background: url(../images/header-bg01.png) repeat-x bottom center/cover;
  padding-bottom: 40px;
  position: relative;
}
#pageHeader .headerInner {
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 1024px) {
  #pageHeader .headerInner > .flex {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #pageHeader {
    background-size: 800% 100%;
    padding-bottom: 30px;
  }
}
.headerLogo {
  margin: 15px 20px 0 0;
}
.headerLogo p {
  font-size: 13px;
  color: #4d2e19;
  font-weight: bold;
  margin-bottom: 8px;
}
.headerLogo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.headerLogo a img {
  margin-right: 15px;
}
.headerLogo a img.corpLogo {
  position: relative;
  top: -6px;
  height: 35px;
}
.headerLogo a span {
  font-weight: bold;
  color: #e50012;
}

@media screen and (max-width: 1024px) {
  .headerLogo {
    text-align: center;
    margin: 5px 0;
  }
  .headerLogo p {
    margin-bottom: 3px;
    line-height: 1.25;
  }
  .headerLogo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .headerLogo a img {
    margin: 5px;
  }
  .headerLogo a img:first-child {
    height: 25px;
  }
  .headerLogo a img.corpLogo {
    height: 30px;
  }
}
.headerRgiht {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerRgiht .headerTopLink {
  margin-bottom: 20px;
}
.headerRgiht .headerTopLink ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerRgiht .headerTopLink li {
  margin-left: 2px;
}
.headerRgiht .headerTopLink li a {
  background-color: #444;
  color: #fff;
  display: block;
  padding: 12px 5px;
  line-height: 1;
  border: 2px solid #444;
  width: 180px;
  text-align: center;
}
.headerRgiht .headerTopLink li a:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 10px;
  font-size: 14px;
}
.headerRgiht .headerTopLink li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.headerRgiht .headerTopLink li:nth-of-type(1) a {
  background-color: #21b4c6;
  border-color: #21b4c6;
}
.headerRgiht .headerTopLink li:nth-of-type(2) a {
  background-color: #47c698;
  border-color: #47c698;
}
.headerRgiht .headerTopLink li:nth-of-type(3) a {
  background-color: #fdb236;
  border-color: #fdb236;
}
.headerRgiht .headerTel {
  color: #4d2e19;
  margin-right: 20px;
  text-align: center;
}
.headerRgiht .headerTel dt {
  font-size: 2.25em;
  line-height: 1;
}
.headerRgiht .headerTel dt i {
  color: #715847;
  font-size: 28px;
  margin-right: 2px;
  font-weight: bold;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
.headerRgiht .headerTel .tel {
  font-family: "Lato", sans-serif;
}
.headerRgiht .headerForm a {
  background-color: #de245c;
  border-radius: 12px;
  display: block;
  padding: 12px 5px;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 0 0 #9e1840;
          box-shadow: 0 5px 0 0 #9e1840;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  width: 265px;
  text-align: center;
  position: relative;
}
.headerRgiht .headerForm a:before {
  content: "\f0e0";
  margin-right: 8px;
  font-weight: 900;
  font-family: FontAwesome;
}
.headerRgiht .headerForm a:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 1024px) {
  .headerRgiht .headerTopLink {
    display: none;
  }
  .headerRgiht .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .headerRgiht .flex .headerTel,
.headerRgiht .flex .headerForm {
    margin: 5px;
  }
  .headerRgiht .flex .headerTel dt {
    font-size: 1.75rem;
  }
  .headerRgiht .flex .headerTel dt i {
    font-size: 1.5rem;
  }
  .headerRgiht .flex .headerForm a {
    width: auto;
    padding: 12px 30px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .headerRgiht .flex {
    display: block;
    background-color: rgba(220, 220, 220, 0.5);
    padding: 10px;
  }
  .headerRgiht .flex .headerTel {
    margin: 0px;
  }
  .headerRgiht .flex .headerTel dt {
    font-size: 1.5rem;
  }
  .headerRgiht .flex .headerTel dt i {
    font-size: 1.25rem;
  }
  .headerRgiht .flex .headerForm a {
    padding: 8px 15px;
    width: 100%;
    margin-top: 8px;
    font-size: 1rem;
    display: block;
  }
}
#pageNav {
  position: relative;
  z-index: 1500;
  margin: 30px auto;
}
#pageNav ul {
  display: table;
  width: 100%;
}
#pageNav ul li {
  display: table-cell;
  position: relative;
}
#pageNav ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #4d2e19;
  position: absolute;
  top: 20%;
  right: 0;
}
#pageNav ul li:first-child a {
  border-radius: 12px 0 0 12px;
}
#pageNav ul li:last-child a {
  border-radius: 0 12px 12px 0;
}
#pageNav ul li a {
  background-color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  color: #4d2e19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  height: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
  font-size: 1.25rem;
  -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
#pageNav ul li a:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e2e2e2;
}

@media screen and (max-width: 1024px) {
  #pageNav {
    margin-top: 15px;
  }
  #pageNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #pageNav ul li {
    width: 33.3333333333%;
  }
  #pageNav ul li:not(:last-child):after {
    display: none;
  }
  #pageNav ul li:not(:nth-child(3n)) {
    border-right: 1px solid #ccc;
  }
  #pageNav ul li:first-child a, #pageNav ul li:last-child a {
    border-radius: 0;
  }
  #pageNav ul li a {
    height: 60px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
  }
  #pageNav ul li a:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #pageNav ul li:nth-child(n+4) {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 480px) {
  #pageNav ul li a {
    font-size: 14px;
  }
}
/*
@include max1024 {
  #pageNav .open {
    background-color: #21b4c6;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  #pageNav .open span {
    display: block;
    height: 2px;
    width: 32px;
    background-color: #fff;
    position: relative;
  }
  #pageNav .open span:before, #pageNav .open span:after {
    content: "";
    height: 2px;
    background-color: #fff;
    width: 100%;
    display: block;
    position: absolute;
  }
  #pageNav .open span:before {
    top: -9px;
  }
  #pageNav .open span:after {
    top: 9px;
  }
  #pageNav .pageNavInner {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 50;
    background-color: #fff;
  }
  #pageNav .pageNavInner ul {
    flex-wrap: wrap;
  }
  #pageNav .pageNavInner ul li {
    width: 50%;
    border-top: 1px solid #ccc;
  }
  #pageNav .pageNavInner ul li:nth-child(2n) {
    border-left: 1px solid #ccc;
  }
  #pageNav .pageNavInner ul li:nth-last-child(-n+2) {
    border-bottom: 1px solid #ccc;
  }
  #pageNav .pageNavInner ul li a {
    display: block;
    color: #00b08d;
    text-decoration: none;
    padding: 2vw 2.25vw;
  }
  #pageNav .pageNavInner .close {
    text-align: center;
    display: block;
    padding: 6px 10px;
    background-color: #f2f2f2;
  }
}*/
.footerData {
  color: #4d2e19;
}
.footerData .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerData .logoBox p {
  margin-top: 10px;
}
.footerData .telBox {
  margin-left: auto;
}
.footerData .telBox p {
  line-height: 1;
}
.footerData .telBox p:not(:last-child) {
  margin-bottom: 5px;
}
.footerData .telBox p i {
  color: #715847;
  font-size: 28px;
  margin-right: 2px;
  font-weight: bold;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
.footerData .telBox p span.tel {
  font-size: 2.25em;
  display: inline-block;
  margin-bottom: 3px;
  font-family: "Lato", sans-serif;
}
.footerData .btnBox {
  margin: 10px 0;
  margin-left: auto;
}
.footerData .btnBox a {
  border-radius: 12px;
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}
.footerData .btnBox a:before {
  margin-right: 8px;
  font-family: FontAwesome;
}
.footerData .btnBox a.formmail {
  background-color: #de245c;
  -webkit-box-shadow: 0 5px 0 0 #9e1840;
          box-shadow: 0 5px 0 0 #9e1840;
}
.footerData .btnBox a.formmail:before {
  content: "\f0e0";
}
.footerData .btnBox a.access {
  background-color: #21b4c6;
  -webkit-box-shadow: 0 5px 0 0 #167884;
          box-shadow: 0 5px 0 0 #167884;
  margin-left: 5px;
}
.footerData .btnBox a.access:before {
  content: "\f041";
}
.footerData .btnBox a:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 1024px) {
  .footerData .flex {
    display: block;
    text-align: center;
  }
  .footerData .logoBox {
    margin-bottom: 15px;
  }
  .footerData .telBox,
.footerData .btnBox {
    margin: 0;
  }
  .footerData .telBox {
    padding: 15px 10px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
  }
  .footerData .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerData .btnBox a {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .footerData .telBox p i {
    font-size: 1.25rem;
  }
  .footerData .telBox p span.tel {
    font-size: 1.5rem;
  }
  .footerData .btnBox a {
    font-size: 1rem;
    line-height: 1.25;
    padding: 15px 5px;
  }
}
.footerNav {
  margin-top: 55px;
  background: url(../images/cont-img-bg03.gif) repeat center 0;
}
.footerNav a {
  color: #4d2e19;
}
.footerNav:before {
  content: "";
  display: block;
  height: 90px;
  width: 100%;
  background: url(../images/footer-bg01.png) repeat-x 15% 0;
  position: relative;
  top: -55px;
}
.footerNav .outer {
  margin-top: -55px;
}
.footerNav ul {
  width: 25%;
}
.footerNav ul:not(:first-child) {
  margin-left: 30px;
}
.footerNav ul li {
  margin: 5px 0;
}
.footerNav ul li em {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.35;
}
.footerNav ul li a {
  display: block;
  padding-left: 0.85rem;
  position: relative;
}
.footerNav ul li a:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .footerNav.footerNav .outer {
    padding: 0;
  }
  .footerNav.footerNav .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footerNav.footerNav ul {
    margin: 0;
    padding: 15px;
    width: 50%;
  }
}
.toTop .inner {
  position: relative;
}
.toTop span {
  position: absolute;
  bottom: -40px;
  right: 0;
  cursor: pointer;
}
.toTop span em {
  display: block;
  margin-bottom: 2px;
  position: relative;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.toTop span:hover em {
  top: -5px;
}

@media screen and (max-width: 1024px) {
  .toTop span {
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .toTop span {
    bottom: -15px;
    font-size: 12px;
  }
  .toTop span em img {
    width: 55px;
  }
  .toTop span i img {
    width: 11px;
  }
}
#copyRight {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}
#copyRight #copyrightYear {
  display: inline-block;
  margin: 0 3px;
}

.formmailBox01 > p {
  text-align: center;
}
.formmailBox01 .telBox {
  text-align: center;
  margin-top: 1.5rem;
}
.formmailBox01 .telBox dt {
  font-size: 3.5em;
  line-height: 1;
  color: #fd9a3a;
}
.formmailBox01 .telBox dt i {
  font-size: 2.75rem;
  margin-right: 2px;
  font-weight: bold;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
.formmailBox01 .telBox dt a {
  color: #fd9a3a;
}
.formmailBox01 .telBox dd {
  font-size: 1.5rem;
  color: #fd9a3a;
}
.formmailBox01 .telBox .tel {
  font-family: "Lato", sans-serif;
}

.formmailBox02 > p {
  text-align: center;
}
.formmailBox02 table {
  margin-top: 1.25rem;
}

@media screen and (max-width: 600px) {
  .formmailBox02 table th {
    padding: 5px 10px;
    background-color: #f1f1f1;
  }
}
@media screen and (max-width: 480px) {
  .formmailBox01 .telBox dt {
    font-size: 12vw;
  }
  .formmailBox01 .telBox dt i {
    font-size: 10vw;
  }
  .formmailBox01 .telBox dd {
    font-size: 1rem;
  }
}
select,
textarea {
  margin: 3px 2px;
  padding: 5px;
  border: 1px solid #ccc;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email] {
  padding: 7px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #ccc;
}

.inputSm {
  width: 3em;
}

.inputMd {
  width: 25em;
}

.inputLg {
  width: 99%;
}

.textareaLg {
  width: 99%;
  height: 10em;
}

#postal_btn {
  margin-left: 5px;
  padding: 5px 10px;
  display: inline-block;
}

.colr {
  background: #fff1f1;
}

@media screen and (max-width: 480px) {
  .inputMd,
.inputLg {
    width: 94%;
  }
}
.required {
  margin: 0 0 0 3px;
  padding: 3px 5px;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  border-radius: s2px;
  background: #F00;
}

.formmailBtn {
  margin: 30px auto 50px;
}
.formmailBtn p {
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
}
.formmailBtn .btn {
  display: inline-block;
  width: auto;
  line-height: 1.5;
  padding: 12px 35px;
  background: #fd9a3a;
  border: 2px solid #fd9a3a;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 5px 10px;
  border-radius: 50px;
}
.formmailBtn .btn:hover {
  color: #fd9a3a;
  background-color: #fff;
}
.formmailBtn .btn.back {
  background: #444;
  border: 2px solid #444;
}
.formmailBtn .btn.back:hover {
  color: #444;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .formmailBtn {
    margin: 15px auto 30px;
  }
}

.recruitBtn01 {
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .formmailBtn .btn {
    font-size: 1rem;
    padding: 12px 0;
    width: 95%;
  }
}
.privacyBox {
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 15px;
  border: 1px solid #ccc;
}
.privacyBox h3 {
  margin: 0 0 10px;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
}
.privacyBox a {
  color: #fd9a3a;
  display: inline-block;
  margin-top: 5px;
}
.privacyBox a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 3px;
}
@media screen and (max-width: 600px) {
  .privacyBox {
    width: 94%;
  }
}

.privacyBox .privacyBox p {
  line-height: 1.5;
}

#company h3,
#company p,
#company li,
#company dd {
  color: #565656;
}
#company h3 {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #company h3 {
    font-size: 18px;
  }
}
.companyBox01 h3,
.companyBox01 p {
  text-align: center;
}
.companyBox01 h3 {
  margin-bottom: 10px;
}
.companyBox01 p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .companyBox01 p {
    text-align: left;
    line-height: 1.6;
  }
}
.companyBox02 h3 {
  margin-bottom: 1.25rem;
  text-align: center;
}
.companyBox02 .flex {
  margin-top: 1.25em;
}
.companyBox02 figure,
.companyBox02 .outlineTable {
  width: 50%;
}
.companyBox02 .outlineTable {
  margin-right: 1.25rem;
}
.companyBox02 .outlineTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.companyBox02 .outlineTable dl dt {
  width: 5.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fd9a3a;
}
.companyBox02 .mapInner {
  margin-top: 1.5rem;
  padding-bottom: 42%;
  position: relative;
}
.companyBox02 .mapInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.companyBox02 .access p {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .companyBox02 .flex {
    display: block;
  }
  .companyBox02 figure,
.companyBox02 .outlineTable {
    width: 100%;
  }
  .companyBox02 .outlineTable dl dt {
    width: 4.5rem;
  }
  .companyBox02 .mapInner {
    padding-bottom: 56.25%;
  }
}
.companyBox03 h3 {
  text-align: center;
}
.companyBox03 ul {
  display: table;
  margin: 0 auto 1.5rem;
}
.companyBox03 ul li {
  margin: 5px 0;
  font-size: 1.5rem;
}
.companyBox03 ul li span {
  font-size: 1rem;
}
.companyBox03 .flex figure {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.companyBox03 .flex figure:nth-child(2n) {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .companyBox03 ul li {
    font-size: 1rem;
  }
  .companyBox03 ul li span {
    font-size: 14px;
  }
  .companyBox03 .flex figure {
    width: 49%;
    margin-bottom: 2%;
  }
  .companyBox03 .flex figure:nth-child(2n) {
    margin-left: 2%;
  }
}
.companyBox04 {
  background: url(../images/cont-img-bg04.gif) repeat 0 0;
  padding: 35px;
}
.companyBox04 h3 {
  text-align: center;
  margin-bottom: 1.25rem;
}
.companyBox04 .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.companyBox04 figure {
  width: 28%;
}
.companyBox04 p {
  margin-right: 1.5em;
  width: 72%;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .companyBox04 {
    padding: 15px;
  }
  .companyBox04 .flex {
    display: block;
  }
  .companyBox04 figure {
    float: right;
    margin: 0 0 10px 10px;
    width: 40%;
  }
  .companyBox04 p {
    line-height: 1.6;
    margin-right: 0;
    width: auto;
  }
}
#news p {
  color: #565656;
}

.informationBox01 h3 {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.informationBox01 h3.titleColor01 {
  background-color: #21b4c6;
}
.informationBox01 h3.titleColor02 {
  background-color: #DD245D;
}
.informationBox01 p {
  text-align: center;
  margin-top: 1.25rem;
}
.informationBox01 p i {
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 6px 10px;
}
.informationBox01 p i.iconColor02 {
  background-color: #DD245D;
}
.informationBox01 p time {
  display: inline-block;
  text-align: center;
  margin: 5px 10px 1.25rem;
}
.informationBox01 figure {
  margin-bottom: 1.25rem;
}

.informationBackNumber h2 {
  color: #4d2e19;
  text-align: center;
  font-size: 1.5rem;
  display: table;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
.informationBackNumber ul li {
  width: 25%;
}
.informationBackNumber ul li:not(:last-child) {
  margin-right: 20px;
}
.informationBackNumber ul li h3 {
  font-size: 1rem;
  color: #4d2e19;
  margin: 10px 0;
}
.informationBackNumber ul li p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .informationBackNumber ul {
    display: block;
  }
  .informationBackNumber ul li {
    margin-bottom: 15px;
  }
  .informationBackNumber ul li:not(:last-child) {
    margin-right: 0;
  }
  .informationBackNumber ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .informationBackNumber ul li figure {
    width: 30%;
    margin-right: 10px;
  }
  .informationBackNumber ul li .txtBox {
    width: 70%;
  }
  .informationBackNumber ul li h3 {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .informationBackNumber ul li h3 {
    font-size: 14px;
  }
  .informationBackNumber ul li p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.calendarBox01 p {
  text-align: center;
}
.calendarBox01 .calendarTable .calendarNav {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
}
.calendarBox01 .calendarTable .calendarNav p:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.calendarBox01 .calendarTable .calendarNav p:nth-of-type(2) {
  margin: 0 auto;
}
.calendarBox01 .calendarTable .calendarNav p:nth-of-type(3) {
  position: absolute;
  right: 0;
  top: 0;
}
.calendarBox01 .calendarTable table {
  table-layout: fixed;
  margin-top: 10px;
}
.calendarBox01 .calendarTable table th {
  background-color: #c4beb3;
  color: #fff;
  text-align: center;
  width: 14.2857142857%;
}
.calendarBox01 .calendarTable table td {
  padding: 0;
}
.calendarBox01 .calendarTable table td .por {
  padding: 10px;
  position: relative;
  height: 100px;
  padding: 0;
}
.calendarBox01 .calendarTable table td.holiday {
  background-color: #e5f8de;
}
.calendarBox01 .calendarTable table td.unspecified {
  opacity: 0.35;
}
.calendarBox01 .calendarTable table td.gozen {
  background-color: #b6e3ff;
}
.calendarBox01 .calendarTable table td:nth-child(7) {
  background-color: #f5fcff;
}
.calendarBox01 .calendarTable table td:nth-child(1) {
  background-color: #fcf2f7;
}
.calendarBox01 .calendarTable table td i {
  position: absolute;
  top: 5px;
  left: 10px;
}
.calendarBox01 .calendarTable table td p {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.35;
}

@media screen and (max-width: 768px) {
  .calendarBox01 .calendarTable table td .por {
    padding: 5px;
    vertical-align: top;
    height: 60px;
    font-size: 12px;
  }
  .calendarBox01 .calendarTable table td i {
    position: static;
  }
  .calendarBox01 .calendarTable table td p {
    padding: 0;
    text-align: left;
    margin: 0;
    font-size: 2.5vw;
  }
  .calendarBox01 .calendarTable table td p br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .calendarBox01 .calendarTable th,
.calendarBox01 .calendarTable td {
    display: table-cell;
    margin: 0;
  }
}
.newCarTitle01 {
  background-color: #e9485f;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .newCarTitle01 {
    font-size: 1rem;
  }
}
.newCarBox01 section > p {
  text-align: center;
}
.newCarBox01 .newCarBox01Cont02 h3 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  color: #4d2e19;
  font-weight: 900;
}
.newCarBox01 .newCarBox01Cont02 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newCarBox01 .newCarBox01Cont02 .flex .rightBox {
  margin-left: 15px;
}
.newCarBox01 .newCarBox01Cont03 figure {
  margin-top: 1rem;
}
.newCarBox01 .newCarBox01Cont04 .flex {
  margin-top: 1rem;
}
.newCarBox01 .newCarBox01Cont04 .flex li {
  max-width: 24%;
  text-align: center;
  padding: 15px;
}
.newCarBox01 .newCarBox01Cont05 {
  background: url(../images/cont-img-bg04.gif) repeat 0 0;
  padding: 35px;
}
.newCarBox01 .newCarBox01Cont05 h3 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  color: #4d2e19;
  font-weight: 900;
}
.newCarBox01 .newCarBox01Cont05 dl {
  margin-bottom: 1.5em;
}
.newCarBox01 .newCarBox01Cont05 dl dt,
.newCarBox01 .newCarBox01Cont05 dl dd {
  position: relative;
  padding-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newCarBox01 .newCarBox01Cont05 dl dt:before,
.newCarBox01 .newCarBox01Cont05 dl dd:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.newCarBox01 .newCarBox01Cont05 dl dt {
  color: #4d2e19;
}
.newCarBox01 .newCarBox01Cont05 dl dt:before {
  background: url(../images/faq-icon01.png) no-repeat center center;
  background-size: 100% auto;
}
.newCarBox01 .newCarBox01Cont05 dl dd {
  margin-top: 5px;
  color: #565656;
}
.newCarBox01 .newCarBox01Cont05 dl dd:before {
  background: url(../images/faq-icon02.png) no-repeat center center;
  background-size: 100% auto;
}
.newCarBox01 .newCarBox01Cont06 p {
  text-align: center;
  display: table;
  margin: 0 auto 10px;
  position: relative;
  padding: 0 30px;
  color: #4d2e19;
  font-weight: 900;
  font-size: 1.25rem;
}
.newCarBox01 .newCarBox01Cont06 p:before, .newCarBox01 .newCarBox01Cont06 p:after {
  content: "";
  position: absolute;
  top: 5%;
  width: 2px;
  height: 90%;
  background-color: #4d2e19;
}
.newCarBox01 .newCarBox01Cont06 p:before {
  left: 0;
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
}
.newCarBox01 .newCarBox01Cont06 p:after {
  right: 0;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}
.newCarBox01 .newCarBox01Cont06 ul li {
  width: 25%;
  text-align: center;
}
.newCarBox01 .newCarBox01Cont06 ul li:not(:first-child) {
  border-left: 1px solid #fff;
}
.newCarBox01 .newCarBox01Cont06 ul li:first-child a {
  border-radius: 5px 0 0 5px;
}
.newCarBox01 .newCarBox01Cont06 ul li:last-child a {
  border-radius: 0 5px 5px 0;
}
.newCarBox01 .newCarBox01Cont06 ul li a {
  display: block;
  background-color: #fd9a3a;
  color: #fff;
  padding: 15px;
  font-size: 1.25rem;
  position: relative;
}
.newCarBox01 .newCarBox01Cont06 ul li a:after {
  font-family: FontAwesome;
  content: "\f08e";
  position: absolute;
  right: 15px;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newCarBox01 .newCarBox01Cont06 ul li a:hover {
  text-decoration: none;
  background-color: #e87302;
}

@media screen and (max-width: 768px) {
  .newCarBox01 .newCarBox01Cont02 h3,
.newCarBox01 .newCarBox01Cont05 h3 {
    font-size: 1rem;
  }
  .newCarBox01 .newCarBox01Cont03 figure {
    background: url(../images/new-car-img01.jpg) no-repeat center center/auto 100%;
    height: 30vw;
    max-height: 150px;
  }
  .newCarBox01 .newCarBox01Cont03 figure img {
    display: none;
  }
  .newCarBox01 .newCarBox01Cont04 .flex li {
    padding: 5px;
  }
  .newCarBox01 .newCarBox01Cont05 {
    padding: 15px;
  }
  .newCarBox01 .newCarBox01Cont06 p {
    font-size: 1rem;
    line-height: 1.35;
    padding: 0 20px;
  }
  .newCarBox01 .newCarBox01Cont06 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newCarBox01 .newCarBox01Cont06 ul li {
    width: 48%;
    border: none !important;
    margin: 1%;
  }
  .newCarBox01 .newCarBox01Cont06 ul li a {
    font-size: 1rem;
    border-radius: 5px !important;
  }
}
@media screen and (max-width: 480px) {
  .newCarBox01 .newCarBox01Cont02 .flex {
    display: block;
  }
  .newCarBox01 .newCarBox01Cont02 .flex .rightBox {
    margin: 10px 0 0;
  }
  .newCarBox01 .newCarBox01Cont04 .flex li {
    max-width: 48%;
    padding: 5px;
  }
}
.newCarBox02 ol {
  counter-reset: number;
}
.newCarBox02 ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: number;
  padding: 20px 15px;
}
.newCarBox02 ol li:nth-child(odd) {
  background-color: #ffeea9;
}
.newCarBox02 ol li h3 {
  width: 35%;
  color: #fd9a3a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-left: 2.25rem;
  margin-right: 15px;
}
.newCarBox02 ol li h3:before {
  content: counter(number);
  background-color: #fd9a3a;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.newCarBox02 ol li p {
  color: #565656;
}

@media screen and (max-width: 768px) {
  .newCarBox02 ol li {
    display: block;
    padding: 15px;
  }
  .newCarBox02 ol li h3 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.newCarBox01Cont00 figure {
  margin: 2em auto;
}
.newCarBox01Cont00 table {
  margin-bottom: 2em;
  width: 50%;
}
.newCarBox01Cont00 table th, .newCarBox01Cont00 table td {
  border-color: #f2942c;
  color: #666;
  line-height: 1.35;
  text-align: center;
  padding: 7px;
}
.newCarBox01Cont00 table th {
  background-color: #f2c285;
}
.newCarBox01Cont00 .mainte figure {
  margin: 0 auto;
  width: 80%;
}
.newCarBox01Cont00 .Menteset figure {
  width: calc(33.3333333333% - 10px);
}

@media screen and (max-width: 768px) {
  .newCarBox01Cont00 table {
    width: 100%;
  }
  .newCarBox01Cont00 table th, .newCarBox01Cont00 table td {
    display: table-cell;
    padding: 2px;
  }
  .newCarBox01Cont00 table td {
    padding: 2px 2em;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .newCarBox01Cont00 .flex {
    display: block;
  }
  .newCarBox01Cont00 .Menteset figure {
    width: 100%;
  }
}
.newCarBox01Cont07 {
  margin-top: 2em;
}
.newCarBox01Cont07 p {
  margin-top: 2em;
}
.newCarBox01Cont07 .newCarText {
  text-align: left;
}
.newCarBox01Cont07 figure {
  width: 42%;
}
.newCarBox01Cont07 .newCarText {
  width: 55%;
}
.newCarBox01Cont07 .btnBox {
  text-align: center;
  margin-bottom: 5vw;
}
.newCarBox01Cont07 .btnBox a {
  background-color: #21b4c6;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  font-size: 1.25rem;
  padding: 15px 5vw;
  border-radius: 60px;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 0 0 #167884;
  box-shadow: 0 5px 0 0 #167884;
  position: relative;
}
.newCarBox01Cont07 .btnBox a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newCarBox01Cont07 .btnBox a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.privacyBox01 > p {
  text-align: center;
}
.privacyBox01 .privacyBox01Inner {
  margin-top: 1.5rem;
}
.privacyBox01 .privacyBox01Inner h3 {
  background-color: #fdcc36;
  text-align: center;
  padding: 10px 5px;
  font-weight: 900;
  color: #4d2e19;
}
.privacyBox01 .privacyBox01Inner p {
  margin-top: 1.5rem;
  text-align: center;
}
.privacyBox01 .privacyBox01Inner dl dt {
  text-align: center;
  font-size: 18px;
  color: #fd9a3a;
  margin: 1.5rem 0 5px;
}
.privacyBox01 .privacyBox01Inner dl dd {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .privacyBox01 > p {
    text-align: left;
  }
  .privacyBox01 > p br {
    display: none;
  }
  .privacyBox01 .privacyBox01Inner {
    margin-top: 1.5rem;
  }
  .privacyBox01 .privacyBox01Inner p {
    text-align: left;
  }
  .privacyBox01 .privacyBox01Inner p br {
    display: none;
  }
  .privacyBox01 .privacyBox01Inner dl dd {
    text-align: left;
  }
  .privacyBox01 .privacyBox01Inner dl dd br {
    display: none;
  }
}
.deliveryCarsBox01 .deliveryCarsList {
  margin-top: 2rem;
}
.deliveryCarsBox01 .deliveryCarsList li {
  width: 31.3322222593%;
  margin-bottom: 3%;
}
.deliveryCarsBox01 .deliveryCarsList li:not(:nth-child(3n)) {
  margin-right: 3%;
}
.deliveryCarsBox01 .deliveryCarsList li figure {
  margin-bottom: 1rem;
}
.deliveryCarsBox01 .deliveryCarsList li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.deliveryCarsBox01 .deliveryCarsList li dl dt,
.deliveryCarsBox01 .deliveryCarsList li dl dd {
  font-size: 18px;
  word-break: break-all;
}
.deliveryCarsBox01 .deliveryCarsList li dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fd9a3a;
  width: 4.5rem;
  margin-right: 1rem;
}
.deliveryCarsBox01 .deliveryCarsList li p {
  margin-top: 1rem;
}
.deliveryCarsBox01 .deliveryCarsList li p a {
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: #f2942c;
  color: #fff;
  border-radius: 12px;
  font-size: 1.25rem;
  font-weight: 900;
  padding: 10px;
  line-height: 1.25;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 0 0 #ad600b;
          box-shadow: 0 5px 0 0 #ad600b;
}
.deliveryCarsBox01 .deliveryCarsList li p a:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 0.85rem;
  vertical-align: 1px;
}
.deliveryCarsBox01 .deliveryCarsList li p a:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.deliveryCarsBox01 .deliverycarsDetail .deliverycarsDetailData {
  max-width: 640px;
}
.deliveryCarsBox01 .deliverycarsDetail .deliverycarsDetailData dl {
  margin: 1.5rem 0 0;
  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;
}
.deliveryCarsBox01 .deliverycarsDetail .deliverycarsDetailData dl dt,
.deliveryCarsBox01 .deliverycarsDetail .deliverycarsDetailData dl dd {
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}
.deliveryCarsBox01 .deliverycarsDetail .deliverycarsDetailData dl dt:first-of-type,
.deliveryCarsBox01 .deliverycarsDetail .deliverycarsDetailData dl dd:first-of-type {
  border-top: 1px solid #ccc;
}
.deliveryCarsBox01 .deliverycarsDetail .deliverycarsDetailData dl dt {
  width: 8rem;
  font-size: 18px;
  color: #fd9a3a;
}
.deliveryCarsBox01 .deliverycarsDetail .deliverycarsDetailData dl dd {
  width: calc(100% - 8rem);
  font-size: 18px;
  color: #000;
}
.deliveryCarsBox01 .deliverycarsDetail .commentBox {
  margin-top: 1.5em;
  background: url(../images/cont-img-bg04.gif) repeat center center;
}
.deliveryCarsBox01 .deliverycarsDetail .commentBox .pageTitle01 {
  font-size: 1.25rem;
}
.deliveryCarsBox01 .deliverycarsDetail .commentBox p {
  text-align: center;
  color: #444;
}
.deliveryCarsBox01 .deliverycarsDetail .commentBox .staffIcon {
  margin-top: 1.25rem;
}
.deliveryCarsBox01 .deliverycarsDetail .commentBox .staffIcon img {
  width: 85px;
}
.deliveryCarsBox01 .soFarList h2 {
  text-align: center;
  color: #4d2e19;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.deliveryCarsBox01 .soFarList li {
  width: 33.3333333333%;
}
.deliveryCarsBox01 .soFarList li:not(:last-child) {
  margin-right: 1.25rem;
}
.deliveryCarsBox01 .soFarList li a {
  text-decoration: none;
}
.deliveryCarsBox01 .soFarList li dl {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.deliveryCarsBox01 .soFarList li dl dt,
.deliveryCarsBox01 .soFarList li dl dd {
  padding: 2px 5px;
}
.deliveryCarsBox01 .soFarList li dl dt {
  width: 6rem;
  font-size: 18px;
  color: #fd9a3a;
}
.deliveryCarsBox01 .soFarList li dl dd {
  width: calc(100% - 8rem);
  font-size: 18px;
  color: #000;
}
.deliveryCarsBox01 .btnBox {
  text-align: center;
  margin-top: 5vw;
}
.deliveryCarsBox01 .btnBox a {
  background-color: #f2942c;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  font-size: 1.25rem;
  padding: 15px 5vw;
  border-radius: 60px;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 0 0 #c56d0c;
          box-shadow: 0 5px 0 0 #c56d0c;
  position: relative;
}
.deliveryCarsBox01 .btnBox a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.deliveryCarsBox01 .btnBox a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

@media screen and (max-width: 1024px) {
  .deliveryCarsBox01 .deliveryCarsList li {
    width: 49%;
  }
  .deliveryCarsBox01 .deliveryCarsList li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .deliveryCarsBox01 .deliveryCarsList li:nth-child(2n+1) {
    margin-right: 2%;
  }
  .deliveryCarsBox01 .deliveryCarsList li dl dt,
.deliveryCarsBox01 .deliveryCarsList li dl dd {
    font-size: inherit;
    line-height: 1.5;
  }
  .deliveryCarsBox01 .deliveryCarsList li dl dt {
    width: 4rem;
  }
  .deliveryCarsBox01 .deliveryCarsList li p a {
    font-weight: 600;
    font-size: inherit;
  }
  .deliveryCarsBox01 .soFarList li dl {
    display: block;
  }
  .deliveryCarsBox01 .soFarList li dl dt,
.deliveryCarsBox01 .soFarList li dl dd {
    font-size: 1rem;
    width: 100%;
    padding: 0;
  }
  .deliveryCarsBox01 .soFarList li dl dd {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .deliveryCarsBox01 .deliveryCarsList li dl dt {
    width: 3rem;
    margin-right: 10px;
    font-size: 12px;
  }
  .deliveryCarsBox01 .deliveryCarsList li p a {
    font-size: 12px;
    padding: 8px;
  }
  .deliveryCarsBox01 .deliveryCarsList li p a:after {
    margin-left: 5px;
  }
  .deliveryCarsBox01 .deliverycarsDetail .deliverycarsDetailData dl dt,
.deliveryCarsBox01 .deliverycarsDetail .deliverycarsDetailData dl dd {
    font-size: 14px;
  }
  .deliveryCarsBox01 .deliverycarsDetail .deliverycarsDetailData dl dt {
    width: 4.5rem;
  }
  .deliveryCarsBox01 .deliverycarsDetail .deliverycarsDetailData dl dd {
    width: calc(100% - 4.5rem);
  }
  .deliveryCarsBox01 .deliverycarsDetail .commentBox .staffIcon {
    margin: 10px 0 0;
  }
  .deliveryCarsBox01 .deliverycarsDetail .commentBox .staffIcon img {
    width: 60px;
  }
  .deliveryCarsBox01 .soFarList li:not(:last-child) {
    margin-right: 8px;
  }
  .deliveryCarsBox01 .soFarList li dl {
    margin-top: 5px;
    display: block;
  }
  .deliveryCarsBox01 .soFarList li dl dt,
.deliveryCarsBox01 .soFarList li dl dd {
    font-size: 12px;
    line-height: 1.35;
  }
  .deliveryCarsBox01 .btnBox a {
    width: 80%;
    padding: 15px 5px;
    line-height: 1;
    font-size: 1rem;
  }
}
.staffBox01 > figure {
  margin: 30px 0 80px;
}
.staffBox01 h3 {
  text-align: center;
  margin-bottom: 2em;
}
.staffBox01 .staffList li {
  width: 31.3222259247%;
  margin-bottom: 3%;
}
.staffBox01 .staffList li:not(:nth-child(3n)) {
  margin-right: 3%;
}
.staffBox01 .staffList li img {
  display: block;
  margin: 0 auto;
  max-height: 250px;
}
.staffBox01 .staffList li h3 {
  margin: 15px 0;
  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;
}
.staffBox01 .staffList li h3 span {
  font-size: 14px;
  margin-left: 5px;
}
.staffBox01 .staffList li h3 i {
  font-weight: 900;
  text-align: center;
  width: 100px;
  font-size: 14px;
  color: #fff;
  padding: 5px;
  margin-right: 5px;
}
.staffBox01 .staffList li h3 i.cate01 {
  background-color: #fdcb2e;
}
.staffBox01 .staffList li h3 i.cate02 {
  background-color: #47c698;
}
.staffBox01 .staffList li h3 i.cate03 {
  background-color: #f59090;
}
.staffBox01 .staffList li h3 i.cate04 {
  background-color: #7cbdde;
}

@media screen and (max-width: 1024px) {
  .staffBox01 .staffList li {
    width: 49%;
  }
  .staffBox01 .staffList li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .staffBox01 .staffList li:nth-child(2n+1) {
    margin-right: 2%;
  }
  .staffBox01 .staffList li h3 {
    margin: 0 0 10px;
  }
  .staffBox01 .staffList li h3 i {
    margin: 0 0 5px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .staffBox01 .staffList li img {
    max-height: 120px;
  }
  .staffBox01 .staffList li h3 {
    margin: 0;
    font-size: 1rem;
  }
  .staffBox01 .staffList li h3 i {
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
  }
  .staffBox01 .staffList li h3 span {
    font-size: 11px;
  }
}
.rentalcarBox01 .pageTitle01 {
  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;
}
.rentalcarBox01 .pageTitle01 i {
  position: static;
  -webkit-animation: none;
          animation: none;
  display: inline-block;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 0;
}
.rentalcarBox01 .pageTitle01 i:first-child {
  margin-right: 20px;
}
.rentalcarBox01 .pageTitle01 i:last-child {
  margin-left: 20px;
}
.rentalcarBox01 .rentalcarTable table {
  margin-top: 40px;
}
.rentalcarBox01 .rentalcarTable table th {
  width: auto;
}
.rentalcarBox01 .rentalcarTable table td,
.rentalcarBox01 .rentalcarTable table th {
  padding: 8px 10px;
  color: #484848;
  font-size: 18px;
  line-height: 1.25;
}
.rentalcarBox01 .rentalcarTable table caption {
  color: #4d2e19;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 10px;
}
.rentalcarBox01 .rentalcarTable table caption span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #e00;
}
.rentalcarBox01 .rentalcarTable table sub {
  font-size: 14px;
  margin-left: 5px;
  font-weight: bold;
  display: inline-block;
}
.rentalcarBox01 .rentalcarTable table thead th {
  text-align: center;
  padding: 12px 10px;
}
.rentalcarBox01 .rentalcarTable table thead th:nth-child(2) {
  background: url(../images/pattern-bg01.gif) repeat 0 0 #eee7a9;
}
.rentalcarBox01 .rentalcarTable table thead th:nth-child(3) {
  background: url(../images/pattern-bg01.gif) repeat 0 0 #cbe4ef;
}
.rentalcarBox01 .rentalcarTable table thead th:nth-child(4) {
  background: url(../images/pattern-bg01.gif) repeat 0 0 #cde5d8;
}
.rentalcarBox01 .rentalcarTable table tbody th {
  font-weight: bold;
}
.rentalcarBox01 .rentalcarTable table tbody td {
  font-weight: bold;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  text-align: center;
}
.rentalcarBox01 .rentalcarTable table tbody td:nth-of-type(1) {
  background-color: #fcfbf1;
}
.rentalcarBox01 .rentalcarTable table tbody td:nth-of-type(2) {
  background-color: #f2f8fb;
}
.rentalcarBox01 .rentalcarTable table tbody td:nth-of-type(3) {
  background-color: #f5faf7;
}
.rentalcarBox01 .rentalcarTable .caution {
  text-align: center;
  margin: 1.5rem 0;
  color: #e00;
  line-height: 1.35;
}
.rentalcarBox01 .rentalcarTable p a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 10px 20px;
  border: 6px solid #dcdcdc;
  text-decoration: none;
}
.rentalcarBox01 .rentalcarTable p a i {
  margin-right: 5px;
}
.rentalcarBox01 .rentalcarTable p a:hover {
  background-color: #dcdcdc;
}
.rentalcarBox01 .rentalcarTable p a:hover img {
  opacity: 1;
}
.rentalcarBox01 .example {
  margin: 60px 0;
}
.rentalcarBox01 .example h4 {
  color: #4d2e19;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 15px;
}
.rentalcarBox01 .example .flex {
  margin-top: 20px;
}
.rentalcarBox01 .example .flex figure img {
  display: inline-block;
  padding: 5px;
}
.rentalcarBox01 .example .flex ul {
  margin-left: 10px;
}
.rentalcarBox01 .example .flex ul li {
  position: relative;
  padding-left: 21px;
  font-size: 20px;
  margin-bottom: 6px;
}
.rentalcarBox01 .example .flex ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ff4874;
}

@media screen and (max-width: 600px) {
  .rentalcarBox01 .rentalcarTable table th,
.rentalcarBox01 .rentalcarTable table td {
    display: table-cell;
    margin: 0;
    width: auto;
    font-size: 14px;
    padding: 5px;
  }
  .rentalcarBox01 .rentalcarTable table th sub,
.rentalcarBox01 .rentalcarTable table td sub {
    display: block;
    margin: 0;
  }
  .rentalcarBox01 .rentalcarTable table tbody th,
.rentalcarBox01 .rentalcarTable table tbody td {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .rentalcarBox01 .pageTitle01 i:first-child {
    margin-right: 10px;
  }
  .rentalcarBox01 .pageTitle01 i:last-child {
    margin-left: 10px;
  }
  .rentalcarBox01 .pageTitle01 i img {
    height: auto;
    width: auto;
  }
  .rentalcarBox01 .rentalcarTable table th,
.rentalcarBox01 .rentalcarTable table td {
    font-size: 12px;
  }
  .rentalcarBox01 .rentalcarTable table th sub,
.rentalcarBox01 .rentalcarTable table td sub {
    font-size: 10px;
  }
  .rentalcarBox01 .example h4 {
    font-size: 1.25rem;
  }
  .rentalcarBox01 .example .flex {
    display: block;
    margin-top: 10px;
  }
  .rentalcarBox01 .example .flex figure img {
    width: 49%;
  }
  .rentalcarBox01 .example .flex ul li {
    font-size: 14px;
    padding-left: 17px;
    margin-bottom: 3px;
  }
  .rentalcarBox01 .example .flex ul li:before {
    width: 12px;
    height: 12px;
    top: 5px;
  }
}
.oldcarBox01 .pageTitle02 {
  background-color: #7f94cd;
}
.oldcarBox01 .oldcarList {
  margin-top: 7vh;
}
.oldcarBox01 .oldcarList .oldcarListTitle {
  background-color: #c0d6ea;
  color: #565656;
  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;
  padding: 10px 15px;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.oldcarBox01 .oldcarList .oldcarListTitle h4 {
  margin-right: 15px;
}
.oldcarBox01 .oldcarList .oldcarListTitle span {
  margin-left: auto;
  font-family: "Lato", sans-serif;
  font-size: 1.15rem;
}
.oldcarBox01 .oldcarList .imgBox {
  max-width: 30%;
}
.oldcarBox01 .oldcarList .txtBox {
  margin-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.oldcarBox01 .oldcarList .txtBox p {
  margin: 1.25rem 0;
}
.oldcarBox01 .oldcarList .txtBox .price {
  margin: 0;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
.oldcarBox01 .oldcarList .txtBox .price span {
  font-weight: bold;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
  margin-right: 10px;
  line-height: 1;
}
.oldcarBox01 .oldcarList .txtBox .price span b {
  line-height: 0.8;
  font-size: 3.25rem;
  color: #c8161d;
  font-family: "Lato", sans-serif;
}
.oldcarBox01 .oldcarList .txtBox .price .security {
  background-color: #f29c9f;
  color: #fff;
  line-height: 1;
  padding: 3px 10px;
  margin-left: 10px;
  display: inline-block;
}
.oldcarBox01 .oldcarList .txtBox table tr:last-child {
  border-bottom: 1px solid #ccc;
}
.oldcarBox01 .oldcarList .txtBox table td,
.oldcarBox01 .oldcarList .txtBox table th {
  border: none;
  border-top: 1px solid #ccc;
  padding: 8px 0;
}
.oldcarBox01 .oldcarList .txtBox table th {
  width: 7.25rem;
  color: #7f94cd;
}
.oldcarBox01 .oldcarList .txtBox table td {
  font-size: 1.15rem;
  color: #565656;
}
.oldcarBox01 .oldcarList .txtBox .oldcarListBtn {
  background-color: #7f94cd;
  color: #fff;
  display: block;
  font-weight: 900;
  font-size: 1.25rem;
  padding: 8px 5vw;
  width: 85%;
  text-align: center;
  max-width: 320px;
  border-radius: 60px;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 0 0 #415ca5;
          box-shadow: 0 5px 0 0 #415ca5;
  position: relative;
}
.oldcarBox01 .oldcarList .txtBox .oldcarListBtn:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.oldcarBox01 .oldcarList .txtBox .oldcarListBtn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.oldcarBox01 .otherBnr {
  margin: 7vh 0;
}
.oldcarBox01 .otherBnr p {
  text-align: center;
  font-size: 1.25rem;
  color: #4d2e19;
  font-weight: bold;
  margin-bottom: 1em;
}
.oldcarBox01 .otherBnr li {
  margin: 0 10px;
}

@media screen and (min-width: 1025px) {
  .oldcarBox01 .oldcarFaq dl {
    margin-top: 35px;
  }
  .oldcarBox01 .oldcarFaq dl dt, .oldcarBox01 .oldcarFaq dl dd b {
    overflow: hidden;
    text-indent: 120%;
    white-space: nowrap;
  }
  .oldcarBox01 .oldcarFaq dl dt br, .oldcarBox01 .oldcarFaq dl dd b br {
    display: none;
  }
  .oldcarBox01 .oldcarFaq dl dd {
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .oldcarBox01 .oldcarFaq dl dd b {
    display: block;
  }
  .oldcarBox01 .oldcarFaq dl dd p {
    width: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 230px;
  }
  .oldcarBox01 .oldcarFaq dl:nth-child(1) dt {
    height: 103px;
    background: url(../images/oldcar-faq1-1.png) no-repeat left center;
  }
  .oldcarBox01 .oldcarFaq dl:nth-child(1) dd b {
    height: 179px;
    background: url(../images/oldcar-faq1-2.png) no-repeat right center;
  }
  .oldcarBox01 .oldcarFaq dl:nth-child(1) dd p {
    margin-top: -85px;
  }
  .oldcarBox01 .oldcarFaq dl:nth-child(2) dt {
    height: 105px;
    background: url(../images/oldcar-faq2-1.png) no-repeat left center;
  }
  .oldcarBox01 .oldcarFaq dl:nth-child(2) dd b {
    height: 179px;
    background: url(../images/oldcar-faq2-2.png) no-repeat right center;
  }
  .oldcarBox01 .oldcarFaq dl:nth-child(2) dd p {
    margin-top: -54px;
  }
}
@media screen and (max-width: 1024px) {
  .oldcarBox01 .oldcarFaq.oldcarFaq dl {
    padding: 10px;
    margin-top: 15px;
    background-color: #f2f2f2;
  }
  .oldcarBox01 .oldcarFaq.oldcarFaq dl dt,
.oldcarBox01 .oldcarFaq.oldcarFaq dl dd b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .oldcarBox01 .oldcarFaq.oldcarFaq dl dt:before,
.oldcarBox01 .oldcarFaq.oldcarFaq dl dd b:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .oldcarBox01 .oldcarFaq.oldcarFaq dl dd {
    margin-top: 10px;
  }
  .oldcarBox01 .oldcarFaq.oldcarFaq dl dd p {
    margin-top: -2%;
    padding-left: 90px;
  }
  .oldcarBox01 .oldcarFaq.oldcarFaq dl:nth-child(1) dt:before {
    content: "";
    display: block;
    background: url(../images/oldcar-faq-icon01.png) no-repeat 0 0/100% auto;
  }
  .oldcarBox01 .oldcarFaq.oldcarFaq dl:nth-child(1) dd b:before {
    background: url(../images/oldcar-faq-icon02.png) no-repeat 0 0/100% auto;
  }
  .oldcarBox01 .oldcarFaq.oldcarFaq dl:nth-child(2) dt:before {
    background: url(../images/oldcar-faq-icon03.png) no-repeat 0 0/100% auto;
  }
  .oldcarBox01 .oldcarFaq.oldcarFaq dl:nth-child(2) dd b:before {
    background: url(../images/oldcar-faq-icon04.png) no-repeat 0 0/100% auto;
  }
}
@media screen and (max-width: 768px) {
  .oldcarBox01 .oldcarList .flex {
    display: block;
  }
  .oldcarBox01 .oldcarList .imgBox {
    max-width: none;
  }
  .oldcarBox01 .oldcarList .txtBox {
    margin: 15px 0 0;
  }
  .oldcarBox01 .oldcarList .txtBox .price {
    text-align: center;
    font-size: inherit;
  }
  .oldcarBox01 .oldcarList .txtBox .price span {
    display: block;
    margin-bottom: 5px;
    font-size: 1.25rem;
  }
  .oldcarBox01 .oldcarList .txtBox .price span b {
    font-size: 2.5rem;
  }
  .oldcarBox01 .oldcarList .txtBox table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .oldcarBox01 .oldcarList .txtBox table td,
.oldcarBox01 .oldcarList .txtBox table th {
    padding: 5px;
    font-size: inherit;
  }
  .oldcarBox01 .oldcarList .txtBox table td {
    width: calc(100% - 7.25rem);
  }
  .oldcarBox01 .oldcarList .txtBox .oldcarListBtn {
    margin: 0 auto;
  }
  .oldcarBox01 .otherBnr p {
    margin-bottom: 0;
  }
  .oldcarBox01 .otherBnr ul {
    display: block;
    text-align: center;
  }
  .oldcarBox01 .otherBnr li {
    display: inline-block;
    width: 265px;
    margin: 5px;
  }
}
@media screen and (max-width: 480px) {
  .oldcarBox01 .oldcarFaq.oldcarFaq dl dt:before,
.oldcarBox01 .oldcarFaq.oldcarFaq dl dd b:before {
    width: 40px;
    height: 40px;
  }
  .oldcarBox01 .oldcarFaq.oldcarFaq dl dd p {
    margin-top: 0;
    padding-left: 50px;
  }
  .oldcarBox01 .oldcarList .oldcarListTitle h4 {
    font-size: 1.15rem;
  }
  .oldcarBox01 .oldcarList .oldcarListTitle span {
    margin-top: 5px;
    font-size: 14px;
  }
  .oldcarBox01 .oldcarList .txtBox .oldcarListBtn {
    font-size: 1rem;
    width: 80%;
    padding: 15px 5px;
    line-height: 1;
  }
}
.supportFirst p sub {
  display: block;
  margin-top: 10px;
  color: #777;
}
.supportFirst figure {
  margin: 20px 0;
}

.supportPageLink li {
  width: calc(33.3333333333% - 6px);
  text-align: center;
  margin: 0 0 22px;
}
.supportPageLink li:not(:nth-child(3n)) {
  margin-right: 9px;
}
.supportPageLink li a {
  display: block;
  padding: 12px 10px;
  background-color: #444;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 12px;
  line-height: 1.35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.supportPageLink li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 98%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50;
  border: 15px solid transparent;
  border-bottom: none;
  border-top: 12px solid #444;
}
.supportPageLink li a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(98% + 3px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 49;
  border: 17px solid transparent;
  border-top: 12px solid #444;
}
.supportPageLink li a:hover {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.supportPageLink li a:hover:after {
  -webkit-transform: translate(-50%, -3px);
      -ms-transform: translate(-50%, -3px);
          transform: translate(-50%, -3px);
}
.supportPageLink li:nth-child(1) a {
  background-color: #c9655d;
  -webkit-box-shadow: 0 3px 0 #a33e36;
          box-shadow: 0 3px 0 #a33e36;
}
.supportPageLink li:nth-child(1) a:before {
  border-top-color: #c9655d;
}
.supportPageLink li:nth-child(1) a:after {
  border-top-color: #a33e36;
}
.supportPageLink li:nth-child(2) a {
  background-color: #cba7d0;
  -webkit-box-shadow: 0 3px 0 #ae75b5;
          box-shadow: 0 3px 0 #ae75b5;
}
.supportPageLink li:nth-child(2) a:before {
  border-top-color: #cba7d0;
}
.supportPageLink li:nth-child(2) a:after {
  border-top-color: #ae75b5;
}
.supportPageLink li:nth-child(3) a {
  background-color: #a1c422;
  -webkit-box-shadow: 0 3px 0 #6b8317;
          box-shadow: 0 3px 0 #6b8317;
}
.supportPageLink li:nth-child(3) a:before {
  border-top-color: #a1c422;
}
.supportPageLink li:nth-child(3) a:after {
  border-top-color: #6b8317;
}
.supportPageLink li:nth-child(4) a {
  background-color: #57a07a;
  -webkit-box-shadow: 0 3px 0 #3c6e54;
          box-shadow: 0 3px 0 #3c6e54;
}
.supportPageLink li:nth-child(4) a:before {
  border-top-color: #57a07a;
}
.supportPageLink li:nth-child(4) a:after {
  border-top-color: #3c6e54;
}
.supportPageLink li:nth-child(5) a {
  background-color: #5770b5;
  -webkit-box-shadow: 0 3px 0 #3b4e85;
          box-shadow: 0 3px 0 #3b4e85;
}
.supportPageLink li:nth-child(5) a:before {
  border-top-color: #5770b5;
}
.supportPageLink li:nth-child(5) a:after {
  border-top-color: #3b4e85;
}
.supportPageLink li:nth-child(6) a {
  background-color: #3f86bc;
  -webkit-box-shadow: 0 3px 0 #2c5d83;
          box-shadow: 0 3px 0 #2c5d83;
}
.supportPageLink li:nth-child(6) a:before {
  border-top-color: #3f86bc;
}
.supportPageLink li:nth-child(6) a:after {
  border-top-color: #2c5d83;
}
.supportPageLink li:nth-child(7) a {
  background-color: #6cb5dd;
  -webkit-box-shadow: 0 3px 0 #2f95cd;
          box-shadow: 0 3px 0 #2f95cd;
}
.supportPageLink li:nth-child(7) a:before {
  border-top-color: #6cb5dd;
}
.supportPageLink li:nth-child(7) a:after {
  border-top-color: #2f95cd;
}
.supportPageLink li:nth-child(8) a {
  background-color: #f0bf10;
  -webkit-box-shadow: 0 3px 0 #a9860b;
          box-shadow: 0 3px 0 #a9860b;
}
.supportPageLink li:nth-child(8) a:before {
  border-top-color: #f0bf10;
}
.supportPageLink li:nth-child(8) a:after {
  border-top-color: #a9860b;
}
.supportPageLink li:nth-child(9) a {
  background-color: #df9843;
  -webkit-box-shadow: 0 3px 0 #b6721f;
          box-shadow: 0 3px 0 #b6721f;
}
.supportPageLink li:nth-child(9) a:before {
  border-top-color: #df9843;
}
.supportPageLink li:nth-child(9) a:after {
  border-top-color: #b6721f;
}

@media screen and (max-width: 480px) {
  .supportPageLink.supportPageLink li {
    width: 48%;
    margin: 1% 1% calc(1% + 15px);
  }
  .supportPageLink.supportPageLink li a {
    font-size: 13px;
    padding: 10px 8px;
  }
}
.supportBox01 .pageTitle02 {
  background-color: #c9655d;
}
.supportBox01 .course {
  margin: 30px 0;
}
.supportBox01 .course h3, .supportBox01 .course p {
  margin: 5px 0;
  text-align: center;
}
.supportBox01 .course h3 {
  color: #4d2e19;
}
.supportBox01 .course p span {
  display: inline-block;
  margin-right: 10px;
}
.supportBox01 .course table {
  margin: 10px 0;
}
.supportBox01 .course table th,
.supportBox01 .course table td {
  color: #666;
  line-height: 1.35;
  text-align: center;
  border-color: #d8837a;
  padding: 7px;
}
.supportBox01 .course table th sup,
.supportBox01 .course table td sup {
  vertical-align: super;
  font-size: 12px;
  color: #666;
  margin-left: 2px;
}
.supportBox01 .course table thead th {
  font-size: 1.15em;
  text-align: center;
  background-color: #eabeba;
  background-image: -o-repeating-linear-gradient(135deg, #f4dcda, #f4dcda 2px, transparent 4px, transparent 4px);
  background-image: repeating-linear-gradient(-45deg, #f4dcda, #f4dcda 2px, transparent 4px, transparent 4px);
}
.supportBox01 .course table tbody th {
  font-weight: normal;
  background-color: #f7e6e4;
}
.supportBox01 .course table tbody td {
  font-size: 1.15em;
}
.supportBox01 .course table tr.amount th, .supportBox01 .course table tr.amount td {
  color: #e00;
}
.supportBox01 .course table tr.amount th span, .supportBox01 .course table tr.amount td span {
  color: #666;
}
.supportBox01 .course table tr.break th, .supportBox01 .course table tr.break td {
  border-bottom-width: 2px;
}
.supportBox01 .btnBox {
  text-align: center;
  margin-bottom: 5vw;
}
.supportBox01 .btnBox a {
  background-color: #c9655d;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  font-size: 1.25rem;
  padding: 15px 5vw;
  border-radius: 60px;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 0 0 #a33e36;
  box-shadow: 0 5px 0 0 #a33e36;
  position: relative;
}
.supportBox01 .btnBox a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.supportBox01 .btnBox a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.supportBox01 .point li {
  position: relative;
}
.supportBox01 .point li:nth-child(even) {
  top: -5px;
}
.supportBox01 .point li:nth-child(odd) {
  top: 5px;
}
.supportBox01 .point li:not(:last-child) {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .supportBox01 .course {
    margin-bottom: 15px;
  }
  .supportBox01 .point.point ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .supportBox01 .point.point ul li {
    width: 48%;
    margin: 1%;
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .supportBox01 .course table thead {
    display: none;
  }
  .supportBox01 .course table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #d8837a;
    padding: 5px;
  }
  .supportBox01 .course table tr:first-of-type {
    border-top-width: 2px;
  }
  .supportBox01 .course table tr th,
.supportBox01 .course table tr td {
    border: none;
  }
  .supportBox01 .course table tr th {
    width: calc(100% + 10px);
    margin: -5px;
    padding: 3px 5px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
  }
  .supportBox01 .course table tr th br {
    display: none;
  }
  .supportBox01 .course table tr td {
    text-align: left;
    width: calc(50% - 6px);
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 3px;
  }
  .supportBox01 .course table tr td:before {
    content: "";
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    font-weight: normal;
    vertical-align: middle;
    background-color: #f1f1f1;
    padding: 3px 0;
    line-height: 1;
    width: 4rem;
    text-align: center;
  }
  .supportBox01 .course table tr td:nth-of-type(2n) {
    border-left: none;
  }
  .supportBox01 .course table tr td:nth-of-type(1):before {
    content: "軽自動車";
  }
  .supportBox01 .course table tr td:nth-of-type(2):before {
    content: "小型車";
  }
  .supportBox01 .course table tr td:nth-of-type(3):before {
    content: "中型車";
  }
  .supportBox01 .course table tr td:nth-of-type(4):before {
    content: "普通車";
  }
  .supportBox01 .course table tr td:nth-of-type(5):before {
    content: "大型車";
  }
  .supportBox01 .course table tr.amount {
    background-color: #c85447;
  }
  .supportBox01 .course table tr.amount td,
.supportBox01 .course table tr.amount th {
    color: #fff;
    background-color: #c85447;
  }
  .supportBox01 .course table tr.amount th span,
.supportBox01 .course table tr.amount td sup {
    color: #fff;
    font-size: 10px;
  }
  .supportBox01 .course table tr.amount td:before {
    background-color: #fff;
    color: #c85447;
  }
  .supportBox01 .course table tr.break {
    background-color: #da8b82;
  }
  .supportBox01 .course table tr.break td,
.supportBox01 .course table tr.break th {
    color: #fff;
    background-color: #da8b82;
  }
  .supportBox01 .course table tr.break td:before {
    background-color: #fff;
    color: #da8b82;
  }
  .supportBox01 .course p {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .supportBox01 .btnBox a {
    width: 100%;
    padding: 15px 5px;
    line-height: 1;
    font-size: 1rem;
  }
}
.supportBox02 .pageTitle02 {
  background-color: #cba7d0;
}
.supportBox02 > figure {
  margin-top: 15px;
}

.supportBox03 .pageTitle02 {
  background-color: #a1c422;
}
.supportBox03 > figure {
  margin-top: 15px;
}
.supportBox03 .inspection {
  margin: 30px 0;
}
.supportBox03 .inspection h3, .supportBox03 .inspection p {
  margin: 5px 0;
  text-align: center;
}
.supportBox03 .inspection h3 {
  color: #4d2e19;
}
.supportBox03 .inspection p span {
  display: inline-block;
  margin-right: 10px;
}
.supportBox03 .inspection table {
  margin: 10px 0;
  border: 2px solid #b4d061;
  table-layout: fixed;
}
.supportBox03 .inspection table th,
.supportBox03 .inspection table td {
  color: #666;
  line-height: 1.35;
  text-align: center;
  border-color: #b4d061;
  padding: 7px;
}
.supportBox03 .inspection table th sup,
.supportBox03 .inspection table td sup {
  vertical-align: super;
  font-size: 12px;
  color: #666;
  margin-left: 2px;
}
.supportBox03 .inspection table th.bg01,
.supportBox03 .inspection table td.bg01 {
  background-color: #d5e99b;
}
.supportBox03 .inspection table th.bg01 span,
.supportBox03 .inspection table td.bg01 span {
  font-size: 0.8em;
  font-weight: normal;
  padding-left: 0.5em;
}
.supportBox03 .inspection table th.bg02,
.supportBox03 .inspection table td.bg02 {
  background-color: #eee7a9;
}
.supportBox03 .inspection table th.bg02 span,
.supportBox03 .inspection table td.bg02 span {
  font-size: 0.8em;
  font-weight: normal;
  padding-left: 0.5em;
}
.supportBox03 .inspection table thead th {
  width: auto;
  font-size: 1.15em;
  text-align: center;
}
.supportBox03 .inspection table thead tr:nth-child(1) th:nth-child(1) {
  background-color: #e1ecc0;
  width: 13rem;
}
.supportBox03 .inspection table tbody th {
  font-weight: normal;
  background-color: #e1ecc0;
}
.supportBox03 .inspection table tbody td {
  font-size: 1.15em;
}
.supportBox03 .inspection table .member td {
  color: #e00;
}

@media screen and (max-width: 600px) {
  .supportBox03 .inspection table th,
.supportBox03 .inspection table td {
    margin: 0;
    display: table-cell;
    padding: 5px;
  }
  .supportBox03 .inspection table thead th {
    font-size: 12px;
  }
  .supportBox03 .inspection table thead tr:nth-child(1) th:nth-child(1) {
    width: 4.5rem;
  }
  .supportBox03 .inspection table tbody th {
    font-size: 12px;
  }
  .supportBox03 .inspection table tbody td {
    font-size: 1rem;
  }
}
.supportBox04 .pageTitle02 {
  background-color: #57a07a;
}
.supportBox04 .course table {
  margin: 30px 0;
}
.supportBox04 .course table th,
.supportBox04 .course table td {
  color: #666;
  line-height: 1.35;
  border-color: #79b798;
  padding: 7px;
}
.supportBox04 .course table th {
  background-color: #c9e2d6;
  text-align: center;
}
.supportBox04 .course table th:nth-child(1) {
  width: 10rem;
}
.supportBox04 .course table thead th {
  font-size: 1.15em;
}
.supportBox04 .course table tbody th {
  font-weight: normal;
}
.supportBox04 .course table tbody td {
  font-size: 1.15em;
}
.supportBox04 .wonPass .txt {
  width: 54%;
  margin-right: 30px;
  text-align: center;
}
.supportBox04 .wonPass .txt h3 {
  margin: 1.15vw 20px;
}
.supportBox04 .wonPass figure {
  width: 46%;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .supportBox04 .wonPass .txt {
    margin-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .supportBox04 .course.course table th,
.supportBox04 .course.course table td {
    display: table-cell;
    width: auto;
    margin: 0;
    padding: 5px;
  }
  .supportBox04 .course.course table th {
    font-size: 12px;
  }
  .supportBox04 .course.course table th:first-child {
    width: 5rem;
  }
  .supportBox04 .course.course table tbody td {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .supportBox04 .wonPass .flex {
    display: block;
  }
  .supportBox04 .wonPass .txt, .supportBox04 .wonPass figure {
    width: 100%;
  }
  .supportBox04 .wonPass .txt {
    margin: 0 0 15px;
  }
  .supportBox04 .wonPass .txt h3 {
    max-width: 280px;
    margin: 15px auto;
  }
}
.supportBox05 .pageTitle02 {
  background-color: #5770b5;
}
.supportBox05 .oilkeep {
  margin: 30px 0 15px;
}
.supportBox05 .oilkeep .oilkeepTitle {
  border-bottom: 2px solid #5770b5;
  margin-bottom: 5px;
}
.supportBox05 .oilkeep .oilkeepTitle h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #565656;
}
.supportBox05 .oilkeep .oilkeepTitle h3 span {
  font-size: 1.25rem;
  font-weight: normal;
  margin-left: 5px;
  display: inline-block;
}
.supportBox05 .oilkeep .oilkeepTitle .price {
  margin-left: auto;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  padding-left: 15px;
  color: #e00;
}
.supportBox05 .oilkeep p {
  color: #565656;
  margin: 3px 0;
}
.supportBox05 .oilkeep p b {
  font-weight: 900;
}
.supportBox05 .oilkeep p.deals {
  background-color: #d3d9ec;
  text-align: center;
  padding: 10px;
  font-size: 1.25rem;
  font-weight: 900;
  position: relative;
  margin-top: 30px;
}
.supportBox05 .oilkeep p.deals b {
  font-size: 1.25rem;
  color: #e00;
  margin-right: 3px;
}
.supportBox05 .oilkeep p.deals:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 20px solid transparent;
  border-bottom: 20px solid #d3d9ec;
}
.supportBox05 .oilkeep .leftBox,
.supportBox05 .oilkeep .rightBox {
  width: 50%;
}
.supportBox05 .oilkeep .leftBox {
  margin-right: 4%;
}

@media screen and (max-width: 480px) {
  .supportBox05 .oilkeep {
    margin-top: 0;
    display: block;
  }
  .supportBox05 .oilkeep .oilkeepTitle h3 {
    font-size: 1.25rem;
    line-height: 1;
  }
  .supportBox05 .oilkeep .oilkeepTitle h3 span {
    font-size: 14px;
  }
  .supportBox05 .oilkeep p.deals {
    font-size: 14px;
  }
  .supportBox05 .oilkeep .leftBox,
.supportBox05 .oilkeep .rightBox {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #ccc;
    padding: 10px;
  }
}
.supportBox06 .pageTitle02 {
  background-color: #3f86bc;
}
.supportBox06 > figure {
  margin-top: 15px;
}
.supportBox06 .reason {
  margin: 30px 0 15px;
}
.supportBox06 .reason h3 {
  text-align: center;
  color: #4d2e19;
  margin-bottom: 1.25rem;
}
.supportBox06 .reason .txt {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.supportBox06 .reason .txt dl {
  width: 49%;
  margin-bottom: 2%;
}
.supportBox06 .reason .txt dl:nth-child(2n) {
  margin-left: 2%;
}
.supportBox06 .reason .txt dl dt {
  color: #3f86bc;
  font-weight: 900;
  font-size: 1.15rem;
}
.supportBox06 .reason figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18%;
  margin-left: auto;
}
.supportBox06 .reason figure img {
  display: block;
  margin: 0 0 5px;
}
.supportBox06 .trialTxt {
  color: #e00;
  border: 2px solid #e00;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.15rem;
}
.supportBox06 .priceList {
  margin: 30px 0;
}
.supportBox06 .priceList .table {
  width: 65%;
}
.supportBox06 .priceList .table table {
  margin-bottom: 10px;
}
.supportBox06 .priceList .table table caption {
  font-size: 1.25rem;
  text-align: left;
  font-weight: bold;
  color: #565656;
  line-height: 1.35;
  margin-bottom: 5px;
}
.supportBox06 .priceList .table table th,
.supportBox06 .priceList .table table td {
  border-color: #3f86bc;
  color: #565656;
  line-height: 1.35;
  padding: 8px 5px;
}
.supportBox06 .priceList .table table th {
  text-align: center;
  background-color: #c3d9eb;
}
.supportBox06 .priceList .table table td {
  text-align: center;
}
.supportBox06 .priceList .txt {
  width: 35%;
  margin-left: 30px;
}
.supportBox06 .priceList .txt h3 {
  font-size: 1.25rem;
  padding: 15px 0;
  font-weight: 900;
}
.supportBox06 .priceList .txt h3 i {
  background-color: #e00;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  padding: 5px;
  margin-right: 8px;
}
.supportBox06 .priceList .txt h3 span {
  margin: 3px 0;
  display: inline-block;
}
.supportBox06 .priceList .txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.supportBox06 .priceList .txt dl:first-of-type {
  border-top: 1px solid #ccc;
}
.supportBox06 .priceList .txt dl dt {
  width: 7.5rem;
  color: #3f86bc;
}
.supportBox06 .priceList .txt dl dd {
  color: #e00;
  font-size: 1.25rem;
}
.supportBox06 .priceList .txt p {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .supportBox06 .reason .flex {
    display: block;
  }
  .supportBox06 .reason .txt {
    margin-right: 0;
  }
  .supportBox06 .reason .txt dl {
    width: calc(50% - 3px);
    margin-bottom: 6px;
    border: 1px solid #ccc;
    padding: 5px 8px;
  }
  .supportBox06 .reason .txt dl:nth-child(2n) {
    margin-left: 6px;
  }
  .supportBox06 .reason .txt dl dt {
    font-size: 1rem;
  }
  .supportBox06 .reason .txt dl dd {
    font-size: 14px;
  }
  .supportBox06 .reason figure {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .supportBox06 .reason figure img {
    width: calc(50% - 3px);
  }
  .supportBox06 .reason figure img:nth-child(2) {
    margin-left: 6px;
  }
  .supportBox06 .trialTxt {
    font-size: 1rem;
  }
  .supportBox06 .priceList {
    display: block;
  }
  .supportBox06 .priceList .table,
.supportBox06 .priceList .txt {
    width: 100%;
    margin: 0 0;
  }
  .supportBox06 .priceList .table table caption {
    font-size: 1rem;
  }
  .supportBox06 .priceList .table table th br {
    display: none;
  }
  .supportBox06 .priceList .txt h3 {
    padding: 15px 0 5px;
  }
  .supportBox06 .priceList .txt h3 i {
    font-size: 1rem;
    display: table;
    margin-bottom: 5px;
  }
  .supportBox06 .priceList .txt dl {
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .supportBox06 .priceList .table table {
    table-layout: fixed;
  }
  .supportBox06 .priceList .table table th,
.supportBox06 .priceList .table table td {
    display: table-cell;
    width: auto;
    font-size: 12px;
    padding: 5px 3px;
  }
  .supportBox06 .priceList .table table thead th:nth-child(1) {
    width: 4rem;
  }
  .supportBox06 .priceList .table table thead th:nth-child(2) {
    width: 3rem;
  }
  .supportBox06 .priceList .table table tbody td {
    line-height: 1.25;
  }
}
.supportBox07 .pageTitle02 {
  background-color: #6cb5dd;
}
.supportBox07 .price {
  background-color: #f6f3e8;
  display: table;
  margin: 20px auto;
  padding: 15px 20px;
  color: #2f95cd;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.supportBox07 .price span {
  display: inline-block;
  padding: 0 10px;
}
.supportBox07 .point li {
  padding: 20px;
  text-align: center;
}
.supportBox07 .point li:nth-child(1), .supportBox07 .point li:nth-child(3) {
  width: 30%;
}
.supportBox07 .point li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.supportBox07 .point li:not(:last-child) {
  border-right: 1px solid #6cb5dd;
}
.supportBox07 .point li h3 {
  color: #615957;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.supportBox07 .point li p {
  font-size: 1.15rem;
  color: #615957;
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 1.35;
}
.supportBox07 .point li sub {
  font-size: 12px;
  text-align: left;
  display: block;
}
.supportBox07 .point li .fa01 {
  color: #e00;
}
.supportBox07 .point li .fa01 b {
  font-size: 2.5rem;
  line-height: 1;
}
.supportBox07 .point li .speedDial {
  margin-top: 1.25rem;
}
.supportBox07 .point li .speedDial i {
  border: 1px solid #ccc;
  border-right: none;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 900;
}
.supportBox07 .point li .speedDial i:last-child {
  border-right: 1px solid #ccc;
}
.supportBox07 .point li .free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}
.supportBox07 .point li .free dt {
  text-align: left;
}
.supportBox07 .point li .free dd {
  color: #e00;
  font-size: 2em;
  font-weight: 900;
}
.supportBox07 .point li .free dd:before {
  content: "";
  display: inline-block;
  background: url(../images/arrow-icon01.png) no-repeat center center/cover;
  margin: 0 7px;
  vertical-align: middle;
  width: 38px;
  height: 38px;
}
.supportBox07 .detailBtn {
  text-align: center;
  margin: 30px 0;
}
.supportBox07 .detailBtn a {
  background-color: #6cb5dd;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  font-size: 1.25rem;
  padding: 15px 5vw;
  border-radius: 60px;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 0 0 #2677a4;
          box-shadow: 0 5px 0 0 #2677a4;
  position: relative;
}
.supportBox07 .detailBtn a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.supportBox07 .detailBtn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

@media screen and (max-width: 1024px) {
  .supportBox07 .point.point {
    display: block;
  }
  .supportBox07 .point.point li {
    width: 100%;
    border: 1px solid #6cb5dd;
    padding: 3vw 5px;
  }
  .supportBox07 .point.point li:not(:first-child) {
    border-top: none;
  }
  .supportBox07 .point.point li sub {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .supportBox07 .price {
    padding: 8px;
  }
  .supportBox07 .point.point li {
    padding: 15px 10px 10px;
  }
  .supportBox07 .point.point li h3 {
    font-size: 1.25rem;
  }
  .supportBox07 .point.point li .free {
    display: block;
    background-color: #f1f1f1;
    padding: 10px;
  }
  .supportBox07 .point.point li .free dt {
    display: table;
    margin: 0 auto;
  }
  .supportBox07 .point.point li .free dd {
    font-size: 1.75rem;
  }
  .supportBox07 .point.point li .free dd:before {
    margin: 0 3px 0 0;
    width: 1.25rem;
    height: 1.25rem;
  }
  .supportBox07 .detailBtn {
    margin: 20px 0 50px;
  }
  .supportBox07 .detailBtn a {
    width: 80%;
    padding: 15px 5px;
    line-height: 1;
    font-size: 1rem;
  }
}
.supportBox08 .pageTitle02 {
  background-color: #f0bf10;
}
.supportBox08 .merit {
  margin: 30px 0;
}
.supportBox08 .merit h3 {
  text-align: center;
  color: #4d2e19;
  margin: 15px 0;
}
.supportBox08 .merit li {
  width: 22%;
  margin: 0.5vw 1vw;
}
.supportBox08 .bnrBox {
  background-color: #f1f1f1;
  padding: 20px 10px;
}
.supportBox08 .bnrBox h3 {
  text-align: center;
  color: #4d2e19;
  margin-bottom: 15px;
}
.supportBox08 .bnrBox li {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .supportBox08 .merit .flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .supportBox08 .merit li {
    width: 48%;
    margin: 1%;
  }
  .supportBox08 .bnrBox li {
    margin: 0 3px;
  }
}
.supportBox09 .pageTitle02 {
  background-color: #df9843;
}
.supportBox09 .recommend {
  margin-top: 16px;
}
.supportBox09 .recommend ul {
  width: 41%;
}
.supportBox09 .recommend ul li {
  background-color: #df9843;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  font-size: 1.25rem;
  padding: 15px 10px;
  font-weight: bold;
  margin: 10px 0;
}
.supportBox09 .recommend .center {
  width: 18%;
  margin: 0 15px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .supportBox09 .recommend {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .supportBox09 .recommend .center {
    display: none;
  }
  .supportBox09 .recommend ul {
    width: calc(50% - 5px);
    margin-bottom: 30px;
  }
  .supportBox09 .recommend ul.right {
    margin-left: 10px;
  }
  .supportBox09 .recommend ul li {
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    height: 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .supportBox09 .recommend {
    margin: 0;
  }
  .supportBox09 .recommend ul li {
    padding: 5px;
    font-size: 14px;
    line-height: 1.35;
  }
}
/* ==================== 神戸ダイハツニュース　==================== */
#KanbeNews .news_report {
  border-bottom: 2px dotted #e9485f;
  margin-bottom: 2em;
}
#KanbeNews .news_report .news_pattern {
  padding: 1em 0;
  overflow: auto;
  clear: both;
}
#KanbeNews .news_report .news_pattern figure {
  float: right;
  padding-left: 2em;
  max-width: 40%;
}
#KanbeNews .news_report .news_pattern figcaption {
  text-align: left;
}
#KanbeNews .news_report .news_pattern .pattern_left figure, #KanbeNews .news_report .news_pattern .pattern_right figure {
  float: left;
  max-width: 48%;
}
#KanbeNews .news_report .news_pattern .pattern_left figure img, #KanbeNews .news_report .news_pattern .pattern_right figure img {
  max-height: 300px;
  width: auto;
}

.news_backnumber_wrap ul li {
  padding-bottom: 1em;
}
.news_backnumber_wrap ul li a {
  text-decoration: underline;
}

.news_backnumber {
  margin-top: 3em;
}

@media screen and (max-width: 480px) {
  #KanbeNews .news_report .news_pattern figure {
    float: none;
    padding-left: 0;
    margin: 0 auto 0.8em;
    max-width: 100%;
  }
  #KanbeNews .news_report .news_pattern .pattern_left figure, #KanbeNews .news_report .news_pattern .pattern_right figure {
    float: none;
    max-width: 100%;
  }
}
.topImg {
  margin-bottom: 50px;
}
.topImg .inner {
  position: relative;
}
.topImg h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}
.topImg h1 br {
  display: none;
}
.topImg .slick-slider {
  margin-bottom: 0;
}
.topImg .topImgMainimg {
  position: relative;
  margin-bottom: 15px;
}
.topImg .topImgMainimg .arrowRight,
.topImg .topImgMainimg .arrowLeft {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
  color: #fff;
  font-weight: normal;
  font-size: 120px;
  padding: 15px;
  cursor: pointer;
}
.topImg .topImgMainimg .arrowRight:before,
.topImg .topImgMainimg .arrowLeft:before {
  content: "";
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 25px;
  height: 25px;
}
.topImg .topImgMainimg .arrowRight {
  left: 5px;
}
.topImg .topImgMainimg .arrowRight:before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.topImg .topImgMainimg .arrowLeft {
  right: 5px;
}
.topImg .topImgMainimg .arrowLeft:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.topImg .topImgThumbnail {
  width: 85%;
  margin: 0 auto;
}
.topImg .topImgThumbnail li {
  margin: 0 3px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .topImg .topImgThumbnail {
    width: 100%;
  }
}
.indexRecommend .flex {
  margin-bottom: 30px;
}
.indexRecommend .flex li {
  width: calc(33.3333333333% - 20px);
  margin-top: 30px;
}
.indexRecommend .flex li:not(:nth-child(3n)) {
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .indexRecommend .flex {
    margin-top: 8px;
  }
  .indexRecommend .flex li {
    width: calc(33.3333333333% - 8px);
    margin-top: 8px;
  }
  .indexRecommend .flex li:not(:nth-child(3n)) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .indexRecommend .flex.flex li {
    width: calc(50% - 5px);
    margin-top: 6px;
  }
  .indexRecommend .flex.flex li:nth-child(2n) {
    margin-left: 10px;
  }
  .indexRecommend .flex.flex li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.indexDiscount .flex {
  margin-top: 30px;
}
.indexDiscount .discountArticle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 20px 30px;
  position: relative;
}
.indexDiscount .discountArticle:not(:last-child) {
  border-right: dotted 2px #999;
}
.indexDiscount .discountArticle h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 900;
}
.indexDiscount .discountArticle h3:before {
  content: "";
  display: block;
  background: url(../images/page-icon01.png) no-repeat center center;
  width: 100%;
  height: 26px;
  margin-bottom: 5px;
}
.indexDiscount .discountArticle figure {
  text-align: center;
  margin-bottom: 1rem;
}
.indexDiscount .discountArticle p {
  margin: 5px 0;
  text-align: left;
}
.indexDiscount .discountArticle .dammyBtn {
  position: absolute;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  bottom: 20px;
  width: calc(100% - 60px);
  padding: 11px 0;
  display: block;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-weight: 900;
}
.indexDiscount .discountArticle a {
  display: block;
  padding-bottom: 80px;
  text-decoration: underline;
}
.indexDiscount .discountArticle a:hover {
  text-decoration: none;
}
.indexDiscount .discountArticle a:hover .dammyBtn {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.indexDiscount .discountArticle:nth-of-type(1) h3 {
  color: #21b4c6;
}
.indexDiscount .discountArticle:nth-of-type(1) .dammyBtn {
  background-color: #21b4c6;
  -webkit-box-shadow: 0 5px 0 0 #167884;
          box-shadow: 0 5px 0 0 #167884;
}
.indexDiscount .discountArticle:nth-of-type(2) h3 {
  color: #9464d5;
}
.indexDiscount .discountArticle:nth-of-type(2) .dammyBtn {
  background-color: #9464d5;
  -webkit-box-shadow: 0 5px 0 0 #6c32ba;
          box-shadow: 0 5px 0 0 #6c32ba;
}
.indexDiscount .discountArticle:nth-of-type(3) h3 {
  color: #f2942c;
}
.indexDiscount .discountArticle:nth-of-type(3) .dammyBtn {
  background-color: #f2942c;
  -webkit-box-shadow: 0 5px 0 0 #c56d0c;
          box-shadow: 0 5px 0 0 #c56d0c;
}

@media screen and (max-width: 1024px) {
  .indexDiscount .flex {
    margin-top: 0;
    display: block;
  }
  .indexDiscount .discountArticle {
    padding: 25px 0;
  }
  .indexDiscount .discountArticle:not(:last-child) {
    border-right: none;
    border-bottom: 2px dotted #ccc;
  }
  .indexDiscount .discountArticle a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    text-decoration: none;
  }
  .indexDiscount .discountArticle .txtBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px;
  }
  .indexDiscount .discountArticle p.dammyBtn {
    position: static;
    margin-top: 30px;
    margin-left: auto;
    width: 260px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .indexDiscount .discountArticle a {
    display: block;
  }
  .indexDiscount .discountArticle .txtBox {
    margin: 0;
  }
  .indexDiscount .discountArticle p.dammyBtn {
    margin: 20px auto 0;
  }
}
.indexBigBnr img {
  margin: 50px 0 0;
}
.indexBigBnr ul li {
  width: calc(50% - 20px);
}
.indexBigBnr ul:last-child {
  margin-bottom: 3em;
}

@media screen and (max-width: 480px) {
  .indexBigBnr img {
    margin: 20px 0 0;
  }
  .indexBigBnr p {
    margin: 15px 0;
  }
  .indexBigBnr ul {
    display: block;
  }
  .indexBigBnr ul li {
    width: 100%;
  }
}
.indexOther {
  background: url(../images/cont-img-bg02.gif) repeat center center/cover;
}
.indexOther .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.indexOther .leftCalender .sunday,
.indexOther .leftCalender .holiday {
  background-color: #FFB8BF;
}
.indexOther .leftCalender .gozen {
  background-color: #b6e3ff;
}
.indexOther .leftCalender h2 {
  background: url(../images/titile-bg01.png) no-repeat center center;
  text-align: center;
  height: 43px;
  line-height: 48px;
  margin-bottom: 1.25rem;
}
.indexOther .leftCalender .calenderInner {
  background-color: #fff;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.indexOther .leftCalender table {
  margin-right: 30px;
  width: auto;
}
.indexOther .leftCalender table caption {
  font-weight: bold;
}
.indexOther .leftCalender table td, .indexOther .leftCalender table th {
  font-size: 12px;
  text-align: center;
  padding: 5px;
  border: 1px solid #FFF;
}
.indexOther .leftCalender table th {
  width: auto;
  font-weight: bold;
  color: #FFF;
  background: #C1C1C1;
}
.indexOther .leftCalender table td {
  background: #EAEAEA;
}
.indexOther .rightBnr {
  margin-left: auto;
}
.indexOther .rightBnr p {
  margin: 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .indexOther .leftCalender {
    width: 70%;
    margin-right: 30px;
  }
  .indexOther .leftCalender .calenderInner {
    padding: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .indexOther .leftCalender table {
    margin: 5px;
  }
  .indexOther .leftCalender p {
    margin-top: 5px;
    width: 100%;
    text-align: center;
  }
  .indexOther .leftCalender p br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .indexOther .flex {
    display: block;
  }
  .indexOther .leftCalender {
    width: 100%;
  }
  .indexOther .rightBnr {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .indexOther .calenderInner table th,
.indexOther .calenderInner table td {
    display: table-cell;
    margin: 0;
    width: 14.2857142857%;
  }
}
/*# sourceMappingURL=style.css.map */