@charset "utf-8";
/*For PC*/
.inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0px 20px 0px;
}
header {
  width: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 10;
}
.logo img {
  width: 198px;
}
.section_link {
  display: flex;
  text-align: center;
  padding-left: 50px;
}
.section_link .top {
  margin-left: 0px;
}
.section_link div {
  margin: 0px 0px 0px 45px;
}
.section_link div .divsection_link {
  display: inline-block;
}
.section_link .top {
  width: 40px;
}
.section_link .guide {
  width: 58px;
}
.section_link .fqa {
  width: 94px;
}
.section_link .info {
  width: 120px;
}
.section_link p {
  font-size: 16px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  margin-bottom: 6px;
}
.section_link span {
  font-size: 12px;
  color: #333333;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}
/*end of PC*/

/*For Tablet*/
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .inner {
    width: 90%;
    max-width: 9.8rem;
    margin: 0 auto;
    padding: 0.2rem 0rem 0.2rem 0rem;
  }
  header {
    background: #ffffff;
  }
  .logo {
    width: 40%;
  }
  .logo img {
    width: 1.98rem;
  }
  .section_link {
    display: flex;
    text-align: center;
    padding-left: 0;
    width: 60%;
    justify-content: center;
  }
  .section_link .top {
    margin-left: 0px;
  }
  .section_link div {
    margin: 0 0 0 0.3rem;
  }
  .section_link .top,
  .section_link .guide,
  .section_link .fqa,
  .section_link .info {
    width: auto;
  }
  .section_link p {
    font-size: 0.16rem;
    margin-bottom: 0.06rem;
  }
  .section_link span {
    font-size: 13px;
    font-weight: 400;
  }
}
/*end of Tablet*/

/*For SP*/
@media only screen and (max-width: 767px) {
  .inner {
    max-width: 9.8rem;
    margin: 0 auto;
    padding: 0.3rem 0.3rem 0.2rem 0.3rem;
    position: relative;
    border-bottom: 0.02rem solid #ececec;
  }
  header {
    background: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  .logo img {
    width: 100%;
    padding-top: 0.08rem;
  }
  .hanburger.open_class .section_link {
    display: block;
  }
  .section_link {
    display: flex;
    text-align: center;
    display: none;
    position: absolute;
    top: 90%;
    left: 0%;
    padding-left: 0rem;
  }
  .section_link .top {
    margin-left: 0rem;
  }

  .section_link .top {
    width: 50%;
  }
  .section_link .guide {
    width: 50%;
  }
  .section_link .fqa {
    width: 50%;
  }
  .section_link .info {
    width: 50%;
  }
  .section_link div {
    margin: 0rem 0rem;
    padding: 0.25rem 0rem;
    border: 1px solid #ececec;
  }
  .section_link div:nth-child(odd) {
    border-left: none;
    border-right: none;
  }
  .section_link div:nth-child(even) {
    border-right: none;
  }
  .section_link div:first-child,
  .section_link div:nth-child(2) {
    border-bottom: none;
  }

  .section_link p {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
  .section_link span {
    font-size: 0.24rem;
  }
  .hanburger {
    float: right;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  .hanburger span {
    width: 0.58rem;
    height: 0.04rem;
    background: #333333;
    margin: 0.19rem;
    display: block;
  }
  .hanburger.open_class span:first-child {
    -webkit-transform: rotate(-45deg) translate(-0.1rem, 0.1rem);
    transform: rotate(-45deg) translate(-0.1rem, 0.1rem);
  }
  .hanburger.open_class span:nth-child(2) {
    opacity: 0;
  }
  .hanburger.open_class span:last-child {
    -webkit-transform: rotate(45deg) translate(-0.22rem, -0.22rem);
    transform: rotate(45deg) translate(-0.22rem, -0.22rem);
  }
  .open_class {
    display: block;
  }
  .open_class_list {
    display: block;
    background: #ffff;
  }
  .delete_class_list {
    display: none;
  }
}
/*end of SP*/

/* pagetop start */
.page_top {
  display: block;
  width: 36px;
  height: 36px;
  position: fixed;
  bottom: 10%;
  right: 19%;
  cursor: pointer;
}
.page_top img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .page_top {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    position: fixed;
    bottom: 10%;
    right: 4%;
    cursor: pointer;
  }
  .page_top img {
    width: 100%;
    height: auto;
  }
}
/* pagetop end */
