@charset "UTF-8";
.login-cntents {
  width: 520px;
  margin: 0 auto;
  color: #000;
  text-align: center;
}
.login-cntents p {
  font-size: 16px;
}
.login-cntents .wpmem_msg {
  width: 100%;
}
.login-cntents #wpmem_login {
  width: 440px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
}
.login-cntents #wpmem_login legend {
  text-align: center;
  color: #01365E;
  margin-bottom: 20px;
}
.login-cntents #wpmem_login input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F6F6F6;
  border: solid #E2E2E2 1px;
  border-radius: 5px;
  font-size: 18px;
}
.login-cntents #wpmem_login fieldset {
  margin: 20px 0 40px;
}
.login-cntents #wpmem_login fieldset .div_text {
  margin-bottom: 20px;
}
.login-cntents #wpmem_login fieldset .div_text input {
  height: 60px;
  line-height: 60px;
  margin-top: 10px;
}
.login-cntents #wpmem_login fieldset .div_text input:focus {
  outline: solid 2px #53A8E8;
}
.login-cntents #wpmem_login fieldset label {
  font-weight: bold;
  font-size: 18px;
}
.login-cntents #wpmem_login .button_div {
  text-align: left;
}
.login-cntents #wpmem_login .button_div input#rememberme {
  width: 24px;
  height: 24px;
  background: none;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  accent-color: #4e99d1;
}
.login-cntents #wpmem_login .button_div label {
  font-weight: normal;
  vertical-align: middle;
}
.login-cntents #wpmem_login .button_div .buttons {
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(50, 129, 190)), to(rgb(0, 97, 171)));
  background: linear-gradient(0deg, rgb(50, 129, 190) 0%, rgb(0, 97, 171) 100%);
  width: 280px;
  height: 60px;
  margin: 0 auto;
  border-radius: 5px;
  display: table;
  margin-top: 20px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.login-cntents #wpmem_login .button_div .buttons:hover {
  background: #53A8E8;
}
.login-cntents .adress {
  padding: 18px 0;
  margin-top: 80px;
  border-top: dashed 1px #000;
  border-bottom: dashed 1px #000;
  font-size: 14px;
  line-height: 1.7;
}

.ul_category {
  /*padding-bottom: 80px;*/
}
.ul_category li {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(50, 129, 190)), to(rgb(0, 97, 171)));
  background: linear-gradient(0deg, rgb(50, 129, 190) 0%, rgb(0, 97, 171) 100%);
  width: 24%;
  border-radius: 5px;
  display: table;
  margin-top: 80px;
}
@media print, screen and (max-width: 991px) {
  .ul_category li {
    width: 32%;
  }
}
.ul_category li a {
  width: 100%;
  height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.ul_category li:hover {
  background: #53A8E8;
}
.ul_category::after, .ul_category::before {
  content: "";
  display: block;
  width: 24%;
}
@media print, screen and (max-width: 991px) {
  .ul_category::after, .ul_category::before {
    width: 32%;
  }
}
.ul_category::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.ul_aiming {
  margin-top: 60px;
}
.ul_aiming > li {
  width: 48%;
}
.ul_aiming > li:nth-child(n+3) {
  margin: 50px 0 0;
}
.ul_aiming > li:nth-child(even) + :last-child, .ul_aiming > li:only-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 50px auto 0;
}
.ul_aiming > li:not(.go_sizelist) .ul_image::after {
  content: "";
  display: block;
  background: url("../img/btn_fit.svg") no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 13px;
  right: 13px;
}
.ul_aiming > li .go_sizelist .subtitle {
  /* color: #F8F807;*/
}
.ul_aiming > li .go_sizelist .ul_image::after {
  content: "";
  display: block;
  background: url("../img/btn_select.png") no-repeat;
  width: 150px;
  height: 32px;
  position: absolute;
  bottom: 13px;
  right: 13px;
}
.ul_aiming > li .box_title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(50, 129, 190)), to(rgb(0, 97, 171)));
  background: linear-gradient(0deg, rgb(50, 129, 190) 0%, rgb(0, 97, 171) 100%);
  border-radius: 5px 5px 0 0;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ul_aiming > li .box_title .title {
  font-size: 24px;
  font-weight: bold;
}
.ul_aiming > li .box_title .subtitle {
  font-size: 16px;
}
.ul_aiming > li .ul_image {
  padding: 0 30px;
  width: 100%;
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ul_aiming > li .ul_image li {
  max-width: 245px;
  margin: 0 auto;
  border: solid 1px #E2E2E2;
}
.ul_aiming > li .ul_image::after {
  content: "";
  display: block;
  background: url(../img/btn_fit.svg) no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 13px;
  right: 13px;
}
.ul_aiming > li a:hover .box_title {
  background: #53A8E8;
}
.ul_aiming > li a:hover .ul_image {
  outline: 4px solid #53A8E8;
  outline-offset: -4px;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=0);
  opacity: 0;
}
.swiper .swiper-button-prev::before, .swiper .swiper-button-prev::after, .swiper .swiper-button-next::before, .swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
  width: 30px;
  height: 30px;
  border-top: 2px solid #01365E;
  border-right: 2px solid #01365E;
}
.swiper .swiper-button-prev::before, .swiper .swiper-button-next::before {
  width: 40px;
  height: 2px;
  background: #01365E;
}
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
  filter: alpha(opacity=100);
  opacity: 10;
}
.swiper .swiper-button-prev::before {
  right: 30%;
}
.swiper .swiper-button-prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 35%;
}
.swiper .swiper-button-next::before {
  left: 30%;
}
.swiper .swiper-button-next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 35%;
}
.swiper .slideNone .swiper-button-prev, .swiper .slideNone .swiper-button-next {
  display: none;
}

.sizelist h2 {
  color: #01365E;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.sizelist h2 + p {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.ul_sizelist li {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(50, 129, 190)), to(rgb(0, 97, 171)));
  background: linear-gradient(0deg, rgb(50, 129, 190) 0%, rgb(0, 97, 171) 100%);
  width: 24%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: table;
  margin-top: 80px;
}
.ul_sizelist li a {
  width: 100%;
  height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.ul_sizelist li:hover {
  background: #53A8E8;
}
.ul_sizelist::before, .ul_sizelist::after {
  content: "";
  display: block;
  width: 24%;
}
.ul_sizelist::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bk_btn {
  width: 384px;
  margin: 40px auto 0;
}
.bk_btn a {
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  border: solid 1px #01365E;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}
.bk_btn a:hover {
  background: #01365E;
  color: #fff;
}

.btn {
  border-top: dashed 1px #000;
  padding-top: 40px;
  margin-top: 80px;
}
.btn a {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  width: 158px;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #01365E;
  border-radius: 40px;
  cursor: pointer;
}
.btn a::after {
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn a:hover {
  background: #53A8E8;
}
/*# sourceMappingURL=aiming.css.map */