@charset "utf-8";
@import url("/commons/css/reset.css");
@import url("/commons/css/ver2/base.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
html {
  font-size: 62.5%;
}
body {
  font-size: 1.0rem;
  font-family: 'Noto Sans JP', sans-serif;
  -ms-font-feature-settings: "normal";
  font-weight: 350;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  color: #333333;
  line-height: 1.4;
  background-color: #def1f9;
}
.shippori {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
}
#contents {
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
#main {
  position: relative;
  background-color: #ffffff;
}
#main a {
  color: #333333;
}
#main a:hover {
  text-decoration: none;
}
/* footer */
footer .copyright {
  color: #000000;
  line-height: 1;
}
img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.r_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/*commonclass*/
.float:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.float {
  display: inline-block;
  min-height: 1%; /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .box {
  height: 1%;
}
/* End hide from IE-mac */
.float {
  display: block;
}
.clear {
  clear: both;
}
/*commonclass*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.textRight {
  text-align: right;
}
@media print, screen and (min-width: 751px) {
  .pcOnly {
    display: inherit !important;
  }
  .spOnly {
    display: none !important;
  }
  #stage {
    font-size: 1.4rem;
  }
  #contents {
    width: 1080px;
    padding: 20px 20px 30px;
  }
  #main {
    padding: 65px 27px 60px 27px;
  }
  /* footer */
  footer {
    margin-top: 75px;
  }
  footer .logo {
    width: 600px;
    margin: 0 auto;
  }
  footer .copyright {
    margin-top: 50px;
    text-align: center;
    font-size: 1.2rem;
  }
  .row_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row_pc.r_right_pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .row_pc.between_pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row_pc.center_pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row_pc.end_pc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  /*commonclass*/
  .float_pc:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
  }
  .float_pc {
    display: inline-block;
    min-height: 1%; /* for IE 7*/
  }
  /* Hides from IE-mac \*/
  * html .float_pc {
    height: 1%;
  }
  /* End hide from IE-mac */
  .float_pc {
    display: block;
  }
  .clear_pc {
    clear: both;
  }
  /*commonclass*/
  .clearfix_pc:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
  }
  .clearfix_pc {
    display: inline-block;
    min-height: 1%; /* for IE 7*/
  }
  /* Hides from IE-mac \*/
  * html .clearfix_pc {
    height: 1%;
  }
  .clearfix_pc {
    display: block;
  }
}
@media (max-width: 750.99px) {
  #stage {
    font-size: calc(12 / 375 * 100vw);
  }
  #contents {
    padding: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  #main {
    padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw) calc(55 / 375 * 100vw);
  }
  /* footer */
  footer {
    margin-top: calc(10 / 375 * 100vw);
  }
  footer .logo {
    width: calc(330 / 375 * 100vw);
    margin: 0 auto;
  }
  footer .copyright {
    margin-top: calc(30 / 375 * 100vw);
    text-align: center;
    font-size: calc(10 / 375 * 100vw);
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: inherit !important;
  }
  #stage {
    font-size: 1.2rem;
  }
  .row_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row_sp.r_right_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .row_sp.between_sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row_sp.center_sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row_sp.end_sp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  /*commonclass*/
  .float_sp:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
  }
  .float_sp {
    display: inline-block;
    min-height: 1%; /* for IE 7*/
  }
  /* Hides from IE-mac \*/
  * html .float_sp {
    height: 1%;
  }
  /* End hide from IE-mac */
  .float_sp {
    display: block;
  }
  .clear_sp {
    clear: both;
  }
  /*commonclass*/
  .clearfix_sp:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
  }
  .clearfix_sp {
    display: inline-block;
    min-height: 1%; /* for IE 7*/
  }
  /* Hides from IE-mac \*/
  * html .clearfix_sp {
    height: 1%;
  }
  .clearfix_sp {
    display: block;
  }
  /* 共通 */
  .box, .box_sp {
    margin-top: 15px;
    margin-top: 4vw;
  }
  .mt10, .mt10_sp {
    margin-top: 2.66vw;
  }
  .mt15, .mt15_sp {
    margin-top: 4vw;
  }
  .mt20, .mt20_sp {
    margin-top: 5.33vw;
  }
  .mt25, .mt25_sp {
    margin-top: 6.66vw;
  }
  .mt30, .mt30_sp {
    margin-top: 8vw;
  }
  .mt35, .mt35_sp {
    margin-top: 9.33vw;
  }
  .mt40, .mt40_sp {
    margin-top: 10.66vw;
  }
  .mt45, .mt45_sp {
    margin-top: 12vw;
  }
  .mt50, .mt50_sp {
    margin-top: 13.33vw;
  }
  .mt55, .mt55_sp {
    margin-top: 14.66vw;
  }
  .mt60, .mt60_sp {
    margin-top: 16vw;
  }
  .list li, list_pc li {
    padding-left: 1em;
    text-indent: -1em;
  }
}