@charset "UTF-8";
html{
  font-size: 62.5%;
}

/*--------------------------------------*/
.fs-l-page {
  padding-top: 100px !important;
}
.fs-l-header {
  height: 100px !important;
}
.fs-l-header {
  padding-bottom: 0 !important;
}
/* --- PCs --- */
@media screen and (min-width: 1200px) {
  body.fixed-header .fs-l-header .header-right-menu {
    margin-top: 15px;
  }
  .fs-l-page {
    padding-top: 0px !important;
  }
  .fs-l-header {
    height: auto !important;
  }
}
.hotkeyword {
  margin: 5vw auto;
  width: 100%;
}
.hotkeyword .hotkeyword_search {
  margin-bottm: 2vw;
  width: 80vw;
}
.hotkeyword .hotkeyword_search form {
  border: 1px solid #AAA;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 3px 5px;
  width: 100%;
}
.hotkeyword .hotkeyword_search form .fs-p-searchForm__input {
  min-height: 1.4em;
  font-size: 100%;
  margin-left: 0.5em;
  padding: 0;
}
.hotkeyword .hotkeyword_search form .fs-p-inputGroup__button {
  background: none;
  height: 1.4em;
}
.hotkeyword .hotkeyword_search form .fs-p-inputGroup__button:before {
  color: #3c3c3c;
  content: "\e932";
  line-height: 0.9;
}
.hotkeyword .hotkeyword_word {
  margin: 0 5vw;
  padding: 0;
  overflow-x: scroll;
  white-space: nowrap;
  width: 90vw;
}
.hotkeyword .hotkeyword_word:after {
  content: "";
  display: table;
  clear: both;
}
.hotkeyword .hotkeyword_word a {
  background: #F5F5F5;
  border-radius: 5px;
  color: #3c3c3c;
  display: inline-block;
  font-size: 0.9em;
  margin-right: 5px;
  padding: 5px 10px;
}
.side_navi{
  font-size: 1.2rem;
  width: 260px;
}
.side_navi ul,
.side_navi li,
.side_navi dl,
.side_navi dt,
.side_navi dd{
  padding: 0;
  margin: 0;
  list-style: none;
}
.side_navi a{
  color: #3c3c3c;
  text-decoration: none;
}
.side_navi .btn_group a{
  background: #F3F3F3;
  display: block;
  font-weight: bold;
  padding: 0.8em;
  position: relative;
  margin-bottom: 2px;
}
.side_navi .btn_group a::after{
  position: absolute;
  top: 50%;
  right: 17px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 200ms ease;
  -ms-transition: color 200ms ease;
  transition: all 200ms ease;
}
.side_navi .btn_group a:hover::after{
  right: 12px;
}
.side_navi .category{
  margin-top: 30px;
}
.side_navi .category dt{
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  padding: 0.5em 5px;
}
.side_navi .category dd{
  border-bottom: 1px solid #CCC;
}
.side_navi .category dd a{
  display: block;
  padding: 0.9em 1.5em;
}
.side_navi .category dd a:hover{
  background: #F3F3F3;
}
.side_navi .support{
  margin-top: 30px;
}
.side_navi .support li:hover{
  background: #F3F3F3;
}
.side_navi .support a{
  border-bottom: 1px solid #CCC;
  display: block;
  line-height: 1.2;
  padding: 10px 0 10px 50px;
}
.side_navi .support li:nth-child(1) a{
  background: url("../images/ico_member.png") 5px 13px no-repeat;
  background-size: 36px;
}
.side_navi .support li:nth-child(2) a{
  background: url("../images/ico_guide.png") 5px 13px no-repeat;
  background-size: 36px;
}
.side_navi .support li:nth-child(3) a{
  background: url("../images/ico_faq.png") 5px 13px no-repeat;
  background-size: 36px;
}
.side_navi .support li:nth-child(4) a{
  background: url("../images/ico_return.png") 5px 13px no-repeat;
  background-size: 36px;
}
.side_navi .support li:nth-child(5) a{
  background: url("../images/ico_size.png") 5px 13px no-repeat;
  background-size: 36px;
}
.side_navi .support a span{
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.side_navi .bnr{
  margin-top: 30px;
}
.side_navi .bnr img{
  margin-bottom: 10px;
  width: 100%;
}
.fs-p-drawer .fs-clientInfo .fs-p-memberInfo + .register a{
  border-radius: 10px;
  display: block;
  padding: 10px 0;
  text-align: center;
  width: calc(100% - 16px);
}
.fs-p-drawer .fs-clientInfo .fs-p-memberInfo + .register a:before{
  display: none;
}




/* --- PCs --- */
@media screen and (min-width: 1200px) {
  .hotkeyword {
    margin: -115px auto 0 auto;
    position: absolute;
    z-index: 3;
  }
  .hotkeyword .hotkeyword_search {
    margin: 0 auto 10px auto;
    width: 540px;
  }
  .hotkeyword .hotkeyword_word {
    margin: 0 auto;
    text-align: center;
    width: 540px;
  }
  .fs-l-header .gnavi {
    margin-top: 100px;
  }
  .fs-l-header .gnavi ul {
    justify-content: center;
  }
  .fs-l-header .gnavi li a {
    margin: 0 30px;
  }
  body.fixed-header .gnavi {
    background: none;
    left: calc(50% - 400px);
    position: absolute;
    top: 8px;
    margin-top: 8px;
    width: auto;
    z-index: 4;
  }
  body.fixed-header .gnavi li a {
    color: #3c3c3c;
    margin: 0 15px;
  }
  .side_navi{
    width: 220px;
  }
}