@charset "UTF-8";
@media (max-width: 768px) {
  br {
    display: none;
  }
  br.kai {
    display: block !important;
  }
}

html {
  color: #1a1a1a;
  overflow-y: scroll !important;
  background-color: #fff;
}

body {
  margin: 0;
  overflow: visible;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
}

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

*:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wf-mplus1p {
  font-family: "Mplus 1p";
}

.wf-roundedmplus1c {
  font-family: "Rounded Mplus 1c";
}

/** 基本レイアウト **/
.left {
  float: left !important;
}

.right {
  float: right !important;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

@media (max-width: 768px) {
  .center {
    text-align: left;
  }
}

a {
  list-style: none;
  color: #1a1a1a;
}

a img:hover {
  opacity: 0.7;
}

.tyoutai {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
}

.orange {
  color: #F29600;
}

.blue {
  color: #3283C6;
}

.h7 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: bold;
}

.important {
  font-size: 120%;
}

/**スライダーカスタマイズ**/
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'fontello';
  font-size: 40px;
}

.slick-prev {
  left: 25px;
}

[dir='rtl'] .slick-prev {
  right: 25px;
  left: auto;
}

.slick-prev:before {
  content: 'p';
}

[dir='rtl'] .slick-prev:before {
  content: 'n';
}

.slick-next {
  right: 25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 25px;
}

.slick-next:before {
  content: 'n';
}

[dir='rtl'] .slick-next:before {
  content: 'p';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  width: 30px;
  height: 30px;
}

.slick-dots li button {
  width: 40px;
  height: 40px;
  padding: 5px;
}

.slick-dots li button:before {
  /**ドットのサイズ**/
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

/** リンクボタン **/
.contact-link {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 999;
}

.contact-link a {
  width: 260px;
  display: block;
  text-decoration: none;
}

.contact-link a img {
  width: 100%;
}

@media (max-width: 768px) {
  .contact-link {
    bottom: 0;
  }
  .contact-link a {
    width: 200px;
  }
}

/**フェードイン処理**/
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: .8s;
  transition: .8s;
}

.fade-anime {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inner {
  width: 980px;
  overflow: hidden;
  margin: auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 600px;
    padding: 0 7.4%;
  }
}

/**ヘッダー**/
header {
  margin-bottom: 50px;
  border-top: 5px solid #29a7e1;
  border-bottom: 50px solid #29a7e1;
}

header .h-inner {
  max-width: 970px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 0 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header .logo {
  width: 263px;
  margin: 2px 0 5px;
}

@media (max-width: 768px) {
  header .logo {
    width: 40%;
  }
}

header .tel {
  width: 186px;
}

@media (max-width: 768px) {
  header .tel {
    width: 40%;
  }
}

/**フォーマット**/
#contents {
  overflow: hidden;
}

#contents section {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.6rem;
}

#contents section.blue {
  background-color: #E6F2F2;
}

#contents section:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #contents section {
    max-width: none;
  }
}

#contents h1,
#contents h2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  #contents h1,
  #contents h2 {
    font-size: 24px;
  }
}

#contents h1 span,
#contents h2 span {
  color: #3283C6;
}

#contents h3 {
  font-size: 24px;
  height: 2em;
  margin-bottom: 1.5em;
}

#contents h3 .line {
  width: 400px;
  height: 100%;
  border-radius: calc(1em + 40px);
  text-align: center;
  background-color: #3283C6;
  color: #fff;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
}

#contents h3::after {
  content: "";
  width: 100px;
  height: 100%;
  margin-left: 0.5em;
  background-image: url(../img/h3bg.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

#contents h3.green .line {
  background-color: #00AB9F;
}

#contents h3.green::after {
  background-image: url(../img/h3bg-green.svg);
}

@media (max-width: 768px) {
  #contents h3 {
    font-size: 22px;
  }
  #contents h3 .line {
    width: 80%;
  }
  #contents h3::after {
    width: 18%;
    margin-left: 2%;
  }
}

#contents h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding: 0.2em 0.5em;
  background-color: #3283C6;
  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;
}

@media (max-width: 768px) {
  #contents h4 {
    font-size: 18px;
  }
}

#contents h5 {
  color: #3283C6;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  #contents h5 {
    font-size: 20px;
  }
}

#contents ul li p:last-of-type {
  margin-bottom: 0;
}

#contents p {
  margin-bottom: 0.5em;
}

#contents p:last-of-type {
  margin-bottom: 0;
}

/* フッター */
footer {
  width: 100%;
  min-width: 1024px;
  margin-top: 60px;
  padding: 20px 7%;
  text-align: center;
  background-color: #D6E6F4;
}

@media (max-width: 768px) {
  footer {
    min-width: 100%;
  }
}

footer ul {
  width: 800px;
  margin: 10px auto 30px;
  list-style: none;
}

@media (max-width: 768px) {
  footer ul {
    width: 100%;
  }
}

footer ul li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer ul li:first-of-type {
  padding-bottom: 1em;
  margin-bottom: 20px;
  border-bottom: 1px solid #1a1a1a;
}

footer ul li p {
  width: 8em;
  font-size: 12px;
  line-height: 2em;
  background-color: #fff;
  color: #1a1a1a;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  footer ul li {
    width: 100%;
  }
  footer ul li p {
    margin-bottom: 1em;
  }
}

footer small {
  width: 100%;
  margin: auto;
  display: block;
  font-size: 15px;
  letter-spacing: 0.05rem;
}

footer small::before {
  content: "\0a9";
}

footer .logo img {
  width: 480px;
  margin-left: 2rem;
}

@media (max-width: 768px) {
  footer .logo img {
    width: 100%;
    max-width: 400px;
    font-size: 12px;
    margin-left: 0;
    margin: 0 1em;
  }
}

/**テーブル**/
.table {
  width: 100%;
}

.table tbody {
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
}

.table tr {
  border-bottom: 1px solid #666666;
}

.table th {
  width: 24%;
  padding: 0.75rem 1rem;
  background-color: #D3E9F1;
  border-right: 1px solid #666666;
}

.table td {
  padding: 0.75rem 1rem;
  border-right: 1px solid #666666;
  background-color: #fff;
}

/*写真入りのテキスト*/
.pic-content {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pic-content > img {
  width: 260px;
  height: auto;
}

.pic-content p {
  width: 660px;
  line-height: 1.8;
  text-align: justify;
}

.sign {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  display: block;
  font-size: 17px;
  margin-top: 1.5rem;
  text-align: right;
  color: #444;
}

/*分割box*/
.flexer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.flexer figure {
  width: 100%;
  /*for ie11*/
  overflow: hidden;
  margin-bottom: 1rem;
}

.flexer img {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flexer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexer p {
  margin-bottom: 1em;
}

.two li {
  width: 48%;
  margin: 0 0 1rem;
}

@media (max-width: 768px) {
  .two li {
    width: 100%;
  }
}

.three::after {
  content: "";
  display: block;
  width: 31.5%;
}

.three li {
  width: 31.5%;
  margin: 0 0 1rem;
}

@media (max-width: 768px) {
  .three li {
    width: 100%;
  }
}

.four::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.four::after {
  content: "";
  display: block;
  width: 24%;
}

.four li {
  width: 24%;
  margin: 0 0 1rem;
}

/*ボタン*/
a.button {
  width: 100%;
  max-width: 500px;
  height: 2.5em;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #ED1C24;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: auto;
  border: 2px solid #ED1C24;
}

a.button:hover {
  background-color: #ED1C24;
  color: #fff;
}

.main-img {
  width: 100%;
  margin-bottom: 40px;
}

.contents .pp {
  background-color: #F2F2F2;
  padding: 2em;
  border-radius: 1em;
}

.contents .pp dt {
  font-weight: bold;
  font-size: 16px;
}

.contents .pp dd {
  margin-bottom: 1em;
}

.contents .pp li {
  list-style: outside disc;
  margin-left: 1em;
}

.thanks {
  margin-bottom: 40px;
}

.thanks + a {
  margin: auto;
  margin-bottom: 40px;
}
/*# sourceMappingURL=contact.css.map */