@charset "utf-8";
/* CSS Document */
#wrapper {
  font-family: AxisStd-Regular, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 86%;
  min-height: 100vh;
  position: relative; /*←相対位置*/
  padding-bottom: 120px; /*←footerの高さ*/
  box-sizing: border-box; /*←全て含めてmin-height:100vhに*/
}
#header {
  background-color: #fafafa;
  background-image: url(/resources/hikari/pc/css/shared/images/header-bg2.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
#header-inner {
  width: 753px;
  position: relative;
  z-index: 50;
  margin-right: auto;
  margin-left: auto;
}
#header #logo {
  padding-top: 15px;
  padding-bottom: 9px;
  margin: 0;
}
#content {
  margin-bottom: 20px;
  background-repeat: repeat-x;
  background-position: left top;
}
#content-inner {
  width: 753px;
  margin: 0 auto;
}
#main {
  zoom: 1;
  padding: 10px 0;
}
#main p, #main ul {
  font-size: 110%;
}
.hdg-1-02 {
  background-color: #eee;
}
.hdg-inner {
  width: 753px;
  margin: 0 auto;
}
.hdg-1-02 h1 {
  font-size: 200%;
  width: 753px;
  margin: 0;
  color: #00a8e6;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
.pdf {
  font-size: 2.3rem !important;
  text-align: center;
  margin: 30px 0;
}
.pdf a {
  color: #00a2e6;
  border: 1px solid #00a2e6;
  padding: 5px 15px;
  border-radius: 30px;
}
h2 {
  background-color: #5fbeeb;
  color: #fff;
  font-family: "AxisStd-Light", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 2.5rem;
  padding: 10px;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.acenter {
  text-align: center !important;
}
.inner {
  width: auto;
}
p:last-child {
  margin-bottom: 0;
}
.image-layout-col1 {
  margin-bottom: 15px;
}
#main ul.list-disc li {
  margin-bottom: 10px;
}
#footer {
  background: none !important;
  background-color: #e7e7e7 !important;
  text-align: center;
  margin: 0 !important;
  padding: 5px 0;
  zoom: 1;
  width: 100% !important;
  position: absolute; /*←絶対位置*/
  bottom: 0; /*下に固定*/
  box-sizing: border-box;
}
#footer-inner {
  text-align: center;
}
#footer .copyright {
  clear: both;
  text-align: center;
  margin-bottom: 0;
}
p.copyright {
  word-wrap: break-word;
  color: #aaaaaa;
  font-size: 92%;
  margin: 10px 0;
}
span.link img, span.pdf img {
  vertical-align: middle;
}
.acrobat {
  display: flex;
  margin: 20px 0;
  align-items: center;
}
.acrobat p:first-of-type {
  margin-right: 10px;
}
.acrobat p {
  font-size: 90% !important;
}
@media screen and (max-width:768px) {
  #wrapper img {
    width: inherit;
  }
  #logo img {
    width: 130px;
    height: auto;
  }
  #header #logo {
    padding-top: 10;
    padding-bottom: 9px;
    margin: 0;
  }
  #header-inner {
    width: 100%;
    padding: 0 10px;
  }
  #content-inner {
    width: 100%;
  }
  #main {
    padding: 10px;
  }
  .hdg-inner {
    width: 100%;
    padding: 0 10px;
  }
  .hdg-1-02 h1 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  h2 {
    font-size: 2rem;
    padding: 0;
  }
  .pdf {
    font-size: 2rem !important;
    margin: 20px 0;
  }
  .acrobat {
    display: inherit;
  }
  .acrobat p:first-of-type {
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
  }
}