@charset "UTF-8";
/*-all------------------------------------------------------------------------------------------------*/
.kon {
  color: #000028;
}

.black {
  color: #333;
}

.gray {
  color: #999;
}

.dgray {
  color: #555;
}

.blue {
  color: #003883;
}

.orange {
  color: #ed7623;
}

.bg-blue {
  background-color: #003883 !important;
}

.bg-orange {
  background-color: #ed7623 !important;
}

.white {
  color: #fff;
}

.red {
  color: #ff0000;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue",
 Arial,
 "Hiragino Kaku Gothic ProN",
 "Hiragino Sans",
 Meiryo,
 sans-serif;
  font-size: 15px;
}

/*- 文字サイズ記述見本
------------------------------------------------------------------------------*/
/*
p {
  @include fs(500,200,150,50,20,5);
}

p {
  @include fs2(20,10);
}

*/
/*-hover--------------------------------------*/
.hover a {
  -webkit-transition: 350ms;
  transition: 350ms;
}

.hover a:hover {
  opacity: 0.7;
}

a.hover {
  -webkit-transition: 350ms;
  transition: 350ms;
}

a.hover:hover {
  opacity: 0.7;
}

button.hover {
  -webkit-transition: 350ms;
  transition: 350ms;
}

button.hover:hover {
  opacity: 0.7;
}

input.hover {
  -webkit-transition: 350ms;
  transition: 350ms;
}

input.hover:hover {
  opacity: 0.7;
}

/* form-section	 */
/*--------------------------------------------------*/
header {
  width: 100%;
  padding: 10px 15px;
}

header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  width: 200px;
  height: auto;
}

@media (max-width: 767px) {
  header .logo {
    width: 160px;
  }
}

header .header-form-sp a {
  display: inline-block;
  background-color: #39ad4a;
  border-radius: 10px;
  width: 100%;
  padding: 5px 10px;
  -webkit-box-shadow: 3px 3px 0px 0px #909090;
          box-shadow: 3px 3px 0px 0px #909090;
}

header .header-form-sp a img {
  width: 130px;
  height: auto;
}

/* .mainvisual	 */
/*--------------------------------------------------*/
@media (min-width: 768px) {
  .mainvisual {
    padding: 2em 0;
    background-image: url(../image/mv-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .mainvisual .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* content01 */
/*--------------------------------------------------*/
.cta {
  padding: 4em 0;
  background-image: url(../image/cta-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media (max-width: 767px) {
  .cta {
    padding: 7em 0 4em;
  }
}

@media (max-width: 767px) and (max-width: 574px) {
  .cta {
    padding: 7em 0 3em;
  }
}

.cta .cta-main {
  position: relative;
  padding-left: 100px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .cta .cta-main {
    padding-left: 0px;
    width: 96%;
  }
}

@media (max-width: 574px) {
  .cta .cta-main {
    width: 98%;
  }
}

.cta .cta-maru {
  position: absolute;
  z-index: 2;
}

@media (min-width: 768px) {
  .cta .cta-maru {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .cta .cta-maru {
    left: 20px;
    top: -10%;
    width: 48%;
  }
}

@media (max-width: 574px) {
  .cta .cta-maru {
    width: 46%;
    top: -20%;
  }
}

@media (max-width: 767px) {
  .cta .cta-maru img {
    width: 70%;
    height: auto;
  }
}

@media (max-width: 574px) {
  .cta .cta-maru img {
    width: 100%;
    height: auto;
  }
}

.cta .cta-midashi-sp {
  text-align: right;
  margin-bottom: 3%;
}

.cta .cta-midashi-sp img {
  text-align: right;
  width: 48%;
  height: auto;
}

@media (max-width: 574px) {
  .cta .cta-midashi-sp img {
    width: 46%;
  }
}

.cta .inner {
  background-color: #fff;
  border-radius: 30px;
  border: 5px solid #dc1738;
  padding: 20px 10px 10px 80px;
}

@media (max-width: 767px) {
  .cta .inner {
    padding: 20px 20px;
    position: relative;
  }
}

.cta .btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.cta .btn-list figure {
  width: 50%;
}

@media (max-width: 767px) {
  .cta .btn-list figure {
    width: 100%;
  }
}

.cta .cta-midashi {
  padding: 0.5em 0 1em;
}

.cta .cta-midashi img {
  width: 460px;
  height: auto;
}

@media (max-width: 1199px) {
  .cta .cta-midashi img {
    width: 380px;
  }
}

/* content01 */
/*--------------------------------------------------*/
.content01 {
  padding: 1.2em 0;
  background-image: url(../image/content01-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .content01 h2 {
    padding: 0.2em 5%;
  }
}

/* content02 */
/*--------------------------------------------------*/
.content02 {
  background-size: auto auto;
  background-color: white;
  background-image: -webkit-repeating-linear-gradient(330deg, transparent, transparent 7px, #e9f4fd 7px, #e9f4fd 11px);
  background-image: repeating-linear-gradient(120deg, transparent, transparent 7px, #e9f4fd 7px, #e9f4fd 11px);
}

.content02 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.content02 .content02-img {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.content02 .content02-text {
  padding: 2em;
  width: 65%;
}

@media (max-width: 767px) {
  .content02 .content02-text {
    padding: 1em 0 1em 1em;
  }
}

.bg-stripe01 {
  background-size: auto auto;
  background-color: #afdef4;
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 7px, #a6d8f2 7px, #a6d8f2 13px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, #a6d8f2 7px, #a6d8f2 13px);
}

/* content03*/
/*--------------------------------------------------*/
.content03 {
  padding: 1.5em 0;
}

@media (max-width: 767px) {
  .content03 {
    padding: 0em 0;
  }
}

.content03 h2 {
  padding: 1em 0 3em;
}

@media (max-width: 767px) {
  .content03 h2 {
    padding: 1.5em 0 0.5em;
  }
}

@media (max-width: 767px) {
  .content03 figure {
    padding: 1em 0 1em;
  }
}

/* content04*/
/*--------------------------------------------------*/
.content04 {
  background-image: url(../image/content04-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 13% 1em 2em;
}

@media (max-width: 767px) {
  .content04 {
    background-size: 800px auto;
    padding: 25% 1em 2em;
  }
}

@media (max-width: 574px) {
  .content04 {
    background-size: 600px auto;
    padding: 25% 1em 2em;
  }
}

@media (max-width: 767px) {
  .content04 figure {
    padding: 0 5% 0;
  }
}

/* content05*/
/*--------------------------------------------------*/
.content05 h2 {
  background-color: #39ad4a;
  padding: 1.5em 1em 1.5em;
}

@media (max-width: 767px) {
  .content05 h2 {
    padding: 1.5em 10% 1.5em;
  }
}

.content05 h3 {
  background-color: #61bd6e;
  padding: 1.5em 1em 1.5em;
}

.content05 h3 img {
  width: 240px;
  height: auto;
}

@media (max-width: 767px) {
  .content05 h3 img {
    width: 200px;
  }
}

.content05 .inner {
  padding: 2em 0em 2em;
}

@media (max-width: 767px) {
  .content05 .inner {
    padding: 1em 0em 2em;
  }
}

.content05 .inner figure {
  padding: 1em 0 1em;
}

/* content06*/
/*--------------------------------------------------*/
.content06 h2 {
  background-color: #e7d7ca;
  padding: 1.5em 1em 1.5em;
}

@media (max-width: 767px) {
  .content06 h2 {
    padding: 1.5em 10% 1.5em;
  }
}

.content06 .inner {
  padding: 2em 0em 2em;
}

@media (max-width: 767px) {
  .content06 .inner {
    padding: 1em 0em 1.5em;
  }
}

.content06 .inner figure {
  padding: 1em 0 1em;
}

/* content07*/
/*--------------------------------------------------*/
.content07 {
  background-color: rgba(41, 163, 218, 0.3);
}

.content07 h2 {
  background-color: #dc1738;
  padding: 2em 1em 1.5em;
}

@media (max-width: 767px) {
  .content07 h2 {
    padding: 1.5em 10% 1.5em;
  }
}

.content07 .inner {
  padding: 1.5em 0em 2em;
}

@media (max-width: 767px) {
  .content07 .inner {
    padding: 1.5em 0em 2em;
  }
}

.content07 .inner h3 {
  padding: 1em 0 1em;
}

@media (max-width: 767px) {
  .content07 .inner h3 {
    padding: 1em 5% 1em;
  }
}

.content07 .inner figure {
  padding: 1em 0 1em;
}

/* content08*/
/*--------------------------------------------------*/
.content08 h2 {
  padding: 2em 0em 1em;
}

@media (max-width: 767px) {
  .content08 h2 {
    padding: 1em 10% 1em;
  }
}

.content08 .inner {
  padding: 2em 0em 3em;
}

@media (max-width: 767px) {
  .content08 .inner {
    padding: 1em 0em 2.5em;
  }
}

/* content09*/
/*--------------------------------------------------*/
.content09 {
  background-color: rgba(169, 218, 240, 0.3);
  padding: 1em 0em 4em;
}

.content09 h2 {
  padding: 3em 0em 3em;
}

@media (max-width: 767px) {
  .content09 h2 {
    padding: 2em 0em 2em;
  }
}

@media (max-width: 574px) {
  .content09 h2 img {
    width: 120px;
    height: auto;
  }
}

.content09 .list-type01 dl {
  border: 1px solid #999;
  border-bottom: transparent;
}

.content09 .list-type01 dt {
  text-align: center;
  font-weight: bold;
  padding: 15px;
  background-color: #eaeaea;
}

@media only screen and (min-width: 1200px) {
  .content09 .list-type01 dt {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content09 .list-type01 dt {
    font-size: calc(1.92rem + ((1vw - 0.992rem) * (0.38647)));
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content09 .list-type01 dt {
    font-size: calc(1.84rem + ((1vw - 0.768rem) * (0.35874)));
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .content09 .list-type01 dt {
    font-size: calc(1.76rem + ((1vw - 0.576rem) * (0.41885)));
  }
}

@media only screen and (min-width: 421px) and (max-width: 575px) {
  .content09 .list-type01 dt {
    font-size: calc(1.68rem + ((1vw - 0.421rem) * (0.51948)));
  }
}

@media only screen and (max-width: 420px) {
  .content09 .list-type01 dt {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0.8)));
  }
}

@media (max-width: 767px) {
  .content09 .list-type01 dt {
    padding: 10px 8px;
  }
}

.content09 .list-type01 dd {
  padding: 15px;
  background-color: #fff;
}

@media only screen and (min-width: 1200px) {
  .content09 .list-type01 dd {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content09 .list-type01 dd {
    font-size: calc(1.58rem + ((1vw - 0.992rem) * (0.09662)));
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content09 .list-type01 dd {
    font-size: calc(1.56rem + ((1vw - 0.768rem) * (0.08969)));
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .content09 .list-type01 dd {
    font-size: calc(1.54rem + ((1vw - 0.576rem) * (0.10471)));
  }
}

@media only screen and (min-width: 421px) and (max-width: 575px) {
  .content09 .list-type01 dd {
    font-size: calc(1.52rem + ((1vw - 0.421rem) * (0.12987)));
  }
}

@media only screen and (max-width: 420px) {
  .content09 .list-type01 dd {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.2)));
  }
}

@media (max-width: 767px) {
  .content09 .list-type01 dd {
    padding: 10px 8px;
  }
}

.content09 .list-type01 ul li {
  display: inline-block;
  position: relative;
  padding: 5px 15px 5px 15px;
}

.content09 .list-type01 ul li::before {
  position: absolute;
  content: "●";
  color: #29a3da;
  left: 0px;
  font-size: 24px;
  line-height: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.content09 .list-type01 ul.star li {
  padding: 5px 5px 5px 25px;
}

.content09 .list-type01 ul.star li::before {
  content: "★";
  font-size: 20px;
}

.content09 .list-type01 dl.bb {
  border-bottom: 1px solid #999;
}

.content09 .list-type01 small {
  font-size: 86%;
}

/* content10*/
/*--------------------------------------------------*/
.content10 .content10-title {
  background-color: #29a3da;
  padding: 1.5em 0em 1.5em;
}

@media (max-width: 574px) {
  .content10 .content10-title img {
    width: 180px;
    height: auto;
  }
}

.content10 .content10-sankaku {
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #29a3da transparent transparent transparent;
}

.content10 .qa-list dl {
  border-bottom: 1px dashed #999;
  padding: 1em;
}

@media (max-width: 767px) {
  .content10 .qa-list dl {
    padding: 1em 0.3em;
  }
}

.content10 .qa-list dt {
  background-image: url(../image/q-icon.svg);
  background-size: 70px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px 15px 0px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 70px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .content10 .qa-list dt {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content10 .qa-list dt {
    font-size: calc(1.84rem + ((1vw - 0.992rem) * (0.28986)));
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content10 .qa-list dt {
    font-size: calc(1.78rem + ((1vw - 0.768rem) * (0.26906)));
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .content10 .qa-list dt {
    font-size: calc(1.72rem + ((1vw - 0.576rem) * (0.31414)));
  }
}

@media only screen and (min-width: 421px) and (max-width: 575px) {
  .content10 .qa-list dt {
    font-size: calc(1.66rem + ((1vw - 0.421rem) * (0.38961)));
  }
}

@media only screen and (max-width: 420px) {
  .content10 .qa-list dt {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0.6)));
  }
}

@media (max-width: 767px) {
  .content10 .qa-list dt {
    min-height: 50px;
    background-size: 40px auto;
    padding: 0px 0px 0px 50px;
  }
}

.content10 .qa-list dd {
  background-image: url(../image/a-icon.svg);
  background-size: 70px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 15px 10px 90px;
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .content10 .qa-list dd {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content10 .qa-list dd {
    font-size: calc(1.56rem + ((1vw - 0.992rem) * (0.19324)));
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content10 .qa-list dd {
    font-size: calc(1.52rem + ((1vw - 0.768rem) * (0.17937)));
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .content10 .qa-list dd {
    font-size: calc(1.48rem + ((1vw - 0.576rem) * (0.20942)));
  }
}

@media only screen and (min-width: 421px) and (max-width: 575px) {
  .content10 .qa-list dd {
    font-size: calc(1.44rem + ((1vw - 0.421rem) * (0.25974)));
  }
}

@media only screen and (max-width: 420px) {
  .content10 .qa-list dd {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.4)));
  }
}

@media (max-width: 767px) {
  .content10 .qa-list dd {
    background-size: 40px auto;
    padding: 0px 0px 0px 50px;
  }
}

.content10 .qa-list p {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

/* form-section	 */
/*--------------------------------------------------*/
.form-section {
  background-color: rgba(169, 218, 240, 0.3);
  padding: 0em 0em 4em;
}

@media (max-width: 574px) {
  .form-section {
    padding: 0em 0em 8em;
  }
}

.form-section h2 {
  background-color: #29a3da;
  padding: 1.5em 0em 1.5em;
}

.form-section h2 img {
  width: 340px;
  height: auto;
}

@media (max-width: 767px) {
  .form-section h2 img {
    width: 290px;
    height: auto;
  }
}

.form-section .txt {
  color: #eb0009;
  margin-bottom: 10px;
}

.form-section .contact-form01 dl {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  display: table;
  width: 100%;
}

.form-section .contact-form01 dl.bb {
  border-bottom: 1px solid #999;
}

.form-section .contact-form01 dt {
  background-color: #eaeaea;
  display: table-cell;
  width: 30%;
  padding: 25px 20px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .form-section .contact-form01 dt {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .form-section .contact-form01 dt {
    font-size: calc(1.56rem + ((1vw - 0.992rem) * (0.19324)));
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-section .contact-form01 dt {
    font-size: calc(1.52rem + ((1vw - 0.768rem) * (0.17937)));
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .form-section .contact-form01 dt {
    font-size: calc(1.48rem + ((1vw - 0.576rem) * (0.20942)));
  }
}

@media only screen and (min-width: 421px) and (max-width: 575px) {
  .form-section .contact-form01 dt {
    font-size: calc(1.44rem + ((1vw - 0.421rem) * (0.25974)));
  }
}

@media only screen and (max-width: 420px) {
  .form-section .contact-form01 dt {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.4)));
  }
}

.form-section .contact-form01 dd {
  background-color: #fff;
  display: table-cell;
  width: 70%;
  padding: 25px 20px;
}

@media only screen and (min-width: 1200px) {
  .form-section .contact-form01 dd {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .form-section .contact-form01 dd {
    font-size: calc(1.56rem + ((1vw - 0.992rem) * (0.19324)));
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-section .contact-form01 dd {
    font-size: calc(1.52rem + ((1vw - 0.768rem) * (0.17937)));
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .form-section .contact-form01 dd {
    font-size: calc(1.48rem + ((1vw - 0.576rem) * (0.20942)));
  }
}

@media only screen and (min-width: 421px) and (max-width: 575px) {
  .form-section .contact-form01 dd {
    font-size: calc(1.44rem + ((1vw - 0.421rem) * (0.25974)));
  }
}

@media only screen and (max-width: 420px) {
  .form-section .contact-form01 dd {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.4)));
  }
}

.form-section input[type="text"],
.form-section input[type="tel"],
.form-section textarea,
.form-section select {
  vertical-align: middle;
  width: 100%;
  line-height: 35px;
  height: 35px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  font-size: 100%;
  background: #fcfcfc;
}

.form-section textarea {
  height: auto;
  line-height: 1.5;
}

.form-section .hissu {
  position: absolute;
  right: 10px;
  padding: 2px 3px;
  color: #fff;
  border-radius: 5px;
  background-color: #eb0009;
  font-size: 13px;
}

.form-section .label_area label {
  padding-right: 15px;
}

.form-section .privacycheck-label {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.form-section .privacycheck-label .hissu {
  position: absolute;
  right: auto;
  left: 0;
}

.form-section .btn_contact {
  text-align: center !important;
  margin: 0px auto 0;
}

.form-section .submit_btn {
  border: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7abe43+0,39aa4a+99 */
  background: #7abe43;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7abe43 0%, #39aa4a 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#7abe43), color-stop(99%, #39aa4a));
  background: linear-gradient(to bottom, #7abe43 0%, #39aa4a 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abe43', endColorstr='#39aa4a', GradientType=0);
  /* IE6-9 */
  -webkit-transition: 350ms;
  transition: 350ms;
  font-weight: bold;
  padding: 0.5em 3em;
  color: #fff;
  border-radius: 15px;
}

@media only screen and (min-width: 1200px) {
  .form-section .submit_btn {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .form-section .submit_btn {
    font-size: calc(1.92rem + ((1vw - 0.992rem) * (0.38647)));
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-section .submit_btn {
    font-size: calc(1.84rem + ((1vw - 0.768rem) * (0.35874)));
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .form-section .submit_btn {
    font-size: calc(1.76rem + ((1vw - 0.576rem) * (0.41885)));
  }
}

@media only screen and (min-width: 421px) and (max-width: 575px) {
  .form-section .submit_btn {
    font-size: calc(1.68rem + ((1vw - 0.421rem) * (0.51948)));
  }
}

@media only screen and (max-width: 420px) {
  .form-section .submit_btn {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0.8)));
  }
}

.form-section .submit_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .form-section .contact-form01 dt {
    display: block;
    width: 100%;
    padding: 10px 10px;
    position: relative;
  }
  .form-section .contact-form01 dd {
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .form-section .contents08-sankaku {
    border-width: 30px 50px 0 50px;
    border-color: #eb0009 transparent transparent transparent;
  }
  .form-section .submit_btn {
    width: 378px;
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  .form-section .submit_btn {
    width: 252px;
    height: 40px;
  }
}

/*form-section	 */
.copyright {
  background-color: #29a3da;
  padding: 0.5em 0em 0.5em;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .copyright {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .copyright {
    font-size: calc(1.48rem + ((1vw - 0.992rem) * (0.09662)));
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright {
    font-size: calc(1.46rem + ((1vw - 0.768rem) * (0.08969)));
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .copyright {
    font-size: calc(1.44rem + ((1vw - 0.576rem) * (0.10471)));
  }
}

@media only screen and (min-width: 421px) and (max-width: 575px) {
  .copyright {
    font-size: calc(1.42rem + ((1vw - 0.421rem) * (0.12987)));
  }
}

@media only screen and (max-width: 420px) {
  .copyright {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.2)));
  }
}

/*bnr-sp	 */
/*--------------------------------------------------*/
.bnr-sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #c4c4c4;
  padding: 10px;
  z-index: 3;
}

.bnr-sp .bnr-sp-inner {
  width: 100%;
  display: block;
}

.bnr-sp .bnr-sp-inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bnr-sp li {
  width: 48%;
}

.bnr-sp a {
  display: inline-block;
  background-color: #39ad4a;
  border-radius: 10px;
  width: 100%;
  padding: 5px 10px;
  -webkit-box-shadow: 4px 4px 0px 0px #909090;
          box-shadow: 4px 4px 0px 0px #909090;
}

.bnr-sp .bnr-tel-sp a {
  background-color: #2993e7;
}

.bnr-sp img {
  height: 50px;
  width: auto;
}

@media (max-width: 574px) {
  .bnr-sp img {
    height: 40px;
    width: auto;
  }
}

/* pagetop170 */
/*--------------------------------------------------*/
.pagetop170 {
  font-size: 28px;
  position: fixed;
  z-index: 10;
  right: 25px;
  bottom: 25px;
  display: none;
  width: 1.75em;
  height: 1.75em;
  padding: 0;
  color: #fafafa;
  border: none;
  border-radius: 50%;
  background-color: #888;
}

@media (max-width: 574px) {
  .pagetop170 {
    font-size: 22px;
    right: 10px;
    bottom: 80px;
    width: 1.5em;
    height: 1.5em;
  }
}

.pagetop170 i {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
}

.pagetop170 i::before {
  margin: 0;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.ua-ie .pagetop170 i::before {
  -webkit-animation: pagetop170-fix-ie 10ms infinite;
          animation: pagetop170-fix-ie 10ms infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes pagetop170-fix-ie {
  0% {
    margin: .1px;
  }
  100% {
    margin: 0;
  }
}

@keyframes pagetop170-fix-ie {
  0% {
    margin: .1px;
  }
  100% {
    margin: 0;
  }
}

.pagetop170:hover i {
  -webkit-animation: pagetop170 1000ms;
  animation: pagetop170 1000ms;
}

.pagetop170-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@-webkit-keyframes pagetop170 {
  15% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}

@keyframes pagetop170 {
  15% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}
/*# sourceMappingURL=common.css.map */