@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: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", 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;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 1em;
  font-weight: normal;
}

#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;
}
.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;
  border-top: 10px #000 solid;
}
header #headerinner {
  max-width: 1200px;
  margin: 0 auto;
}
header .flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #logo {
  width: 210px;
  line-height: 1;
  font-weight: 600;
}
header #headlink {
  width: 300px;
  text-align: right;
}
header #headlink ul li {
  display: inline-block;
  padding: 0 20px;
}
header #headlink ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
header #navigation_over {
  background-color: #000;
  padding: 10px 0;
}
header #navigation_over .navigation ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header #navigation_over .navigation ul li {
  width: 14.2857142857%;
}
header #navigation_over .navigation ul li a {
  color: #fff;
}

footer {
  background: #000;
  width: 100%;
  margin: 40px auto 0 auto;
}
footer #footercopy {
  padding: 35px 0px;
  font-weight: 500;
  font-size: 0.9em;
  color: #fff;
}

.container {
  text-align: left;
}

p {
  margin-bottom: 20px;
}

/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 420px) {
  .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 #headlink {
    display: none;
  }
  header .navigation {
    display: none;
  }
}