@charset "UTF-8";
/*基本の緑*/
/*基本の青*/
/*黄色*/
/*薄いグレー*/
/*薄いグレー2*/
/*スマホメニューの色*/
/*スマホメニューの色*/
BODY {
  background: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

a {
  outline: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}

a:active {
  color: #000;
  text-decoration: none;
}

.righttext {
  text-align: right;
}

.centertext {
  text-align: center;
}

.text_mini {
  font-size: 0.8em;
}

.textbold {
  font-weight: bold;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

img {
  max-width: 100%;
}

#pageTop {
  position: fixed;
  bottom: 130px;
  right: 10px;
  width: 60px;
  height: 60px;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 0;
  width: 65px;
  height: 65px;
  line-height: 1.4;
  background-color: #3C7D9D;
  border-radius: 0;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "";
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: url(../images/icon_totop.svg) 0 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

.flexbox {
  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;
}
.flexbox .col3_2box {
  width: 66%;
}
.flexbox .col3_1box {
  width: 30%;
}
.flexbox .col5_2box {
  width: 40%;
}
.flexbox .col5_3box {
  width: 55%;
}
.flexbox .col2box {
  width: 48%;
}
.flexbox .col3box {
  width: 31%;
}
.flexbox .col2fullbox {
  width: 50%;
}

header {
  padding: 10px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
header .headerinner {
  width: 1000px;
  margin: 0 auto;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #logo {
  width: 280px;
  text-align: left;
}
header .btnbox {
  width: 218px;
}

footer {
  background: #EAEEF0;
  margin-top: 150px;
  padding: 40px 0;
}
footer ul li {
  text-align: left;
  display: inline-block;
}
footer ul li a {
  padding: 0 10px;
  font-size: 14px;
}
footer .copyright {
  text-align: center;
  font-size: 11px;
  margin-top: 46px;
}

.wrapper {
  width: 1000px;
  margin: 90px auto 0 auto;
}

.contentsinner {
  width: 800px;
  margin: 0 auto;
}

.contentsinner2 {
  width: 577px;
  margin: 0 auto;
}

.spbottomcontact {
  display: none;
}

@media screen and (max-width: 1000px) {
  .contentsinner {
    width: 100%;
    padding: 0 20px;
  }

  header .headerinner {
    width: 100%;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 840px) {
  .sp_block {
    display: block;
  }

  .pc_block {
    display: none;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }

  body {
    background-color: #FBFBFB;
  }

  .flexbox {
    display: block;
  }
  .flexbox .col2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col2box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col3box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col3_1box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col5_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col5_3box {
    width: 100%;
    margin-bottom: 40px;
  }

  header {
    padding: 0;
  }
  header .btnbox {
    display: none;
  }
  header .logo img {
    height: 60px;
  }

  footer {
    margin-top: 0;
    padding-bottom: 100px;
  }
  footer .footlogo {
    border-bottom: 1px #3C7D9D solid;
    padding-bottom: 20px;
  }
  footer .footlink01 {
    border-bottom: 1px #3C7D9D solid;
    padding: 20px 0;
    margin-left: 0px;
  }
  footer .footlink02 li {
    width: 100%;
    display: block;
  }

  #pageTop {
    display: none;
  }

  .spbottomcontact {
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    padding: 10px 0;
  }
  .spbottomcontact img {
    width: 65%;
    -webkit-box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.6);
  }

  .wrapper {
    margin: 30px auto 0 auto;
  }
}