@charset "utf-8";
/* initialize */
.u-pc-mt-40 { margin-top: 40px;}
.u-pc-pt-40 { padding-top: 40px !important;}
.u-pc-pb-40 { padding-bottom: 40px !important;}
.text-end { font-size: 34px !important;}
.text-end-colored { font-size: 34px !important; color: #00999b;}

#str-contents {
  padding: 0;
}
#str-contents h1:not([class]) {
  border: none;
}
#contents-area, #contents-body {
  width: 100% !important;
}
#contents-body p {
  text-align: center;
}
#contents-body p, #contents-body li {
  font-size: 18px;
}
.u-pc-d-n {
  display: none;
}
/* text */
#str-contents p {
  margin: 0;
  font-size: 15px;
}
.title-lv2 {
  margin-bottom: 26px;
  font-size: 34px;
  font-weight: bold;
}
.text-bold {
  font-weight: bold;
}
.text-emphasis {
  font-size: 32px !important;
  font-weight: bold;
  color: #00999b;
}
.text-s-emphasis {
  font-size: 19px !important;
  font-weight: bold;
  color: #00999b;
}
.campaign-end-text {
  margin-top: 40px;
  font-size: 34px !important;
  font-weight: bold;
}
/* section */
.section-container {
  padding: 70px 0;
  text-align: center;
}
.section-container[data-section-theme='white01'] {
  background-color: #fff;
}
.section-container[data-section-theme='gray01'] {
  background-color: #f8f8f8;
}
.section-container[data-section-theme='gray02'] {
  background-color: #eee;
}
/* keyvisual-full-image */
.keyvisual-full {
  position: relative;
  overflow: hidden;
}
.keyvisual-full_image {
  position: relative;
  left: 50%;
  width: 2000px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* box-type01 */
.box-type01 {
  background: #fff;
  margin: 0 auto;
  padding: 31px 0;
  max-width: 950px;
}
/* image-type01 */
.image-type01 {
  margin-top: 10px;
}
.image-type01 + p {
  margin-top: 21px !important;
}
/* list-type01 */
.list-type01 {
  list-style-type: lower-alpha;
  max-width: 950px;
  margin: 0 auto;
  padding-left: 25px;
}
.list-type01 li {
  text-align: left;
}