
/* ----------------------------------------------

 * リセット

---------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
img, object, embed {
  border: 0;
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
strong {
  font-weight: bold;
}
/* ----------------------------------------------

 * クリアフィックス

---------------------------------------------- */
.cb {
  clear: both;
  font-size: 1%;
  height: 0;
  line-height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* ----------------------------------------------

 * ベース

---------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #FFF;
  font-family: "SourceHanSerif";
  line-height: 2.0;
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  body {
    line-height: 1.8;
    font-size: 18px;
  }
}
a {
  text-decoration: underline;
  color: #333;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
  text-decoration: none;
}
/* ----------------------------------------------

 * ヘッダー

---------------------------------------------- */
.header {
  background-color: #0C7171;
  padding: 10px 5%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.header .left {
  width: 40%;
  float: left;
}
.header .header-logo {
  width: 255px;
  height: 24px;
  margin-right: 20px;
}
.header .header-logo img {
  width: 255px;
  height: 24px;
  margin-top: 6px;
}
.header h1 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}
.header .right {
  width: 60%;
  float: right;
  line-height: 1.4;
  text-align: right;
}
.header .right .date {
  font-size: 16px;
  color: #FFF;
  line-height: 2.5;
  font-weight: 500;
  margin-right: 250px;
  ;
}
.header .right .user {
  font-size: 16px;
  color: #FFF;
  line-height: 1.6;
  font-weight: 500;
  right: 5%;
  position: absolute;
}
.login_name {
  padding: 8px 20px;
  list-style-type: none;
}
.login_name:hover {
  background-color: #2D3938;
  text-align: center;
}
.head_up_list {
  background-color: #FFF;
  list-style: none;
  text-decoration: none;
  padding: 8px;
  margin: 10px 0;
  text-align: center;
}
.head_up_list:hover {
  background-color: #DDDDDD;
}
#menu a {
  list-style: none;
  text-decoration: none;
}
#toggle {
  display: none;
  cursor: pointer;
}
#menu {
  display: none;
  margin: 0;
  padding: 0;
}
#toggle:checked + #menu {
  display: block;
}
.menu {
  position: relative;
  width: 100%;
  height: 60px;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
}
.menu > li {
  float: left;
  width: 32%;
  height: 60px;
  line-height: 60px;
  margin: 0 2px;
  background-color: #2D3938;
  color: #FFF;
  text-decoration: none;
  list-style: none;
  text-align: center;
}
.menu__second-level > li a {
  display: block;
  color: #2D3938;
  text-decoration: none;
  background-color: #D6E0E5;
}
.menu__second-level > li a:hover {
  color: #FFF;
  background-color: #33647D;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  text-decoration: none;
  list-style: none;
  text-align: center;
}
a.init-bottom {
  display: block;
  color: #FFF;
  text-decoration: none;
  background-color: #2D3938;
}
/* 下矢印 */
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 3px 15px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg);
}
/* floatクリア */
.menu:before, .menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
.menu > li.menu__single {
  position: relative;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  top: 60px;
  width: 100%;
  background: #072A24;
  transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
  top: 60px;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 599px) {}
@media (min-width: 600px) and (max-width: 959px) {}
/* ----------------------------------------------

 * コンテンツ

---------------------------------------------- */
main {
  width: 64%;
  margin: 20px 15% 40px;
  padding: 30px 3% 50px;
  overflow: hidden;
  background-color: #E6F1F1;
}

@media screen and (max-width: 599px) {}
@media (min-width: 600px) and (max-width: 959px) {}
@media (min-width: 960px) and (max-width: 1440px) {}
/* ----------------------------------------------

 * フッター

---------------------------------------------- */
.footer-inner {
  width: 80%;
  height: 440px;
  color: #FFF;
  background-image: url(/../../img/common/bg_footer.jpg);
  background-size: cover;
  background-repeat: repeat;
  overflow: hidden;
  padding: 160px 10% 0;
}
.footer-inner .left {
  width: 50%;
  float: left;
}
.footer-inner .right {
  width: 50%;
  float: left;
  text-align: center;
}
.f_logo {
  margin-bottom: 90px;
}
.address {
  font-size: 18px;
  line-height: 2.0;
}
.f_nav {
  width: 100%;
  float: right;
  text-align: right
}
.f_nav ul {
  float: right;
  margin-left: 100px;
}
.f_nav ul li {
  text-align: left;
  list-style: none;
  margin-bottom: 20px;
}
.f_nav ul li a {
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.f_nav ul li a:link {
  color: #FFF;
}
.f_nav ul li a:visited {
  color: #FFF;
}
.f_nav ul li a:hover {
  color: #FFF;
}
.f_nav ul li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 0;
  height: 2px;
  background: #FFF;
  transition: 0.3s;
  z-index: 1;
}
.f_nav ul li a:hover:after {
  width: 100%;
  left: 0;
}
.copy {
  width: 100%;
  text-align: right;
  float: right;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .footer-inner {
    width: 80%;
    height: 200px;
    padding: 40px 10%;
    overflow: hidden;
  }
  .footer-inner .left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .footer-inner .right {
    width: 100%;
    text-align: center;
  }
  .f_logo {
    width: 260px;
    height: 22px;
    margin: 0 auto 20px;
  }
  .address {
    font-size: 16px;
    line-height: 2.0;
    text-align: center;
  }
  .f_nav {
    display: none;
  }
  .copy {
    width: 100%;
    text-align: center;
    float: none;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 30px;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .footer-inner {
    width: 80%;
    height: 200px;
    padding: 60px 10%;
    overflow: hidden;
  }
  .footer-inner .left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .footer-inner .right {
    width: 100%;
    text-align: center;
  }
  .f_logo {
    width: 260px;
    height: 22px;
    margin: 0 auto 20px;
  }
  .address {
    font-size: 16px;
    line-height: 2.0;
    text-align: center;
  }
  .f_nav {
    display: none;
  }
  .copy {
    width: 100%;
    text-align: center;
    float: none;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 30px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .footer-inner {
    width: 90%;
    height: 340px;
    padding: 100px 5% 0;
  }
  .f_logo {
    width: 460px;
    height: 40px;
    margin-bottom: 70px;
  }
}
/*メニューをページ下部に固定*/
#sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
}
/*メニューを横並びにする*/
#sp-fixed-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#sp-fixed-menu li {
  justify-content: center;
  align-items: center;
  width: 33.3%;
  margin: 0;
  font-size: 12px;
  border-right: 1px solid #fff;
  background-color: #113285;
}
#sp-fixed-menu li:nth-child(1) {
  background-image: url(/../../img/common/icon_pamphlet.png);
  background-repeat: no-repeat;
  background-position: 50% 16px;
  background-size: 29px 20px;
}
#sp-fixed-menu li:nth-child(2) {
  background-image: url(/../../img/common/icon_examination.png);
  background-repeat: no-repeat;
  background-position: 50% 16px;
  background-size: 29px 20px;
}
#sp-fixed-menu li:nth-child(3) {
  background-image: url(/../../img/common/icon_access.png);
  background-repeat: no-repeat;
  background-position: 50% 16px;
  background-size: 29px 20px;
  border-right: none;
}
/*ボタンを調整*/
#sp-fixed-menu li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 40px 0 10px;
  text-decoration: none;
}
/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
  .for-sp {
    display: none;
  }
}
/* ----------------------------------------------

 * Googleマップ

---------------------------------------------- */
@media screen and (max-width: 599px) {}
@media (min-width: 600px) and (max-width: 959px) {}
@media (min-width: 960px) and (max-width: 1440px) {}
/* ----------------------------------------------

* ページトップ

---------------------------------------------- */
#top_scroll {
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 0;
}
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -50px;
  right: 30px;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #222;
  text-align: center;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
}
#page-top:hover {
  transform: translateY(-8px);
}
#top_scroll:hover {
  background: #fff;
}
/* fixedでヘッダ固定時のページ内リンクのずれを解消
----------------------------------------------------------- */
#greeting::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  vertical-align: top;
}
#service::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  vertical-align: top;
}
#company::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  #greeting::before {
    content: "";
    display: block;
    height: 70px;
    margin-top: -70px;
    vertical-align: top;
  }
  #service::before {
    content: "";
    display: block;
    height: 70px;
    margin-top: -70px;
    vertical-align: top;
  }
  #company::before {
    content: "";
    display: block;
    height: 70px;
    margin-top: -70px;
    vertical-align: top;
  }
}
