@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  position: relative;
}
@media screen and (min-width: 768px) {
  html {
    min-width: 1200px;
  }
}

body {
  color: #4c4c4c;
  display: flex;
  flex-flow: column nowrap;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "arial", sans-serif;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    background: #FFF5DE !important;
    font-size: 18px;
    line-height: 1.6em;
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  body {
    background: #fff;
    font-size: 75%;
    line-height: 133%;
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

a {
  color: #0066cc;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}
a:hover {
  text-decoration: underline;
}

ul,
li {
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none;
  }
}
.margin0 {
  margin: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

.mb5em {
  margin-bottom: 5em !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mt4em {
  margin-top: 4em !important;
}

.mt5em {
  margin-top: 5em !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

@media screen and (min-width: 768px) {
  .mb2em-sp1em {
    margin-bottom: 2em !important;
  }
}
@media screen and (max-width: 767px) {
  .mb2em-sp1em {
    margin-bottom: 1em !important;
  }
}
.logoID {
  margin-bottom: 20px;
  width: 100%;
}
.logoID > * {
  display: block;
  font-size: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .logoID > * {
    background: url("../images/logo_top.png") no-repeat left center/auto 100%;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .logoID > * {
    background: url("../images/id_logo.png") no-repeat left center/auto 100%;
    height: 22px;
  }
}

#com-idContainer {
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
}
#com-idContainer .com-contentsContaiuner {
  margin: 0 auto;
  width: 100%;
}
#com-idContainer .com-bottomNavi {
  margin: 50px auto 0px auto;
  max-width: 900px;
  width: 100%;
}
#com-idContainer .com-bottomNavi ul {
  background: #f5f5f5;
  border: #cccccc solid 1px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#com-idContainer .com-bottomNavi ul li {
  flex: 1;
  padding: 0px 0;
  overflow: hidden;
  text-align: center;
}
#com-idContainer .com-bottomNavi ul li:not(:last-child) {
  border-right: #cccccc 2px solid;
}
#com-idContainer .com-bottomNavi ul li a {
  color: #5E7778;
  text-decoration: none;
}
#com-idContainer .com-bottomNavi ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #com-idContainer {
    margin: 0 auto 80px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #com-idContainer .com-contentsContaiuner {
    max-width: calc(900px + (20px * 2));
    padding: 0 20px;
  }
  #com-idContainer .com-bottomNavi ul {
    border-radius: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #com-idContainer {
    margin: 0 auto 70px;
  }
  #com-idContainer .com-contentsContaiuner {
    padding: 7px 15px 0px;
  }
  #com-idContainer .com-bottomNavi {
    color: #696969;
    padding: 0 15px;
  }
  #com-idContainer .com-bottomNavi ul {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #com-idContainer .com-bottomNavi a {
    font-size: 12px;
  }
}

#page-top {
  background-color: #5b8284;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: fixed;
  overflow: hidden;
  z-index: 10;
}
#page-top:hover {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#page-top a {
  width: 100px;
  padding: 30px 0;
  display: block;
}
#page-top a:hover {
  cursor: pointer;
  text-decoration: none;
}
#page-top .arrow {
  border: 5px solid #5b8284;
  border-left-color: #FFF;
  border-top-color: #FFF;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #page-top {
    height: 55px;
    bottom: 20px;
    right: 20px;
    width: 55px;
  }
  #page-top .arrow {
    width: 22px;
    height: 22px;
    top: 24px;
    left: 17px;
  }
}
@media screen and (max-width: 767px) {
  #page-top {
    height: 30px;
    bottom: 10px;
    right: 10px;
    width: 30px;
  }
  #page-top .arrow {
    border-width: 3px;
    width: 15px;
    height: 15px;
    top: 13px;
    left: 8px;
  }
}