@charset "UTF-8";
/*基本の青*/
/*薄いグレー*/
/*薄いグレー*/
/*スマホメニューの色*/
/*スマホメニューの色*/
BODY {
  background: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

a {
  outline: none;
}

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

a:visited {
  color: #333;
}

a:hover {
  color: #dd9933;
  text-decoration: none;
}

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

.righttext {
  text-align: right;
}

.centertext {
  text-align: center;
}

.text_mini {
  font-size: 0.8em;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

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

.br-sp {
  display: none;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 10px;
  width: 65px;
  height: 65px;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 65px;
  height: 65px;
  line-height: 1.4;
  background-color: #CCC;
  border-radius: 50%;
  border: 1px #fff solid;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#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: 20px 0;
  width: 100%;
  position: relative;
}
header .headerinner {
  width: 1024px;
  margin: 0 auto;
}
header #logo {
  width: 20em;
  text-align: left;
}
header #logo p {
  font-size: 12px;
  line-height: 1.1;
}
header #navigation {
  width: 50vw;
  background: #000;
  text-align: left;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 40px;
}
header #navigation li {
  display: inline-block;
  font-weight: 600;
}
header #navigation li a {
  padding: 20px 20px;
  color: #fff;
  display: block;
}

footer {
  background: #000;
  color: #fff;
  margin-top: 150px;
  width: 100%;
  margin: 60px auto 0 auto;
}
footer #footmenu {
  padding: 10px;
}
footer #footmenu .flexbox {
  margin-left: 10%;
}
footer #footmenu li {
  text-align: left;
}
footer #footmenu li a {
  color: #fff;
}
footer #footmenu li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}
footer #footadress {
  border-top: 1px #999 solid;
  border-bottom: 1px #999 solid;
  padding: 60px 0;
  text-align: left;
}
footer #footercopy {
  padding: 35px 0px;
}
footer #footercopy p {
  text-align: center;
  font-size: 12px;
}
footer p {
  padding-right: 10px;
}

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

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

@media screen and (max-width: 1024px) {
  .contentsinner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 984px) {
  .contentsinner2 {
    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;
  }

  .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 #navigation {
    display: none;
  }

  footer #footercopy p {
    text-align: center;
    font-size: 10px;
  }
}