@charset "UTF-8";
/* CSS Document */
.wrap {
  overflow: hidden;
}
p {
  text-align: justify;
}
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  h1, h2, h3, h4, p, table, ul {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  }
  #header {
    background: #0097E0;
  }
  .header_title {
    width: 100%;
    margin: auto;
    background: #000;
  }
  p.header_title_in {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
  }
  h1 img {
    width: 300px;
    float: left;
    height: 60px;
  }
  .header_right {
    float: right;
    height: 60px;
  }
  .header_right p {
    float: left;
    color: #fff;
    line-height: 3;
    vertical-align: middle;
  }
  .header_right p.tellink {
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    /*font-weight: bold;*/
  }
  .header_right p.maillink {
    color: #fff;
    font-size: 1.3em;
    height: 60px;
    margin-top: 20px;
    margin-left: 10px;
  }
  #head_area {
    max-width: 1000px;
    margin: auto;
    padding: 20px 0;
    overflow: hidden;
  }
  .fa-angle-right {
    color: #ccc;
  }
  /*メールの青い部分-**************************************************/
  .mail {
    max-width: 1000px;
    padding: 5em 0;
    margin: auto;
  }
  .mail_blue a {
    display: block;
    background: #0097E0;
    color: #fff !important;
    padding: 1.5em;
    border-radius: 100px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    width: 70%;
    margin: 0 auto 1em auto;
  }
  .mail_blue a:hover {
    background-color: darkblue;
    transition: all 0.5s;
  }
  .mail p {
    text-align: center;
    color: #0097E0;
  }
  .fa-regular {
    color: #fff;
  }
}
/*共通コンテンツ*/
/***************************************************/
/*ディスプレイnone*/
.none {
  display: none;
}
/************************************************************************/
/*インデックスのnoneレスポンシブ*/
/************************************************************************/
@media (min-width: 767px) {
  #header p.tellink a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #fff;
  }
}
/*レイアウト*/
.footer_in {
  background: #0097E0;
  padding: 40px 0;
}
#footer .foot_logo span {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 5px;
  font-family: Helvetica, "sans-serif"
}
#footer p {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
#footer ul {
  max-width: 800px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding: 1em 2em;
  overflow: hidden;
  margin: 2em auto;
}
#footer ul li {
  padding: 0 1em;
}
#footer ul li a {
  color: #fff;
  display: block;
}
#footer p.copy {
  text-align: center;
  font-size: 0.8em;
  color: #000;
  padding: 20px 0;
}
#footer .ad a {
  color: #fff;
  text-decoration: none;
}
/*ページトップ*/
#page-top {
  position: fixed;
  bottom: 8px;
  right: 0;
  font-size: 70%;
  z-index: 50;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  /*border-radius: 100px;*/
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}