@charset "UTF-8";
@font-face {
  font-family: "D-DIN";
  src: url("../font/D-DIN-Bold.ttf.woff") format("woff");
}

/* -----------------------------------------
Reaet
----------------------------------------- */
html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
}

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

ul, ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

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

i {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  overflow: visible;
  text-transform: none;
}

button:focus {
  outline: none;
}

select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  vertical-align: middle;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

select {
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* -----------------------------------------
Scaffolding
----------------------------------------- */
body {
  min-width: 1000px;
}

.wrapper {
  position: relative;
  font-family: "Hiragino Sans","Meiryo","MS Pgothic",helvetica,arial,sans-serif;
  font-size: 14px;
  line-height: 1.35;
  padding-top: 160px;
  padding-bottom: 77px;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 146px;
    padding-bottom: 71px;
  }
}

.wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

.wrapper a {
  position: relative;
}

.wrapper a:hover, .wrapper a:active, .wrapper a:focus {
  text-decoration: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/* -----------------------------------------
Page Contetns
----------------------------------------- */
.link-over {
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.link-over:hover {
  opacity: 0.8;
}

.inner {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
  }
}

/* Header
----------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
}

.header .top {
  border-top: 2px solid #ffe200;
}

@media screen and (max-width: 767px) {
  .header .top {
    position: relative;
  }
}

.header .top .inner {
  max-width: 100%;
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .header .top .inner {
    padding: 6px 10px;
  }
}

.header .top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top .logo img {
  width: 55px;
}

.header .top .logo span {
  font-size: 12px;
  padding: 0 20px;
  font-weight: 600;
}

.header .top .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top .btn .web {
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7500), to(#ff3a00));
  background: linear-gradient(#ff7500, #ff3a00);
  border-bottom: 3px solid #a10f00;
}

@media screen and (max-width: 767px) {
  .header .top .btn .web {
    margin: 0;
  }
}

.header .top .btn .web a {
  display: block;
  padding: 14px 32px 14px 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-image: url(../img/btn-web-pc-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 22px,8px;
  background-position: 6% 50%,92% 50%;
}

@media screen and (max-width: 767px) {
  .header .top .btn .web a {
    background-image: url(../img/btn-web-sp-img.png), url(../img/btn-arrow-type01-img.png);
    background-size: 16px,8px;
    background-position: 10% 50%,92% 50%;
    padding: 16px 36px 16px 46px;
    font-size: 14px;
  }
}

.header .top .btn .line {
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#95d800), to(#5bb800));
  background: linear-gradient(#95d800, #5bb800);
  border-bottom: 3px solid #387300;
}

.header .top .btn .line a {
  display: block;
  padding: 14px 32px 14px 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-image: url(../img/btn-line-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 18px,8px;
  background-position: 8% 54%,92% 50%;
}

.header .top .btn .tel {
  padding-left: 60px;
  background-image: url(../img/tel-logo-img.png);
  background-size: 50px;
  background-position: 2% 50%;
}

.header .top .btn .tel p {
  font-size: 10px;
  font-weight: 600;
}

.header .top .btn .tel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top .btn .tel .wrap a {
  font-family: "D-DIN";
  color: #004ca0;
  font-weight: 600;
  font-size: 26px;
}

.header .top .btn .tel .wrap span {
  color: #004ca0;
  font-weight: 600;
  font-size: 10px;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .header .top .toggle-nav-icon {
    width: 68px;
    height: 68px;
    background-color: #ffe200;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .header .top .toggle-nav-icon .line {
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

@media screen and (max-width: 767px) {
  .header .top .toggle-nav-icon .line.line01 {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .header .top .toggle-nav-icon .line.line02 {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header .top .toggle-nav-icon.active .line.line01 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .header .top .toggle-nav-icon.active .line.line02 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 32px;
  }
}

.header .center {
  background-color: #ffe200;
}

.header .center .inner {
  padding: 0 100px;
}

.header .center .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .center .list li {
  width: 20%;
  text-align: center;
}

.header .center .list li a {
  color: #000;
  display: block;
  padding: 16px 10px;
  font-weight: 600;
  font-size: 12px;
}

.header .center .list li a:hover {
  background-color: #faf5e1;
}

.header .center .list li a.active:before {
  content: '';
  position: absolute;
  width: 22%;
  height: 3px;
  background-color: #000;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}

.header .bottom {
  background-color: #ffebeb;
}

.header .bottom .inner {
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .header .bottom .inner {
    padding: 6px 10px;
  }
}

.header .bottom p.notice {
  color: #df3838;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header .bottom p.notice {
    font-size: 12px;
    font-weight: 500;
  }
}

.header .hidden-menu {
  display: none;
}

.header .hidden-menu .list a {
  background-color: #faf5e1;
  padding: 10px 20px;
  color: #000;
  display: block;
  position: relative;
  background-image: url(../img/btn-arrow-type03-img.png);
  background-size: 8px;
  background-position: 96% 50%;
  border-bottom: 2px solid #eae6d5;
  font-size: 12px;
}

.header .campaign-banner {
  background-color: #f63920;
}

.header .campaign-banner .inner {
  padding: 6px 20px;
  text-align: center;
}

.header .campaign-banner .txt {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .header .campaign-banner .txt {
    font-weight: 600;
  }
}

.header .campaign-banner .txt span {
  display: inline-block;
  background-color: #f63920;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 22px;
  font-weight: 600;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .header .campaign-banner .txt span {
    padding: 6px 10px;
  }
}

.header .campaign-banner .txt b {
  font-family: "D-DIN";
  font-size: 30px;
  line-height: 1;
  vertical-align: sub;
  display: inline-block;
  margin: 0 4px;
}

@media screen and (max-width: 767px) {
  .header .campaign-banner .txt b {
    font-size: 34px;
  }
}

/* Footer
----------------------------------------- */
.footer .sub-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7c020), to(#efd421));
  background: linear-gradient(#f7c020, #efd421);
  position: relative;
}

.footer .sub-area:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #efd521;
}

.footer .sub-area .inner {
  padding: 20px 40px;
  background-image: url(../img/footer-back-img.png);
  background-size: 70%;
  background-position: 0% 86%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer .sub-area .inner {
    padding: 20px;
    background-size: 98%;
    background-position: 50% 88%;
  }
}

.footer .sub-area .inner:after {
  content: '';
  width: 230px;
  height: 300px;
  background-image: url(../img/fv-pc-img.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 4%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .footer .sub-area .inner:after {
    width: 126px;
    height: 166px;
    right: 2%;
  }
}

.footer .sub-area .txt {
  text-align: center;
}

.footer .sub-area .txt .label {
  display: inline-block;
  background-color: #e63c00;
  color: #fff;
  font-weight: 600;
  padding: 6px 20px;
}

.footer .sub-area .txt p {
  margin: 10px 0;
  font-weight: 600;
  font-size: 22px;
}

.footer .sub-area .txt .wrap {
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer .sub-area .txt .wrap:after {
  content: '';
  width: 90px;
  height: 76px;
  background-image: url(../img/circle-type01-img.png);
  position: absolute;
  left: -10px;
  top: -46px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .footer .sub-area .txt .wrap:after {
    content: none;
  }
}

.footer .sub-area .txt .wrap b {
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  font-size: 40px;
  font-weight: 600;
  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;
  margin-right: 6px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .footer .sub-area .txt .wrap b {
    font-size: 34px;
  }
}

.footer .sub-area .txt .notice {
  margin-top: 6px;
  font-weight: 600;
}

.footer .sub-area .txt .notice span {
  color: #fff;
}

.footer .sub-area .list {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .footer .sub-area .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer .sub-area .list li {
  background-color: #fff;
  border-radius: 100%;
  width: 110px;
  height: 110px;
  margin-right: 20px;
  border: 2px solid #f1d532;
  -webkit-box-shadow: 0 0 0 4px #fff;
          box-shadow: 0 0 0 4px #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .footer .sub-area .list li {
    width: 100px;
    height: 100px;
    margin-right: 16px;
  }
}

.footer .sub-area .list li span {
  color: #f63920;
  font-size: 24px;
  line-height: 1;
  margin: 6px 0;
}

@media screen and (max-width: 767px) {
  .footer .sub-area .list li span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer .sub-area .list li:nth-of-type(2) {
    display: none;
  }
}

.footer .footer-btn .inner {
  padding: 30px 20px 20px;
}

.footer .footer-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer .footer-btn .btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .footer-btn .btn .web {
  width: 30%;
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7500), to(#ff3a00));
  background: linear-gradient(#ff7500, #ff3a00);
  border-bottom: 3px solid #a10f00;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .footer-btn .btn .web {
    width: 48%;
    margin: 0;
  }
}

.footer .footer-btn .btn .web a {
  display: block;
  padding: 18px 32px 18px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/btn-web-pc-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 22px,8px;
  background-position: 6% 50%,92% 50%;
}

@media screen and (max-width: 767px) {
  .footer .footer-btn .btn .web a {
    padding: 18px 16px 18px 30px;
    font-size: 12px;
    font-weight: 700;
    background-image: url(../img/btn-web-sp-img.png), url(../img/btn-arrow-type01-img.png);
    background-size: 16px,8px;
    background-position: 8% 50%,92% 50%;
  }
}

.footer .footer-btn .btn .line {
  width: 30%;
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#95d800), to(#5bb800));
  background: linear-gradient(#95d800, #5bb800);
  border-bottom: 3px solid #387300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .footer-btn .btn .line {
    width: 48%;
    margin: 0;
  }
}

.footer .footer-btn .btn .line a {
  display: block;
  padding: 18px 32px 18px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/btn-line-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 18px,8px;
  background-position: 8% 54%,92% 50%;
}

@media screen and (max-width: 767px) {
  .footer .footer-btn .btn .line a {
    padding: 18px 16px 18px 30px;
    font-size: 12px;
    font-weight: 700;
  }
}

.footer .footer-btn .btn .tel {
  width: 38%;
  padding-left: 60px;
  background-image: url(../img/tel-logo-img.png);
  background-size: 50px;
  background-position: 2% 50%;
}

@media screen and (max-width: 767px) {
  .footer .footer-btn .btn .tel {
    width: 100%;
    padding-left: 70px;
    background-size: 66px;
    background-position: 0% 50%;
    margin-bottom: 10px;
  }
}

.footer .footer-btn .btn .tel p {
  font-size: 11px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .footer .footer-btn .btn .tel p {
    font-size: 12px;
  }
}

.footer .footer-btn .btn .tel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-btn .btn .tel .wrap a {
  font-family: "D-DIN";
  color: #004ca0;
  font-weight: 600;
  font-size: 30px;
}

.footer .footer-btn .btn .tel .wrap span {
  color: #004ca0;
  font-weight: 600;
  font-size: 11px;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .footer .footer-btn .btn .tel .wrap span {
    font-size: 12px;
  }
}

.footer .breadcrumb-list {
  background-color: #faf5e1;
}

.footer .breadcrumb-list .inner {
  padding: 6px 20px;
}

.footer .breadcrumb-list span,
.footer .breadcrumb-list a {
  color: #000;
  font-weight: 600;
  font-size: 10px;
}

.footer .footer-link {
  background-color: #ffe200;
}

.footer .footer-link a {
  color: #000;
}

.footer .footer-link .inner {
  padding: 40px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-link .box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-link .box .list li {
  margin-bottom: 10px;
  font-size: 12px;
}

.footer .footer-link .box .list li:before {
  content: '・';
}

.footer .footer-link .box.box01 .ttl {
  margin-bottom: 14px;
}

.footer .footer-link .box.box01 .wrap.type01 {
  width: 40%;
}

.footer .footer-link .box.box01 .wrap.type02 {
  width: 60%;
}

.footer .footer-link .box.box01 .wrap.type02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer-link .box.box01 .wrap.type02 .list li {
  width: 50%;
}

.footer .footer-link .box.box02 {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer .footer-link .box.box02 .ttl {
  margin-bottom: 14px;
}

.footer .footer-link .box.box02 .list {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .footer .footer-sp-link .list li.link a {
    background-color: #ffe200;
    padding: 10px 20px;
    color: #000;
    display: block;
    position: relative;
    background-image: url(../img/btn-arrow-type03-img.png);
    background-size: 8px;
    background-position: 96% 50%;
    border-bottom: 2px solid #d5bd00;
  }
  .footer .footer-sp-link .list li.sub-main-nav {
    background-color: #ffe200;
    padding: 10px 20px;
    position: relative;
    background-image: url(../img/btn-arrow-type03-img.png);
    background-size: 8px;
    background-position: 96% 50%;
    border-bottom: 2px solid #d5bd00;
    cursor: pointer;
  }
  .footer .footer-sp-link .list li.sub-menu {
    display: none;
  }
  .footer .footer-sp-link .list li.sub-menu a {
    background-color: #faf5e1;
    padding: 10px 20px;
    color: #000;
    display: block;
    position: relative;
    background-image: url(../img/btn-arrow-type03-img.png);
    background-size: 8px;
    background-position: 96% 50%;
    border-bottom: 2px solid #eae6d5;
    font-size: 12px;
  }
}

.footer .copyright {
  background-color: #ffe200;
  text-align: center;
  font-size: 12px;
  padding: 6px 0;
  border-top: 1px solid #fff;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    padding: 14px 0;
    line-height: 1.75;
    background-color: #faf5e1;
    border-top: none;
  }
}

.footer .contact-form .inner.contact-inner {
  padding: 20px 20px 60px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .inner.contact-inner {
    padding: 20px 10px 20px;
  }
}

.footer .contact-form .campaign-banner {
  background-color: #f63920;
}

.footer .contact-form .campaign-banner .inner {
  padding: 6px 20px;
  text-align: center;
}

.footer .contact-form .campaign-banner .txt {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .campaign-banner .txt {
    font-weight: 600;
  }
}

.footer .contact-form .campaign-banner .txt span {
  display: inline-block;
  background-color: #f63920;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 22px;
  font-weight: 600;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .campaign-banner .txt span {
    padding: 6px 10px;
  }
}

.footer .contact-form .campaign-banner .txt b {
  font-family: "D-DIN";
  font-size: 30px;
  line-height: 1;
  vertical-align: sub;
  display: inline-block;
  margin: 0 4px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .campaign-banner .txt b {
    font-size: 34px;
  }
}

.footer .contact-form .btn-area.top-area .inner {
  padding: 20px 0;
}

.footer .contact-form .btn-area.top-area .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .btn-area.top-area .btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .contact-form .btn-area.top-area .btn .line {
  width: 40%;
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#95d800), to(#5bb800));
  background: linear-gradient(#95d800, #5bb800);
  border-bottom: 3px solid #387300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .btn-area.top-area .btn .line {
    width: 100%;
    margin: 0;
  }
}

.footer .contact-form .btn-area.top-area .btn .line a {
  display: block;
  padding: 18px 32px 18px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/btn-line-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 18px,8px;
  background-position: 8% 54%,92% 50%;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .btn-area.top-area .btn .line a {
    padding: 18px 16px 18px 30px;
    font-weight: 700;
    background-size: 22px,10px;
  }
}

.footer .contact-form .btn-area.top-area .btn .tel {
  width: 60%;
  padding-left: 60px;
  background-image: url(../img/tel-logo-img.png);
  background-size: 50px;
  background-position: 2% 50%;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .btn-area.top-area .btn .tel {
    width: 100%;
    padding-left: 70px;
    background-size: 66px;
    background-position: 0% 50%;
    margin-bottom: 10px;
  }
}

.footer .contact-form .btn-area.top-area .btn .tel p {
  font-size: 11px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .btn-area.top-area .btn .tel p {
    font-size: 12px;
  }
}

.footer .contact-form .btn-area.top-area .btn .tel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .contact-form .btn-area.top-area .btn .tel .wrap a {
  font-family: "D-DIN";
  color: #004ca0;
  font-weight: 600;
  font-size: 30px;
}

.footer .contact-form .btn-area.top-area .btn .tel .wrap span {
  color: #004ca0;
  font-weight: 600;
  font-size: 11px;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .btn-area.top-area .btn .tel .wrap span {
    font-size: 12px;
  }
}

.footer .contact-form .ttl h2 {
  margin-bottom: 20px;
  background-color: #ffe200;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
}

.footer .contact-form .form-box {
  background-color: #faf5e1;
  padding: 20px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .form-box {
    padding: 20px 10px;
  }
}

.footer .contact-form .form-box .area-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .form-box .area-box {
    margin-bottom: 10px;
  }
}

.footer .contact-form .form-box .area-box .name {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .form-box .area-box .name {
    width: 40%;
  }
}

.footer .contact-form .form-box .area-box .input-area {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .form-box .area-box .input-area {
    width: 60%;
  }
}

.footer .contact-form .form-box .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.footer .contact-form .form-box .name span {
  width: 40px;
  background-color: #ff4800;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  padding: 4px 6px;
  font-size: 10px;
  text-align: center;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .form-box .name span {
    margin-right: 6px;
  }
}

.footer .contact-form .form-box .name span.not-req {
  background-color: #004ca0;
}

.footer .contact-form .form-box .name p {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .form-box .name p {
    font-size: 12px;
  }
}

.footer .contact-form .form-box .input-area input {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #eae6d5;
}

.footer .contact-form .form-box .input-area input::-webkit-input-placeholder {
  color: #d7d7d7;
}

.footer .contact-form .form-box .input-area input:-ms-input-placeholder {
  color: #d7d7d7;
}

.footer .contact-form .form-box .input-area input::-ms-input-placeholder {
  color: #d7d7d7;
}

.footer .contact-form .form-box .input-area input::placeholder {
  color: #d7d7d7;
}

.footer .contact-form .form-box .input-area select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #eae6d5;
  background-color: #fff;
}

.footer .contact-form .form-box .input-area select.is-select {
  color: #d7d7d7;
}

.footer .contact-form .form-box .input-area textarea {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #eae6d5;
  width: 100%;
  height: 160px;
}

.footer .contact-form .form-box .input-area textarea::-webkit-input-placeholder {
  color: #d7d7d7;
}

.footer .contact-form .form-box .input-area textarea:-ms-input-placeholder {
  color: #d7d7d7;
}

.footer .contact-form .form-box .input-area textarea::-ms-input-placeholder {
  color: #d7d7d7;
}

.footer .contact-form .form-box .input-area textarea::placeholder {
  color: #d7d7d7;
}

.footer .contact-form .form-box .input-area.name-area input {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .form-box .input-area.name-area input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.footer .contact-form .form-box .input-area.tel-area input {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .form-box .input-area.tel-area input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.footer .contact-form .form-box .input-area.place-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.footer .contact-form .form-box .input-area.place-area select {
  width: 140px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .form-box .input-area.place-area select {
    width: 100%;
  }
}

.footer .contact-form .form-box .input-area.place-area input {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .form-box .input-area.place-area input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.footer .contact-form .form-box .input-area.mail-area input {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .form-box .input-area.mail-area input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.footer .contact-form .form-box .form-btn {
  text-align: center;
  margin: 30px 0 20px;
}

.footer .contact-form .form-box .form-btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 8px;
  display: inline-block;
  padding: 18px 46px;
  font-weight: 600;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb00), to(#ffca00));
  background: linear-gradient(#ffeb00, #ffca00);
  border-bottom: 4px solid #b29900;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .form-box .form-btn button {
    font-size: 14px;
  }
}

.footer .contact-form .support-box {
  margin: 60px 0 0;
  padding: 20px;
  border-radius: 12px;
  border: 6px solid #ffe200;
  position: relative;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, #fffce5, #fffce5 3px, transparent 0, transparent 6px);
}

@media screen and (max-width: 767px) {
  .footer .contact-form .support-box {
    margin: 40px 0 10px;
    padding: 10px;
  }
}

.footer .contact-form .support-box .txt {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .support-box .txt {
    width: 100%;
  }
}

.footer .contact-form .support-box .txt .ttl span {
  font-size: 20px;
  line-height: 1.75;
  position: relative;
  display: inline;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffe200));
  background: linear-gradient(transparent 50%, #ffe200 50%);
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .support-box .txt .ttl span {
    font-size: 16px;
  }
}

.footer .contact-form .support-box .txt .tel {
  width: 100%;
  margin-top: 10px;
}

.footer .contact-form .support-box .txt .tel p {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .support-box .txt .tel p {
    font-size: 12px;
  }
}

.footer .contact-form .support-box .txt .tel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/tel-logo-img.png);
  background-size: 50px;
  background-position: 2% 50%;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .support-box .txt .tel .wrap {
    padding-left: 50px;
    background-size: 44px;
    background-position: 0% 50%;
  }
}

.footer .contact-form .support-box .txt .tel .wrap a {
  font-family: "D-DIN";
  color: #004ca0;
  font-weight: 600;
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .support-box .txt .tel .wrap a {
    font-size: 26px;
  }
}

.footer .contact-form .support-box .txt .tel .wrap span {
  color: #004ca0;
  font-weight: 600;
  font-size: 13px;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .support-box .txt .tel .wrap span {
    font-size: 11px;
  }
}

.footer .contact-form .support-box .img {
  width: 32%;
  position: absolute;
  right: 3%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .footer .contact-form .support-box .img {
    display: none;
  }
}

/* ついてくるボタン
----------------------------------------- */
.fix-footer-btn {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #faf5e1;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn {
    background-color: #404040;
  }
}

.fix-footer-btn .inner {
  padding: 10px;
}

.fix-footer-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fix-footer-btn .btn .web {
  width: 30%;
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7500), to(#ff3a00));
  background: linear-gradient(#ff7500, #ff3a00);
  border-bottom: 3px solid #a10f00;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .web {
    margin: 0 1%;
    width: 48%;
    max-width: 200px;
  }
}

.fix-footer-btn .btn .web a {
  display: block;
  padding: 18px 32px 18px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/btn-web-pc-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 22px,8px;
  background-position: 6% 50%,92% 50%;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .web a {
    padding: 16px 10px 16px 40px;
    font-size: 12px;
    text-align: left;
    background-image: url(../img/btn-web-sp-img.png);
    background-size: 14px;
    background-position: 8% 50%;
    text-align: center;
    text-indent: -14px;
  }
}

.fix-footer-btn .btn .line {
  width: 30%;
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#95d800), to(#5bb800));
  background: linear-gradient(#95d800, #5bb800);
  border-bottom: 3px solid #387300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .line {
    width: 48%;
    margin: 0 1%;
    max-width: 200px;
  }
}

.fix-footer-btn .btn .line a {
  display: block;
  padding: 18px 32px 18px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/btn-line-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 18px,8px;
  background-position: 8% 54%,92% 50%;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .line a {
    padding: 16px 10px 16px 40px;
    font-size: 12px;
    text-align: left;
    background-image: url(../img/btn-line-img.png);
    background-size: 18px;
    background-position: 8% 50%;
    text-align: center;
    text-indent: -14px;
  }
}

.fix-footer-btn .btn .tel {
  width: 38%;
  padding-left: 60px;
  background-image: url(../img/tel-logo-img.png);
  background-size: 50px;
  background-position: 2% 50%;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .tel {
    padding-left: 0;
    background-image: none;
  }
}

.fix-footer-btn .btn .tel p {
  font-size: 11px;
  font-weight: 600;
}

.fix-footer-btn .btn .tel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .tel .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.fix-footer-btn .btn .tel .wrap a {
  font-family: "D-DIN";
  color: #004ca0;
  font-weight: 600;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .tel .wrap a {
    font-size: 22px;
    color: #fff;
  }
}

.fix-footer-btn .btn .tel .wrap span {
  color: #004ca0;
  font-weight: 600;
  font-size: 11px;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .tel .wrap span {
    font-size: 10px;
    color: #fff;
    margin-left: 0;
  }
}

/* TOPページ
----------------------------------------- */
.top-page .fv {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7c020), to(#efd421));
  background: linear-gradient(#f7c020, #efd421);
  overflow: hidden;
}

.top-page .fv .inner {
  padding: 60px 20px;
  background-image: url(../img/fv-back-img.png);
  background-size: 42%;
  background-position: 98% 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-page .fv .inner {
    padding: 20px;
    background-image: url(../img/footer-back-img.png);
    background-size: 96%;
    background-position: 50% 96%;
  }
}

.top-page .fv .txt .wrap.wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-page .fv .txt .wrap.wrap01 .box.type01 {
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  font-size: 60px;
  font-weight: 600;
  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;
  margin-right: 6px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .top-page .fv .txt .wrap.wrap01 .box.type01 {
    width: 70px;
    height: 70px;
    font-size: 44px;
  }
}

.top-page .fv .txt .wrap.wrap01 .box.type02 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 6px;
  background-image: url(../img/fv-house-img.png);
  background-size: 50px;
  background-position: 0% 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-page .fv .txt .wrap.wrap01 .box.type02 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    background-size: 40px;
  }
}

.top-page .fv .txt .wrap.wrap01 .box.type02:after {
  content: '';
  width: 100px;
  height: 84px;
  background-image: url(../img/circle-type01-img.png);
  position: absolute;
  bottom: -12px;
  right: -30px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .top-page .fv .txt .wrap.wrap01 .box.type02:after {
    width: 88px;
    height: 74px;
    bottom: -6px;
    right: -34px;
  }
}

@media screen and (max-width: 767px) {
  .top-page .fv .txt .wrap.wrap01 .box.type02 p {
    position: relative;
    z-index: 1;
  }
}

.top-page .fv .txt .wrap.wrap01 .box.type02 span {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top-page .fv .txt .wrap.wrap01 .box.type02 span {
    font-size: 24px;
  }
}

.top-page .fv .txt .wrap.wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-page .fv .txt .wrap.wrap02 .box.type01 {
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  font-size: 60px;
  font-weight: 600;
  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;
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .top-page .fv .txt .wrap.wrap02 .box.type01 {
    width: 70px;
    height: 70px;
    font-size: 44px;
  }
}

.top-page .fv .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.top-page .fv .list li {
  background-color: #fff;
  border-radius: 100%;
  width: 110px;
  height: 110px;
  margin-right: 20px;
  border: 2px solid #f1d532;
  -webkit-box-shadow: 0 0 0 4px #fff;
          box-shadow: 0 0 0 4px #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .top-page .fv .list li {
    margin-right: 16px;
    width: 100px;
    height: 100px;
  }
}

.top-page .fv .list li span {
  color: #f63920;
  font-size: 24px;
  line-height: 1;
  margin: 6px 0;
}

@media screen and (max-width: 767px) {
  .top-page .fv .list li span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top-page .fv .list li:nth-of-type(2) {
    display: none;
  }
}

.top-page .fv .img {
  position: absolute;
  width: 40%;
  right: 10%;
  bottom: -14%;
}

@media screen and (max-width: 767px) {
  .top-page .fv .img {
    width: 42%;
    max-width: 200px;
    right: 0%;
  }
}

.top-page .campaign-banner {
  background-color: #f63920;
}

.top-page .campaign-banner .inner {
  padding: 6px 20px;
  background-image: url(../img/banner-back-img.png);
  background-size: 96%;
  background-position: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-page .campaign-banner .inner {
    background-size: cover;
  }
}

.top-page .campaign-banner .txt {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top-page .campaign-banner .txt {
    font-weight: 600;
  }
}

.top-page .campaign-banner .txt span {
  display: inline-block;
  background-color: #f63920;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 22px;
  font-weight: 600;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .top-page .campaign-banner .txt span {
    padding: 6px 10px;
  }
}

.top-page .campaign-banner .txt b {
  font-family: "D-DIN";
  font-size: 30px;
  line-height: 1;
  vertical-align: sub;
  display: inline-block;
  margin: 0 4px;
}

@media screen and (max-width: 767px) {
  .top-page .campaign-banner .txt b {
    font-size: 34px;
  }
}

.top-page .campaign-banner .notice {
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-page .campaign-banner .notice {
    text-align: left;
  }
}

.top-page .campaign-banner .notice .inner {
  padding: 10px 20px;
  background-image: none;
}

@media screen and (max-width: 767px) {
  .top-page .campaign-banner .notice .inner {
    padding: 10px;
    text-align: left;
  }
}

.top-page .campaign-banner .notice p {
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .top-page .campaign-banner .notice p {
    font-weight: 500;
    font-size: 10px;
    line-height: 1.6;
  }
}

.top-page .btn-area.top-area .inner {
  padding: 10px 20px;
}

.top-page .btn-area.top-area .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-page .btn-area.top-area .btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-page .btn-area.top-area .btn .web {
  width: 30%;
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7500), to(#ff3a00));
  background: linear-gradient(#ff7500, #ff3a00);
  border-bottom: 3px solid #a10f00;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-page .btn-area.top-area .btn .web {
    width: 48%;
    margin: 0;
  }
}

.top-page .btn-area.top-area .btn .web a {
  display: block;
  padding: 18px 32px 18px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/btn-web-pc-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 22px,8px;
  background-position: 6% 50%,92% 50%;
}

@media screen and (max-width: 767px) {
  .top-page .btn-area.top-area .btn .web a {
    padding: 18px 16px 18px 30px;
    font-size: 12px;
    font-weight: 700;
    background-image: url(../img/btn-web-sp-img.png), url(../img/btn-arrow-type01-img.png);
    background-size: 16px,8px;
    background-position: 8% 50%,92% 50%;
  }
}

.top-page .btn-area.top-area .btn .line {
  width: 30%;
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#95d800), to(#5bb800));
  background: linear-gradient(#95d800, #5bb800);
  border-bottom: 3px solid #387300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-page .btn-area.top-area .btn .line {
    width: 48%;
    margin: 0;
  }
}

.top-page .btn-area.top-area .btn .line a {
  display: block;
  padding: 18px 32px 18px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/btn-line-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 18px,8px;
  background-position: 8% 54%,92% 50%;
}

@media screen and (max-width: 767px) {
  .top-page .btn-area.top-area .btn .line a {
    padding: 18px 16px 18px 30px;
    font-size: 12px;
    font-weight: 700;
  }
}

.top-page .btn-area.top-area .btn .tel {
  width: 38%;
  padding-left: 60px;
  background-image: url(../img/tel-logo-img.png);
  background-size: 50px;
  background-position: 2% 50%;
}

@media screen and (max-width: 767px) {
  .top-page .btn-area.top-area .btn .tel {
    width: 100%;
    padding-left: 70px;
    background-size: 66px;
    background-position: 0% 50%;
    margin-bottom: 10px;
  }
}

.top-page .btn-area.top-area .btn .tel p {
  font-size: 11px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .top-page .btn-area.top-area .btn .tel p {
    font-size: 12px;
  }
}

.top-page .btn-area.top-area .btn .tel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-page .btn-area.top-area .btn .tel .wrap a {
  font-family: "D-DIN";
  color: #004ca0;
  font-weight: 600;
  font-size: 30px;
}

.top-page .btn-area.top-area .btn .tel .wrap span {
  color: #004ca0;
  font-weight: 600;
  font-size: 11px;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .top-page .btn-area.top-area .btn .tel .wrap span {
    font-size: 12px;
  }
}

.top-page .search-area {
  background-color: #faf5e1;
}

.top-page .search-area .inner {
  padding: 60px 20px;
}

@media screen and (max-width: 767px) {
  .top-page .search-area .inner {
    padding: 40px 20px;
  }
}

.top-page .search-area h2 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top-page .search-area h2 {
    margin-bottom: 20px;
  }
}

.top-page .search-area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-page .search-area .list li {
  width: 16.66666%;
  padding: 6px;
}

@media screen and (max-width: 767px) {
  .top-page .search-area .list li {
    width: 25%;
    padding: 3px;
  }
}

.top-page .search-area .list li .img {
  position: relative;
  width: 80px;
  height: 70px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .top-page .search-area .list li .img {
    width: 100%;
    height: 50px;
  }
}

.top-page .search-area .list li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .top-page .search-area .list li p {
    font-size: 12px;
  }
}

.top-page .search-area .list a {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #f1efe3;
  border-bottom: 4px solid #f1efe3;
  text-align: center;
  padding: 10px;
  color: #000;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .top-page .search-area .list a {
    padding: 6px;
  }
}

.top-page .search-area .btn {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .top-page .search-area .btn {
    margin-top: 20px;
  }
}

.top-page .search-area .btn a {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #f1efe3;
  border-bottom: 4px solid #f1efe3;
  text-align: center;
  padding: 16px 10px;
  color: #000;
  display: inline-block;
  width: 280px;
  background-image: url(../img/btn-arrow-type02-img.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 94% 50%;
}

@media screen and (max-width: 767px) {
  .top-page .search-area .btn a {
    padding: 20px 10px;
    width: 240px;
  }
}

.top-page .result-area .inner {
  padding: 60px 20px;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .inner {
    padding: 40px 10px;
  }
}

.top-page .result-area h2 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top-page .result-area h2 {
    margin-bottom: 20px;
  }
}

.top-page .result-area .example {
  border: 6px solid #ffe200;
  border-radius: 10px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .example {
    padding: 10px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .top-page .result-area .example:before {
    content: '';
    width: 160px;
    height: 160px;
    background-image: url(../img/top-example-sp-img.png);
    background-size: cover;
    position: absolute;
    left: -6px;
    bottom: 0;
  }
}

.top-page .result-area .example .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .example .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-left: 90px;
  }
}

.top-page .result-area .example .img {
  width: 55%;
  margin-bottom: -20px;
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .example .txt {
    border-bottom: 2px dashed #bebebe;
    padding-bottom: 6px;
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .top-page .result-area .example .txt span {
    display: inline-block;
    width: 60px;
    position: absolute;
    top: 42%;
    left: 0%;
    -webkit-transform: translateY(-50%) translateX(0%);
        -ms-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
  }
}

@media screen and (max-width: 767px) {
  .top-page .result-area .example .txt p {
    padding-left: 70px;
    font-size: 14px;
  }
}

.top-page .result-area .example .example-list {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .example .example-list {
    width: 100%;
    margin-top: 10px;
    padding-left: 30px;
  }
}

.top-page .result-area .example .example-list li {
  width: 33.33333%;
  position: relative;
  padding: 16px 0 16px 30px;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .example .example-list li {
    padding: 10px 0 10px 20px;
    font-size: 12px;
  }
}

.top-page .result-area .example .example-list span {
  display: inline-block;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .example .example-list span {
    width: 30px;
    left: 4px;
    top: 2px;
  }
}

.top-page .result-area .list {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .list {
    margin: 20px 0;
  }
}

.top-page .result-area .list li {
  width: 33.333333%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .list li {
    width: 100%;
    margin-bottom: 14px;
  }
}

.top-page .result-area .list .img,
.top-page .result-area .list .txt {
  width: 50%;
}

.top-page .result-area .list .img a {
  display: block;
  border: 2px solid #eae6d5;
  padding: 0 20px;
  pointer-events: none;
}

.top-page .result-area .list .txt {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .list .txt {
    padding: 10px 10px 0;
  }
}

.top-page .result-area .list .txt .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  margin-bottom: 4px;
}

.top-page .result-area .list .txt .info span {
  width: 40%;
}

.top-page .result-area .list .txt a.name {
  display: inline-block;
  color: #000;
  margin: 6px 0;
}

.top-page .result-area .list .txt .price span {
  font-size: 10px;
  font-weight: 600;
  border: 2px solid #000;
  padding: 2px 4px;
  display: inline-block;
  line-height: 1;
}

.top-page .result-area .list .txt .price p {
  margin-top: 4px;
  color: #f64d20;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .list .txt .price p {
    margin-top: 0;
    display: inline-block;
  }
}

.top-page .result-area .btn {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .btn {
    margin-top: 20px;
  }
}

.top-page .result-area .btn a {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #f1efe3;
  border-bottom: 4px solid #f1efe3;
  text-align: center;
  padding: 16px 10px;
  color: #000;
  display: inline-block;
  width: 280px;
  background-image: url(../img/btn-arrow-type02-img.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 94% 50%;
}

@media screen and (max-width: 767px) {
  .top-page .result-area .btn a {
    padding: 20px 10px;
    width: 240px;
  }
}

.top-page .reason {
  background-color: #ffe200;
}

.top-page .reason .inner {
  padding: 60px 20px 20px;
}

@media screen and (max-width: 767px) {
  .top-page .reason .inner {
    padding: 40px 20px 20px;
  }
}

.top-page .reason h2 {
  background-color: #fff;
  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;
}

.top-page .reason h2 img {
  width: 90px;
  margin-bottom: -2px;
}

@media screen and (max-width: 767px) {
  .top-page .reason h2 img {
    width: 70px;
  }
}

.top-page .reason h2 span {
  display: inline-block;
  margin: 20px 10px 0;
  font-size: 18px;
}

.top-page .reason h2 span b {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 6px;
}

.top-page .reason h2 span span.color {
  font-weight: 500;
  font-size: 26px;
  margin: 0;
  color: #f4a118;
}

.top-page .reason .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-page .reason .list li {
  width: 50%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .top-page .reason .list li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top-page .reason .list .img {
  width: 30%;
  position: relative;
}

.top-page .reason .list .img span {
  display: inline-block;
  position: absolute;
  left: 6px;
  top: -20px;
}

.top-page .reason .list .img span.num01 {
  width: 44px;
}

.top-page .reason .list .img span.num02 {
  width: 50px;
}

.top-page .reason .list .img span.num03 {
  width: 50px;
}

.top-page .reason .list .img span.num04 {
  width: 50px;
}

.top-page .reason .list .txt {
  width: 70%;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .top-page .reason .list .txt {
    padding: 0 0 0 20px;
  }
}

.top-page .reason .list .txt h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.6;
}

.top-page .reason .list .txt p {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.6;
}

.top-page .voice {
  background-color: #faf5e1;
}

.top-page .voice .inner {
  padding: 60px 20px 40px;
}

@media screen and (max-width: 767px) {
  .top-page .voice .inner {
    padding: 40px 20px;
  }
}

.top-page .voice h2 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top-page .voice h2 {
    margin-bottom: 20px;
  }
}

.top-page .voice .slider {
  padding: 0 20px 20px;
}

@media screen and (max-width: 767px) {
  .top-page .voice .slider {
    padding: 0 0 20px;
  }
}

.top-page .voice .slider .slide-arrow.prev-arrow {
  width: 12px;
  position: absolute;
  top: 36%;
  left: 0%;
  -webkit-transform: translateY(-50%) translateX(0%);
      -ms-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top-page .voice .slider .slide-arrow.prev-arrow {
    left: -10px;
  }
}

.top-page .voice .slider .slide-arrow.next-arrow {
  width: 12px;
  position: absolute;
  top: 36%;
  right: 0%;
  -webkit-transform: translateY(-50%) translateX(0%);
      -ms-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top-page .voice .slider .slide-arrow.next-arrow {
    right: -10px;
  }
}

.top-page .voice .slider .slide-dots {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -10px;
  width: 100%;
  height: 10px;
}

.top-page .voice .slider .slide-dots li {
  display: inline-block;
  margin: 0 8px;
  position: relative;
}

.top-page .voice .slider .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.top-page .voice .slider .slide-dots li button:before {
  content: '';
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #c3c3c1;
}

.top-page .voice .slider .slide-dots li.slick-active button:before {
  background-color: #ffe200;
}

.top-page .voice .slider .slide-wrap {
  margin: 0 10px;
  background-color: #fff;
  border: 2px solid #eae6d5;
  border-radius: 6px;
  padding: 10px;
}

.top-page .voice .slider .slide-wrap .img {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 10px auto;
  border-radius: 100%;
  border: 2px solid #ffe200;
  overflow: hidden;
}

.top-page .voice .slider .slide-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-page .voice .slider .slide-wrap .txt p {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 1px;
}

.top-page .voice .slider .slide-wrap .txt p.name {
  color: #f6b55d;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .top-page .voice .slider .slide-wrap .txt p.name {
    font-size: 12px;
  }
}

.top-page .step .inner {
  padding: 60px 20px;
}

@media screen and (max-width: 767px) {
  .top-page .step .inner {
    padding: 40px 20px 20px;
  }
}

.top-page .step h2 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .top-page .step h2 {
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.top-page .step h2 b {
  display: inline-block;
  padding: 0 6px;
  position: relative;
}

.top-page .step h2 b:before {
  content: '';
  width: 100%;
  height: 12px;
  background-color: #ffe200;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.top-page .step h2 b span {
  font-size: 22px;
  display: inline-block;
  border: 2px solid #000;
  padding: 4px 5px;
  margin: 0 1px;
  line-height: 1;
  position: relative;
}

.top-page .step .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-page .step .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.top-page .step .list li {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .top-page .step .list li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.top-page .step .list .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-page .step .list .wrap .img {
  width: 40%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-page .step .list .wrap .img {
    width: 30%;
  }
}

.top-page .step .list .wrap .img span {
  font-family: "D-DIN";
  display: inline-block;
  background-color: #fff;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 3px 6px;
  line-height: 1;
}

.top-page .step .list .wrap .ttl {
  width: 60%;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .top-page .step .list .wrap .ttl {
    width: 70%;
    padding: 0 0 0 10px;
  }
}

.top-page .step .list .wrap .ttl h3 {
  font-weight: 600;
  line-height: 1.6;
}

.top-page .step .list .txt {
  margin: 10px 0;
}

.top-page .step .list .txt p {
  font-size: 12px;
  line-height: 1.6;
}

.top-page .step .list .point span {
  display: inline-block;
  background-color: #fff28f;
  padding: 4px 10px;
  margin: 0 1px 8px;
  border: 1px solid #eae6d5;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}

.top-page .step .list .point .name {
  font-family: "D-DIN";
  font-weight: 600;
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 6px;
}

.top-page .step .list .point .name:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffe200;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%) translateX(0%);
      -ms-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.top-page .step .list .point .name span {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 12px;
  margin: 0;
  display: inline;
}

.top-page .faq {
  background-color: #faf5e1;
}

.top-page .faq .inner {
  padding: 60px 20px 40px;
}

@media screen and (max-width: 767px) {
  .top-page .faq .inner {
    padding: 40px 10px 20px;
  }
}

.top-page .faq h2 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top-page .faq h2 {
    margin-bottom: 20px;
  }
}

.top-page .faq .list {
  background-color: #fff;
  padding: 20px;
  border: 2px solid #eae6d5;
  border-radius: 6px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top-page .faq .list {
    padding: 14px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.top-page .faq .question {
  padding: 0 60px 0 40px;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .6s;
  transition: all .6s;
}

@media screen and (max-width: 767px) {
  .top-page .faq .question {
    padding: 0 40px;
  }
}

.top-page .faq .question:hover {
  opacity: .6;
}

.top-page .faq .question:before {
  content: '';
  width: 22px;
  height: 26px;
  background-image: url(../img/faq-question-img.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%) translateX(0%);
      -ms-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.top-page .faq .question span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffe200;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%) translateX(0%);
      -ms-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.top-page .faq .question span .line {
  width: 14px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.top-page .faq .question span .line.line01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.top-page .faq .question span .line.line02 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.top-page .faq .question.active span .line.line02 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
          transform: translateY(-50%) translateX(-50%) rotate(0deg);
}

.top-page .faq .answer {
  display: none;
  padding: 10px 0 0 40px;
  line-height: 1.6;
  position: relative;
  border-top: 2px solid #eae6d5;
  margin-top: 10px;
}

.top-page .faq .answer:before {
  content: '';
  width: 22px;
  height: 20px;
  background-image: url(../img/faq-answer-img.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 12%;
  left: 1%;
  -webkit-transform: translateY(0%) translateX(0%);
      -ms-transform: translateY(0%) translateX(0%);
          transform: translateY(0%) translateX(0%);
}

/* Contactページ
----------------------------------------- */
.contact-page .fv {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7c020), to(#efd421));
  background: linear-gradient(#f7c020, #efd421);
}

.contact-page .fv .inner {
  padding: 60px 20px;
  background-image: url(../img/page-fv-back-img.png);
  background-size: contain;
  background-position: 0% 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-page .fv .inner {
    background-position: 50% 94%;
  }
}

.contact-page .fv h1 {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .contact-page .fv h1 {
    font-size: 24px;
  }
}

.contact-page .page-flex .inner.flex-inner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .inner.flex-inner {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.contact-page .page-flex .main {
  width: 74%;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main {
    width: 100%;
  }
}

.contact-page .page-flex .sidebar {
  width: 22%;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .sidebar {
    width: 100%;
  }
}

.contact-page .page-flex .main .campaign-banner {
  background-color: #f63920;
}

.contact-page .page-flex .main .campaign-banner .inner {
  padding: 6px 20px;
  background-image: url(../img/banner-back-img.png);
  background-size: 100%;
  background-position: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .campaign-banner .inner {
    background-size: cover;
  }
}

.contact-page .page-flex .main .campaign-banner .txt {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .campaign-banner .txt {
    font-weight: 600;
  }
}

.contact-page .page-flex .main .campaign-banner .txt span {
  display: inline-block;
  background-color: #f63920;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 22px;
  font-weight: 600;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .campaign-banner .txt span {
    padding: 6px 10px;
  }
}

.contact-page .page-flex .main .campaign-banner .txt b {
  font-family: "D-DIN";
  font-size: 30px;
  line-height: 1;
  vertical-align: sub;
  display: inline-block;
  margin: 0 4px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .campaign-banner .txt b {
    font-size: 34px;
  }
}

.contact-page .page-flex .main .btn-area.top-area .inner {
  padding: 20px 0;
}

.contact-page .page-flex .main .btn-area.top-area .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .btn-area.top-area .btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contact-page .page-flex .main .btn-area.top-area .btn .line {
  width: 40%;
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#95d800), to(#5bb800));
  background: linear-gradient(#95d800, #5bb800);
  border-bottom: 3px solid #387300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .btn-area.top-area .btn .line {
    width: 100%;
    margin: 0;
  }
}

.contact-page .page-flex .main .btn-area.top-area .btn .line a {
  display: block;
  padding: 18px 32px 18px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/btn-line-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 18px,8px;
  background-position: 8% 54%,92% 50%;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .btn-area.top-area .btn .line a {
    padding: 18px 16px 18px 30px;
    font-weight: 700;
    background-size: 22px,10px;
  }
}

.contact-page .page-flex .main .btn-area.top-area .btn .tel {
  width: 60%;
  padding-left: 60px;
  background-image: url(../img/tel-logo-img.png);
  background-size: 50px;
  background-position: 2% 50%;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .btn-area.top-area .btn .tel {
    width: 100%;
    padding-left: 70px;
    background-size: 66px;
    background-position: 0% 50%;
    margin-bottom: 10px;
  }
}

.contact-page .page-flex .main .btn-area.top-area .btn .tel p {
  font-size: 11px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .btn-area.top-area .btn .tel p {
    font-size: 12px;
  }
}

.contact-page .page-flex .main .btn-area.top-area .btn .tel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page .page-flex .main .btn-area.top-area .btn .tel .wrap a {
  font-family: "D-DIN";
  color: #004ca0;
  font-weight: 600;
  font-size: 30px;
}

.contact-page .page-flex .main .btn-area.top-area .btn .tel .wrap span {
  color: #004ca0;
  font-weight: 600;
  font-size: 11px;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .btn-area.top-area .btn .tel .wrap span {
    font-size: 12px;
  }
}

.contact-page .page-flex .main .ttl h2 {
  margin-bottom: 20px;
  background-color: #ffe200;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
}

.contact-page .page-flex .main .form-box {
  background-color: #faf5e1;
  padding: 20px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .form-box {
    padding: 20px 10px;
  }
}

.contact-page .page-flex .main .form-box .area-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .form-box .area-box {
    margin-bottom: 10px;
  }
}

.contact-page .page-flex .main .form-box .area-box .name {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .form-box .area-box .name {
    width: 40%;
  }
}

.contact-page .page-flex .main .form-box .area-box .input-area {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .form-box .area-box .input-area {
    width: 60%;
  }
}

.contact-page .page-flex .main .form-box .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.contact-page .page-flex .main .form-box .name span {
  width: 40px;
  background-color: #ff4800;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  padding: 4px 6px;
  font-size: 10px;
  text-align: center;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .form-box .name span {
    margin-right: 6px;
  }
}

.contact-page .page-flex .main .form-box .name p {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .form-box .name p {
    font-size: 12px;
  }
}

.contact-page .page-flex .main .form-box .input-area input {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #eae6d5;
}

.contact-page .page-flex .main .form-box .input-area input::-webkit-input-placeholder {
  color: #d7d7d7;
}

.contact-page .page-flex .main .form-box .input-area input:-ms-input-placeholder {
  color: #d7d7d7;
}

.contact-page .page-flex .main .form-box .input-area input::-ms-input-placeholder {
  color: #d7d7d7;
}

.contact-page .page-flex .main .form-box .input-area input::placeholder {
  color: #d7d7d7;
}

.contact-page .page-flex .main .form-box .input-area select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #eae6d5;
  background-color: #fff;
}

.contact-page .page-flex .main .form-box .input-area select.is-select {
  color: #d7d7d7;
}

.contact-page .page-flex .main .form-box .input-area textarea {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #eae6d5;
  width: 100%;
  height: 160px;
}

.contact-page .page-flex .main .form-box .input-area textarea::-webkit-input-placeholder {
  color: #d7d7d7;
}

.contact-page .page-flex .main .form-box .input-area textarea:-ms-input-placeholder {
  color: #d7d7d7;
}

.contact-page .page-flex .main .form-box .input-area textarea::-ms-input-placeholder {
  color: #d7d7d7;
}

.contact-page .page-flex .main .form-box .input-area textarea::placeholder {
  color: #d7d7d7;
}

.contact-page .page-flex .main .form-box .input-area.name-area input {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .form-box .input-area.name-area input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contact-page .page-flex .main .form-box .input-area.tel-area input {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .form-box .input-area.tel-area input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contact-page .page-flex .main .form-box .input-area.place-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.contact-page .page-flex .main .form-box .input-area.place-area select {
  width: 140px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .form-box .input-area.place-area select {
    width: 100%;
  }
}

.contact-page .page-flex .main .form-box .input-area.place-area input {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .form-box .input-area.place-area input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contact-page .page-flex .main .form-box .input-area.mail-area input {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .form-box .input-area.mail-area input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contact-page .page-flex .main .form-box .form-btn {
  text-align: center;
  margin: 30px 0 20px;
}

.contact-page .page-flex .main .form-box .form-btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 8px;
  display: inline-block;
  padding: 18px 46px;
  font-weight: 600;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb00), to(#ffca00));
  background: linear-gradient(#ffeb00, #ffca00);
  border-bottom: 4px solid #b29900;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .form-box .form-btn button {
    font-size: 14px;
  }
}

.contact-page .page-flex .main .support-box {
  margin: 40px 0 60px;
  padding: 20px;
  border-radius: 12px;
  border: 6px solid #ffe200;
  position: relative;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, #fffce5, #fffce5 3px, transparent 0, transparent 6px);
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .support-box {
    margin: 40px 0;
    padding: 10px;
  }
}

.contact-page .page-flex .main .support-box .txt {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .support-box .txt {
    width: 100%;
  }
}

.contact-page .page-flex .main .support-box .txt .ttl span {
  font-size: 20px;
  line-height: 1.75;
  position: relative;
  display: inline;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffe200));
  background: linear-gradient(transparent 50%, #ffe200 50%);
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .support-box .txt .ttl span {
    font-size: 16px;
  }
}

.contact-page .page-flex .main .support-box .txt .tel {
  width: 100%;
  margin-top: 10px;
}

.contact-page .page-flex .main .support-box .txt .tel p {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .support-box .txt .tel p {
    font-size: 12px;
  }
}

.contact-page .page-flex .main .support-box .txt .tel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/tel-logo-img.png);
  background-size: 50px;
  background-position: 2% 50%;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .support-box .txt .tel .wrap {
    padding-left: 50px;
    background-size: 44px;
    background-position: 0% 50%;
  }
}

.contact-page .page-flex .main .support-box .txt .tel .wrap a {
  font-family: "D-DIN";
  color: #004ca0;
  font-weight: 600;
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .support-box .txt .tel .wrap a {
    font-size: 26px;
  }
}

.contact-page .page-flex .main .support-box .txt .tel .wrap span {
  color: #004ca0;
  font-weight: 600;
  font-size: 13px;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .support-box .txt .tel .wrap span {
    font-size: 11px;
  }
}

.contact-page .page-flex .main .support-box .img {
  width: 32%;
  position: absolute;
  right: 3%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .main .support-box .img {
    display: none;
  }
}

.contact-page .page-flex .sidebar .banner {
  text-align: center;
}

.contact-page .page-flex .sidebar .tel {
  margin: 10px 0;
  border: 1px solid #a6c1de;
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .sidebar .tel {
    margin: 14px 0;
  }
}

.contact-page .page-flex .sidebar .tel p {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 4px;
}

.contact-page .page-flex .sidebar .tel a {
  font-family: "D-DIN";
  color: #004ca0;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}

.contact-page .page-flex .sidebar .btn .web {
  margin: 0 0 6px;
  border-radius: 6px;
  background-color: #ff4800;
  text-align: center;
}

.contact-page .page-flex .sidebar .btn .web a {
  display: block;
  padding: 18px 32px 18px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/btn-web-pc-img.png);
  background-size: 22px;
  background-position: 6% 50%;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .sidebar .btn .web a {
    padding: 18px 16px 18px 30px;
    font-size: 12px;
    font-weight: 700;
    background-image: url(../img/btn-web-sp-img.png);
    background-size: 16px;
    background-position: 8% 50%;
  }
}

.contact-page .page-flex .sidebar .btn .line {
  margin: 0  0 10px;
  border-radius: 6px;
  background-color: #6ac300;
  text-align: center;
}

.contact-page .page-flex .sidebar .btn .line a {
  display: block;
  padding: 18px 32px 18px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/btn-line-img.png);
  background-size: 18px;
  background-position: 8% 54%;
}

@media screen and (max-width: 767px) {
  .contact-page .page-flex .sidebar .btn .line a {
    padding: 18px 16px;
    font-size: 12px;
    font-weight: 700;
  }
}

.contact-page .page-flex .sidebar .list-box {
  margin: 20px 0;
}

.contact-page .page-flex .sidebar .list-box h2 {
  font-weight: 600;
  padding: 0 0 6px 20px;
  position: relative;
  border-bottom: 2px solid #eae6d5;
}

.contact-page .page-flex .sidebar .list-box h2:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffe200;
  position: absolute;
  top: 40%;
  left: 0%;
  -webkit-transform: translateY(-50%) translateX(0%);
      -ms-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.contact-page .page-flex .sidebar .list-box .list {
  margin-top: 20px;
}

.contact-page .page-flex .sidebar .list-box .list li {
  margin-bottom: 6px;
  padding: 0 0 0 14px;
  position: relative;
}

.contact-page .page-flex .sidebar .list-box .list li:before {
  content: '';
  width: 4px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%) translateX(0%);
      -ms-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.contact-page .page-flex .sidebar .list-box .list a {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
