@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 400;
  font-size: 16px;
  /* color: #828282; */
  background: #fff;
}

#page {
  line-height: 1.8;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a {
  color: #7B77FF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #7B77FF;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 400;
  margin: 0 0 2em 0;
  letter-spacing: 0.1em;
}

::-webkit-selection {
  color: #fff;
  background: #006699;
}

::-moz-selection {
  color: #fff;
  background: #006699;
}

::selection {
  color: #fff;
  background: #006699;
}

#fh5co-pickup,
#fh5co-mylink,
#fh5co-footer {
  padding: 5em 0 4em 0;
  clear: both;
}

.no-space {
  padding: 0 0 4em 0;
  clear: both;
}

img {
  width:100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
#fh5co-pickup,
#fh5co-mylink,
#fh5co-footer {
    padding: 3em 0;
  }
  .no-space {
    padding: 0 0 3em 0;
  }
}

/* pickup */
#fh5co-pickup {
  background: #fff;
}
.pickup {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.pickup .pickup-img {
  width: 65%;
  margin-bottom: 20px;
}
.pickup h2 span {
  color: #0077b3;
}
.pickup h3 {
  color: #003399;
  font-size: 20px;
  margin-bottom: 10px;
}
.pickup h4 small {
  color: #000;
}
.pickup p span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

.pickup ul {
  list-style: none;
  margin: 2em 0;
}
.pickup li {
  /* text-indent: -1em; */
  font-size: 14px;
  line-height: 3;
}
.pickup li span {
  color: #666;
  font-size: 12px;
}

/* mylink */
#fh5co-mylink {
  background: #fff;
}
.mylink {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.mylink h2 span {
  color: #0077b3;
}
.mylink h3 {
  color: #003399;
  font-size: 16px;
  margin-bottom: 10px;
}
.mylink p span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}


/* fh5co-footer */
#fh5co-footer {
  padding: 7em 0 0 0;
}

#fh5co-footer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  /* color: #fff !important; */
}
#fh5co-footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(98, 94, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  /* color: rgba(255, 255, 255, 1.0); */
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .copyright {
  color: rgba(0, 0, 0, 0.6);
  background: #d0dee6;
  padding: 2em;
  letter-spacing: 0.1em;
}
#fh5co-footer .copyright .block {
  display: block;
}
#fh5co-footer .copyright .block a {
  color: rgba(255, 255, 255, 1.0);
}

/* gototop */
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #9dbacb;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}