@charset "utf-8";

.u-pc-mt-40 { margin-top: 40px;}
.text-end { font-size: 34px !important;}

/* initialize */
#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%);
}
/* tab-type01-menu */
.tab-type01 {
  margin-top: 40px;
}
.tab-type01-menu {
  position: relative;
  border-bottom: solid 4px #0f82b8;
}
.tab-type01-menu_list {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tab-type01-menu_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  box-sizing: border-box;
}
.tab-type01-menu_list li:first-child {
  margin-left: 15px;
}
.tab-type01-menu_list li:not(:first-child) {
  margin-left: 5px;
}
.tab-type01-menu_list li:last-child {
  margin-right: 15px;
}
.tab-type01-menu_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: #cfd0d1;
  color: #333;
  opacity: 0.4;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.5;
}
.tab-type01-menu_list .active .tab-type01-menu_item {
  background: #0b5bce;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b5bce), to(#0f82b8));
  background: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
  color: #fff;
  opacity: 1;
}
.tab-type01-detail {
  display: none
}
.tab-type01-detail.active {
  display: block;
}
/* 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;
}