@charset "UTF-8";

/* !Defaults
---------------------------------------------------------- */
html {
  font-size: 62.5%;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Roboto", "Helvetica Neue", Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3em;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.03em;

  -webkit-text-size-adjust: 100%;
}

/* !Antialiaased */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* !Anchor */
main {
  display: block;
}
img {
  width: 100%;
  height: auto;
  margin: 2px;
  vertical-align: text-bottom;
}

/* !inner */
.inner {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .inner {
    padding: 0 5%;
  }
}

/* !flex */
.flex {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flexbox;
  display:    -moz-flexbox;
  display:     -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;

  -js-display: flex;
}

/* !PC/SP */
.c-pc-only {
  display: inline-block !important;
}
.c-sp-only {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .c-pc-only {
    display: none !important;
  }
  .c-sp-only {
    display: inline-block !important;
  }
}

/* !Header
---------------------------------------------------------- */
.header {
  position: relative;
  z-index: 999;
  height: 63px;
  background-color: #fff;
}
.header .header-inner {
  padding: 8px 28px 0 45px;
}
.header .header-inner .flex {
  align-items: center;
  justify-content: space-between;
}
.header h1.site-title {
  align-items: center;
}
.header h1.site-title ul {
  display: inline-block;
  width: 148px;
  margin-right: 20px;
}
.header h1.site-title .logo_02 {
  margin-top: -6px;
}
.header h1.site-title span {
  display: inline-block;
  padding: 10px;
  border: 1px solid #000;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.001em;
}
.header .header-nav {
  display: flex;
  align-items: center;
}
.header .header-nav .nav-parent {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.header .header-nav .nav-parent li a {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.001em;
}
.header .header-nav .nav-parent li:not(:last-child) {
  padding-right: 25px;
  border-right: 1px solid #000;
}
.header .header-nav .nav-parent li:last-child {
  padding-left: 25px;
}
.header .header-nav .nav-mypage a {
  display: block;
  width: 105px;
  padding: 8px 0;
  border-radius: 17px;
  background-color: #000;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.001em;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .header .header-inner {
    padding: 13px 17px 0 19px;
  }
  .header h1.site-title {
    flex-direction: column;
  }
  .header h1.site-title ul {
    width: 116px;
    margin-right: 4px;
  }
  .header h1.site-title span {
    width: 122px;
    margin-top: 8px;
    padding: 4px 0;
    font-size: 10px;
    text-align: center;
  }
  .header .header-nav {
    align-items: flex-end;
    flex-direction: column;
  }
  .header .header-nav .nav-parent {
    margin: 0 0 20px 0;
  }
  .header .header-nav .nav-parent li a {
    font-size: 13px;
  }
  .header .header-nav .nav-parent li:not(:last-child) {
    padding-right: 12px;
  }
  .header .header-nav .nav-parent li:last-child {
    padding-left: 12px;
  }
  .header .header-nav .nav-mypage a {
    width: 110px;
    padding: 10px 0;
    font-size: 14px;
  }
}

/* !Wrapper (Wrapper for all contents)
---------------------------------------------------------- */
.wrapper {
  min-width: 1100px;
}
@media screen and (max-width: 480px) {
  .wrapper {
    width: 100%;
    min-width: 320px;
  }
}

/* !Back to top (Jump to the top of the page)
---------------------------------------------------------- */
.back-to-top {
  position: fixed;
  right: 3.3%;
  bottom: 5%;
  z-index: 101;
}
.back-to-top a {
  position: relative;
  display: block;
  width: 41px;
  height: 41px;
  padding-top: 25px;
  background-color: #000;
  font-size: 1rem;
  color: #fff;
}
.back-to-top a:before {
  position: absolute;
  top: 16px;
  right: 50%;
  display: block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: translateX(50%) rotate(315deg);
}
@media screen and (max-width: 480px) {
  .back-to-top {
    bottom: 9%;
  }
}

/* !Footer
---------------------------------------------------------- */
.footer .add {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  padding-top: 150px;
}
.footer .office {
  margin-bottom: 28px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.footer .office a {
  text-decoration: none;
  color: #000;
}
.footer .sns_box {
  display: flex;
}
.footer .sns_box a {
  display: block;
  margin-right: 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.footer .sns_box a:first-child {
  margin-right: 41px;
}
.footer .sns_box a:nth-child(2) {
  margin-right: 38px;
}
.footer .sns_box a:nth-child(3) {
  margin-right: 33px;
}
.footer .sns_box a:last-child {
  margin-right: 0;
}
.footer .sns_box a img {
  width: 44px;
  height: auto;
  margin: 0 0 3px 0;
}
.footer .sns_box a p {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
.footer .links_box {
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}
.footer .links_box a {
  display: inline-block;
  font-size: 1.5rem;
}
.footer .links_box a:first-child {
  padding-right: 22px;
  border-right: 1px solid #000;
}
.footer .links_box a:not(:first-child) {
  padding-left: 22px;
}
.footer .links_box a.link-external:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 4px 7px;
  background-image: url(../img/ico_target.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.footer .copyright {
  width: 1100px;
  height: 100px;
  margin: 0 auto 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .footer .add {
    margin-bottom: 70px;
    padding-top: 80px;
  }
  .footer .office {
    font-size: 16px;
  }
  .footer .sns_box a:first-child {
    margin-right: 26px;
  }
  .footer .sns_box a:nth-child(2) {
    margin-right: 23px;
  }
  .footer .sns_box a:nth-child(3) {
    margin-right: 18px;
  }
  .footer .sns_box a img {
    width: 40px;
  }
  .footer .sns_box a p {
    font-size: 1.1rem;
  }
  .footer .links_box {
    width: 100%;
    padding: 0 5%;
  }
  .footer .links_box a {
    font-size: 1.3rem;
  }
  .footer .links_box a:first-child {
    padding-right: 12px;
  }
  .footer .links_box a:not(:first-child) {
    padding-left: 12px;
  }
  .footer .links_box a.link-external:after {
    width: 12px;
    height: 12px;
    margin: 0 0 4px 4px;
  }
  .footer .copyright {
    width: 100%;
    padding: 0 5%;
    font-size: 1rem;
  }
}

/* !Document links
---------------------------------------------------------- */
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".xlsx"],
a[href$=".xls"],
a[href$=".txt"],
a[href$=".zip"] {
  display: inline-block;
  min-height: 14px;
  padding-right: 16px;
  /* *display: inline;
  *zoom: 1; */
  background-repeat: no-repeat;
  background-position: right 32%;
}
a[href$=".pdf"] {
  background-image: url(/img/ico_pdf.png);
}
a[href$=".doc"],
a[href$=".docx"] {
  background-image: url(/img/ico_doc.png);
}
a[href$=".xlsx"],
a[href$=".xls"] {
  background-image: url(/img/ico_xls.png);
}
a[href$=".txt"] {
  background-image: url(/img/ico_txt.png);
}
a[href$=".zip"] {
  background-image: url(/img/ico_zip.png);
}

/* !Media Query Template
---------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 320px) {
}

/* !Pring Styles
---------------------------------------------------------- */
@media print {
  /* html,
  html body {
    *zoom: 0.65;
  } */
  body {
    width: 960px;
  }
}
