@charset "UTF-8";
/*デザインスタイルファイル*/
/*
  Basic Setting
*/
/* base --------------------------------------------------------------------- */
/* コピペ禁止 --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, img, ul, ol, dl {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* コピペ禁止ここまで --------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
body {}
@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
*, *::before, *::after {
  box-sizing: inherit;
}
button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
button:active, button:focus, button:active > span, button:focus > span {
  position: relative;
}
img {
  max-width: 100%;
  vertical-align: top;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 40px;
}
ul, ol {
  margin: 0 0 40px;
}
hr {
  border: none;
  border-bottom: #ccc 1px solid;
  margin-bottom: 40px;
}
.icon-window::after {
  background: url(../images/common/icon_window.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  line-height: 1;
  margin-left: 5px;
  vertical-align: -0.05em;
  width: 17px;
}
/* utilities --------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
@media all and (min-width: 768px) {
  .pc-mt-0 {
    margin-top: 0 !important;
  }
  .pc-mr-0 {
    margin-right: 0 !important;
  }
  .pc-mb-0 {
    margin-bottom: 0 !important;
  }
  .pc-ml-0 {
    margin-left: 0 !important;
  }
  .pc-pt-0 {
    padding-top: 0 !important;
  }
  .pc-pr-0 {
    padding-right: 0 !important;
  }
  .pc-pb-0 {
    padding-bottom: 0 !important;
  }
  .pc-pl-0 {
    padding-left: 0 !important;
  }
  .pc-mt-5 {
    margin-top: 5px !important;
  }
  .pc-mr-5 {
    margin-right: 5px !important;
  }
  .pc-mb-5 {
    margin-bottom: 5px !important;
  }
  .pc-ml-5 {
    margin-left: 5px !important;
  }
  .pc-pt-5 {
    padding-top: 5px !important;
  }
  .pc-pr-5 {
    padding-right: 5px !important;
  }
  .pc-pb-5 {
    padding-bottom: 5px !important;
  }
  .pc-pl-5 {
    padding-left: 5px !important;
  }
  .pc-mt-10 {
    margin-top: 10px !important;
  }
  .pc-mr-10 {
    margin-right: 10px !important;
  }
  .pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .pc-ml-10 {
    margin-left: 10px !important;
  }
  .pc-pt-10 {
    padding-top: 10px !important;
  }
  .pc-pr-10 {
    padding-right: 10px !important;
  }
  .pc-pb-10 {
    padding-bottom: 10px !important;
  }
  .pc-pl-10 {
    padding-left: 10px !important;
  }
  .pc-mt-15 {
    margin-top: 15px !important;
  }
  .pc-mr-15 {
    margin-right: 15px !important;
  }
  .pc-mb-15 {
    margin-bottom: 15px !important;
  }
  .pc-ml-15 {
    margin-left: 15px !important;
  }
  .pc-pt-15 {
    padding-top: 15px !important;
  }
  .pc-pr-15 {
    padding-right: 15px !important;
  }
  .pc-pb-15 {
    padding-bottom: 15px !important;
  }
  .pc-pl-15 {
    padding-left: 15px !important;
  }
  .pc-mt-20 {
    margin-top: 20px !important;
  }
  .pc-mr-20 {
    margin-right: 20px !important;
  }
  .pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .pc-ml-20 {
    margin-left: 20px !important;
  }
  .pc-pt-20 {
    padding-top: 20px !important;
  }
  .pc-pr-20 {
    padding-right: 20px !important;
  }
  .pc-pb-20 {
    padding-bottom: 20px !important;
  }
  .pc-pl-20 {
    padding-left: 20px !important;
  }
  .pc-mt-25 {
    margin-top: 25px !important;
  }
  .pc-mr-25 {
    margin-right: 25px !important;
  }
  .pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .pc-ml-25 {
    margin-left: 25px !important;
  }
  .pc-pt-25 {
    padding-top: 25px !important;
  }
  .pc-pr-25 {
    padding-right: 25px !important;
  }
  .pc-pb-25 {
    padding-bottom: 25px !important;
  }
  .pc-pl-25 {
    padding-left: 25px !important;
  }
  .pc-mt-30 {
    margin-top: 30px !important;
  }
  .pc-mr-30 {
    margin-right: 30px !important;
  }
  .pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .pc-ml-30 {
    margin-left: 30px !important;
  }
  .pc-pt-30 {
    padding-top: 30px !important;
  }
  .pc-pr-30 {
    padding-right: 30px !important;
  }
  .pc-pb-30 {
    padding-bottom: 30px !important;
  }
  .pc-pl-30 {
    padding-left: 30px !important;
  }
  .pc-mt-35 {
    margin-top: 35px !important;
  }
  .pc-mr-35 {
    margin-right: 35px !important;
  }
  .pc-mb-35 {
    margin-bottom: 35px !important;
  }
  .pc-ml-35 {
    margin-left: 35px !important;
  }
  .pc-pt-35 {
    padding-top: 35px !important;
  }
  .pc-pr-35 {
    padding-right: 35px !important;
  }
  .pc-pb-35 {
    padding-bottom: 35px !important;
  }
  .pc-pl-35 {
    padding-left: 35px !important;
  }
  .pc-mt-40 {
    margin-top: 40px !important;
  }
  .pc-mr-40 {
    margin-right: 40px !important;
  }
  .pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .pc-ml-40 {
    margin-left: 40px !important;
  }
  .pc-pt-40 {
    padding-top: 40px !important;
  }
  .pc-pr-40 {
    padding-right: 40px !important;
  }
  .pc-pb-40 {
    padding-bottom: 40px !important;
  }
  .pc-pl-40 {
    padding-left: 40px !important;
  }
  .pc-mt-45 {
    margin-top: 45px !important;
  }
  .pc-mr-45 {
    margin-right: 45px !important;
  }
  .pc-mb-45 {
    margin-bottom: 45px !important;
  }
  .pc-ml-45 {
    margin-left: 45px !important;
  }
  .pc-pt-45 {
    padding-top: 45px !important;
  }
  .pc-pr-45 {
    padding-right: 45px !important;
  }
  .pc-pb-45 {
    padding-bottom: 45px !important;
  }
  .pc-pl-45 {
    padding-left: 45px !important;
  }
  .pc-mt-50 {
    margin-top: 50px !important;
  }
  .pc-mr-50 {
    margin-right: 50px !important;
  }
  .pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .pc-ml-50 {
    margin-left: 50px !important;
  }
  .pc-pt-50 {
    padding-top: 50px !important;
  }
  .pc-pr-50 {
    padding-right: 50px !important;
  }
  .pc-pb-50 {
    padding-bottom: 50px !important;
  }
  .pc-pl-50 {
    padding-left: 50px !important;
  }
  .pc-mt-55 {
    margin-top: 55px !important;
  }
  .pc-mr-55 {
    margin-right: 55px !important;
  }
  .pc-mb-55 {
    margin-bottom: 55px !important;
  }
  .pc-ml-55 {
    margin-left: 55px !important;
  }
  .pc-pt-55 {
    padding-top: 55px !important;
  }
  .pc-pr-55 {
    padding-right: 55px !important;
  }
  .pc-pb-55 {
    padding-bottom: 55px !important;
  }
  .pc-pl-55 {
    padding-left: 55px !important;
  }
  .pc-mt-60 {
    margin-top: 60px !important;
  }
  .pc-mr-60 {
    margin-right: 60px !important;
  }
  .pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .pc-ml-60 {
    margin-left: 60px !important;
  }
  .pc-pt-60 {
    padding-top: 60px !important;
  }
  .pc-pr-60 {
    padding-right: 60px !important;
  }
  .pc-pb-60 {
    padding-bottom: 60px !important;
  }
  .pc-pl-60 {
    padding-left: 60px !important;
  }
  .pc-mt-65 {
    margin-top: 65px !important;
  }
  .pc-mr-65 {
    margin-right: 65px !important;
  }
  .pc-mb-65 {
    margin-bottom: 65px !important;
  }
  .pc-ml-65 {
    margin-left: 65px !important;
  }
  .pc-pt-65 {
    padding-top: 65px !important;
  }
  .pc-pr-65 {
    padding-right: 65px !important;
  }
  .pc-pb-65 {
    padding-bottom: 65px !important;
  }
  .pc-pl-65 {
    padding-left: 65px !important;
  }
  .pc-mt-70 {
    margin-top: 70px !important;
  }
  .pc-mr-70 {
    margin-right: 70px !important;
  }
  .pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .pc-ml-70 {
    margin-left: 70px !important;
  }
  .pc-pt-70 {
    padding-top: 70px !important;
  }
  .pc-pr-70 {
    padding-right: 70px !important;
  }
  .pc-pb-70 {
    padding-bottom: 70px !important;
  }
  .pc-pl-70 {
    padding-left: 70px !important;
  }
  .pc-mt-75 {
    margin-top: 75px !important;
  }
  .pc-mr-75 {
    margin-right: 75px !important;
  }
  .pc-mb-75 {
    margin-bottom: 75px !important;
  }
  .pc-ml-75 {
    margin-left: 75px !important;
  }
  .pc-pt-75 {
    padding-top: 75px !important;
  }
  .pc-pr-75 {
    padding-right: 75px !important;
  }
  .pc-pb-75 {
    padding-bottom: 75px !important;
  }
  .pc-pl-75 {
    padding-left: 75px !important;
  }
  .pc-mt-80 {
    margin-top: 80px !important;
  }
  .pc-mr-80 {
    margin-right: 80px !important;
  }
  .pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .pc-ml-80 {
    margin-left: 80px !important;
  }
  .pc-pt-80 {
    padding-top: 80px !important;
  }
  .pc-pr-80 {
    padding-right: 80px !important;
  }
  .pc-pb-80 {
    padding-bottom: 80px !important;
  }
  .pc-pl-80 {
    padding-left: 80px !important;
  }
  .pc-mt-85 {
    margin-top: 85px !important;
  }
  .pc-mr-85 {
    margin-right: 85px !important;
  }
  .pc-mb-85 {
    margin-bottom: 85px !important;
  }
  .pc-ml-85 {
    margin-left: 85px !important;
  }
  .pc-pt-85 {
    padding-top: 85px !important;
  }
  .pc-pr-85 {
    padding-right: 85px !important;
  }
  .pc-pb-85 {
    padding-bottom: 85px !important;
  }
  .pc-pl-85 {
    padding-left: 85px !important;
  }
  .pc-mt-90 {
    margin-top: 90px !important;
  }
  .pc-mr-90 {
    margin-right: 90px !important;
  }
  .pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .pc-ml-90 {
    margin-left: 90px !important;
  }
  .pc-pt-90 {
    padding-top: 90px !important;
  }
  .pc-pr-90 {
    padding-right: 90px !important;
  }
  .pc-pb-90 {
    padding-bottom: 90px !important;
  }
  .pc-pl-90 {
    padding-left: 90px !important;
  }
  .pc-mt-95 {
    margin-top: 95px !important;
  }
  .pc-mr-95 {
    margin-right: 95px !important;
  }
  .pc-mb-95 {
    margin-bottom: 95px !important;
  }
  .pc-ml-95 {
    margin-left: 95px !important;
  }
  .pc-pt-95 {
    padding-top: 95px !important;
  }
  .pc-pr-95 {
    padding-right: 95px !important;
  }
  .pc-pb-95 {
    padding-bottom: 95px !important;
  }
  .pc-pl-95 {
    padding-left: 95px !important;
  }
  .pc-mt-100 {
    margin-top: 100px !important;
  }
  .pc-mr-100 {
    margin-right: 100px !important;
  }
  .pc-mb-100 {
    margin-bottom: 100px !important;
  }
  .pc-ml-100 {
    margin-left: 100px !important;
  }
  .pc-pt-100 {
    padding-top: 100px !important;
  }
  .pc-pr-100 {
    padding-right: 100px !important;
  }
  .pc-pb-100 {
    padding-bottom: 100px !important;
  }
  .pc-pl-100 {
    padding-left: 100px !important;
  }
}
@media all and (max-width: 767px) {
  .sp-mt-0 {
    margin-top: 0 !important;
  }
  .sp-mr-0 {
    margin-right: 0 !important;
  }
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-ml-0 {
    margin-left: 0 !important;
  }
  .sp-pt-0 {
    padding-top: 0 !important;
  }
  .sp-pr-0 {
    padding-right: 0 !important;
  }
  .sp-pb-0 {
    padding-bottom: 0 !important;
  }
  .sp-pl-0 {
    padding-left: 0 !important;
  }
  .sp-mt-5 {
    margin-top: 5px !important;
  }
  .sp-mr-5 {
    margin-right: 5px !important;
  }
  .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .sp-ml-5 {
    margin-left: 5px !important;
  }
  .sp-pt-5 {
    padding-top: 5px !important;
  }
  .sp-pr-5 {
    padding-right: 5px !important;
  }
  .sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .sp-pl-5 {
    padding-left: 5px !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mr-10 {
    margin-right: 10px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-ml-10 {
    margin-left: 10px !important;
  }
  .sp-pt-10 {
    padding-top: 10px !important;
  }
  .sp-pr-10 {
    padding-right: 10px !important;
  }
  .sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .sp-pl-10 {
    padding-left: 10px !important;
  }
  .sp-mt-15 {
    margin-top: 15px !important;
  }
  .sp-mr-15 {
    margin-right: 15px !important;
  }
  .sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp-ml-15 {
    margin-left: 15px !important;
  }
  .sp-pt-15 {
    padding-top: 15px !important;
  }
  .sp-pr-15 {
    padding-right: 15px !important;
  }
  .sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .sp-pl-15 {
    padding-left: 15px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-mr-20 {
    margin-right: 20px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-ml-20 {
    margin-left: 20px !important;
  }
  .sp-pt-20 {
    padding-top: 20px !important;
  }
  .sp-pr-20 {
    padding-right: 20px !important;
  }
  .sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .sp-pl-20 {
    padding-left: 20px !important;
  }
  .sp-mt-25 {
    margin-top: 25px !important;
  }
  .sp-mr-25 {
    margin-right: 25px !important;
  }
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .sp-ml-25 {
    margin-left: 25px !important;
  }
  .sp-pt-25 {
    padding-top: 25px !important;
  }
  .sp-pr-25 {
    padding-right: 25px !important;
  }
  .sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .sp-pl-25 {
    padding-left: 25px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mr-30 {
    margin-right: 30px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-ml-30 {
    margin-left: 30px !important;
  }
  .sp-pt-30 {
    padding-top: 30px !important;
  }
  .sp-pr-30 {
    padding-right: 30px !important;
  }
  .sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .sp-pl-30 {
    padding-left: 30px !important;
  }
  .sp-mt-35 {
    margin-top: 35px !important;
  }
  .sp-mr-35 {
    margin-right: 35px !important;
  }
  .sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .sp-ml-35 {
    margin-left: 35px !important;
  }
  .sp-pt-35 {
    padding-top: 35px !important;
  }
  .sp-pr-35 {
    padding-right: 35px !important;
  }
  .sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .sp-pl-35 {
    padding-left: 35px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-mr-40 {
    margin-right: 40px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-ml-40 {
    margin-left: 40px !important;
  }
  .sp-pt-40 {
    padding-top: 40px !important;
  }
  .sp-pr-40 {
    padding-right: 40px !important;
  }
  .sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .sp-pl-40 {
    padding-left: 40px !important;
  }
  .sp-mt-45 {
    margin-top: 45px !important;
  }
  .sp-mr-45 {
    margin-right: 45px !important;
  }
  .sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .sp-ml-45 {
    margin-left: 45px !important;
  }
  .sp-pt-45 {
    padding-top: 45px !important;
  }
  .sp-pr-45 {
    padding-right: 45px !important;
  }
  .sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .sp-pl-45 {
    padding-left: 45px !important;
  }
  .sp-mt-50 {
    margin-top: 50px !important;
  }
  .sp-mr-50 {
    margin-right: 50px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-ml-50 {
    margin-left: 50px !important;
  }
  .sp-pt-50 {
    padding-top: 50px !important;
  }
  .sp-pr-50 {
    padding-right: 50px !important;
  }
  .sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .sp-pl-50 {
    padding-left: 50px !important;
  }
  .sp-mt-55 {
    margin-top: 55px !important;
  }
  .sp-mr-55 {
    margin-right: 55px !important;
  }
  .sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .sp-ml-55 {
    margin-left: 55px !important;
  }
  .sp-pt-55 {
    padding-top: 55px !important;
  }
  .sp-pr-55 {
    padding-right: 55px !important;
  }
  .sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .sp-pl-55 {
    padding-left: 55px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mr-60 {
    margin-right: 60px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-ml-60 {
    margin-left: 60px !important;
  }
  .sp-pt-60 {
    padding-top: 60px !important;
  }
  .sp-pr-60 {
    padding-right: 60px !important;
  }
  .sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .sp-pl-60 {
    padding-left: 60px !important;
  }
  .sp-mt-65 {
    margin-top: 65px !important;
  }
  .sp-mr-65 {
    margin-right: 65px !important;
  }
  .sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .sp-ml-65 {
    margin-left: 65px !important;
  }
  .sp-pt-65 {
    padding-top: 65px !important;
  }
  .sp-pr-65 {
    padding-right: 65px !important;
  }
  .sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .sp-pl-65 {
    padding-left: 65px !important;
  }
  .sp-mt-70 {
    margin-top: 70px !important;
  }
  .sp-mr-70 {
    margin-right: 70px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-ml-70 {
    margin-left: 70px !important;
  }
  .sp-pt-70 {
    padding-top: 70px !important;
  }
  .sp-pr-70 {
    padding-right: 70px !important;
  }
  .sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .sp-pl-70 {
    padding-left: 70px !important;
  }
  .sp-mt-75 {
    margin-top: 75px !important;
  }
  .sp-mr-75 {
    margin-right: 75px !important;
  }
  .sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .sp-ml-75 {
    margin-left: 75px !important;
  }
  .sp-pt-75 {
    padding-top: 75px !important;
  }
  .sp-pr-75 {
    padding-right: 75px !important;
  }
  .sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .sp-pl-75 {
    padding-left: 75px !important;
  }
  .sp-mt-80 {
    margin-top: 80px !important;
  }
  .sp-mr-80 {
    margin-right: 80px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-ml-80 {
    margin-left: 80px !important;
  }
  .sp-pt-80 {
    padding-top: 80px !important;
  }
  .sp-pr-80 {
    padding-right: 80px !important;
  }
  .sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .sp-pl-80 {
    padding-left: 80px !important;
  }
  .sp-mt-85 {
    margin-top: 85px !important;
  }
  .sp-mr-85 {
    margin-right: 85px !important;
  }
  .sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .sp-ml-85 {
    margin-left: 85px !important;
  }
  .sp-pt-85 {
    padding-top: 85px !important;
  }
  .sp-pr-85 {
    padding-right: 85px !important;
  }
  .sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .sp-pl-85 {
    padding-left: 85px !important;
  }
  .sp-mt-90 {
    margin-top: 90px !important;
  }
  .sp-mr-90 {
    margin-right: 90px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-ml-90 {
    margin-left: 90px !important;
  }
  .sp-pt-90 {
    padding-top: 90px !important;
  }
  .sp-pr-90 {
    padding-right: 90px !important;
  }
  .sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .sp-pl-90 {
    padding-left: 90px !important;
  }
  .sp-mt-95 {
    margin-top: 95px !important;
  }
  .sp-mr-95 {
    margin-right: 95px !important;
  }
  .sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .sp-ml-95 {
    margin-left: 95px !important;
  }
  .sp-pt-95 {
    padding-top: 95px !important;
  }
  .sp-pr-95 {
    padding-right: 95px !important;
  }
  .sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .sp-pl-95 {
    padding-left: 95px !important;
  }
  .sp-mt-100 {
    margin-top: 100px !important;
  }
  .sp-mr-100 {
    margin-right: 100px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .sp-ml-100 {
    margin-left: 100px !important;
  }
  .sp-pt-100 {
    padding-top: 100px !important;
  }
  .sp-pr-100 {
    padding-right: 100px !important;
  }
  .sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .sp-pl-100 {
    padding-left: 100px !important;
  }
}
.w-0em {
  width: 0 !important;
}
.w-1em {
  width: 1em !important;
}
.w-2em {
  width: 2em !important;
}
.w-3em {
  width: 3em !important;
}
.w-4em {
  width: 4em !important;
}
.w-5em {
  width: 5em !important;
}
.w-6em {
  width: 6em !important;
}
.w-7em {
  width: 7em !important;
}
.w-8em {
  width: 8em !important;
}
.w-9em {
  width: 9em !important;
}
.w-10em {
  width: 10em !important;
}
.w-11em {
  width: 11em !important;
}
.w-12em {
  width: 12em !important;
}
.w-13em {
  width: 13em !important;
}
.w-14em {
  width: 14em !important;
}
.w-15em {
  width: 15em !important;
}
.w-16em {
  width: 16em !important;
}
.w-17em {
  width: 17em !important;
}
.w-18em {
  width: 18em !important;
}
.w-19em {
  width: 19em !important;
}
.w-20em {
  width: 20em !important;
}
.w-0p {
  width: 0 !important;
}
.w-5p {
  width: 5% !important;
}
.w-10p {
  width: 10% !important;
}
.w-15p {
  width: 15% !important;
}
.w-20p {
  width: 20% !important;
}
.w-25p {
  width: 25% !important;
}
.w-30p {
  width: 30% !important;
}
.w-35p {
  width: 35% !important;
}
.w-40p {
  width: 40% !important;
}
.w-45p {
  width: 45% !important;
}
.w-50p {
  width: 50% !important;
}
.w-55p {
  width: 55% !important;
}
.w-60p {
  width: 60% !important;
}
.w-65p {
  width: 65% !important;
}
.w-70p {
  width: 70% !important;
}
.w-75p {
  width: 75% !important;
}
.w-80p {
  width: 80% !important;
}
.w-85p {
  width: 85% !important;
}
.w-90p {
  width: 90% !important;
}
.w-95p {
  width: 95% !important;
}
.w-100p {
  width: 100% !important;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.va-top {
  vertical-align: top !important;
}
.va-middle {
  vertical-align: middle !important;
}
.va-bottom {
  vertical-align: bottom !important;
}
.fz-ss {
  font-size: 1.2rem;
}
.fz-s {
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .fz-s {
    font-size: 1.2rem;
  }
}
.fz-m {
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .fz-m {
    font-size: 1.4rem;
  }
}
.fz-l {
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .fz-l {
    font-size: 1.6rem;
  }
}
.fz-xl {
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .fz-xl {
    font-size: 1.8rem;
  }
}
.fz-xxl {
  font-size: 2.2rem;
}
@media all and (max-width: 767px) {
  .fz-xxl {
    font-size: 2rem;
  }
}
.lh-s {
  line-height: 1.3;
}
.lh-l {
  line-height: 2.3;
}
.lede {
  font-size: 2.0rem;
  line-height: 2.15;
}
@media all and (max-width: 767px) {
  .lede {
    font-size: 1.6rem;
  }
}
.noamal-font {
  font-size: 1.4rem;
  font-weight: normal !important;
}
@media all and (max-width: 767px) {
  .noamal-font {
    font-size: 1.4rem;
  }
}
.fw-n {
  font-weight: normal !important;
}
.fw-b {
  font-weight: bold !important;
}
.ime-d {
  ime-mode: disabled !important;
}
.text-label {
  background-color: #fff;
  border: #ccc 1px solid;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  padding: 3px 8px;
  vertical-align: 0.15em;
}
_:-ms-input-placeholder, :root .text-label {
  padding: 4px 8px 0;
}
.text-label2 {
  background-color: #a3e0e0;
  /*border: #ccc 1px solid;*/
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  padding: 3px 8px;
  vertical-align: 0.15em;
}
_:-ms-input-placeholder, :root .text-label2 {
  padding: 4px 8px 0;
}
.text-label_white {
  background-color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  padding: 3px 8px;
  vertical-align: 0.15em;
}
_:-ms-input-placeholder, :root .text-label_sonota {
  padding: 4px 8px 0;
}
.text-label_shinbun {
  background-color: #A3E0E0 /*#DBDBDB*/ ;
  /*border: #ccc 1px solid;*/
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  padding: 3px 8px;
  vertical-align: 0.15em;
}
_:-ms-input-placeholder, :root .text-label_shinbun {
  padding: 4px 8px 0;
}
.text-label_other {
  background-color: #FAFAE6 /*#DCF4FF*/ ;
  /*border: #ccc 1px solid;*/
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  padding: 3px 8px;
  vertical-align: 0.15em;
}
_:-ms-input-placeholder, :root .text-label_sonota {
  padding: 4px 8px 0;
}
.text-label_tv {
  background-color: #FDBABA /*#AEFFC9*/ ;
  /*border: #ccc 1px solid;*/
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  padding: 3px 8px;
  vertical-align: 0.15em;
}
_:-ms-input-placeholder, :root .text-label_tv {
  padding: 4px 8px 0;
}
.text-label_web {
  background-color: #C9F3C9 /*#FFBAD8*/ ;
  /*border: #ccc 1px solid;*/
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  padding: 3px 8px;
  vertical-align: 0.15em;
}
_:-ms-input-placeholder, :root .text-label_web {
  padding: 4px 8px 0;
}
.text-label_zasshi {
  background-color: #D7C6FC /*#FFB575*/ ;
  /*border: #ccc 1px solid;*/
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  padding: 3px 8px;
  vertical-align: 0.15em;
}
_:-ms-input-placeholder, :root .text-label_zasshi {
  padding: 4px 8px 0;
}
.text-label_radio {
  background-color: #FFE7C1;
  /*border: #ccc 1px solid;*/
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  padding: 3px 8px;
  vertical-align: 0.15em;
}
_:-ms-input-placeholder, :root .text-label_radio {
  padding: 4px 8px 0;
}
.text-marker {
  display: inline-block;
  position: relative;
  text-indent: 0;
}
.text-marker::before {
  background-color: #c1272d;
  content: "";
  height: 4px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 100%;
}
.text-marker .text-layer {
  position: relative;
  text-indent: 0;
}
.number-boxes b {
  display: inline-block;
  margin: 0 6px;
}
.display-none {
  display: none;
}
@media all and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}
.anchor-point {
  display: block;
  outline: none;
  position: relative;
  z-index: -1;
}
/*
  Components
*/
/* headings ----------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .page-heading-block {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .page-heading-block {
    margin-bottom: 50px;
  }
}
.page-heading-block.text-only {
  background-color: #f2f2f2;
}
.page-heading-block .image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media all and (min-width: 768px) {
  .page-heading-block .image {
    height: 200px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .page-heading-block .image {
    font-size: 0;
    line-height: 0;
    margin-bottom: 22px;
    max-height: 200px;
  }
  .page-heading-block .image::before {
    content: "";
    display: inline-block;
    padding-top: 53.3333%;
  }
  .page-heading-block .image img {
    max-width: 100% !important;
  }
}
.page-heading-block .image img {
  height: auto;
  left: 50%;
  max-width: inherit;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
@media all and (min-width: 768px) {
  .page-heading-block .heading {
    margin: 0 auto;
    max-width: calc(1200px + 30px + 30px);
    padding: 25px 30px 24px;
  }
}
@media all and (max-width: 767px) {
  .page-heading-block .heading {
    padding: 23px 20px;
  }
}
h1 {
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  position: relative;
  text-align: center;
}
@media all and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 2.6rem;
  }
}
h2 {
  color: #3FBDBD;
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  h2 {
    font-size: 3.0rem;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 2.0rem;
  }
}
h2.align-left {
  text-align: left !important;
}
h2.align-center {
  text-align: center !important;
}
h2.align-right {
  text-align: right !important;
}
.secondary-heading, .component-area h2 {
  position: relative;
  text-align: center;
}
@media all and (min-width: 768px) {
  .secondary-heading, .component-area h2 {
    margin: 95px 0 44px;
    padding-bottom: 26px;
  }
}
@media all and (max-width: 767px) {
  .secondary-heading, .component-area h2 {
    margin: 74px 0 44px;
    padding-bottom: 16px;
  }
}
.secondary-heading::after, .component-area h2::after {
  background-color: #a3e0e0;
  bottom: 0;
  content: "";
  height: 3px;
  left: calc(50% - 15px);
  position: absolute;
  width: 30px;
}
.secondary-heading.align-left::after, .component-area h2.align-left::after {
  left: 0;
}
.secondary-heading.align-center::after, .component-area h2.align-center::after {
  left: calc(50% - 28px);
}
.secondary-heading.align-right::after, .component-area h2.align-right::after {
  left: auto;
  right: 0;
}
h3 {
  color: #333;
  line-height: 1.4;
  position: relative;
  text-align: left;
}
@media all and (min-width: 768px) {
  h3 {
    font-size: 2.2rem;
    margin: 72px 0 42px;
    padding-left: 50px;
    text-indent: -50px;
  }
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
    margin: 46px 0 20px;
    padding-left: 20px;
    text-indent: -20px;
  }
}
h3::before {
  border-color: #b3b3b3;
  border-radius: 50%;
  border-style: solid;
  content: "";
  display: inline-block;
}
@media all and (min-width: 768px) {
  h3::before {
    border-width: 5px;
    height: 16px;
    margin-left: 12px;
    margin-right: 22px;
    width: 16px;
  }
}
@media all and (max-width: 767px) {
  h3::before {
    border-width: 4px;
    height: 14px;
    margin-right: 6px;
    width: 14px;
  }
}
h3.align-left {
  text-align: left;
}
h3.align-left::after {
  left: 0;
}
h3.align-center {
  text-align: center;
}
@media all and (min-width: 768px) {
  h3.align-center::after {
    left: calc(50% - 28px);
  }
}
@media all and (max-width: 767px) {
  h3.align-center::after {
    left: calc(50% - 20px);
  }
}
h3.align-right {
  text-align: right;
}
h3.align-right::after {
  left: auto;
  right: 0;
}
h4 {
  color: #333;
  text-align: left;
}
@media all and (min-width: 768px) {
  h4 {
    font-size: 2.2rem;
    margin: 36px 0 28px;
    padding-left: 90px;
    text-indent: -90px;
  }
}
@media all and (max-width: 767px) {
  h4 {
    font-size: 1.65rem;
    margin: 30px 0 23px;
    padding-left: 20px;
    text-indent: -20px;
  }
}
h4::before {
  background-color: #b3b3b3;
  border-radius: 50%;
  content: "";
  display: inline-block;
}
@media all and (min-width: 768px) {
  h4::before {
    height: 12px;
    margin-left: 64px;
    margin-right: 14px;
    width: 12px;
  }
}
@media all and (max-width: 767px) {
  h4::before {
    height: 10px;
    margin-right: 10px;
    width: 10px;
  }
}
h4.align-left {
  text-align: left;
}
h4.align-center {
  text-align: center;
}
h4.align-right {
  text-align: right;
}
h5 {
  color: #333;
  text-align: left;
}
@media all and (min-width: 768px) {
  h5 {
    font-size: 2.0rem;
    margin: 36px 0 23px;
    padding-left: 140px;
    text-indent: -140px;
  }
}
@media all and (max-width: 767px) {
  h5 {
    font-size: 1.5rem;
    margin: 30px 0 20px;
    padding-left: 15px;
    text-indent: -15px;
  }
}
h5::before {
  background-color: #b3b3b3;
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: relative;
}
@media all and (min-width: 768px) {
  h5::before {
    height: 7px;
    margin-left: 120px;
    margin-right: 13px;
    top: -0.18em;
    width: 7px;
  }
}
@media all and (max-width: 767px) {
  h5::before {
    height: 5px;
    margin-right: 10px;
    top: -0.2em;
    width: 5px;
  }
}
h5.align-left {
  text-align: left;
}
h5.align-center {
  text-align: center;
}
h5.align-right {
  text-align: right;
}
h2 [target="_blank"]::after, h3 [target="_blank"]::after, h4 [target="_blank"]::after, h5 [target="_blank"]::after {
  background: url(../images/common/icon_window.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  line-height: 1;
  margin-left: 10px;
  vertical-align: middle;
  width: 17px;
}
.heading-sub-text {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 2em;
  text-indent: 0;
}
@media all and (max-width: 767px) {
  .heading-sub-text {
    margin-left: 1em;
  }
}
/* buttons ------------------------------------------------------------------ */
.button-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
@media all and (min-width: 768px) {
  .button-wrapper {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media all and (max-width: 767px) {
  .button-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.button-wrapper.left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.button-wrapper.center {
  -webkit-justify-content: center;
  justify-content: center;
}
.button-wrapper.right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/*しぶさわジャックボタン*/
.link-button {
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #a3e0e0;
  /*border: 2px solid #b3b3b3;*/
  border-radius: 50px;
  color: #575757;
  cursor: pointer;
  display: inline-flex;
  display: -webkit-inline-flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
  max-width: 100%;
  min-width: 240px;
  position: relative;
  text-decoration: none;
  transition: background-color 200ms;
}
@media all and (min-width: 768px) {
  .link-button {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .link-button {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .button-wrapper .link-button {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media all and (max-width: 767px) {
  .button-wrapper .link-button {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .button-wrapper .link-button:first-child {
    margin-top: 0;
  }
  .button-wrapper .link-button:last-child {
    margin-bottom: 0;
  }
}
.link-button span {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  min-height: 50px;
  padding: 0.1em 25px;
  text-align: center;
}
.link-button.icon-list::after {
  background-image: url(../img/icon_list.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 20px;
}
.link-button.left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.link-button.small {
  min-width: 150px;
}
.link-button.small span {
  min-height: 40px;
  padding: 0.1em 5px;
}
.link-button.large {
  width: 340px;
}
@media all and (max-width: 767px) {
  .link-button.large {
    font-size: 1.6rem;
  }
}
.link-button.large span {
  min-height: 70px;
}
table .link-button {
  width: 190px;
}
table .link-button:not(.lock):not(.contact):not(.fileDownload):not(.download)::before {
  left: 8px;
}
table .link-button span {
  min-height: 44px;
  padding: 0.1em 20px;
}
.link-button.disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #999 !important;
  cursor: default;
  /*20220920 SuZu追加*/
  pointer-events: none;
}
a.link-button:not(.disabled):hover {
  background-color: #A3A3A3;
}
_:-ms-input-placeholder, :root .link-button span {
  padding-top: 0.4em;
}
/* lists ------------------------------------------------------------------ */
.link-list {
  list-style: none;
  padding: 0;
}
.link-list li {
  margin-bottom: 12px;
  position: relative;
}
.link-list li a {
  display: inline-block;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .link-list li a {
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .link-list li a {
    padding-left: 14px;
  }
}
.link-list li a::before {
  border-left: 2px solid #575757;
  border-top: 2px solid #575757;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0.5em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
}
@media all and (max-width: 767px) {
  .link-list li a::before {
    top: 0.47em;
  }
}
.link-list li a:hover {
  text-decoration: underline;
}
.link-list li a[href^="#"]::before {
  border-color: #000;
  left: 2px;
  top: 0.4em;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media all and (max-width: 767px) {
  .link-list li a[href^="#"]::before {
    left: 0;
  }
}
.link-list.list-center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.link-list.list-center li {
  margin-right: 20px;
}
.link-list.list-center li:last-child {
  margin-right: 0;
}
.link-list.list-left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.link-list.list-left li {
  margin-right: 20px;
}
.link-list.list-left li:last-child {
  margin-right: 0;
}
.link-list.list-right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.link-list.list-right li {
  margin-left: 20px;
}
.link-list.list-right li:first-child {
  margin-left: 0;
}
@media all and (min-width: 768px) {
  .horizontal-wrapper {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .horizontal-wrapper {
    margin-bottom: 30px;
  }
}
.horizontal-link-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
@media all and (min-width: 768px) {
  .horizontal-link-list {
    margin: -7px 0;
  }
}
@media all and (max-width: 767px) {
  .horizontal-link-list {
    margin: -5px 0;
  }
}
.horizontal-link-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media all and (min-width: 768px) {
  .horizontal-link-list li {
    margin: 7px 0;
    width: 50%;
  }
  .horizontal-link-list li.pc-one {
    width: 100%;
  }
  .horizontal-link-list li.pc-half {
    width: 50%;
  }
  .horizontal-link-list li.pc-quarter {
    width: 25%;
  }
  .horizontal-link-list li.pc-one-sixth {
    width: 20%;
  }
}
@media all and (max-width: 767px) {
  .horizontal-link-list li {
    margin: 5px 0;
    width: 50%;
  }
  .horizontal-link-list li.sp-one {
    width: 100%;
  }
  .horizontal-link-list li.sp-half {
    width: 50%;
  }
  .horizontal-link-list li.sp-quarter {
    width: 25%;
  }
}
.horizontal-link-list li::before, .horizontal-link-list li::after {
  background-color: #ccc;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
}
.horizontal-link-list li::before {
  left: 0;
}
.horizontal-link-list li::after {
  right: -1px;
}
.horizontal-link-list a {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  transition: opacity 200ms ease-in-out;
}
@media all and (min-width: 768px) {
  .horizontal-link-list a {
    font-size: 1.6rem;
    min-height: 80px;
    padding: 10px 60px 10px 30px;
  }
}
@media all and (max-width: 767px) {
  .horizontal-link-list a {
    font-size: 1.4rem;
    min-height: 80px;
    padding: 10px 36px 10px 20px;
  }
}
.horizontal-link-list a:hover {
  opacity: 0.7;
}
.horizontal-link-list a::after {
  border-right: 2px solid #575757;
  border-top: 2px solid #575757;
  content: "";
  height: 12px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
}
@media all and (min-width: 768px) {
  .horizontal-link-list a::after {
    margin-right: 20px;
  }
}
.horizontal-link-list a[href^="#"]::after {
  border-right: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  margin-top: -9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.horizontal-link-list.color-strong li::before, .horizontal-link-list.color-strong li::after {
  background-color: #808080;
}
.horizontal-link-list.color-strong a[href^="#"]::after {
  border-right-color: #808080;
  border-top-color: #808080;
}
.block-link-list {
  list-style: none;
  padding: 0;
}
.block-link-list > li {
  border-bottom: 1px solid #ccc;
  transition: background-color 200ms ease-in-out;
}
.block-link-list > li:first-child {
  border-top: 1px solid #ccc;
}
.block-link-list > li > * {
  margin: 0;
}
.block-link-list > li.is-hover {
  background-color: #fafafa;
}
.block-link-list > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  transition: background-color 200ms ease-in-out;
}
.block-link-list > li > a:hover {
  background-color: #fafafa;
}
.block-link-list .main-block {
  display: block;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .block-link-list .main-block {
    padding: 14px 50px 14px 0;
  }
}
@media all and (max-width: 767px) {
  .block-link-list .main-block {
    padding: 14px 40px 14px 0;
  }
}
.block-link-list .main-block::after {
  border-right: 1px solid #575757;
  border-top: 1px solid #575757;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.block-link-list .main-block > * {
  margin: 0 !important;
}
@media all and (max-width: 767px) {
  .block-link-list.large {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media all and (min-width: 768px) {
  .block-link-list.large .default-title {
    font-size: 2.2rem;
    padding-left: 30px;
  }
}
@media all and (max-width: 767px) {
  .block-link-list.large .default-title {
    font-size: 1.8rem;
    padding-left: 20px;
  }
}
.block-link-list.large .main-block {
  position: relative;
}
@media all and (min-width: 768px) {
  .block-link-list.large .main-block {
    padding: 24px 80px 24px 0;
  }
}
@media all and (max-width: 767px) {
  .block-link-list.large .main-block {
    padding: 24px 60px 24px 10px;
  }
}
.block-link-list.large .main-block::after {
  display: none;
  height: 22px;
  margin-top: -11px;
  width: 22px;
}
@media all and (min-width: 768px) {
  .block-link-list.large .main-block::after {
    right: 40px;
  }
}
@media all and (max-width: 767px) {
  .block-link-list.large .main-block::after {
    right: 35px;
  }
}
.block-link-list.large a.main-block::after {
  display: block;
}
@media all and (min-width: 768px) {
  .block-link-list.large .sub-block {
    padding-bottom: 22px;
  }
}
@media all and (max-width: 767px) {
  .block-link-list.large .sub-block {
    padding-bottom: 22px;
    padding-left: 10px;
  }
}
.block-link-list .sub-list {
  list-style: none;
  padding: 0 0 15px;
}
.block-link-list .sub-list > li {
  margin-left: 60px;
  padding: 5px 5px 5px 15px;
  position: relative;
}
.block-link-list .sub-list > li::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 3px;
  margin-top: -2px;
  position: absolute;
  top: calc(5px + 0.75em);
  width: 4px;
}
.block-link-list.color-strong > li {
  border-bottom-color: #808080;
}
.block-link-list.color-strong > li:first-child {
  border-top-color: #808080;
}
.disc-list {
  list-style: none;
  padding: 0;
}
.disc-list > li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.disc-list > li:last-child {
  margin-bottom: 0;
}
.disc-list > li::before {
  background-color: #575757;
  border-radius: 100%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.65em;
  width: 6px;
}
@media all and (max-width: 767px) {
  .disc-list > li::before {
    top: 0.5em;
  }
}
.disc-list > li p + p {
  margin-top: 40px;
}
ol {
  counter-reset: number;
  list-style: none;
  padding: 0;
}
ol > li {
  margin-bottom: 12px;
  padding-left: 2.0em;
  position: relative;
}
ol > li:last-child {
  margin-bottom: 0;
}
ol > li::before {
  content: counter(number) ".";
  counter-increment: number;
  font-size: 1.1em;
  left: 0;
  position: absolute;
  top: -0.05em;
}
ol > li > * {
  margin-bottom: 10px;
}
ol > li > *:last-child {
  margin-bottom: 0;
}
ul li > * {
  margin-bottom: 10px;
}
ul li > *:last-child {
  margin-bottom: 0;
}
dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
dl > dt {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.75;
}
@media all and (min-width: 768px) {
  dl > dt {
    min-width: 6em;
    padding: 21px 15px 21px 0;
    width: 22%;
  }
}
@media all and (min-width: 768px) {
  dl > dt.dt_jisseki {
    min-width: 6em;
    padding: 21px 15px 21px 0;
    width: 78%;
  }
}
@media all and (max-width: 767px) {
  dl > dt {
    min-width: 5em;
    padding: 12px 15px 12px 0;
    width: 7%;
  }
}
dl > dt:first-of-type {
  border-top: 1px solid #ccc;
}
dl > dt > *:last-child {
  margin-bottom: 0;
}
dl > dd {
  border-bottom: 1px solid #ccc;
  line-height: 1.75;
  margin: 0;
}
@media all and (min-width: 768px) {
  dl > dd {
    max-width: calc(100% - 6em);
    padding: 21px 0;
    width: 78%;
  }
}
@media all and (min-width: 768px) {
  dl > dd.dd_jisseki {
    max-width: calc(100% - 6em);
    padding: 21px 0;
    width: 22%;
  }
}
@media all and (max-width: 767px) {
  dl > dd {
    max-width: calc(100% - 5em);
    padding: 12px 0;
    width: 93%;
  }
}
dl > dd:first-of-type {
  border-top: 1px solid #ccc;
}
.component-area dl > dd > * {
  margin-bottom: 0.4em !important;
}
.component-area dl > dd > * li {
  margin-bottom: 0 !important;
}
.component-area dl > dd > *.scroll-table-box table {
  margin-bottom: 0.4em !important;
}
dl > dd > *:last-child {
  margin-bottom: 0 !important;
}
dl > dd > *:last-child.scroll-table-box table {
  margin-bottom: 0 !important;
}
@media all and (max-width: 767px) {
  dl.sp-title-middle > dt {
    min-width: 8em;
    width: 10%;
  }
  dl.sp-title-middle > dd {
    max-width: calc(100% - 8em);
    width: 90%;
  }
}
@media all and (max-width: 767px) {
  dl.sp-dir-column {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  dl.sp-dir-column > dt {
    border-bottom: none !important;
    margin-bottom: 5px;
    padding-bottom: 0 !important;
    padding-right: 0;
    width: auto;
  }
  dl.sp-dir-column > dd {
    border-top: none !important;
    max-width: 100%;
    padding-left: 1em;
    padding-top: 0 !important;
    width: auto;
  }
}
@media all and (min-width: 768px) {
  dl dl {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media all and (max-width: 767px) {
  dl dl {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
}
dl dl dt {
  border: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media all and (min-width: 768px) {
  dl dl dt {
    width: 26%;
  }
}
@media all and (max-width: 767px) {
  dl dl dt {
    margin-bottom: 5px;
    padding-right: 0;
    width: auto;
  }
}
dl dl dd {
  border: none !important;
  padding: 0 !important;
}
@media all and (min-width: 768px) {
  dl dl dd {
    width: 74%;
  }
}
@media all and (max-width: 767px) {
  dl dl dd {
    max-width: 100%;
    padding-left: 1em !important;
    width: auto;
  }
}
dl.color-strong > dt, dl.color-strong > dd {
  border-bottom-color: #e6e6e6;
  border-top-color: #e6e6e6;
}
.annotation-list {
  list-style: none;
  padding: 0;
}
.annotation-list > li {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 4px;
}
@media all and (min-width: 768px) {
  .annotation-list > li {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .annotation-list > li {
    font-size: 1.2rem;
  }
}
.annotation-list > li:last-child {
  margin-bottom: 0;
}
.annotation-list > li span:first-child {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 5px;
}
.annotation-list > li *:last-child {
  min-width: 1%;
}
.annotation-list > li p {
  margin-bottom: 0;
}
.annotation-list > li p + p {
  margin-top: 40px;
}
.annotation-list > li .link-list {
  margin-bottom: 0;
}
.summary-list {
  list-style: none;
  padding: 0;
}
@media all and (min-width: 768px) {
  .summary-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 767px) {
  .summary-list {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  .summary-list.wide-full {
    margin-left: -19px;
    margin-right: -19px;
  }
}
.summary-list .list-item {
  border-left: 1px solid #e6e6e6;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media all and (min-width: 768px) {
  .summary-list .list-item {
    margin: 0 19px 50px;
  }
}
@media all and (max-width: 767px) {
  .summary-list .list-item {
    margin: 0 0 48px;
  }
}
.summary-list .list-item a {
  text-decoration: none;
}
.summary-list .list-item a:hover {
  text-decoration: solid underline;
}
@media all and (min-width: 768px) {
  .summary-list.col2 .list-item {
    width: calc(50% - 19px * 2);
  }
}
@media all and (min-width: 768px) {
  .summary-list.col4 .list-item {
    width: calc(25% - 19px * 2);
  }
}
.summary-list .item-inner {
  display: block;
}
@media all and (min-width: 768px) {
  .summary-list .item-inner {
    padding: 0 25px 0 29px;
  }
}
@media all and (max-width: 767px) {
  .summary-list .item-inner {
    padding: 0 0 0 19px;
  }
}
.summary-list .item-head {
  display: block;
  font-weight: bold;
  position: relative;
}
@media all and (min-width: 768px) {
  .summary-list .item-head {
    margin-bottom: 22px;
    padding-bottom: 22px;
  }
}
@media all and (max-width: 767px) {
  .summary-list .item-head {
    margin-bottom: 12px;
    padding-bottom: 18px;
  }
}
.summary-list .item-head::after {
  background-color: #575757;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 30px;
}
.summary-list.color-strong .list-item {
  /*border-left: 1px solid #e6e6e6;*/
  border-left: none;
}
.summary-list.vertical {
  display: block;
}
.summary-list.vertical .list-item {
  border-bottom: 1px solid #e6e6e6;
  border-left: none;
  margin: 0;
}
.summary-list.vertical .item-inner {
  padding-bottom: 20px;
  padding-left: 0;
  padding-top: 20px;
}
@media all and (min-width: 768px) {
  .summary-list.vertical .item-inner {
    display: -webkit-flex;
    display: flex;
  }
}
.summary-list.vertical .item-head {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 0;
}
@media all and (min-width: 768px) {
  .summary-list.vertical .item-head {
    margin-bottom: 0;
    padding-right: 20px;
    width: calc(11em + 60px);
  }
}
@media all and (max-width: 767px) {
  .summary-list.vertical .item-head {
    margin-bottom: 7px;
  }
}
.summary-list.vertical .item-head::after {
  display: none;
}
.step-flow-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -20px -10px;
  padding: 0;
}
.step-flow-list > li {
  margin: 20px 10px 20px;
}
@media all and (min-width: 768px) {
  .step-flow-list > li {
    width: calc(25% - 20px);
  }
}
@media all and (max-width: 767px) {
  .step-flow-list > li {
    width: calc(100% - 20px);
  }
}
.step-flow-list .item-head {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
@media all and (min-width: 768px) {
  .step-flow-list .item-head {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 767px) {
  .step-flow-list .item-head {
    margin-bottom: 10px;
  }
}
.step-flow-list .item-head .step-number {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: bold;
  margin-right: 10px;
}
@media all and (min-width: 768px) {
  .step-flow-list .item-head .step-number {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .step-flow-list .item-head .step-number {
    font-size: 1.6rem;
  }
}
.step-flow-list .item-head::after {
  background-color: #575757;
  content: "";
  display: block;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
}
.step-flow-list .item-title {
  font-weight: bold;
}
.step-flow-list .item-body {
  padding-right: 20px;
}
/* links ------------------------------------------------------------------ */
.td-neg-link {
  text-decoration: none;
}
.td-neg-link:hover {
  text-decoration: underline;
}
.icon-link {
  position: relative;
}
.label-icon {
  background-color: #707070;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.5em;
  padding: 0.25em 0.5em 0.2em;
  text-indent: 0;
  vertical-align: 0.2em;
}
@media all and (min-width: 768px) {
  .label-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  .label-icon {
    font-size: 1.1rem;
  }
}
_:-ms-input-placeholder, :root .label-icon {
  padding: 0.35em 0.5em 0.05em;
}
.arrow-link {
  text-decoration: none;
}
.arrow-link:hover {
  text-decoration: underline;
}
.arrow-link::after {
  background-image: url(../images/common/icon_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 8px;
  vertical-align: 0;
  width: 20px;
}
.banner-link {
  transition: opacity 200ms ease-in-out;
}
.banner-link:hover {
  opacity: 0.7;
}
.zoom-link-img {
  position: relative;
}
.zoom-link-img::before {
  background-image: url(../images/common/icon_zoom.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 18px;
  position: absolute;
  right: -23px;
  width: 18px;
}
/* toggles ------------------------------------------------------------------ */
@media all and (min-width: 768px) {
  .toggle-list {
    margin: 50px 0;
  }
}
@media all and (max-width: 767px) {
  .toggle-list {
    margin: 25px -20px;
  }
}
.toggle-list .list-item {
  border-bottom: 1px solid #ccc;
}
.toggle-list .list-item:first-child {
  border-top: 1px solid #ccc;
}
@media all and (min-width: 768px) {
  .toggle-list h4 {
    padding-left: 38px;
    text-indent: -38px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list h4 {
    padding-left: 20px;
    text-indent: -20px;
  }
}
@media all and (min-width: 768px) {
  .toggle-list h4::before {
    margin-left: 12px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list h4::before {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) {
  .toggle-list h5 {
    padding-left: 38px;
    text-indent: -38px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list h5 {
    padding-left: 15px;
    text-indent: -15px;
  }
}
@media all and (min-width: 768px) {
  .toggle-list h5::before {
    margin-left: 18px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list h5::before {
    margin-left: 0;
  }
}
.toggle-list .toggle-button {
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  min-height: 65px;
  position: relative;
  text-decoration: none;
  transition: background-color 200ms ease-in-out;
}
@media all and (min-width: 768px) {
  .toggle-list .toggle-button {
    padding: 15px 50px 15px 10px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list .toggle-button {
    padding: 15px 40px 15px 10px;
  }
}
.toggle-list .toggle-button > * {
  margin: 0 !important;
}
.toggle-list .toggle-button::before, .toggle-list .toggle-button::after {
  background-color: #333;
  content: "";
  height: 2px;
  margin-top: -1px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
}
.toggle-list .toggle-button::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.toggle-list .toggle-button.is-open::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.toggle-list .toggle-button:hover {
  background-color: #fafafa;
}
.toggle-list .toggle-title {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .toggle-list .toggle-title {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 767px) {
  .toggle-list .toggle-title {
    font-size: 1.8rem;
  }
}
.toggle-list .qa-title {
  position: relative;
}
.toggle-list .qa-title .qa-icon {
  font-weight: normal;
  line-height: 1.2;
  position: absolute;
}
@media all and (min-width: 768px) {
  .toggle-list .qa-title .qa-icon {
    font-size: 3rem;
  }
}
@media all and (max-width: 767px) {
  .toggle-list .qa-title .qa-icon {
    font-size: 2.2rem;
    top: 0.1em;
  }
}
@media all and (min-width: 768px) {
  .toggle-list .qa-title.type-q {
    padding-left: 50px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list .qa-title.type-q {
    padding-left: 30px;
  }
}
@media all and (min-width: 768px) {
  .toggle-list .qa-title.type-q .qa-icon {
    left: 10px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list .qa-title.type-q .qa-icon {
    left: 0;
  }
}
@media all and (min-width: 768px) {
  .toggle-list .qa-title.type-a {
    margin-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list .qa-title.type-a {
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .toggle-list .qa-title.type-a .qa-icon {
    left: 60px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list .qa-title.type-a .qa-icon {
    left: 20px;
  }
}
@media all and (min-width: 768px) {
  .toggle-list .qa-body {
    padding: 0 100px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list .qa-body {
    padding: 0 20px;
  }
}
.toggle-list .toggle-body {
  display: none;
}
@media all and (min-width: 768px) {
  .toggle-list .toggle-body {
    padding: 10px 10px 20px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list .toggle-body {
    padding: 10px 20px 20px;
  }
  .toggle-list .toggle-body h4 {
    margin: 18px 0 8px;
  }
  .toggle-list .toggle-body h5 {
    margin: 15px 0 8px;
  }
  .toggle-list .toggle-body p {
    margin: 0 0 10px;
  }
  .toggle-list .toggle-body > *:first-child {
    margin-top: 0 !important;
  }
}
@media all and (min-width: 768px) {
  .toggle-list .toggle-body h3:first-child, .toggle-list .toggle-body h4:first-child, .toggle-list .toggle-body h5:first-child {
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .toggle-list .toggle-body h3:first-child, .toggle-list .toggle-body h4:first-child, .toggle-list .toggle-body h5:first-child {
    margin-top: 10px;
  }
}
@media all and (min-width: 768px) {
  .toggle-list .toggle-body .indent-depth4 {
    padding-left: 38px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list .toggle-body .indent-depth4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .toggle-list .toggle-body .indent-depth5 {
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media all and (max-width: 767px) {
  .toggle-list .toggle-body .indent-depth5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.toggle-list.color-strong .list-item {
  border-bottom-color: #808080;
}
.toggle-list.color-strong .list-item:first-child {
  border-top-color: #808080;
}
/* slides ------------------------------------------------------------------- */
.slide {
  position: relative;
}
@media all and (min-width: 768px) {
  .slide-outer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .slide-outer {
    margin-bottom: 80px;
  }
}
.slide-outer .slide {
  width: 810px;
}
@media all and (max-width: 767px) {
  .slide-outer .slide {
    width: auto !important;
  }
}
.slide-outer.middle .slide {
  width: 1040px;
}
@media all and (max-width: 767px) {
  .slide-outer.middle .slide {
    width: auto !important;
  }
}
@media all and (min-width: 768px) {
  .slide .swiper-container {
    margin-left: 70px;
    margin-right: 70px;
  }
}
.slide .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.17, 0, 0.27, 1);
}
.slide .swiper-slide {
  text-align: center;
}
.slide .swiper-pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media all and (min-width: 768px) {
  .slide .swiper-pagination {
    bottom: -19px;
  }
}
@media all and (max-width: 767px) {
  .slide .swiper-pagination {
    bottom: -30px;
  }
}
.slide .swiper-pagination-bullet {
  background-color: #ccc;
  border-radius: 0;
  opacity: 1;
}
@media all and (min-width: 768px) {
  .slide .swiper-pagination-bullet {
    height: 4px;
    margin: 0 5px;
    width: 40px;
  }
}
@media all and (max-width: 767px) {
  .slide .swiper-pagination-bullet {
    height: 6px;
    margin: 0 10px;
    width: 60px;
  }
}
.slide .swiper-pagination-bullet-active {
  background-color: #555;
}
.slide .swiper-button-prev, .slide .swiper-button-next {
  background: none;
  display: block;
  height: 56px;
  margin-top: -28px;
  position: absolute;
  width: 56px;
}
.slide .swiper-button-prev::after, .slide .swiper-button-next::after {
  border-right: 2px solid #575757;
  border-top: 2px solid #575757;
  content: "";
  display: block;
  height: 56px;
  width: 56px;
}
.slide .swiper-button-prev {
  left: 0;
  margin-left: 11px;
}
@media all and (max-width: 767px) {
  .slide .swiper-button-prev {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .slide .swiper-button-prev::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.slide .swiper-button-next {
  margin-right: 11px;
  right: 0;
}
@media all and (max-width: 767px) {
  .slide .swiper-button-next {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .slide .swiper-button-next::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* lists ------------------------------------------------------------------ */
.tab {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.tab::before {
  background-color: #b3b3b3;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
@media all and (max-width: 767px) {
  .tab-sp-scroll .tab {
    /*min-width: 440px;*/
    min-width: 900px;
  }
}
@media all and (max-width: 767px) {
  .tab-sp-scroll .tab.tab5 {
    min-width: 550px;
  }
}
.tab-wrapper {
  margin-bottom: 50px;
  position: relative;
}
@media all and (max-width: 767px) {
  .tab-wrapper {
    margin-bottom: 45px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .tab-wrapper.has-sp-scroll .button.left, .tab-wrapper.has-sp-scroll .button.right {
    -webkit-align-items: center;
    align-items: center;
    background-color: #575757;
    border-radius: 50%;
    color: #fff !important;
    display: -webkit-flex;
    display: flex;
    font-family: monospace;
    font-size: 1.6rem;
    font-weight: bold;
    height: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    margin-top: -10px;
    padding-bottom: 0.1em;
    padding-left: 0.22em;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transition: opacity 150ms ease-in-out;
    width: 20px;
    z-index: 1;
  }
  .tab-wrapper.has-sp-scroll .button.left::after, .tab-wrapper.has-sp-scroll .button.right::after {
    content: ">";
  }
  .tab-wrapper.has-sp-scroll .button.left {
    left: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .tab-wrapper.has-sp-scroll.left .button.left {
    display: none;
  }
  .tab-wrapper.has-sp-scroll .button.right {
    right: 10px;
  }
  .tab-wrapper.has-sp-scroll.right .button.right {
    display: none;
  }
}
.tab-sp-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.tab li {
  display: -webkit-flex;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  width: 25%;
}
@media all and (max-width: 767px) {
  .tab li {
    font-size: 1.2rem;
  }
  .tab-sp-scroll .tab li {
    min-width: 110px;
  }
}
.tab li.is-active {
  pointer-events: none;
}
.tab li.is-active a {
  color: #000 !important;
}
.tab li.is-active a::after {
  left: 1px;
  opacity: 1;
  right: 1px;
}
.tab.tab5 li {
  width: 20%;
}
@media all and (max-width: 767px) {
  .tab-sp-scroll .tab.tab5 li {
    min-width: 110px;
  }
}
.tab a {
  -webkit-align-items: center;
  align-items: center;
  color: #b3b3b3 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 50px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s;
  width: 100%;
}
@media all and (max-width: 767px) {
  .tab a {
    line-height: 1.2;
    min-height: 80px;
  }
}
.tab a::after {
  background-color: #555;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  opacity: 0;
  position: absolute;
  right: 50%;
  transition: left 300ms ease-in-out, right 300ms ease-in-out, opacity 300ms ease-in-out;
  z-index: 1;
}
.tab a:hover {
  color: #000 !important;
}
.tab a:hover::after {
  left: 1px;
  opacity: 1;
  right: 1px;
}
.tab-body:not(.is-active) {
  display: none;
}
.tab.color-strong::before {
  background-color: #808080;
}
.tab.color-strong a {
  color: #808080 !important;
}
.tab.color-strong li.is-active a {
  color: #000 !important;
}
/* tables ------------------------------------------------------------------ */
table > thead > tr > th, table > tbody > tr > th, table > tbody > tr > td {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  text-align: left;
  vertical-align: top;
}
@media all and (min-width: 768px) {
  table > thead > tr > th, table > tbody > tr > th, table > tbody > tr > td {
    padding: 8px 9px;
  }
}
@media all and (max-width: 767px) {
  table > thead > tr > th, table > tbody > tr > th, table > tbody > tr > td {
    padding: 8px 9px;
  }
}
table > thead > tr > th > :last-child, table > tbody > tr > th > :last-child, table > tbody > tr > td > :last-child {
  margin-bottom: 0 !important;
}
table > thead > tr > th > p, table > tbody > tr > th > p, table > tbody > tr > td > p, table > thead > tr > th > ul, table > tbody > tr > th > ul, table > tbody > tr > td > ul, table > thead > tr > th > ol, table > tbody > tr > th > ol, table > tbody > tr > td > ol, table > thead > tr > th > hr, table > tbody > tr > th > hr, table > tbody > tr > td > hr {
  margin-bottom: 20px;
}
table.simple-table > thead > tr > th, table.simple-table > tbody > tr > th, table.simple-table > tbody > tr > td {
  border-right: none;
}
@media all and (min-width: 768px) {
  table.simple-table > thead > tr > th, table.simple-table > tbody > tr > th, table.simple-table > tbody > tr > td {
    padding: 21px 0 21px 15px;
  }
}
@media all and (max-width: 767px) {
  table.simple-table > thead > tr > th, table.simple-table > tbody > tr > th, table.simple-table > tbody > tr > td {
    padding: 21px 0 21px 15px;
  }
}
table {
  border-collapse: collapse;
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
  margin-bottom: 40px;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}
table > thead > tr > th :last-child {
  margin-bottom: 0 !important;
}
table > thead > tr > th {
  background-color: #f2f2f2;
}
table > tbody > tr > th :last-child, table > tbody > tr > td :last-child {}
table > tbody > tr > th {
  background-color: #f2f2f2;
}
table.simple-table {
  border-left: none;
}
table.simple-table > thead > tr > th {
  background-color: transparent;
  padding-left: 0;
}
table.simple-table > tbody > tr > th {
  background-color: transparent;
  padding-left: 0;
}
table.simple-table.color-strong {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top-width: 1px;
}
table.color-strong {
  border-color: #808080;
  border-style: solid;
  border-width: 1px;
}
table.color-strong th, table.color-strong td {
  border-color: #808080;
}
/* forms ------------------------------------------------------------------ */
.input-text {
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
  width: 100%;
}
.input-select {
  margin: 0 0 40px 0;
  position: relative;
}
.input-select::after {
  border-left: 2px solid #575757;
  border-top: 2px solid #575757;
  content: "";
  content: "";
  display: block;
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 1em;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  width: 8px;
}
.input-select select {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
  display: block;
  padding: 8px 20px 8px 15px;
  width: 100%;
}
.input-select select::-ms-expand {
  display: none;
}
@media all and (max-width: 767px) {
  .input-select select {
    border-width: 1px;
  }
}
.input-check {
  cursor: pointer;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  padding: 1px;
  position: relative;
}
.input-check input[type="radio"], .input-check input[type="checkbox"] {
  left: -100%;
  position: absolute;
  top: -100%;
}
.input-check input[type="radio"]:focus + span, .input-check input[type="checkbox"]:focus + span {
  outline: #666 dotted 1px;
  outline: -webkit-focus-ring-color auto 1px;
}
.input-check > span {
  display: inline-block;
  line-height: 1.5;
  padding-left: 35px;
  position: relative;
}
input[type="radio"] + span::before {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 100%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 16px;
}
input[type="radio"] + span::after {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 7px;
  width: 8px;
}
input[type="radio"]:checked + span::after {
  opacity: 1;
}
input[type="checkbox"] + span::before {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 3px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
input[type="checkbox"] + span::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid #333;
  border-width: 0 0 2px 2px;
  content: "";
  display: block;
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 9px;
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
  transform: rotate(-45deg) translate(2px, -2px);
  width: 10px;
  z-index: 2;
}
input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
/* boxes ------------------------------------------------------------------ */
.border-box {
  border: #575757 3px solid;
  display: block;
  margin: 40px auto;
  padding: 27px;
}
@media all and (max-width: 767px) {
  .border-box {
    padding: 17px;
  }
}
.border-box > :last-child {
  margin-bottom: 0;
}
.border-box.type-b {
  border: #ccc 1px solid;
  padding: 29px;
}
@media all and (max-width: 767px) {
  .border-box.type-b {
    padding: 19px;
  }
}
.border-box.type-mail-magagin {
  padding: 25px;
}
@media all and (max-width: 767px) {
  .border-box.type-mail-magagin {
    padding: 17px;
  }
}
.border-box.type-mail-magagin > p {
  margin-bottom: 1em !important;
}
.border-box.type-mail-magagin > p:last-child {
  margin-bottom: 0 !important;
}
.border-box.type-product {
  max-width: 900px;
}
.border-box.type-scroll {
  height: 300px;
  overflow: auto;
}
.border-box.type-emergency {
  border-color: #c1272d;
}
.border-box h3 {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .border-box h3 {
    padding-left: 50px;
    text-indent: -50px;
  }
}
@media all and (max-width: 767px) {
  .border-box h3 {
    padding-left: 20px;
    text-indent: -20px;
  }
}
.border-box h4 {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .border-box h4 {
    padding-left: 38px;
    text-indent: -38px;
  }
}
@media all and (max-width: 767px) {
  .border-box h4 {
    padding-left: 20px;
    text-indent: -20px;
  }
}
@media all and (min-width: 768px) {
  .border-box h4::before {
    margin-left: 12px;
  }
}
@media all and (max-width: 767px) {
  .border-box h4::before {
    margin-left: 0;
  }
}
.border-box h5 {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .border-box h5 {
    padding-left: 38px;
    text-indent: -38px;
  }
}
@media all and (max-width: 767px) {
  .border-box h5 {
    padding-left: 15px;
    text-indent: -15px;
  }
}
@media all and (min-width: 768px) {
  .border-box h5::before {
    margin-left: 18px;
  }
}
@media all and (max-width: 767px) {
  .border-box h5::before {
    margin-left: 0;
  }
}
.bg-box {
  background-color: #eee;
  margin: 0 0 40px;
}
.bg-box.award {
  background-color: #e5eaed;
}
@media all and (min-width: 768px) {
  .bg-box {
    padding: 38px;
  }
  .bg-box.download {
    padding: 80px 38px;
  }
  .bg-box.contact {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding: 50px 38px;
  }
}
@media all and (max-width: 767px) {
  .bg-box {
    padding: 29px;
  }
}
.bg-box > :last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .scroll-table-box {
    margin: 0 0 40px;
    overflow-x: scroll;
  }
  .scroll-table-box > table {
    margin-bottom: 0;
    width: 800px;
  }
}
.around-box {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .around-box > div:first-child {
    float: left;
    margin-right: 50px;
    max-width: 35%;
  }
  .around-box > div:first-child .media-box {
    margin-bottom: 20px;
  }
  .around-box::after {
    clear: both;
    content: "";
    display: block;
  }
  .around-box.box-right > div:first-child {
    float: right;
    margin-left: 50px;
    margin-right: 0;
  }
}
.around-box > div:last-child > p:last-child {
  margin-bottom: 0;
}
.solution-box {
  background-color: #e6eaed;
  margin: 0 0 40px;
  overflow: hidden;
}
.bg-gray .solution-box {
  background-color: #fff;
}
.solution-box .solution .disc-list li::before {
  background-color: transparent;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 0;
  height: 8px;
  left: -2px;
  top: 0.3em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
}
.solution-box h3 {
  width: 100%;
}
.solution-box h3::after {
  display: none;
}
@media all and (min-width: 1025px) {
  .solution-box > div {
    padding-bottom: 55px;
  }
}
@media all and (max-width: 1024px) {
  .solution-box > div {
    padding-bottom: 25px;
  }
}
.solution-box > div > *:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 1025px) {
  .solution-box {
    display: -webkit-flex;
    display: flex;
  }
  .solution-box > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .solution-box h3 {
    border-bottom: 1px solid #d3d3d3;
    font-size: 2.6rem;
    margin-bottom: 40px;
    padding: 42px 0 10px 50px;
  }
  .solution-box .disc-list {
    padding: 0 0 0 50px;
  }
  .solution-box .task {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 30.535%;
  }
  .solution-box .task .disc-list {
    padding-right: 25px;
  }
  .solution-box .task:nth-child(2) {
    width: 33.235%;
  }
  .solution-box .task:nth-child(2)::before {
    background-color: #d6e5ed;
    bottom: -50vh;
    content: "";
    display: block;
    left: 12px;
    position: absolute;
    right: -10vw;
    top: 0;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    z-index: 2;
  }
  .solution-box .task:nth-child(2)::after {
    background-color: #cfd7dc;
    bottom: -50vh;
    content: "";
    display: block;
    left: -9px;
    position: absolute;
    right: -10vw;
    top: 0;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    z-index: 0;
  }
  .solution-box .task:nth-child(2) > * {
    position: relative;
    z-index: 2;
  }
  .solution-box .task:nth-child(2) h3 {
    padding-left: 75px;
  }
  .solution-box .task:nth-child(2) .disc-list {
    padding-left: 75px;
  }
  .solution-box .solution {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 36.23%;
  }
  .solution-box .solution::before {
    background-color: #0171b9;
    bottom: -50vh;
    content: "";
    display: block;
    left: 12px;
    position: absolute;
    right: -10vw;
    top: 0;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    z-index: 3;
  }
  .solution-box .solution::after {
    background-color: #78afd5;
    bottom: -50vh;
    content: "";
    display: block;
    left: -9px;
    position: absolute;
    right: -10vw;
    top: 0;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    z-index: 2;
  }
  .solution-box .solution > * {
    position: relative;
    z-index: 3;
  }
  .solution-box .solution h3 {
    border-bottom-color: #fff;
    color: #fff;
    padding-left: 80px;
    padding-right: 50px;
  }
  .solution-box .solution .disc-list {
    color: #fff;
    padding-left: 80px;
    padding-right: 50px;
  }
  .solution-box .solution .disc-list li {
    font-weight: bold;
  }
  .solution-box.col2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
  }
  .solution-box.col2 .task {
    width: 46%;
  }
  .solution-box.col2 .task h3 {
    padding-left: 50px;
  }
  .solution-box.col2 .task .disc-list {
    padding-left: 50px;
    padding-right: 20px;
  }
  .solution-box.col2 .solution {
    width: 54%;
  }
  .solution-box.col2 .solution h3 {
    padding-left: 90px;
  }
  .solution-box.col2 .solution .disc-list {
    padding-left: 90px;
    padding-right: 50px;
  }
  .solution-box.col2 .solution::before {
    left: 13px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  .solution-box.col2 .solution::after {
    left: -8px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@media all and (max-width: 1024px) {
  .solution-box > div {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .solution-box h3 {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 8px;
  }
  .solution-box .task:nth-child(2) {
    padding-bottom: 40px;
    padding-top: 55px;
    position: relative;
  }
  .solution-box .task:nth-child(2)::before {
    background-color: #d6e5ed;
    bottom: -50vh;
    content: "";
    display: block;
    left: -50vw;
    position: absolute;
    right: -50vw;
    top: 25px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    z-index: 2;
  }
  .solution-box .task:nth-child(2)::after {
    background-color: #cfd7dc;
    bottom: -50vh;
    content: "";
    display: block;
    left: -50vw;
    position: absolute;
    right: -50vw;
    top: 15px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    z-index: 0;
  }
  .solution-box .task:nth-child(2) > * {
    position: relative;
    z-index: 2;
  }
  .solution-box .solution {
    padding-bottom: 40px;
    padding-top: 55px;
    position: relative;
  }
  .solution-box .solution::before {
    background-color: #0171b9;
    bottom: -50vh;
    content: "";
    display: block;
    left: -50vw;
    position: absolute;
    right: -50vw;
    top: 25px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    z-index: 3;
  }
  .solution-box .solution::after {
    background-color: #78afd5;
    bottom: -50vh;
    content: "";
    display: block;
    left: -50vw;
    position: absolute;
    right: -50vw;
    top: 15px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    z-index: 2;
  }
  .solution-box .solution > * {
    position: relative;
    z-index: 3;
  }
  .solution-box .solution h3 {
    border-color: #fff;
    color: #fff;
  }
  .solution-box .solution .disc-list {
    color: #fff;
  }
}
@media all and (max-width: 767px) {
  .solution-box .task:nth-child(2)::before {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  .solution-box .task:nth-child(2)::after {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  .solution-box .solution::before {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  .solution-box .solution::after {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
.lede-box {
  margin: 0 auto 40px;
  padding-left: 50px;
  position: relative;
}
@media all and (max-width: 767px) {
  .lede-box {
    padding-left: 20px;
  }
}
.lede-box h2 {
  font-size: 3rem;
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .lede-box h2 {
    font-size: 2rem;
  }
}
.lede-box p {
  letter-spacing: 0.06em;
  line-height: 2.25;
}
.lede-box::before {
  background: linear-gradient(0deg, rgba(0, 117, 191, 0) 0%, #0073bd 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}
.lede-box > *:last-child {
  margin-bottom: 0;
}
.excursion-link-box {
  display: -webkit-flex;
  display: flex;
}
@media all and (min-width: 768px) {
  .excursion-link-box {
    -webkit-align-items: center;
    align-items: center;
  }
}
@media all and (max-width: 767px) {
  .excursion-link-box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.excursion-link-box .head {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .excursion-link-box .head {
    -webkit-flex: 0 0 184px;
    flex: 0 0 184px;
    font-size: 2.0rem;
  }
}
@media all and (max-width: 767px) {
  .excursion-link-box .head {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .excursion-link-box .body {
    border-left: #ccc 1px solid;
    min-width: 1%;
    padding-left: 55px;
  }
  .excursion-link-box .body .link-list {
    margin-bottom: -10px;
  }
  .excursion-link-box .body .link-list li {
    margin-right: 86px;
  }
}
@media all and (max-width: 767px) {
  .excursion-link-box .body {
    padding-top: 35px;
  }
  .excursion-link-box .body .link-list {
    margin-bottom: 0;
  }
  .excursion-link-box .body .link-list li {
    width: calc(50% - 20px);
  }
}
.app-closed-box {
  border: #47576b 1px solid;
  text-align: center;
}
@media all and (min-width: 768px) {
  .app-closed-box {
    margin: 0 0 120px;
    padding: 35px 20px;
  }
}
@media all and (max-width: 767px) {
  .app-closed-box {
    margin: 0 0 60px;
    padding: 20px 15px;
  }
}
.app-closed-box p {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.special-box {
  display: block;
  margin: 0 0 50px;
}
@media all and (max-width: 767px) {
  .special-box {
    margin-bottom: 20px;
  }
}
.special-box:last-child {
  margin-bottom: 0;
}
.special-box .border-box {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .special-box .border-box {
    padding: 38px 32px 38px 22px;
  }
}
@media all and (min-width: 768px) {
  .special-box .border-box .column-box {
    margin: 0 -17px;
  }
}
@media all and (min-width: 768px) {
  .special-box .border-box .column-box > div {
    margin: 0 17px;
  }
}
@media all and (min-width: 768px) {
  .special-box .border-box .column-box > div.image {
    width: calc(40% - 17px * 2);
  }
}
@media all and (min-width: 768px) {
  .special-box .border-box .column-box > div.text {
    padding-top: 15px;
    width: calc(60% - 17px * 2);
  }
  .special-box .border-box .column-box > div.text .link-list {
    margin-bottom: 20px;
    margin-left: -17px;
  }
  .special-box .border-box .column-box > div.text .link-list p {
    font-size: 1.8rem;
  }
  .special-box .border-box .column-box > div.text p {
    line-height: 1.875;
  }
}
@media all and (max-width: 767px) {
  .special-box .border-box .column-box > div.text {
    margin-bottom: 0;
  }
  .special-box .border-box .column-box > div.text .link-list {
    margin-bottom: 7px;
  }
  .special-box .border-box .column-box > div.text .link-list p {
    font-size: 1.6rem;
  }
  .special-box .border-box .column-box > div.text .link-list + p {
    padding-left: 14px;
  }
}
a.special-box {
  text-decoration: none;
  transition: opacity 0.3s;
}
a.special-box:hover {
  opacity: 0.8;
}
.profile-box .inner {
  margin: 0 auto;
  max-width: 840px;
}
.profile-box .border-box {
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .profile-box .border-box {
    padding: 44px 38px;
  }
}
@media all and (min-width: 768px) {
  .profile-box .column-box > div {
    margin-bottom: 0;
  }
  .profile-box .column-box > div:nth-child(2n-1) {
    width: calc(36% - 30px * 2) !important;
  }
  .profile-box .column-box > div:nth-child(2n) {
    width: calc(64% - 30px * 2) !important;
  }
}
.profile-box .heading {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
.profile-box dl > dt {
  border: none;
  font-weight: normal;
  padding-bottom: 8px;
  padding-top: 0;
}
@media all and (min-width: 768px) {
  .profile-box dl > dt {
    width: 30%;
  }
}
.profile-box dl > dt:last-child {
  padding-bottom: 0;
}
.profile-box dl > dd {
  border: none;
  padding-bottom: 0;
  padding-bottom: 8px;
  padding-top: 0;
}
@media all and (min-width: 768px) {
  .profile-box dl > dd {
    width: 70%;
  }
}
.profile-box dl > dd:last-child {
  padding-bottom: 0;
}
.profile-box dl > dd .link-list li {
  padding-left: 0;
  text-indent: 0;
}
.profile-box dl > dd .link-list li a {
  padding-left: 0;
}
.profile-box dl > dd .link-list li a::before {
  display: none;
}
.profile-box .info {
  text-align: right;
}
/* medias ------------------------------------------------------------------ */
.media-colmn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .media-colmn {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media all and (max-width: 767px) {
  .media-colmn {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (min-width: 768px) {
  .media-colmn > * {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
}
@media all and (max-width: 767px) {
  .media-colmn > * {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: calc(50% - 30px);
  }
  .media-colmn > *.sp-col1 {
    width: calc(100% - 30px);
  }
}
.media-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 40px;
}
.media-box > div {
  display: table;
}
.media-colmn .media-box > div {
  align-self: flex-start;
}
.media-box > div > :last-child {
  margin-bottom: 0;
}
.media-box .media {
  margin: 0 0 10px;
  position: relative;
}
.media-box .media a {
  display: block;
  max-width: 600px;
}
.media-box .media a.no-limit {
  max-width: 100%;
}
.media-box .media a img {
  transition-duration: 0.3s;
  transition-property: opacity;
}
.media-box .media a:hover img {
  opacity: 0.7;
}
.media-box .media img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.media-box .caption {
  caption-side: bottom;
  display: table-caption;
  text-align: center;
}
.media-box .caption.align-left {
  text-align: left;
}
.media-box .caption.align-center {
  text-align: center;
}
.media-box .caption.align-right {
  text-align: right;
}
@media all and (min-width: 768px) {
  .media-box .caption {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .media-box .caption {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  .media-box .caption a {
    cursor: default;
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
  }
  .media-box .caption a::before {
    display: none;
  }
}
.media-box > :last-child {
  margin-bottom: 0;
}
.video-box {
  margin: 0 auto 40px;
  max-width: 100%;
  width: 890px;
}
.video-box .video {
  margin: 0 auto 10px;
  padding-top: 56.25%;
  position: relative;
}
.video-box .video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.video-box .caption {
  font-size: 1.4rem;
}
.video-box > :last-child {
  margin-bottom: 0;
}
/* column-boxes ---------------------------------------------------------------- */
.column-box {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column-box > div > *:last-child {
  margin-bottom: 0 !important;
}
@media all and (min-width: 768px) {
  .column-box {
    margin: 0 -30px;
  }
  .column-box > div {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 30px 40px;
  }
  .column-box.col2 > div {
    width: calc(50% - 30px * 2);
  }
  .column-box.col3 > div {
    width: calc(33.33% - 30px * 2);
  }
  .column-box.col4 {
    margin: 0 -25px;
  }
  .column-box.col4 > div {
    margin: 0 25px 40px;
    width: calc(25% - 25px * 2);
  }
  .column-box.col5 {
    margin: 0 -25px;
  }
  .column-box.col5 > div {
    margin: 0 25px 50px;
    width: calc(20% - 25px * 2);
  }
  .column-box.col2.col4-1 {
    margin: 0 -25px;
  }
  .column-box.col2.col4-1 > div:nth-child(odd) {
    margin: 0 25px 50px;
    width: calc(80% - 25px * 2);
  }
  .column-box.col2.col4-1 > div:nth-child(even) {
    margin: 0 25px 50px;
    width: calc(20% - 25px * 2);
  }
  /*  PC4カラム,SP1カラム  ここから  */
  .column-box.col4-spcol1 {
    margin: 0 -15px;
  }
  .column-box.col4-spcol1 > div {
    margin: 0 15px 40px;
    width: calc(25% - 15px * 2);
  }
  /*  PC4カラム,SP1カラム  ここまで  */
}
@media all and (max-width: 767px) {
  .column-box > div {
    margin: 0 0 40px;
    width: 100%;
  }
  .column-box.col4, .column-box.col5 {
    margin: 0 -5px;
  }
  .column-box.col4 > div, .column-box.col5 > div {
    margin: 0 5px 30px;
    width: calc(50% - 5px * 2);
  }
  /*  PC4カラム,SP1カラム  ここから  */
  .column-box.col4-spcol1 {
    margin: 0 -10px;
  }
  /*  PC4カラム,SP1カラム  ここまで  */
  /*  PC3カラム,SP3カラム　ここから  */
  .column-box.col3.sns > div {
    margin: 0 0 40px;
    width: 33.3%;
  }
  .column-box.col3.sns {
    margin: 0 5px 30px;
    width: calc(100% - 5px * 2);
  }
  /*  PC3カラム,SP3カラム　ここから  */
}
.article-box {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .article-box {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
  }
}
.article-box .media-col {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}
@media all and (min-width: 768px) {
  .article-box .media-col {
    margin: 0 40px;
    max-width: 225px;
  }
  .article-box .media-col:first-child {
    margin-left: 0;
  }
  .article-box .media-col:last-child {
    margin-right: 0;
  }
  .article-box .media-col.small {
    max-width: 150px;
  }
  .article-box .media-col.large {
    max-width: 300px;
  }
}
@media all and (max-width: 767px) {
  .article-box .media-col {
    margin: 15px 0;
  }
  .article-box .media-col:first-child {
    margin-top: 0;
  }
  .article-box .media-col:last-child {
    margin-bottom: 0;
  }
}
.article-box .media-col > * {
  margin-bottom: 0 !important;
}
.article-box .main-col {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.article-box h3 {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .article-box h3 {
    padding-left: 50px;
    text-indent: -50px;
  }
}
@media all and (max-width: 767px) {
  .article-box h3 {
    padding-left: 20px;
    text-indent: -20px;
  }
}
.article-box h4 {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .article-box h4 {
    padding-left: 38px;
    text-indent: -38px;
  }
}
@media all and (max-width: 767px) {
  .article-box h4 {
    padding-left: 20px;
    text-indent: -20px;
  }
}
@media all and (min-width: 768px) {
  .article-box h4::before {
    margin-left: 12px;
  }
}
@media all and (max-width: 767px) {
  .article-box h4::before {
    margin-left: 0;
  }
}
.article-box h5 {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .article-box h5 {
    padding-left: 38px;
    text-indent: -38px;
  }
}
@media all and (max-width: 767px) {
  .article-box h5 {
    padding-left: 15px;
    text-indent: -15px;
  }
}
@media all and (min-width: 768px) {
  .article-box h5::before {
    margin-left: 18px;
  }
}
@media all and (max-width: 767px) {
  .article-box h5::before {
    margin-left: 0;
  }
}
.panel-box {
  -webkit-align-items: flex-start;
  -webkit-align-items: stretch;
  align-items: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.panel-box-wrapper {
  margin-bottom: 50px;
}
.panel-box > * {
  min-height: 1%;
  min-width: 1%;
}
.panel-box > div > *:last-child {
  margin-bottom: 0 !important;
}
.panel-box > div > a {
  transition: opacity 200ms ease-in-out;
}
.panel-box > div > a:hover {
  opacity: 0.7;
}
@media all and (min-width: 768px) {
  .panel-box {
    margin: 0 -6px;
  }
  .panel-box > div {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 6px 12px;
  }
  .panel-box.col2 > div {
    width: calc(50% - 6px * 2);
  }
  .panel-box.col3 > div {
    width: calc(33.33% - 6px * 2);
  }
  .panel-box.col4 > div {
    width: calc(25% - 6px * 2);
  }
  .panel-box.col5 > div {
    width: calc(20% - 6px * 2);
  }
}
@media all and (max-width: 767px) {
  .panel-box {
    margin: 0 -5px;
  }
  .panel-box > div {
    margin: 0 5px 10px;
    width: calc(50% - 5px * 2);
  }
  .panel-box .detail {
    padding: 13px;
  }
}
.panel-box .inner {
  background-color: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .panel-box .inner {
    padding: 15px 20px 30px;
  }
}
@media all and (max-width: 767px) {
  .panel-box .inner {
    padding: 5px 10px 20px;
  }
}
/*doi 20211227-app_bk and passbook start*/
.panel-box .inner2 {
  background-color: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .panel-box .inner2 {
    padding: 15px 20px 20px;
  }
}
@media all and (max-width: 767px) {
  .panel-box .inner2 {
    padding: 5px 10px 10px;
  }
}
/*doi 20211227-app_bk and passbook end*/
.panel-box .image, .panel-box .title, .panel-box .body, .panel-box .panel-bottom {
  min-height: 1%;
  min-width: 1%;
}
.panel-box .image > :last-child, .panel-box .title > :last-child, .panel-box .body > :last-child, .panel-box .panel-bottom > :last-child {
  margin-bottom: 0;
}
.panel-box .image {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.panel-box .image img {
  max-width: 150px;
}
.panel-box .title {
  font-weight: bold;
  margin: 10px 0 10px;
  min-height: 3em;
  text-align: center;
}
@media all and (min-width: 768px) {
  .panel-box .title {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .panel-box .title {
    font-size: 1.4rem;
  }
}
.panel-box .sub-title {
  display: block;
  font-size: 0.77em;
}
.panel-box .body {
  margin: 10px 0 10px;
}
@media all and (max-width: 767px) {
  .panel-box .body {
    font-size: 1.3rem;
  }
}
.panel-box .panel-bottom {
  margin-top: auto;
}
/* galleries ---------------------------------------------------------------- */
.gallery-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  /*max-width: 880px;*/
  max-width: 1200px;
  padding: 0;
}
@media all and (min-width: 768px) {
  .gallery-list {
    margin: 50px auto;
  }
}
@media all and (max-width: 767px) {
  .gallery-list {
    margin: 25px -20px;
  }
}
@media all and (min-width: 768px) {
  .gallery-list li {
    width: 25%;
  }
}
@media all and (max-width: 767px) {
  .gallery-list li {
    width: 33.33%;
  }
}
.gallery-list a {
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery-list a img {
  transition: -webkit-transform 1000ms cubic-bezier(0.39, 0, 0.27, 1);
  transition: transform 1000ms cubic-bezier(0.39, 0, 0.27, 1);
  transition: transform 1000ms cubic-bezier(0.39, 0, 0.27, 1), -webkit-transform 1000ms cubic-bezier(0.39, 0, 0.27, 1);
  width: 100%;
}
.gallery-list a::after {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/common/icon_zoom_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1000ms ease-in-out;
}
.gallery-list a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-list a:hover::after {
  opacity: 1;
}
.gallery-list.type-sns a::after {
  display: none;
}
.gallery-list.type-sns a p {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-size: 1.3rem;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 18px 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 500ms ease-in-out;
}
@media all and (max-width: 767px) {
  .gallery-list.type-sns a p {
    display: none;
  }
}
.gallery-list.type-sns a span {
  overflow: hidden;
}
.gallery-list.type-sns a:hover p {
  opacity: 1;
}
.gallery-list.type-sns.overlay-color-pink a p {
  background-color: rgba(241, 137, 172, 0.85);
}
.single-zoom {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-zoom img {
  width: 100%;
}
.single-zoom::after {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/common/icon_zoom_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 400ms ease-in-out;
}
.single-zoom:hover img {
  opacity: 1 !important;
}
.single-zoom:hover::after {
  opacity: 1;
}
/* modals --------------------------------------------------------------------- */
@-webkit-keyframes modal-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modal-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#modalWrapper {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  z-index: 800;
}
#modalWrapper.is-open {
  -webkit-animation: modal-open 200ms linear 0s normal forwards;
  animation: modal-open 200ms linear 0s normal forwards;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
#modalWrapper.is-close {
  -webkit-animation: modal-close 200ms linear 0s normal forwards;
  animation: modal-close 200ms linear 0s normal forwards;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media all and (min-width: 768px) {
  .modal {
    padding: 70px;
  }
}
@media all and (max-width: 767px) {
  .modal {
    padding: 15px;
  }
}
@media all and (min-width: 768px) {
  .modal.is-gallery {
    padding: 70px 90px;
  }
}
@media all and (max-width: 767px) {
  .modal.is-gallery {
    padding: 15px 30px;
  }
}
.modal .media-box > div {
  display: block;
  min-width: 1%;
  text-align: center;
}
.modal .media-box .caption {
  color: #fff;
  display: block;
}
.modal-contents {
  cursor: default;
  display: block;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .modal-contents {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .modal-contents {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
  }
}
.modal-contents img {
  max-height: calc(100vh - 120px - 140px);
  width: auto !important;
}
.modal-close-link {
  height: 42px;
  line-height: 1;
  position: absolute;
  text-align: right;
  width: 42px;
}
@media all and (min-width: 768px) {
  .modal-close-link {
    right: 20px;
    top: 20px;
  }
}
@media all and (max-width: 767px) {
  .modal-close-link {
    right: 12px;
    top: 10px;
  }
}
.modal-close-link a {
  display: block;
  height: 100%;
  line-height: 1;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.modal-close-link a::before, .modal-close-link a::after {
  background-color: #fff;
  content: "";
  height: 42px;
  left: 0;
  position: absolute;
  width: 1px;
}
@media all and (min-width: 768px) {
  .modal-close-link a::before, .modal-close-link a::after {
    top: 0.2em;
  }
}
@media all and (max-width: 767px) {
  .modal-close-link a::before, .modal-close-link a::after {
    top: 0.1em;
  }
}
.modal-close-link a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close-link a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-prev-link, .modal-next-link {
  position: absolute;
  top: 50%;
}
@media all and (min-width: 768px) {
  .modal-prev-link, .modal-next-link {
    height: 60px;
    margin-top: -30px;
    width: 60px;
  }
}
@media all and (max-width: 767px) {
  .modal-prev-link, .modal-next-link {
    height: 22px;
    margin-top: -11px;
    width: 22px;
  }
}
.modal-prev-link a, .modal-next-link a {
  display: block;
  height: 100%;
  line-height: 1;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.modal-prev-link a::before, .modal-prev-link a::after, .modal-next-link a::before, .modal-next-link a::after {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
@media all and (min-width: 768px) {
  .modal-prev-link {
    left: 30px;
  }
}
@media all and (max-width: 767px) {
  .modal-prev-link {
    left: 5px;
  }
}
.modal-prev-link a::before, .modal-prev-link a::after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.modal-prev-link a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-prev-link a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (min-width: 768px) {
  .modal-next-link {
    right: 30px;
  }
}
@media all and (max-width: 767px) {
  .modal-next-link {
    right: 5px;
  }
}
.modal-next-link a::before, .modal-next-link a::after {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.modal-next-link a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-next-link a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* maps --------------------------------------------------------------------- */
.map-wrapper {
  overflow: hidden;
  padding-top: 33.33%;
  position: relative;
}
.map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.branch-map {
  margin: 0 auto;
  max-width: 690px;
}
/*
  Layouts
*/
/* wrapper ------------------------------------------------------------------ */
#wrapper {
  overflow: hidden;
  padding-top: 100px;
}
@media all and (min-width: 768px) {
  #wrapper {
    min-width: 1200px;
  }
}
@media all and (max-width: 767px) {
  #wrapper {
    padding-top: 60px;
  }
}
/* header ------------------------------------------------------------------- */
#header {
  left: 0;
  min-width: 1200px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media all and (max-width: 767px) {
  #header {
    min-width: inherit;
  }
}
.header-inner {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media all and (min-width: 768px) {
  .header-inner {
    transition: padding-bottom 200ms ease-in-out;
  }
  .is-search-open .header-inner {
    padding-bottom: 80px;
  }
  .is-search-open .header-inner .is-headerSmall {
    padding-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .header-inner {
    height: 60px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 60px;
  }
}
@media all and (max-width: 321px) {
  .header-inner {
    padding-left: 10px;
    padding-right: 50px;
  }
}
.header-inner .sp-textLink {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.0rem;
  font-weight: bold;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 5px;
}
@media all and (min-width: 768px) {
  .header-inner .sp-textLink {
    display: none;
  }
}
.header-inner .sp-textLink a {
  color: #555;
  display: block;
  line-height: 1.333;
  margin: 0 8px;
  padding-top: 31px;
  position: relative;
  text-decoration: none;
}
.header-inner .sp-textLink a.is-personal::before {
  background: url(../images/common/sp_header_icon_personal.png) no-repeat center center;
  background-size: contain;
  content: "";
  height: 27px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: 0;
  width: 24px;
}
.header-inner .sp-textLink a.is-shop::before {
  background: url(../images/common/sp_header_icon_shop.png) no-repeat center center;
  background-size: contain;
  content: "";
  height: 25px;
  left: 50%;
  margin-left: -17px;
  position: absolute;
  top: 2px;
  width: 34px;
}
@media all and (max-width: 321px) {
  .header-inner .sp-textLink a {
    margin: 0 5px;
  }
}
@media all and (min-width: 768px) {
  .header-main {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .header-main {
    background: #fff;
    display: block;
    display: none;
    left: 0;
    max-height: 80vh;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 100%;
  }
}
.header-logo {
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 0;
  margin-right: auto;
  max-width: 190px;
  position: relative;
  width: 190px;
  /*width: 152px;*/
  z-index: 10;
}
@media all and (max-width: 767px) {
  .header-logo {
    margin: 0;
    max-width: 132px;
    padding: 12px 0 13px;
    width: 132px;
  }
  .header-logo a {
    display: block;
  }
}
@media all and (max-width: 321px) {
  .header-logo {
    width: 120px;
  }
}
.header-links {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .header-links {
    -webkit-align-items: stretch;
    align-items: stretch;
    background-color: #ededed;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 60px;
  }
}
/*しぶさわジャック変えたところ*/
.header-login {
  background: #f6c7ca;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100px;
  padding: 14px 2px;
  position: relative;
  width: 212px;
}
/*.header-login {
  background: #555;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100px;
  padding: 14px 2px;
  position: relative;
  width: 212px;
}*/
@media all and (max-width: 767px) {
  .header-login {
    display: none;
  }
}
.header-login p {
  color: #575757;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  text-align: center;
}
.header-login ul {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-login ul li {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 50%;
}
.header-login ul a {
  color: #575757;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 44px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.header-login ul a:hover {
  opacity: 0.7;
}
.header-login ul a::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
}
.header-login ul a.is-individual::before {
  background: url("../images/common/header_icon_individual_gray.png") no-repeat center center;
  background-size: contain;
  height: 30px;
  margin-left: -13px;
  top: 0;
  width: 26px;
}
.header-login ul a.is-corporation::before {
  background: url("../images/common/header_icon_corporation_gray.png") no-repeat center center;
  background-size: contain;
  height: 30px;
  margin-left: -16px;
  top: 0;
  width: 33px;
}
@media all and (min-width: 768px) {
  .header-button {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    width: 105px;
  }
  .header-button.is-stretch {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    max-width: 70px;
    position: relative;
    width: 70px;
  }
  .header-button.is-stretch input {
    background-color: transparent !important;
    background-position: 18px center !important;
    border-bottom: 1px solid #b3b3b3 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    font-size: 1.6rem;
    padding: 12px 60px 12px 20px !important;
    width: 640px;
  }
  .header-button.is-stretch button {
    background: url(../images/common/header_search.png) no-repeat center center;
    background-size: 24px 24px;
    bottom: 0;
    display: block;
    height: 55px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: auto;
    width: 40px;
  }
  .header-button.is-stretch button .button-text {
    position: absolute;
    top: 200%;
  }
  .header-button.is-stretch .header-search {
    background: #fff;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    transition: padding-top 200ms ease-in-out;
  }
  .is-headerSmall .header-button.is-stretch .header-search {
    padding-top: 10px;
  }
  .header-button a {
    color: #555;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    padding: 14px 10px;
    position: relative;
    text-decoration: none;
    transition: opacity 0.3s;
    width: 100%;
  }
  .header-button a:hover {
    opacity: 0.7;
  }
  .header-button a.is-search {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    height: auto;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    width: 58px;
  }
  .header-button a.is-search::before, .header-button a.is-search::after {
    background: #4e4e4e;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -20px;
    margin-top: -1px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.2s;
    width: 40px;
  }
  .header-button a.is-search::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-button a.is-search::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-button a.is-search span {
    display: inline-block;
  }
  .header-button a.is-search img {
    width: 26px;
  }
  .header-button a.is-open::before, .header-button a.is-open::after {
    opacity: 1;
  }
  .header-button a.is-open img {
    opacity: 0;
  }
  .header-button a.is-contact {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    display: -webkit-flex;
    display: flex;
    height: 64px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header-button a.is-contact::before {
    background: url(/assets/img/header_mail.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -21px;
    position: absolute;
    top: 0;
    width: 32px;
  }
}
@media all and (max-width: 767px) {
  .header-button .is-search {
    display: none;
  }
  .header-button.is-stretch {
    padding: 0 20px 0;
    position: relative;
  }
  .header-button.is-stretch input {
    background-color: transparent !important;
    background-position: 3px center !important;
    border-bottom: 1px solid #b3b3b3 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    font-size: 1.8rem;
    padding: 12px 0 !important;
    width: 100%;
  }
  .header-button.is-stretch button {
    background: url(../images/common/header_search.png) no-repeat center center;
    background-size: 30px 30px;
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 0;
    width: 40px;
  }
  .header-button.is-stretch button .button-text {
    position: absolute;
    top: 200%;
  }
  .header-button.is-stretch .header-search {
    display: block !important;
  }
  .header-button .is-contact {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 14px 20px 14px 70px;
    position: relative;
    text-decoration: none;
  }
  .header-button .is-contact::before {
    background: url(/assets/img/header_mail.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    left: 20px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
  }
}
.header-globalLink {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: 1px solid #b3b3b3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 20px 15px;
  padding: 0;
  position: relative;
  width: 880px;
  /*アスリート入れる場合*/
  /*width: 640px;*/
}
@media all and (max-width: 767px) {
  .header-globalLink {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
    max-width: inherit;
    width: auto;
  }
}
.header-globalLink > li {
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .header-globalLink > li {
    border-top: 1px solid #b3b3b3;
    margin-right: 0;
  }
}
.header-globalLink > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .header-globalLink > li.has-child > a::before {
    background: #333;
    content: "";
    display: block;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
  }
  .header-globalLink > li.has-child > a::after {
    background: #333;
    content: "";
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 24px;
    top: 50%;
    width: 2px;
  }
}
.header-globalLink > li > a {
  color: #555;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .header-globalLink > li > a {
    display: block;
    font-size: 1.8rem;
    padding: 12px 20px;
  }
}
@media all and (min-width: 768px) {
  .header-globalLink > li > a::before {
    background: #555;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.45, 0.03, 0.39, 0.99);
    transition: transform 0.3s cubic-bezier(0.45, 0.03, 0.39, 0.99);
    transition: transform 0.3s cubic-bezier(0.45, 0.03, 0.39, 0.99), -webkit-transform 0.3s cubic-bezier(0.45, 0.03, 0.39, 0.99);
  }
}
@media all and (min-width: 768px) {
  .header-globalLink > li > a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media all and (min-width: 768px) {
  .header-globalLink > li > a.is-current::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.header-globalLink > li > a.is-open::after {
  display: none;
}
#header-bg {
  background: #a3e0e0;
  bottom: 0;
  content: "";
  display: none;
  left: 0;
  opacity: 0.8;
  position: fixed;
  right: 0;
  top: 0;
}
@media all and (min-width: 768px) {
  #header-bg {
    display: none !important;
  }
}
#hamburger {
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 10;
}
@media all and (min-width: 768px) {
  #hamburger {
    display: none;
  }
}
@media all and (max-width: 321px) {
  #hamburger {
    width: 50px;
  }
}
#hamburger a {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: flex;
  display: -webkit-flex;
  font-size: 1rem;
  height: inherit;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.333;
  padding-bottom: 5px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  width: inherit;
}
#hamburger a::before {
  background-color: #555;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 15px;
  transition: opacity 0.2s ease-in-out;
  width: 20px;
}
@media all and (max-width: 321px) {
  #hamburger a::before {
    right: 10px;
  }
}
#hamburger a::after {
  background-color: #555;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 32px;
  transition: opacity 0.2s ease-in-out;
  width: 20px;
}
@media all and (max-width: 321px) {
  #hamburger a::after {
    right: 10px;
  }
}
#hamburger a span::after {
  background-color: #555;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 23px;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 20px;
}
@media all and (max-width: 321px) {
  #hamburger a span::after {
    right: 10px;
  }
}
#hamburger a span::before {
  background-color: #555;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 23px;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 20px;
}
@media all and (max-width: 321px) {
  #hamburger a span::before {
    right: 10px;
  }
}
#hamburger a.is-open::before {
  opacity: 0;
}
#hamburger a.is-open::after {
  opacity: 0;
}
#hamburger a.is-open span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger a.is-open span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.globalLinkChild {
  display: none;
}
@media all and (min-width: 768px) {
  .globalLinkChild {
    left: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
  }
  .globalLinkChild::before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: -55vw;
    opacity: 1.0;
    position: absolute;
    top: 0;
    width: 150vw;
  }
}
@media all and (min-width: 768px) {
  .globalLinkChild-inner {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .globalLinkChild-inner {
    padding-left: 50px;
  }
}
.globalLinkChild-link {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media all and (min-width: 768px) {
  .globalLinkChild-link li:last-child a {
    border-bottom: 1px solid #5f5f5f;
  }
}
.globalLinkChild-link a {
  border-top: 1px solid #5f5f5f;
  color: #555;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 12px 50px 12px 0;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media all and (max-width: 767px) {
  .globalLinkChild-link a {
    border-color: #b3b3b3;
    color: #555;
    font-size: 1.6rem;
    padding-bottom: 11px;
    padding-top: 11px;
  }
}
.globalLinkChild-link a:hover {
  opacity: 0.7;
}
.globalLinkChild-link a::before {
  border-right: 1px solid #a3e0e0;
  border-top: 1px solid #a3e0e0;
  content: "";
  display: block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
}
@media all and (max-width: 767px) {
  .globalLinkChild-link a::before {
    border-right: 1px solid #575757;
    border-top: 1px solid #575757;
    right: 22px;
  }
}
/* header animation setting */
@media all and (min-width: 768px) {
  .header-logo {
    transition: width 0.3s;
  }
  .is-headerSmall .header-logo {
    width: 152px;
  }
  .header-login p {
    left: 0;
    position: absolute;
    right: 0;
    top: 7px;
    transition: font 0.3s, opacity 0.3s;
  }
  .is-headerSmall .header-login p {
    font-size: 0;
    opacity: 0;
  }
  .header-login {
    transition: height 0.3s, width 0.3s, padding 0.3s;
  }
  .is-headerSmall .header-login {
    height: 60px;
    padding: 10px 2px;
    width: 140px;
  }
  .header-login ul li {
    height: 56px;
    transition: height 0.3s;
  }
  .is-headerSmall .header-login ul li {
    height: 40px;
  }
  .header-login ul a.is-individual::before {
    transition: top 0.3s;
  }
  .is-headerSmall .header-login ul a.is-individual::before {
    top: 4px;
  }
  .header-login ul a.is-corporation::before {
    transition: top 0.3s;
  }
  .is-headerSmall .header-login ul a.is-corporation::before {
    top: 4px;
  }
  .header-button {
    transition: width 0.3s;
  }
  .is-headerSmall .header-button {
    width: 80px;
  }
  .header-login ul a span, .header-button a.is-contact span {
    transition: font 0.3s, opacity 0.3s;
  }
  .is-headerSmall .header-login ul a span, .is-headerSmall .header-button a.is-contact span {
    font-size: 0;
    opacity: 0;
  }
  .header-button a.is-contact, .header-button a.is-search {
    transition: height 0.3s;
  }
  .header-button a.is-contact::before, .header-button a.is-contact::after, .header-button a.is-search::before, .header-button a.is-search::after {
    transition: opacity 0.2s, width 0.3s, top 0.3s, margin 0.3s;
  }
  .is-headerSmall .header-button a.is-contact, .is-headerSmall .header-button a.is-search {
    height: 60px;
  }
  .is-headerSmall .header-button a.is-contact::before, .is-headerSmall .header-button a.is-contact::after, .is-headerSmall .header-button a.is-search::before, .is-headerSmall .header-button a.is-search::after {
    margin-left: -16px;
    top: 30px;
    width: 30px;
  }
  .header-globalLink {
    transition: margin 0.3s;
  }
  .is-headerSmall .header-globalLink {
    margin-bottom: 4px;
  }
  .header-globalLink > li > a {
    transition: padding 0.3s;
  }
  .is-headerSmall .header-globalLink > li > a {
    padding-bottom: 11px;
  }
  .header-button a.is-contact::before {
    transition: top 0.3s, height 0.3s, margin-left 0.3s, width 0.3s;
  }
  .is-headerSmall .header-button a.is-contact::before {
    height: 21px;
    margin-left: -14px;
    top: 20px;
    width: 28px;
  }
  .header-button a.is-search img {
    transition: width 0.3s, opacity 0.2s;
  }
  .is-headerSmall .header-button a.is-search img {
    width: 24px;
  }
  .is-headerSmall .globalLinkChild {
    top: calc(100% + 4px);
  }
}
@media all and (max-width: 767px) {
  #header {
    transition: top 0.3s;
  }
  .is-headerSmall #header {
    top: -60px;
  }
}
/* 20230424 tanaka header追加 ------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .header-button a.is-faq {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    display: -webkit-flex;
    display: flex;
    height: 64px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header-button a.is-faq::before {
    background: url(../images/common/header_faq.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 36px;
    left: 55%;
    margin-left: -22px;
    position: absolute;
    top: -5px;
    width: 35px;
  }
}
@media all and (max-width: 767px) {
  .header-button .is-faq {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 14px 20px 14px 70px;
    position: relative;
    text-decoration: none;
  }
  .header-button .is-faq::before {
    background: url(../images/common/header_faq.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    left: 20px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
  }
}
@media all and (min-width: 768px) {
  .header-login ul a span, .header-button a.is-faq span {
    transition: font 0.3s, opacity 0.3s;
  }
  .is-headerSmall .header-login ul a span, .is-headerSmall .header-button a.is-faq span {
    font-size: 0;
    opacity: 0;
  }
  .header-button a.is-faq, .header-button a.is-search {
    transition: height 0.3s;
  }
  .header-button a.is-faq::before, .header-button a.is-faq::after, .header-button a.is-search::before, .header-button a.is-search::after {
    transition: opacity 0.2s, width 0.3s, top 0.3s, margin 0.3s;
  }
  .is-headerSmall .header-button a.is-faq, .is-headerSmall .header-button a.is-search {
    height: 60px;
  }
  .is-headerSmall .header-button a.is-faq::before, .is-headerSmall .header-button a.is-faq::after, .is-headerSmall .header-button a.is-search::before, .is-headerSmall .header-button a.is-search::after {
    margin-left: -16px;
    top: 30px;
    width: 30px;
  }
  .header-button a.is-faq::before {
    transition: top 0.3s, height 0.3s, margin-left 0.3s, width 0.3s;
  }
  .is-headerSmall .header-button a.is-faq::before {
    height: 21px;
    margin-left: -14px;
    top: 20px;
    width: 28px;
  }
}
/* 20230424 tanaka header追加ここまで ------------------------------------------------------------------- */
/* footer ------------------------------------------------------------------- */
/*しぶさわジャック変えたところ*/
#footer {
  background: #a3e0e0;
  padding-top: 45px;
  position: relative;
  width: 100%;
  z-index: 5;
}
/*#footer {
  background: #f2f2f2;
  padding-top: 45px;
  position: relative;
  width: 100%;
  z-index: 5;
}*/
@media all and (max-width: 767px) {
  #footer {
    padding-top: 20px;
  }
}
#footer > .footer-inner {
  padding-bottom: 38px;
}
@media all and (max-width: 767px) {
  #footer > .footer-inner {
    padding-bottom: 20px;
  }
}
.footer-inner {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}
@media all and (max-width: 767px) {
  .footer-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .footer-logo {
    -webkit-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-left: 10px;
    margin-right: 110px;
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 30px;
    max-width: 140px;
  }
}
.footer-sitemap {
  min-width: 1%;
}
.footer-search {
  margin-bottom: 65px;
  max-width: 696px;
  position: relative;
}
@media all and (max-width: 767px) {
  .footer-search {
    margin-bottom: 60px;
  }
}
.footer-search input {
  background-color: transparent !important;
  background-position: 8px center !important;
  border-bottom: 1px solid #b3b3b3 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  font-size: 1.6rem;
  padding: 10px !important;
  width: 100%;
}
.footer-search button {
  background: #000;
  background: url(../images/common/header_search.png) no-repeat center center;
  background-size: 22px 22px;
  bottom: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.footer-search button .button-text {
  position: absolute;
  top: 200%;
}
.footer-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-list li {
  margin-bottom: 25px;
  width: 25%;
}
@media all and (max-width: 767px) {
  .footer-list li {
    margin-bottom: 20px;
    width: 50%;
  }
  .footer-list li.is-blank {
    display: none;
  }
}
.footer-list a {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media all and (max-width: 767px) {
  .footer-list a {
    font-size: 1.3rem;
  }
}
.footer-list a:hover {
  opacity: 0.7;
}
.footer-information {
  background: #fff;
  padding: 26px 0;
}
@media all and (max-width: 767px) {
  .footer-information {
    padding-bottom: 20px;
    padding-top: 26px;
  }
}
@media all and (min-width: 768px) {
  .footer-information .footer-inner {
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer-information ul {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .footer-information ul {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.footer-information ul li:not(:last-child) {
  margin-right: 40px;
}
@media all and (max-width: 767px) {
  .footer-information ul li:not(:last-child) {
    margin: 0 0 10px;
  }
}
.footer-information ul a {
  color: #575757;
  font-size: 1.4rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media all and (max-width: 767px) {
  .footer-information ul a {
    font-size: 1.3rem;
  }
}
.footer-information ul a:hover {
  opacity: 0.7;
}
.footer-copyright {
  color: #575757;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 1rem;
}
@media all and (min-width: 768px) {
  .footer-copyright {
    text-align: right;
  }
}
/* breadcrumb-list ---------------------------------------------------------- */
.breadcrumb-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0;
}
@media all and (min-width: 768px) {
  .breadcrumb-list {
    margin-top: 25px;
  }
}
@media all and (max-width: 767px) {
  .breadcrumb-list {
    margin-top: 30px;
  }
}
.breadcrumb-list > li {
  font-size: 1.4rem;
  font-weight: bold;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}
@media all and (max-width: 767px) {
  .breadcrumb-list > li {
    font-size: 1.2rem;
  }
}
.breadcrumb-list > li:not(:last-child) {
  padding-right: 36px;
}
.breadcrumb-list > li:not(:last-child)::before, .breadcrumb-list > li:not(:last-child)::after {
  background-color: #000;
  content: "";
  height: 1px;
  left: auto;
  margin-top: -1px;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
}
.breadcrumb-list > li:not(:last-child)::before {
  -webkit-transform: rotate(26.5deg);
  transform: rotate(26.5deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.breadcrumb-list > li:not(:last-child)::after {
  -webkit-transform: rotate(-26.5deg);
  transform: rotate(-26.5deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.breadcrumb-list > li:last-child::before, .breadcrumb-list > li:last-child::after {
  display: none;
}
.breadcrumb-list a {
  font-weight: normal;
}
/* contents ----------------------------------------------------------------- */
#contents {
  color: #1F1F1F;
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
  word-wrap: break-word;
}
#contents a {
  color: #1F1F1F;
}
@media all and (min-width: 768px) {
  #contents {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  #contents {
    padding-bottom: 50px;
  }
}
/* sections ----------------------------------------------------------------- */
.section {
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-inner {
  margin: 0 auto;
  max-width: 1200px;
}
#contents.has-leftNavi .section-inner {
  padding-left: 0;
  padding-right: 0;
}
.narrow > .section-inner {
  max-width: 580px;
}
.full > .section-inner {
  max-width: 100%;
}
.product-outline > .section-inner {
  max-width: 900px;
}
.search-page > .section-inner {
  max-width: 795px;
}
.search-page > .section-inner iframe {
  width: 100%;
}
.section.bg-gray, .section.bg-lightGray {
  background-color: #eee;
  margin-bottom: 100px;
  padding-bottom: 100px;
  padding-top: 70px;
}
@media all and (max-width: 767px) {
  .section.bg-gray, .section.bg-lightGray {
    margin-bottom: 50px;
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
.section.bg-gray:last-child, .section.bg-lightGray:last-child {
  margin-bottom: 0;
}
.section.bg-gray .section-inner > *:last-child, .section.bg-lightGray .section-inner > *:last-child {
  margin-bottom: 0;
}
.section.bg-lightGray {
  background-color: #ebeff2;
}
@media all and (min-width: 768px) {
  .section + .section .section-inner h2 {
    margin-top: 150px;
  }
}
@media all and (max-width: 767px) {
  .section + .section .section-inner h2 {
    margin-top: 95px;
  }
}
.indent-depth2 {
  padding-left: 0;
}
@media all and (min-width: 768px) {
  .indent-depth3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (max-width: 767px) {
  .indent-depth3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .indent-depth4 {
    padding-left: 90px;
    padding-right: 50px;
  }
}
@media all and (max-width: 767px) {
  .indent-depth4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .indent-depth5 {
    padding-left: 140px;
    padding-right: 100px;
  }
}
@media all and (max-width: 767px) {
  .indent-depth5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .sp-indent-cancel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
hr {
  background-color: #ccc;
  border: none;
  height: 1px;
}
@media all and (min-width: 768px) {
  hr {
    margin: 100px 0;
  }
}
@media all and (max-width: 767px) {
  hr {
    margin: 65px 0;
  }
}
@media all and (min-width: 768px) {
  .border-box hr {
    margin: 40px 0;
  }
}
@media all and (max-width: 767px) {
  .border-box hr {
    margin: 20px 0;
  }
}
/*doi 20200812 start*/
.recommend {
  background-color: #f2f2f2;
  padding-top: 30px;
}
/*doi 20200812 end*/
/*interview*/
.interview-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  max-width: 880px;
  padding: 0;
}
@media all and (min-width: 768px) {
  .interview-list {
    margin: 50px auto;
  }
}
@media all and (max-width: 767px) {
  .interview-list {
    margin: 25px -20px;
  }
}
@media all and (min-width: 768px) {
  .interview-list li {
    width: 33.33%;
  }
}
@media all and (max-width: 767px) {
  .interview-list li {
    width: 50%;
  }
}
.interview-list a {
  display: block;
  overflow: hidden;
  position: relative;
}
.interview-list a img {
  transition: -webkit-transform 1000ms cubic-bezier(0.39, 0, 0.27, 1);
  transition: transform 1000ms cubic-bezier(0.39, 0, 0.27, 1);
  transition: transform 1000ms cubic-bezier(0.39, 0, 0.27, 1), -webkit-transform 1000ms cubic-bezier(0.39, 0, 0.27, 1);
  width: 100%;
}
.interview-list a::after {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/common/icon_zoom_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1000ms ease-in-out;
}
.interview-list a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.interview-list a:hover::after {
  opacity: 1;
}
.interview-list.type-sns a::after {
  display: none;
}
.interview-list.type-sns a p {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-size: 1.3rem;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 100px 50px 0px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 500ms ease-in-out;
}
@media all and (max-width: 767px) {
  .interview-list.type-sns a p {
    display: none;
  }
}
.interview-list.type-sns a span {
  overflow: hidden;
}
.interview-list.type-sns a:hover p {
  opacity: 1;
}
.interview-list.type-sns.overlay-color-pink a p {
  background-color: rgba(241, 137, 172, 0.85);
}
/*momoko*/
.scroll-table-box-warrecord > table {
  margin-bottom: 0;
  width: 600px;
}
.scroll-table-box-chingin > table {
  margin-bottom: 0;
  width: 500px;
}
/*momokoend*/
/*20240122 doi start*/
/* ボタンのデザイン */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: 2px solid #002F7B;
  background-color: #002F7B;
  border-radius: 50px;
  cursor: pointer;
  transition: all .5s;
}
/* ボタンホバー時 */
#pagetop:hover {
  background-color: #fff;
}
#pagetop:hover::before {
  background-color: #002F7B;
}
#pagetop:hover::after {
  background-color: #002F7B;
}
/* ボタンの矢印 */
#pagetop::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 29px;
  width: 2px;
  height: 20px;
  background-color: #FFF;
  transition: all .5s;
  transform: translateY(-50%) rotate(-45deg);
}
#pagetop::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 29px;
  width: 2px;
  height: 20px;
  background-color: #FFF;
  transition: all .5s;
  transform: translateY(-50%) rotate(45deg);
}
.shibusawa_btn {
  position: fixed;
  width: 130px;
  z-index: 99999;
  bottom: 10px;
  right: 10px;
  padding: 6px 5px;
}
.shibusawa_btn.js_close {
  display: none;
}
/*.btn_close{
  width: 25px;
  height: 25px;
  position: absolute;
  top: -20px;
  right: 10px;
  cursor: pointer;
  border: 2px solid #222;
  border-radius: 50px;
  transition: all .5s;
}*/
.btn_close {
  position: fixed;
  bottom: 150px;
  right: 20px;
  width: 25px;
  height: 24px;
  border: 2px solid #777;
  border-radius: 50px;
  cursor: pointer;
  transition: all .5s;
}
.btn_close:hover::before {
  background-color: #777;
}
.btn_close:hover::after {
  background-color: #777;
}
.btn_close::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 9px;
  width: 2px;
  height: 15px;
  background-color: #777;
  transition: all .5s;
  transform: translateY(-47%) rotate(-45deg);
}
.btn_close::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 2px;
  height: 15px;
  background-color: #777;
  transition: all .5s;
  transform: translateY(-47%) rotate(45deg);
}
/*20240122 doi end*/
/*ボタンの色をTOPだけにする場合*/
/*.link-button-shibusawajack {
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #eaddde;
  border: 1px solid #b3b3b3;
  border-radius: 50px;
  color: #575757;
  cursor: pointer;
  display: inline-flex;
  display: -webkit-inline-flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
  max-width: 100%;
  min-width: 240px;
  position: relative;
  text-decoration: none;
  transition: background-color 200ms;
}

.link-button-shibusawajack span {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  min-height: 50px;
  padding: 0.1em 25px;
  text-align: center;
}
.link-button-shibusawajack.icon-list::after {
  background-image: url(../images/common/icon_list.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 20px;
}
.link-button-shibusawajack.left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.link-button-shibusawajack.disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #999 !important;
  cursor: default;
  pointer-events: none;
}
a.link-button-shibusawajack:not(.disabled):hover {
  background-color: #fafafa;
}
.link-button.disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #999 !important;
  cursor: default;
  pointer-events: none;
}
a.link-button:not(.disabled):hover {
  background-color: #fafafa;
}

_:-ms-input-placeholder,:root .link-button span {
  padding-top: 0.4em;
}*/
/* headings ----------------------------------------------------------------- */
.header-globalLink {
  border-bottom: 1px solid #b3b3b3;
  /*width: 700px;*/
}
.button-wrapper > a {
  transition: opacity 200ms ease-in-out;
}
.button-wrapper > a:hover {
  opacity: 0.7;
}
/*ログインボタン中揃え online_common.cssへ移動する。*/
.header-login ul li {
  width: auto;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .header-qa .is-contact::before {
    background: url(/assets/img/jac_icon.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    left: 20px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
  }
}
/* headings よくあるご質問----------------------------------------------------------------- */
@media all and (min-width: 767px) {
  .header-qa a.is-contact::before {
    background: url(/assets/img/jac_icon.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -21px;
    position: absolute;
    top: 0;
    width: 40px;
  }
}
/* header animation setting */
@media all and (min-width: 768px) {
  .is-headerSmall .header-login {
    height: 60px;
    padding: 10px 2px;
    width: 100px;
  }
  .is-headerSmall .header-button {
    width: 40px;
  }
  .is-headerSmall .header-button a.is-contact, .is-headerSmall .header-button a.is-search {
    height: 60px;
  }
  .header-button {
    width: 90px;
  }
  .header-button a {
    color: #555;
    font-size: 1rem;
  }
  /*20210623鈴木追加 入と出で速度を変える。*/
  .header-login ul a span, .header-button a.is-contact span {
    transition: font-size 0.3s, opacity 0.3s;
    transition-delay: 0.3s, 0.3s;
  }
  .is-headerSmall .header-login ul a span, .is-headerSmall .header-button a.is-contact span {
    font-size: 0;
    opacity: 0;
    transition: font-size 0.3s, opacity 0.3s;
    transition-delay: 0s, 0s;
  }
}
/* headings ----------------------------------------------------------------- */
.header-login {
  /*background: #ab00ab;*/
  background: rgb(99, 43, 139);
  background: linear-gradient(90deg, rgba(99, 43, 139, 1) 0%, rgba(93, 48, 140, 1) 81%, rgba(171, 0, 171, 1) 100%);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100px;
  padding: 14px 2px;
  position: relative;
  width: 140px;
}
.header-login p {
  color: #FFFFFF;
}
.header-login ul a {
  color: #FFFFFF;
}
/* h1の色変更 ----------------------------------------------------------------- */
.page-heading-block.text-only {
  border-top: 4px solid #a3e0e0;
  border-bottom: 4px solid #a3e0e0;
  background-color: #FFFFFF;
}
/* headingsのアイコン変更 ----------------------------------------------------------------- */
.header-inner .sp-textLink a.is-personal::before {
  background: url(../img/sp_header_icon_gaitame.png) no-repeat center center;
  background-size: contain;
  content: "";
}
.header-login ul a.is-corporation::before {
  background: url(../img/header_icon_gaitame.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .header-login {
    display: none;
  }
}
/* ホバー時の色変更 ----------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .header-globalLink > li > a::before {
    background: #a3e0e0;
  }
}
/* 外為TOP　城北外為ＷＥＢサービスの特徴 ----------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .summary-list.col3 .list-item {
    width: calc(33.33% - 19px * 2);
  }
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 1.3s ease-in-out infinite alternate;
  -moz-animation: blink 1.3s ease-in-out infinite alternate;
  animation: blink 1.3s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/* 点滅 */
/*blogの流れる*/
.con_blog {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.wrapper_blog {
  display: flex;
  animation: loop-text 40s linear infinite;
}
.con_blog_txt {
  display: inline-block;
  font-size: 1.4rem;
  white-space: nowrap;
}
.con_blog_txt a {
  text-decoration: none;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*blogの流れるのここまで*/
/* インスタ３つぞろえ */
/*@media (max-width: 767px) {
    .panel-box > *.sp-col1 {
        width: calc(100% - 30px);
    }
}

@media all and (min-width: 768px) {
.gallery-list li {
    width: 33.33%;
}
}
@media all and (max-width: 767px) {
.gallery-list li {
    width: 100%;
}
}*/
/* インスタ３つぞろえ */
.to_gray {
  color: gray;
}
/*リンク　ホバーアクション*/
#ath-link a:hover {
  color: #3FBDBD;
  text-decoration: underline;
}
.horizontal-link-list a:hover:after {
  border-right: 2px solid #3FBDBD;
  border-top: 2px solid #3FBDBD;
  content: "";
  height: 12px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
}
/*リンク　ホバーアクションここまで*/
/* 選手ページ飾り山田美諭 */
#ath_icon_yamada01 {
  position: relative;
}
#ath_icon_yamada01::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -290px;
  background: url("../../member/img/ym_2.png");
  width: 264px;
  height: 305px;
  z-index: 2;
  animation: rotate-anime 40s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_yamada02 {
  position: relative;
}
#ath_icon_yamada02::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 900px;
  background: url("../../member/img/ym_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 60s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_yamada03 {
  position: relative;
}
#ath_icon_yamada03::before {
  content: "";
  position: absolute;
  top: -400px;
  left: -170px;
  background: url("../../member/img/ym_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_yamada03::after {
  content: "";
  position: absolute;
  top: -370px;
  left: -530px;
  background: url("../../member/img/ym_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 80s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_yamada04 {
  position: relative;
}
#ath_icon_yamada04::before {
  content: "";
  position: absolute;
  bottom: 480px;
  right: -95px;
  background: url("../../member/img/ym_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 50s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 選手ページ飾り山田美諭 スマホでの位置 */
@media all and (max-width: 767px) {
  #ath_icon_yamada01::before {
    top: -360px;
    left: -110px;
  }
  #ath_icon_yamada02::before {
    top: 350px;
    left: 320px;
  }
  #ath_icon_yamada03::before {
    top: -400px;
    left: -100px;
  }
  #ath_icon_yamada03::after {
    top: -660px;
    left: -510px;
  }
  #ath_icon_yamada04::before {
    bottom: 410px;
    right: -315px;
  }
}
/* 選手ページ飾り山田 スマホでの位置ここまで */
/* 選手ページ飾り屶網 */
#ath_icon_natami01 {
  position: relative;
}
#ath_icon_natami01::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -290px;
  background: url("../../member/img/nr_2.png");
  width: 264px;
  height: 305px;
  z-index: 2;
  animation: rotate-anime 40s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_natami02 {
  position: relative;
}
#ath_icon_natami02::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 900px;
  background: url("../../member/img/nr_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 60s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_natami03 {
  position: relative;
}
#ath_icon_natami03::before {
  content: "";
  position: absolute;
  top: -400px;
  left: -170px;
  background: url("../../member/img/nr_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_natami03::after {
  content: "";
  position: absolute;
  top: -370px;
  left: -530px;
  background: url("../../member/img/nr_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 80s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_natami04 {
  position: relative;
}
#ath_icon_natami04::before {
  content: "";
  position: absolute;
  bottom: 380px;
  right: -95px;
  background: url("../../member/img/nr_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 50s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 選手ページ飾り屶網 スマホでの位置 */
@media all and (max-width: 767px) {
  #ath_icon_natami01::before {
    top: -360px;
    left: -110px;
  }
  #ath_icon_natami02::before {
    top: 350px;
    left: 320px;
  }
  #ath_icon_natami03::before {
    top: -400px;
    left: -100px;
  }
  #ath_icon_natami03::after {
    top: -660px;
    left: -510px;
  }
  #ath_icon_natami04::before {
    bottom: 410px;
    right: -315px;
  }
}
/* 選手ページ飾り屶網 スマホでの位置ここまで */
/* 選手ページ飾り古賀 */
#ath_icon_koga01 {
  position: relative;
}
#ath_icon_koga01::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -290px;
  background: url("../../member/img/koy_2.png");
  width: 264px;
  height: 305px;
  z-index: 2;
  animation: rotate-anime 40s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_koga02 {
  position: relative;
}
#ath_icon_koga02::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 900px;
  background: url("../../member/img/koy_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 60s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_koga03 {
  position: relative;
}
#ath_icon_koga03::before {
  content: "";
  position: absolute;
  top: -400px;
  left: -170px;
  background: url("../../member/img/koy_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_koga03::after {
  content: "";
  position: absolute;
  top: -370px;
  left: -530px;
  background: url("../../member/img/koy_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 80s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_koga04 {
  position: relative;
}
#ath_icon_koga04::before {
  content: "";
  position: absolute;
  bottom: 380px;
  right: -95px;
  background: url("../../member/img/koy_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 50s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 選手ページ飾り古賀 スマホでの位置 */
@media all and (max-width: 767px) {
  #ath_icon_koga01::before {
    top: -360px;
    left: -110px;
  }
  #ath_icon_koga02::before {
    top: 350px;
    left: 320px;
  }
  #ath_icon_koga03::before {
    top: -400px;
    left: -100px;
  }
  #ath_icon_koga03::after {
    top: -660px;
    left: -510px;
  }
  #ath_icon_koga04::before {
    bottom: 410px;
    right: -315px;
  }
}
/* 選手ページ飾り古賀 スマホでの位置ここまで */
/* 選手ページ飾り梶原 */
#ath_icon_kajiwara01 {
  position: relative;
}
#ath_icon_kajiwara01::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -290px;
  background: url("../../member/img/kay_2.png");
  width: 264px;
  height: 305px;
  z-index: 2;
  animation: rotate-anime 40s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_kajiwara02 {
  position: relative;
}
#ath_icon_kajiwara02::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 900px;
  background: url("../../member/img/kay_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 60s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_kajiwara03 {
  position: relative;
}
#ath_icon_kajiwara03::before {
  content: "";
  position: absolute;
  top: -400px;
  left: -170px;
  background: url("../../member/img/kay_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_kajiwara03::after {
  content: "";
  position: absolute;
  top: -370px;
  left: -530px;
  background: url("../../member/img/kay_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 80s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_kajiwara04 {
  position: relative;
}
#ath_icon_kajiwara04::before {
  content: "";
  position: absolute;
  bottom: 480px;
  right: -95px;
  background: url("../../member/img/kay_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 50s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 選手ページ飾り梶原 スマホでの位置 */
@media all and (max-width: 767px) {
  #ath_icon_kajiwara01::before {
    top: -360px;
    left: -110px;
  }
  #ath_icon_kajiwara02::before {
    top: 350px;
    left: 320px;
  }
  #ath_icon_kajiwara03::before {
    top: -400px;
    left: -100px;
  }
  #ath_icon_kajiwara03::after {
    top: -660px;
    left: -510px;
  }
  #ath_icon_kajiwara04::before {
    bottom: 410px;
    right: -315px;
  }
}
/* 選手ページ飾り梶原 スマホでの位置ここまで */
/* 選手ページ飾り渡邉 */
#ath_icon_watanabe01 {
  position: relative;
}
#ath_icon_watanabe01::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -290px;
  background: url("../../member/img/wm_2.png");
  width: 264px;
  height: 305px;
  z-index: 2;
  animation: rotate-anime 40s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_watanabe02 {
  position: relative;
}
#ath_icon_watanabe02::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 900px;
  background: url("../../member/img/wm_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 60s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_watanabe03 {
  position: relative;
}
#ath_icon_watanabe03::before {
  content: "";
  position: absolute;
  top: -400px;
  left: -170px;
  background: url("../../member/img/wm_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_watanabe03::after {
  content: "";
  position: absolute;
  top: -370px;
  left: -530px;
  background: url("../../member/img/wm_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 80s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_watanabe04 {
  position: relative;
}
#ath_icon_watanabe04::before {
  content: "";
  position: absolute;
  bottom: 480px;
  right: -95px;
  background: url("../../member/img/wm_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 50s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 選手ページ飾り渡邉 スマホでの位置 */
@media all and (max-width: 767px) {
  #ath_icon_watanabe01::before {
    top: -360px;
    left: -110px;
  }
  #ath_icon_watanabe02::before {
    top: 350px;
    left: 320px;
  }
  #ath_icon_watanabe03::before {
    top: -400px;
    left: -100px;
  }
  #ath_icon_watanabe03::after {
    top: -660px;
    left: -510px;
  }
  #ath_icon_watanabe04::before {
    bottom: 410px;
    right: -315px;
  }
}
/* 選手ページ飾り渡邉 スマホでの位置ここまで */
/* 選手ページ飾り竹澤 */
#ath_icon_takezawa01 {
  position: relative;
}
#ath_icon_takezawa01::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -290px;
  background: url("../../member/img/ts_2.png");
  width: 264px;
  height: 305px;
  z-index: 2;
  animation: rotate-anime 40s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_takezawa02 {
  position: relative;
}
#ath_icon_takezawa02::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 900px;
  background: url("../../member/img/ts_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 60s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_takezawa03 {
  position: relative;
}
#ath_icon_takezawa03::before {
  content: "";
  position: absolute;
  top: -400px;
  left: -170px;
  background: url("../../member/img/ts_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_takezawa03::after {
  content: "";
  position: absolute;
  top: -370px;
  left: -530px;
  background: url("../../member/img/ts_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 80s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_takezawa04 {
  position: relative;
}
#ath_icon_takezawa04::before {
  content: "";
  position: absolute;
  bottom: 480px;
  right: -95px;
  background: url("../../member/img/ts_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 50s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 選手ページ飾り竹澤 スマホでの位置 */
@media all and (max-width: 767px) {
  #ath_icon_takezawa01::before {
    top: -360px;
    left: -110px;
  }
  #ath_icon_takezawa02::before {
    top: 350px;
    left: 320px;
  }
  #ath_icon_takezawa03::before {
    top: -400px;
    left: -100px;
  }
  #ath_icon_takezawa03::after {
    top: -660px;
    left: -510px;
  }
  #ath_icon_takezawa04::before {
    bottom: 410px;
    right: -315px;
  }
}
/* 選手ページ飾り竹澤 スマホでの位置ここまで */
/* 選手ページ飾り永野元 */
#ath_icon_enomoto01 {
  position: relative;
}
#ath_icon_enomoto01::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -290px;
  background: url("../../member/img/ey_2.png");
  width: 264px;
  height: 305px;
  z-index: 2;
  animation: rotate-anime 40s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_enomoto02 {
  position: relative;
}
#ath_icon_enomoto02::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 900px;
  background: url("../../member/img/ey_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 60s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_enomoto03 {
  position: relative;
}
#ath_icon_enomoto03::before {
  content: "";
  position: absolute;
  top: -400px;
  left: -170px;
  background: url("../../member/img/ey_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_enomoto03::after {
  content: "";
  position: absolute;
  top: -370px;
  left: -530px;
  background: url("../../member/img/ey_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 80s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_enomoto04 {
  position: relative;
}
#ath_icon_enomoto04::before {
  content: "";
  position: absolute;
  bottom: 480px;
  right: -95px;
  background: url("../../member/img/ey_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 50s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 選手ページ飾り永野元 スマホでの位置 */
@media all and (max-width: 767px) {
  #ath_icon_enomoto01::before {
    top: -360px;
    left: -110px;
  }
  #ath_icon_enomoto02::before {
    top: 350px;
    left: 320px;
  }
  #ath_icon_enomoto03::before {
    top: -400px;
    left: -100px;
  }
  #ath_icon_enomoto03::after {
    top: -660px;
    left: -510px;
  }
  #ath_icon_enomoto04::before {
    bottom: 410px;
    right: -315px;
  }
}
/* 選手ページ飾り　永野元 スマホでの位置ここまで */
/* 選手ページ飾り　引退選手 */
#ath_icon_retire01 {
  position: relative;
}
#ath_icon_retire01::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -290px;
  background: url("../../member/img/retire_2.png");
  width: 264px;
  height: 305px;
  z-index: 2;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_retire02 {
  position: relative;
}
#ath_icon_retire02::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 900px;
  background: url("../../member/img/retire_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 40s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_retire03 {
  position: relative;
}
#ath_icon_retire03::before {
  content: "";
  position: absolute;
  top: -400px;
  left: -170px;
  background: url("../../member/img/retire_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_retire03::after {
  content: "";
  position: absolute;
  top: -370px;
  left: -530px;
  background: url("../../member/img/retire_1.png");
  width: 497px;
  height: 574px;
  z-index: 1;
  animation: rotate-anime 70s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ath_icon_retire04 {
  position: relative;
}
#ath_icon_retire04::before {
  content: "";
  position: absolute;
  bottom: 480px;
  right: -95px;
  background: url("../../member/img/retire_2.png");
  width: 264px;
  height: 305px;
  z-index: 1;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 選手ページ飾り永野元 スマホでの位置 */
@media all and (max-width: 767px) {
  #ath_icon_retire01::before {
    top: -360px;
    left: -110px;
  }
  #ath_icon_retire02::before {
    top: 350px;
    left: 320px;
  }
  #ath_icon_retire03::before {
    top: -400px;
    left: -100px;
  }
  #ath_icon_retire03::after {
    top: -660px;
    left: -510px;
  }
  #ath_icon_retire04::before {
    bottom: 410px;
    right: -315px;
  }
}
/* 選手ページ飾り永野元 スマホでの位置ここまで */