@charset "UTF-8";
#main {
  width: auto;
  padding: 0;
}

.l-wrapper {
  padding-bottom: 64px;
  background-color: #f3f3f3;
  line-height: 1.75;
  font-size: 16px;
}

@media (min-width: 768px) {
  .l-wrapper {
    padding-bottom: 80px;
  }
}

.l-wrapper * {
  box-sizing: border-box;
  font: inherit;
}

.l-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-content {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .l-content {
    margin: 0 15px;
    padding: 24px 15px 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
}

@media (min-width: 768px) {
  .l-content {
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 80px 64px;
  }
  .l-wrapper .l-content {
    max-width: none !important;
  }
}

.l-layout {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .l-layout {
    display: grid;
    display: -ms-grid;
    grid-gap: 0 32px;
    gap: 0 32px;
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: 734px 32px 300px;
    grid-template: "main login" auto "main side"  1fr / 734px 300px;
    padding: 32px 32px 64px;
  }
  .l-wrapper .l-layout {
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  .l-layout__login {
    margin: 0 15px 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 768px) {
  .l-layout__login {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: login;
  }
}

@media (max-width: 767px) {
  .l-layout__main {
    margin: 0 15px 32px;
    padding: 24px 15px 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
}

@media (min-width: 768px) {
  .l-layout__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 2;
    width: 734px;
    grid-area: main;
  }
}

.l-layout__main > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .l-layout__side {
    margin: 0 15px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 768px) {
  .l-layout__side {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    width: 300px;
    grid-area: side;
  }
}

.l-layout > :last-child {
  margin-bottom: 0;
}

.l-login {
  box-sizing: border-box;
  line-height: 1.625;
}

.l-login__inner {
  margin: 0 auto;
  background-color: #ffffff;
}

.l-login__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 15px;
  background-color: #00aaeb;
  color: #fff;
}

.l-login__ttl {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
}

.l-login__checkbox {
  margin-bottom: 15px;
}

.l-login__checkbox input[type='checkbox'] {
  display: none;
}

.l-login__checkbox .label-check {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  line-height: 1.75;
  font-size: 14px;
  cursor: pointer;
}

.l-login__checkbox .label-check::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: calc((1.75em - 20px)/2 + 2px);
  left: 6px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #4392da;
  border-bottom: 2px solid #4392da;
  opacity: 0;
  transform: rotate(45deg);
}

.l-login__checkbox .label-check::after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: '';
  top: calc((1.75em - 20px)/2);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d7dce2;
  border-radius: 3px;
  background: #f3f3f3;
}

.l-login__checkbox input:checked + .label-check::before {
  opacity: 1;
}

.l-login__cont {
  padding: 15px 15px 32px;
}

.l-login__lead {
  margin-bottom: 16px;
}

.l-login__lead p {
  font-size: 14px;
}

.l-login__lead p:not(:last-child) {
  margin-bottom: 1em;
}

.l-login__primary {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.l-login__list01 {
  margin: 0 0 15px;
}

.l-login__list01 li:not(:last-child) {
  margin: 0 0 10px;
}

.l-login__list01 input[type='text'],
.l-login__list01 input[type='password'] {
  box-sizing: border-box;
  width: 100%;
  height: 50px !important;
  margin: 0;
  padding: 0 15px !important;
  border: 1px solid #d7dce2 !important;
  border-radius: 3px;
  background: #f3f3f3;
  line-height: normal !important;
  font-size: 16px;
}

.l-login__list01 input[type='text']:focus,
.l-login__list01 input[type='password']:focus {
  background-color: #f3f3f3 !important;
  background-image: none !important;
}

.l-login__list01 input[type='text']::-webkit-input-placeholder, .l-login__list01 input[type='password']::-webkit-input-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']::-moz-placeholder, .l-login__list01 input[type='password']::-moz-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']:-ms-input-placeholder, .l-login__list01 input[type='password']:-ms-input-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']::-ms-input-placeholder, .l-login__list01 input[type='password']::-ms-input-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']::placeholder,
.l-login__list01 input[type='password']::placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__btn {
  text-align: center;
}

.l-login__btn .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 20px 0 8px !important;
  border-radius: 0px;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  transition: 200ms;
  cursor: pointer;
}

.l-login__btn .btn::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-login__btn .btn.btn-01 {
  color: #006bcd;
}

.l-login__btn .btn.btn-01::before {
  background-image: url(/conts/2022/images/icon_login_btn01.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn.btn-02 {
  background-color: #f57c31;
  color: #fff;
}

.l-login__btn .btn.btn-02::before {
  background-image: url(/conts/2022/images/icon_login_btn02.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn:hover.btn-01 {
  opacity: .8 !important;
}

.l-login__btn .btn:hover.btn-02 {
  opacity: .9 !important;
}

.l-login__secondary > :not(:last-child) {
  margin-bottom: 16px;
}

.l-login__list02 > li:not(:last-child) {
  margin-bottom: 10px;
}

.l-login__list02 > li a {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.l-login__list02 > li a::before, .l-login__list02 > li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 9px;
  height: 1px;
  background: #00aaeb;
}

.l-login__list02 > li a::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

.l-login__list02 > li a::after {
  top: calc(50% + 3px);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .l-content > .l-login,
  .l-layout__main > .l-login {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .l-content > .l-login:first-child,
  .l-layout__main > .l-login:first-child {
    margin-top: -16px;
  }
}

@media (min-width: 768px) {
  .l-login.l-login--side {
    margin-bottom: 32px;
    padding: 0;
  }
  .l-login.l-login--side .l-login__cont {
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .l-login:not(.l-login--side) {
    margin-bottom: 32px;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .l-login:not(.l-login--side) .l-login__head {
    padding: 0 80px;
  }
  .l-login:not(.l-login--side) .l-login__ttl::before {
    margin-right: 12px;
  }
  .l-login:not(.l-login--side) .l-login__cont {
    padding: 16px 80px 32px;
  }
  .l-login:not(.l-login--side) .l-login__primary {
    display: flex;
    align-items: flex-end;
  }
  .l-login:not(.l-login--side) .l-login__primary .l-login__btnWrap {
    width: 268px;
    margin-bottom: 1px;
  }
  .l-login:not(.l-login--side) .l-login__list01 {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .l-login:not(.l-login--side) .l-login__list01 li {
    flex: 0 0 340px;
  }
  .l-login:not(.l-login--side) .l-login__list01 li:not(:last-child) {
    margin: 0 8px 0 0;
  }
  .l-login:not(.l-login--side) .l-login__btn .btn {
    max-width: 268px;
  }
  .l-login:not(.l-login--side) .l-login__secondary > :not(:last-child) {
    margin-bottom: 24px;
  }
  .l-login:not(.l-login--side) .l-login__list02 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-login:not(.l-login--side) .l-login__list02 > li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .l-content > .l-login:not(.l-login--side) {
    margin-left: -32px;
    margin-right: -32px;
  }
  .l-content > .l-login:not(.l-login--side):first-child {
    margin-top: -32px;
  }
  .l-login.l-login--main {
    margin-bottom: 32px;
    padding: 0;
  }
  .l-login.l-login--main .l-login__head {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-login.l-login--main .l-login__cont {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .l-login.l-login--main .l-login__primary .l-login__btnWrap {
    width: 186px;
  }
  .l-login.l-login--main .l-login__list01 li {
    flex: 0 0 250px;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?f7hrz1");
  src: url("fonts/icomoon.eot?f7hrz1#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?f7hrz1") format("truetype"), url("fonts/icomoon.woff?f7hrz1") format("woff"), url("fonts/icomoon.svg?f7hrz1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arw-bottom:before {
  content: "\e900";
  color: #00aaeb;
}

.icon-arw-left:before {
  content: "\e901";
  color: #00aaeb;
}

.icon-arw-right:before {
  content: "\e902";
  color: #00aaeb;
}

.icon-arw-top:before {
  content: "\e903";
  color: #00aaeb;
}

.icon-chevron-thin-down:before {
  content: "\e908";
}

.icon-chevron-thin-left:before {
  content: "\e909";
}

.icon-chevron-thin-right:before {
  content: "\e90a";
}

.icon-chevron-thin-up:before {
  content: "\e90b";
}

.c-side-category-nav {
  margin-bottom: 32px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .c-side-category-nav {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

.c-side-category-nav__head__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #E6E6E6;
  color: #000;
  font-weight: bold;
}

.c-side-category-nav__cont {
  padding: 15px;
  border: 1px solid #E6E6E6;
  border-top: none;
  background-color: #f9f8f6;
}

.c-side-category-nav__list .__item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.c-side-category-nav__list .__item a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 54px;
  padding: 6px 0 6px 25px;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
  transition: 200ms;
}

_:-ms-input-placeholder, :root .c-side-category-nav__list .__item a {
  height: 54px;
}

.c-side-category-nav__list .__item a::before, .c-side-category-nav__list .__item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 9px;
  height: 1px;
  background: #00aaeb;
}

.c-side-category-nav__list .__item a::before {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}

.c-side-category-nav__list .__item a::after {
  top: calc(50% + 2px);
  transform: rotate(-45deg);
}

.c-side-conts-nav {
  font-size: 16px;
}

@media (max-width: 767px) {
  .c-side-conts-nav {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

.c-side-conts-nav__head__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #E6E6E6;
  color: #000;
  font-weight: bold;
}

.c-side-conts-nav__cont {
  padding: 0 15px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #ffffff;
}

.c-side-conts-nav__list:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.c-side-conts-nav__list__ttl {
  position: relative;
}

.c-side-conts-nav__list__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  margin: auto;
  background-color: #00ABEB;
}

.c-side-conts-nav__list__ttl a {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  padding-left: 5px;
  padding-right: 46px;
  color: #000;
  text-decoration: none;
  transition: 200ms;
}

.c-side-conts-nav__list__ttl a .__ico {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-image: url(/conts/2022/images/icon_sideNav01.png);
  background-repeat: no-repeat;
  background-size: 150px 30px;
}

.c-side-conts-nav__list__ttl a .__ico--1 {
  background-position: 0px 0;
}

.c-side-conts-nav__list__ttl a .__ico--2 {
  background-position: -30px 0;
}

.c-side-conts-nav__list__ttl a .__ico--3 {
  background-position: -60px 0;
}

.c-side-conts-nav__list__ttl a .__ico--4 {
  background-position: -90px 0;
}

.c-side-conts-nav__list__ttl a .__ico--5 {
  background-position: -120px 0;
}

.c-side-conts-nav__list__ttl a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 15px;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
}

.c-side-conts-nav__list__ttl a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1px;
  height: 0px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  transition: 200ms;
}

.c-side-conts-nav__list__ttl a:hover {
  opacity: 0.8;
}

.c-side-conts-nav__list__body {
  padding: 8px 24px 16px;
}

.c-side-conts-nav__list__body .__item a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 0 8px 15px;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
  transition: 200ms;
}

.c-side-conts-nav__list__body .__item a::before, .c-side-conts-nav__list__body .__item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 9px;
  height: 1px;
  background-color: #00abeb;
}

.c-side-conts-nav__list__body .__item a::before {
  top: 14px;
  transform: rotate(45deg);
}

.c-side-conts-nav__list__body .__item a::after {
  top: 20px;
  transform: rotate(-45deg);
}

.c-side-conts-nav__list:not(.is-open) .c-side-conts-nav__list__ttl a::after {
  height: 15px;
}

.l-hero {
  overflow: hidden;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .l-hero {
    margin-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .l-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1130px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .l-hero__ttl {
    flex: 0 0 auto;
    margin-left: calc((-1440px + 1130px) / 2);
    margin-right: calc((-1440px + 1130px) / 2);
  }
}

.l-hero__upper {
  background-image: url(../images/mv_pattern01.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.l-hero__lower {
  background-color: #00aaff;
  color: #ffffff;
}

.l-hero__lower .l-hero__inner {
  justify-content: flex-start;
  padding: 10px;
}

.l-hero__lower .l-hero__inner p {
  font-size: 10px;
}

.c-hdg02 {
  margin-bottom: 32px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 768px) {
  .c-hdg02 {
    font-size: 28px;
  }
}

.c-hdg03 {
  position: relative;
  margin-bottom: 24px;
  padding-left: 15px;
  line-height: 1.5;
  font-size: 21px;
  font-weight: normal;
}

.c-hdg03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 1.5em;
  background-color: #00abeb;
}

.c-hdg04 {
  position: relative;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}

.c-carouselList {
  position: relative;
}

@media (max-width: 767px) {
  .c-carouselList {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-carouselList:not(:last-child) {
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .c-carouselList__container {
    width: 660px;
    margin: 0 auto;
  }
}

.c-carouselList__slide {
  width: 200px;
}

.c-carouselList__slide > a {
  text-decoration: none;
  transition: color 200ms;
}

.c-carouselList__slide > a > :last-child {
  margin-bottom: 0;
}

.c-carouselList__slide > a:hover .c-carouselList__slide__pic {
  opacity: .8;
}

.c-carouselList__slide__pic {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  transition: opacity 200ms;
}

.c-carouselList__slide__txt {
  display: block;
  line-height: 1.5;
  font-size: 14px;
}

@media (max-width: 767px) {
  .c-carouselList.is-no-swipe .c-carouselList__wrapper {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .c-carouselList.is-no-swipe .c-carouselList__slide {
    margin-right: 30px;
  }
}

.c-carouselList.is-no-swipe .c-carouselList__controller {
  visibility: hidden;
  pointer-events: none;
}

.c-carouselList .swiper-pagination-bullets {
  position: relative;
  bottom: auto;
  margin-top: 20px;
  text-align: center;
}

.c-carouselList .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 10px !important;
  opacity: 1;
  background-color: #e6e6e6;
}

.c-carouselList .swiper-pagination-bullet-active {
  background-color: #00abeb;
}

@media (max-width: 767px) {
  .c-carouselList .swiper-button-next, .c-carouselList .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-carouselList .swiper-button-next, .c-carouselList .swiper-button-prev {
    display: block;
    position: absolute;
    top: 47px;
    width: 37px;
    height: 56px;
    margin: 0;
    transition: opacity 200ms;
    cursor: pointer;
  }
}

.c-carouselList .swiper-button-next:hover, .c-carouselList .swiper-button-prev:hover {
  opacity: 0.7;
}

.c-carouselList .swiper-button-next::before, .c-carouselList .swiper-button-prev::before {
  line-height: 56px;
  color: #CCC;
  font-size: 37px;
}

.c-carouselList .swiper-button-next:after, .c-carouselList .swiper-button-prev:after {
  display: none;
}

@media (min-width: 768px) {
  .c-carouselList .swiper-button-prev {
    left: 0;
  }
}

@media (min-width: 768px) {
  .c-carouselList .swiper-button-next {
    right: 0;
  }
}

.c-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 48px;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: none;
  font: inherit;
  font-size: 14px;
  letter-spacing: normal;
  text-decoration: none !important;
  transition: background-color 200ms, color 200ms, opacity 200ms;
  cursor: pointer;
}

.c-btn > span {
  line-height: 1.375;
}

.c-btn.s0 {
  min-width: 230px;
}

.c-btn.s100 {
  width: 100%;
}

.c-btn.s1 {
  width: 200px;
}

.c-btn.c1 {
  background-color: #fff;
  color: #006bcd;
}

.c-btn.c1:hover, .c-btn.c1:focus, .c-btn.c1:active {
  color: #349eff;
}

.c-btn.c2 {
  background-color: #f57c31;
  color: #fff;
}

.c-btn.c2:hover, .c-btn.c2:focus, .c-btn.c2:active {
  background-color: #f79b62;
}

.c-btn.c3 {
  background-color: #006bcd;
  color: #fff;
}

.c-btn.c3:hover, .c-btn.c3:focus, .c-btn.c3:active {
  background-color: #0186ff;
}

.c-btn.c4 {
  background-color: #00abeb;
  color: #fff;
}

.c-btn.c4:hover, .c-btn.c4:focus, .c-btn.c4:active {
  background-color: #48c3f1;
}

.c-btn.done {
  background-color: #ffffff !important;
  color: #9a9a9a !important;
}

.c-btn.disabled, .c-btn:disabled {
  pointer-events: none;
  background-color: #b2b2b2 !important;
  color: #fff !important;
}

.c-btn.i1::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -12px;
  margin-right: 10px;
  background-image: url(../images/ico_search01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.l-container {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .l-container {
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
}

/* 
--------------------------------------------- */
.l-page-nav__inner {
  display: flex;
}

@media (min-width: 768px) {
  .l-page-nav__inner {
    width: 1130px;
    margin: 0 auto;
  }
}

.l-page-nav__item {
  flex: 1 1 100%;
  position: relative;
  background-color: #ffffff;
}

.l-page-nav__item:nth-child(n+2) {
  border-left: 1px solid #E6E6E6;
}

@media (max-width: 767px) {
  .l-page-nav__item.cat3 {
    display: none;
  }
}

.l-page-nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  padding-top: 4px;
  line-height: 1.5;
  color: #B2B2B2;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: color 200ms;
}

.l-page-nav__item a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}

.l-page-nav__item a:hover {
  color: #000000;
}

.l-container.cat1 .l-page-nav .l-page-nav__item.cat1 a {
  color: inherit;
}

.l-container.cat1 .l-page-nav .l-page-nav__item.cat1 a::before {
  border-bottom-color: #00aaeb;
}

.l-container.cat2 .l-page-nav .l-page-nav__item.cat2 a {
  color: inherit;
}

.l-container.cat2 .l-page-nav .l-page-nav__item.cat2 a::before {
  border-bottom-color: #00aaeb;
}

/* 
--------------------------------------------- */
@media (max-width: 767px) {
  .l-info {
    margin: 0 15px;
    padding: 32px 15px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
}

@media (min-width: 768px) {
  .l-info {
    padding: 64px 32px 32px;
  }
}

.l-info > :not(:last-child) {
  margin-bottom: 32px;
}

.l-info__important {
  color: #ff0000;
}

.l-info__important .l-info__list {
  text-decoration: underline;
}

.l-info__list:not(:last-child) {
  margin-bottom: 1em;
}

.l-info__list > li {
  position: relative;
}

.l-info__list > li:nth-child(n+2) {
  margin-top: 1em;
}

/* 
--------------------------------------------- */
.p-recommend__ttl {
  padding: 11px 15px;
  background-color: #d2effa;
  color: #00aaeb;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-recommend__ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cat2 .p-recommend__ttl {
  background-color: #E8F7BA;
  color: #88B339;
}

.p-recommend__cont {
  position: relative;
}

@media (max-width: 767px) {
  .p-recommend__slider {
    position: relative;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .p-recommend__slider {
    margin: 0 54px 20px;
  }
}

@media (max-width: 767px) {
  .p-recommend__slider__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}

.p-recommend__slider__item {
  width: 120px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-recommend__slider__item {
    width: auto;
  }
}

.p-recommend__pic {
  margin-bottom: 10px;
}

.p-recommend__control {
  padding: 0 10px;
  text-align: right;
}

@media (min-width: 768px) {
  .p-recommend__control {
    padding: 0 24px;
  }
}

.p-recommend__control .__counter {
  margin-top: -5px;
  font-size: 16px;
  font-weight: bold;
}

.p-recommend__control .__counter em {
  color: #00aaeb;
  font-size: 28px;
}

.cat2 .p-recommend__control .__counter em {
  color: #88B339;
}

.p-recommend__control .__link a {
  display: inline-block;
  text-decoration: none !important;
}

.p-recommend__control .__link a::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  margin-left: 7px;
  border-width: 5px 0px 5px 5px;
  border-left-color: #00aaeb;
}

/* 
--------------------------------------------- */
.p-sort {
  margin-bottom: 30px;
}

.p-sort__cancel {
  margin-top: 32px;
  text-align: center;
}

.p-sort__head {
  padding: .75em 15px;
  background-color: #009ddc;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.p-sort__head .icon-loupe {
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
  transform: translateY(2px);
}

.cat2 .p-sort__head {
  background-color: #88B339;
}

.p-sort__ttl {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
}

.p-sort__ttl .icon-loupe {
  display: inline-block;
  margin-right: 10px;
  color: #00aaeb;
  font-size: 20px;
  transform: translateY(2px);
}

.cat2 .p-sort__ttl .icon-loupe {
  color: #88B339;
}

.p-sort__lead {
  margin-bottom: 1em;
}

.searchSelectBoxInner {
  border: none !important;
  text-align: center;
}

@media (min-width: 768px) {
  .searchSelectBoxInner {
    display: flex;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .searchSelectBoxInner button {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .searchSelectBoxInner button {
    flex: 0 0 auto;
    width: 200px;
  }
}

.searchSelectBoxInner input[type="text"] {
  border: 1px solid #d7dce2 !important;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 9px 15px !important;
  width: 100%;
  height: auto;
  background: #f3f3f3;
  font-size: 16px;
}

@media (min-width: 768px) {
  .searchSelectBoxInner input[type="text"] {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}

.p-sort__acc:not(.is-open) .p-sort__accBtn i::after {
  height: 15px;
}

.p-sort__accBtn {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.p-sort__accBtn i {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  margin: auto;
  background-color: #00ABEB;
}

.p-sort__accBtn i::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 15px;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
}

.p-sort__accBtn i::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1px;
  height: 0px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  transition: 200ms;
}

.p-sort__accCont {
  display: none;
}

.p-sort__accCont__inner {
  padding-top: 24px;
}

.p-sort__sector {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D7DCE3;
}

.p-sort__sector:first-of-type {
  padding-top: 0;
}

.p-sort__sector__submit {
  margin-top: 17px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-sort__sector__submit button {
    width: 100% !important;
  }
}

.p-sort__list {
  margin: 10px 0 -10px;
}

@media (min-width: 768px) {
  .p-sort__list {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

.p-sort__list > li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .p-sort__list > li {
    width: calc(100% / 3);
  }
}

_:-ms-input-placeholder, :root .p-sort__list > li:nth-child(3) {
  width: calc((100% / 3) - 1px);
}

/* 
--------------------------------------------- */
label.checkUnit {
  margin-bottom: 15px;
}

label.checkUnit input[type='checkbox'] {
  display: none;
}

label.checkUnit span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  line-height: 1.75;
  font-size: 14px;
  cursor: pointer;
}

label.checkUnit span::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: calc((1.75em - 20px)/2 + 2px);
  left: 6px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #4392da;
  border-bottom: 2px solid #4392da;
  opacity: 0;
  transform: rotate(45deg);
}

label.checkUnit span::after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: '';
  top: calc((1.75em - 20px)/2);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d7dce2;
  border-radius: 3px;
  background: #f3f3f3;
}

label.checkUnit input:checked + span::before {
  opacity: 1;
}

/* 
--------------------------------------------- */
.counterText {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.counterText em {
  margin: 0 3px;
  color: #009ddc;
  font-size: 32px;
}

.cat2 .counterText em {
  color: #88B339;
}

/* 
--------------------------------------------- */
.pager {
  position: relative;
  height: 28px;
  line-height: 2;
  font-size: 14px;
}

.pager a {
  text-decoration: none;
}

.pager .paging {
  text-align: center;
}

.pager .left {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 140px);
}

.pager .left i {
  margin-right: 10px;
}

.pager .right {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% + 50px);
}

.pager .right i {
  margin-left: 10px;
}

/* 
--------------------------------------------- */
.p-page__general {
  margin: 32px 0;
}

.p-page__general__head.horizon {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .p-page__general__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}

.p-page__general__head:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E6E6E6;
}

@media (max-width: 767px) {
  .p-page__general__head .pager {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .p-page__general__head .pager {
    width: 300px;
  }
}

.p-page__general__sort {
  letter-spacing: -.4em;
}

.p-page__general__sort button {
  -webkit-appearance: none;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #0066cc;
  font-size: 12px;
  letter-spacing: normal;
  cursor: pointer;
}

@media (min-width: 768px) {
  .p-page__general__sort button {
    font-size: 14px;
  }
}

.p-page__general__sort button:nth-child(n+2) {
  margin-left: 20px;
}

.p-page__general__sort button:nth-child(n+2)::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 100%;
  border-left: 1px solid #78909C;
}

.p-page__general__sort button::after {
  content: "";
  display: inline-block;
  position: relative;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  top: 0px;
  right: 0px;
  margin-left: 5px;
  border-width: 10px 6px 0px 6px;
  border-top-color: #78909C;
}

.p-page__general__sort button:hover {
  color: #3399ff;
}

/* 
--------------------------------------------- */
.seminar__attr {
  display: flex;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.seminar__attr .__new, .seminar__attr .__reserve {
  padding: 0px 8px;
  border: 1px solid #006BCD;
  border-radius: 4px;
  color: #006BCD;
}

.seminar__attr .__new:not(:last-child), .seminar__attr .__reserve:not(:last-child) {
  margin-right: 8px;
}

.seminar__ttl {
  margin-bottom: 12px;
  padding: 15px;
  background-color: #d2effa;
  color: #006bcd;
  font-weight: bold;
}

@media (min-width: 768px) {
  .seminar__ttl {
    margin-bottom: 20px;
  }
}

.seminar__name {
  margin-bottom: 10px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .seminar__name {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .seminar__lead {
    font-size: 14px;
  }
}

.seminar__item {
  margin-bottom: 32px;
  padding: 20px 14px;
  border: 1px solid #D7DCE3;
}

@media (min-width: 768px) {
  .seminar__item {
    padding: 32px;
  }
}

.seminar__itemHead {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .seminar__itemHead {
    margin-bottom: 20px;
  }
}

.seminar__itemHead .new {
  padding: 1.25em 15px;
  background-color: #ee4045;
  line-height: 1;
  font-style: normal;
  font-size: 14px;
}

.seminar__itemHead .date {
  flex: 1;
  font-size: 10px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .seminar__itemHead .date {
    font-size: 14px;
  }
}

.seminar__itemHead .date b {
  font-size: 12px;
}

@media (min-width: 768px) {
  .seminar__itemHead .date b {
    font-size: 16px;
  }
}

.seminar__itemHead .region {
  position: relative;
  padding: .5em 10px;
  line-height: 1;
  color: #00aaeb;
  font-size: 12px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .seminar__itemHead .region {
    padding-right: 30px;
  }
}

.cat2 .seminar__itemHead .region {
  color: #88B339;
}

.seminar__cont {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .seminar__cont {
    margin-bottom: 50px;
  }
}

.seminar__cont__prim {
  margin-bottom: 10px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .seminar__cont__prim {
    margin-bottom: 24px;
  }
}

.seminar__cont__prim .seminar__pic {
  float: right;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .seminar__cont__prim .seminar__pic {
    margin-left: 32px;
  }
}

.seminar__tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 0px 0;
}

.seminar__tag > li {
  position: relative;
  margin: 0 8px 5px 0;
  padding: 0 32px;
  background-color: #EDF0F7;
  border-radius: 8px;
  line-height: 24px;
  color: #fff;
  font-size: 12px;
}

.seminar__tag li.c1 {
  background-color: #3C91CC;
}

.seminar__tag li.c2 {
  background-color: #3650B0;
}

.seminar__tag li.c3 {
  background-color: #7A46D8;
}

.seminar__tag li.c4 {
  background-color: #A765CA;
}

.seminar__tag li.c5 {
  background-color: #E76FAA;
}

.seminar__tag li.c6 {
  background-color: #0EA997;
}

.seminar__tag li.c7 {
  background-color: #0e42a9;
}

.seminar__tag li.c8 {
  background-color: #680ea9;
}

.seminar__tag li.c9 {
  background-color: #a90e66;
}

.seminar__tag li.c10 {
  background-color: #e388d1;
}

.seminar__tag li.c50 {
  background-color: #66a90e;
}

.seminar__tag li.industry {
  background-color: #ff0000;
}

.seminar__ttl {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .seminar__ttl {
    font-size: 16px;
  }
}

.seminar__ttl a {
  display: inline-block;
}

.seminar__lower > :last-child {
  margin-bottom: 0;
}

.seminar__lower__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.seminar__lower__btn .c-btn {
  margin-right: 16px;
}

.seminar__lower__btn .c-btn:last-child {
  margin-right: 0;
}

.seminar__lower__btn .c-btn .__balloon {
  position: absolute;
  top: -14px;
  left: 8px;
  width: 84px;
  line-height: 20px;
  border-radius: 7px;
  background-color: #ffee00;
  color: #000000;
  font-size: 11px;
  text-align: center;
}

.seminar__lower__btn .c-btn .__balloon::before {
  content: '';
  display: block;
  position: absolute;
  left: 16px;
  bottom: -8px;
  border-width: 9px 0 0 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #ffee00;
}

.seminar__lower .p-notes {
  text-align: center;
}

/* 
--------------------------------------------- */
.p-notes {
  font-size: 11px;
  color: #777777;
}

/* 
--------------------------------------------- */
.p-sideSec__ttl {
  position: relative;
  background-color: #E6E6E6;
  padding: 14px 20px;
  font-weight: bold;
  text-align: center;
}

.p-sideSec__cont {
  padding: 24px 16px;
  border: 1px solid #E6E6E6;
  border-top: none;
  background-color: #f9f8f6;
}

/* 
--------------------------------------------- */
.p-stepList .step {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 30px;
  padding: 20px 15px;
  border: 1px solid #D7DCE3;
  background-color: #FFFFFF;
}

.p-stepList .step .num {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  padding-top: 5px;
  border-radius: 25px;
  background-color: #00aaeb;
  line-height: 1.125;
  color: #fff;
  font-size: 12px;
}

.p-stepList .step .num span {
  font-size: 20px;
  font-weight: bold;
}

.p-stepList .step .inner {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-height: 50px;
  font-size: 14px;
}

.p-stepList .step:not(:last-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  left: 0;
  right: 0px;
  bottom: -20px;
  margin: auto;
  border-width: 10px 10px 0px 10px;
  border-top-color: #1EAAEB;
}

.p-stepBtn {
  margin: 0 8px;
}

.p-stepBtn .c-btn {
  margin-bottom: 10px;
}

.p-stepBtn .c-btn:last-child {
  margin-bottom: 0;
}

/* 
--------------------------------------------- */
.p-personal > :last-child {
  margin-bottom: 0;
}

.p-personal__item {
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid #D7DCE3;
}

.p-personal__item__date {
  margin-bottom: 8px;
  font-size: 14px;
}

.p-personal__item__inner a {
  display: flex;
  font-size: 14px;
  font-weight: bold;
}

.p-personal__item__inner .__pic {
  flex: 0 0 auto;
  margin-right: 13px;
}

.p-personal__info {
  color: #777777;
  font-size: 16px;
  font-weight: bold;
}

.p-personal__count {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.p-personal__count em {
  color: #00aaeb;
  font-size: 28px;
}

/* 
--------------------------------------------- */
.p-side__seminar {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  color: inherit;
}

.p-side__seminar .__pic {
  text-align: center;
}

.p-side__seminar .__txt {
  display: table-caption;
  caption-side: bottom;
  margin-top: 8px;
  font-size: 14px;
}

/* 
--------------------------------------------- */
.p-mainBanner {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-mainBanner {
    margin-bottom: 40px;
  }
}

/* 
--------------------------------------------- */
.ondemand__wrapper {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .ondemand__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -32px;
  }
}

.ondemand__item {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .ondemand__item {
    flex: 0 0 auto;
    width: calc((100% - 10px * 3)/3);
    margin-right: 10px;
  }
}

_:-ms-input-placeholder, :root .ondemand__item:nth-child(3) {
  width: calc((100% - 10px * 3)/3 - 1px);
}

.ondemand__item.pickup {
  background-color: #FEFFEB;
}

.ondemand__item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  padding: 1px 15px 0;
  background-color: #87B65E;
  color: #ffffff;
}

.ondemand__item__cont {
  padding: 20px 15px;
  border: 1px solid #D7DCE3;
  border-top: none;
}

@media (min-width: 768px) {
  .ondemand__item__cont {
    display: flex;
    flex-direction: column;
    height: calc(100% - 36px);
    padding: 15px 15px 22px;
  }
  .ondemand__item__cont .film {
    flex: 1 1 auto;
  }
}

.ondemand__date {
  font-size: 12px;
  font-weight: bold;
}

.ondemand__date b {
  font-size: 15px;
}

.ondemand__view {
  font-size: 12px;
  font-weight: bold;
}

.ondemand__item a.film {
  display: block;
  color: #333;
  text-decoration: none;
}

.ondemand__pic {
  position: relative;
}

.ondemand__limited {
  padding: 3px 0;
  background-color: #00aaeb;
  color: #ffee00;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.ondemand__limited b {
  font-size: 14px;
}

.ondemand__pic img {
  max-width: 100%;
  height: auto;
}

.ondemand__pic::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/ico_play01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px auto;
}

@media (min-width: 768px) {
  .ondemand__pic::before {
    background-size: 80px auto;
  }
}

.ondemand__pic.badge01::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -8px;
  left: -7px;
  width: 128px;
  height: 38px;
  background-image: url(../images/ico_ond_badge01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ondemand__lead {
  clear: both;
  margin-bottom: .75em;
  font-size: 14px;
}

.ondemand__item a:hover .ondemand__lead {
  text-decoration: underline;
}

.ondemand__ind {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 5px;
}

.ondemand__ind > li {
  display: inline-block;
  line-height: 24px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
  border-radius: 12px;
  background-color: #edf0f7;
  color: #5d6275;
  font-size: 11px;
  text-align: center;
}

@media (min-width: 768px) {
  .ondemand__ind > li {
    font-size: 10px;
  }
}

.ondemand__item.pickup .ondemand__ind > li {
  background-color: #e9ebc7;
}

.ondemand__list {
  margin-bottom: .75em;
  color: #5d6275;
  font-size: 13px;
}

.ondemand__cat {
  padding-left: 28px;
  background-image: url(../images/ico_movie01.png);
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 18px auto;
}

.ondemand__reg {
  margin-top: 4px;
  padding-left: 28px;
  background-image: url(../images/ico_region01.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 20px auto;
}

.ondemand__name a {
  display: block;
  padding: .5em 0 0;
  border-top: 1px solid #D7DCE3;
  font-size: 14px;
  font-weight: bold;
}
.ondemand__name a.mynavi  {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000000;
}
.ondemand__group {
  margin-bottom: 12px;
  padding: 7px 20px 5px;
  background-color: #f7fddd;
  color: #889e24;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.ondemand__group img {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 10px;
}

.ondemand__tag {
  margin: 1.25em 0 .5em;
  padding: .375em 0;
  background-color: #bce6f4;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.ondemand__rank {
  margin-bottom: 1em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.ondemand__rank span {
  line-height: 1;
  font-size: 21px;
}

/* subsec
--------------------------------------------- */
.p-subsec:not(:last-child) {
  margin-bottom: 60px;
}

/* chart
--------------------------------------------- */
.p-chart {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .p-chartList {
    display: flex;
    margin-top: 48px;
  }
}

.p-chartBlock {
  position: relative;
  border: 1px solid #D7DCE3;
  background-color: #F3F3F3;
}

@media (max-width: 767px) {
  .p-chartBlock {
    display: flex;
    align-items: flex-start;
    padding: 15px 14px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .p-chartBlock {
    float: left;
    width: calc((100% - 65px * 2) / 3);
    padding: 40px 16px 24px;
    border-width: 2px;
  }
}

@media (max-width: 767px) {
  .p-chartBlock + .p-chartBlock {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .p-chartBlock + .p-chartBlock {
    margin-left: 65px;
  }
}

.p-chartBlock + .p-chartBlock:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  margin: auto;
}

@media (max-width: 767px) {
  .p-chartBlock + .p-chartBlock:after {
    top: -20px;
    right: 0;
    left: 0;
    border-width: 10px 10px 0 10px;
    border-top-color: #1EAAEB;
  }
  .cat2 .p-chartBlock + .p-chartBlock:after {
    border-top-color: #87B65E;
  }
}

@media (min-width: 768px) {
  .p-chartBlock + .p-chartBlock:after {
    top: 0;
    bottom: 0;
    left: -42px;
    border-width: 20px 0px 20px 20px;
    border-left-color: #1EAAEB;
  }
  .cat2 .p-chartBlock + .p-chartBlock:after {
    border-left-color: #87B65E;
  }
}

.p-chartBlock_badge {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border-radius: 50%;
  line-height: 1.1;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-chartBlock_badge {
    position: absolute;
    top: -29px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.p-chartBlock_badge span {
  display: block;
  line-height: 1.125;
  font-size: 20px;
  font-weight: normal;
}

.p-chartBlock_ttl {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-chartBlock_ttl {
    font-size: 18px;
    text-align: center;
  }
}

.p-chartBlock_ttl:not(:last-child) {
  margin-bottom: .75em;
}

.p-chartBlock_ttl span {
  font-size: 11px;
}

@media (max-width: 767px) {
  .p-chartBlock_in {
    margin-left: 15px;
  }
}

.p-chartBlock_in p:not(:last-child) {
  margin-bottom: 1em;
}

.p-chartBox {
  position: relative;
  margin-left: 10px;
  margin-top: 50px;
  padding: 40px 30px 15px;
  border: 4px solid #f1f0ed;
}

.p-chartBox_ttl {
  display: inline-block;
  position: absolute;
  top: -22px;
  left: -14px;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
}

.p-chartBox_ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 160px;
  border-width: 15px 7px 0px 7px;
  transform: rotate(-30deg);
}

.p-chartBox_cont {
  display: -ms-flex;
  display: flex;
}

.p-chartBox_cont .inner:nth-child(odd) {
  margin-right: 30px;
}

.cat1 .p-chartBlock_badge {
  background-color: #1EAAEB;
}

.cat2 .p-chartBlock_badge {
  background-color: #87B65E;
}

.cat1 .p-chartBlock_ttl {
  color: #1EAAEB;
}

.cat2 .p-chartBlock_ttl {
  color: #87B65E;
}

.cat1 .p-chartBox_ttl {
  background-color: #cef0fe;
  color: #1EAAEB;
}

.cat2 .p-chartBox_ttl {
  background-color: #ecf9b4;
  color: #87B65E;
}

/* p-ctList
--------------------------------------------- */
.p-ctList__item:not(:last-child) {
  margin-bottom: 32px;
}

.p-ctList__item__ttl {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #E6E6E6;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-ctList__item__ttl {
    margin-bottom: 1.125em;
    padding-bottom: 1.125em;
    font-size: 18px;
  }
}

.p-ctList__item__cont > :not(:last-child) {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .p-ctList__item__cont .__separate {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .p-ctList__item__cont .__separate__box {
    max-width: calc((100% - 32px) / 2);
  }
}

@media (max-width: 767px) {
  .p-ctList__item__cont .__separate__box:nth-child(odd) {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .p-ctList__item__cont .__separate__box:nth-child(odd) {
    margin-right: 32px;
  }
}

/* discList
--------------------------------------------- */
.p-discList > li {
  padding-left: 1em;
}

.p-discList > li::before {
  content: '・';
  width: 1em;
  margin-left: -1em;
}

/* operateBox
--------------------------------------------- */
@media (min-width: 768px) {
  .operateBox {
    display: flex;
  }
}

.operateBox .about {
  margin-top: 32px;
  padding: 20px 15px;
  background-color: #f1f0ed;
}

.operateBox .about .about__ttl {
  margin-bottom: .5em;
  font-weight: bold;
}

.operateBox .about .about__inner p:not(:last-child) {
  margin-bottom: 0.5em;
}

.operateBox .about .about__inner em {
  color: #ee7522;
  font-size: 12px;
}

.operateBox .about .about__inner .img {
  margin-top: .5em;
}

.operateBox .about__txt {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .operateBox__grid {
    width: calc((100% - 30px) / 2);
  }
}

@media (max-width: 767px) {
  .operateBox__grid:nth-child(odd) {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .operateBox__grid:nth-child(odd) {
    margin-right: 30px;
  }
}

.operateBox__list dl {
  margin-bottom: 24px;
}

.operateBox__list dl:last-child {
  margin-bottom: 0;
}

.operateBox__list dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.operateBox__list dd .ttl {
  padding: .125em 0;
  font-size: 16px;
  font-weight: bold;
}

.operateBox__list dd .block {
  display: -ms-flex;
  display: flex;
  margin-top: 20px;
  padding: 13px;
  border: 2px solid #f1f0ed;
}

@media (max-width: 767px) {
  .operateBox__list dd .block {
    font-size: 14px;
  }
}

.operateBox__list dd .block .inner {
  flex: 1;
  margin-right: 10px;
}

.operateBox__list dd .block .inner p + p {
  margin-top: .5em;
}

.operateBox__list dd .block em {
  color: #009ddc;
  font-weight: bold;
}

/* note
--------------------------------------------- */
ul.note {
  margin: 1em 0;
}

ul.note > li {
  display: -ms-flex;
  display: flex;
  font-size: 12px;
}

ul.note > li i {
  font-style: normal;
}

/* deviceBlock
--------------------------------------------- */
.deviceBlock {
  position: relative;
  margin: 30px 0;
  padding: 30px 45px 30px 130px;
  background-color: #f1f0ed;
}

.deviceBlock .ico {
  position: absolute;
  top: 27px;
  left: 27px;
}

.deviceBlock__cont em {
  color: #ee7522;
}

.deviceBlock__ttl {
  margin-bottom: .5em;
  font-weight: bold;
}

.deviceBlock__ttl b {
  font-size: 20px;
}

.deviceBlock__cont .layout {
  display: -ms-flex;
  display: flex;
  margin-top: 20px;
}

.deviceBlock__cont .layout .col {
  width: 336px;
}

.deviceBlock__cont .layout .col:nth-child(odd) {
  margin-right: 25px;
}

/* storecase
--------------------------------------------- */
.storecase {
  text-align: center;
}

.storecase__ttl {
  padding: .5em 0;
  color: #fff;
  font-weight: bold;
}

.storecase__inner {
  padding: 18px;
  background-color: #fff;
}

.storecase__inner a {
  display: inline-block;
  font-size: 14px;
}

.storecase__inner a img {
  margin-bottom: 8px;
}

.cat1 .storecase__ttl {
  background-color: #009ddc;
}

.cat2 .storecase__ttl {
  background-color: #9db72a;
}

/* stepSec_list
--------------------------------------------- */
.p-stepSec_list {
  margin-top: 48px;
}

@media (min-width: 768px) {
  .p-stepSec_list {
    display: flex;
    align-items: center;
    margin-left: 25px;
  }
}

.p-stepSec_list__item {
  position: relative;
}

@media (max-width: 767px) {
  .p-stepSec_list__item {
    margin: 0 25px;
  }
}

@media (min-width: 768px) {
  .p-stepSec_list__item {
    width: calc((100% - 112px * 2) / 3);
  }
}

@media (max-width: 767px) {
  .p-stepSec_list__item + .p-stepSec_list__item {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .p-stepSec_list__item + .p-stepSec_list__item {
    margin-left: 112px;
  }
}

.p-stepSec_list__item + .p-stepSec_list__item:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  margin: auto;
}

@media (max-width: 767px) {
  .p-stepSec_list__item + .p-stepSec_list__item:after {
    top: -20px;
    right: 0;
    left: 0;
    border-width: 10px 10px 0 10px;
    border-top-color: #1EAAEB;
  }
}

@media (min-width: 768px) {
  .p-stepSec_list__item + .p-stepSec_list__item:after {
    top: 0;
    bottom: 0;
    left: -64px;
    border-width: 20px 0px 20px 20px;
    border-left-color: #1EAAEB;
  }
}

@media (max-width: 767px) {
  .p-stepSec_list__item:nth-child(3) {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .p-stepSec_list__item:nth-child(3):after {
    top: 20px;
  }
}

@media (max-width: 767px) {
  .p-stepSec_list__item:nth-child(3) .__num {
    top: 25px;
  }
}

.p-stepSec_list__item .__num {
  position: absolute;
  top: -25px;
  left: -25px;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border-radius: 50%;
  line-height: 1.1;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
}

.p-stepSec_list__item .__num b {
  display: block;
  line-height: 1.125;
  font-size: 20px;
  font-weight: normal;
}

.cat1 .p-stepSec_list__item .__num {
  background-color: #1EAAEB;
}

.p-stepSec_list__item .__pic {
  display: block;
  margin-bottom: 16px;
}

.p-stepSec_listBlock_ttl {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-stepSec_listBlock_ttl {
    margin-bottom: 1em;
    font-size: 18px;
    text-align: center;
  }
}

.p-stepSec_listBlock_ttl span {
  font-size: 11px;
}

@media (max-width: 767px) {
  .p-stepSec_listBlock_in {
    margin-left: 15px;
  }
}

.p-stepSec_listBlock_in p:not(:last-child) {
  margin-bottom: 1em;
}

.p-stepSec_listBox {
  position: relative;
  margin-left: 10px;
  margin-top: 50px;
  padding: 40px 30px 15px;
  border: 4px solid #f1f0ed;
}

.p-stepSec_listBox_ttl {
  display: inline-block;
  position: absolute;
  top: -22px;
  left: -14px;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
}

.p-stepSec_listBox_ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 160px;
  border-width: 15px 7px 0px 7px;
  transform: rotate(-30deg);
}

.p-stepSec_listBox_cont {
  display: -ms-flex;
  display: flex;
}

.p-stepSec_listBox_cont .inner:nth-child(odd) {
  margin-right: 30px;
}

/* faqIndex
--------------------------------------------- */
@media (min-width: 768px) {
  .p-faqIndex {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .p-faqIndex__col {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .p-faqIndex__col {
    width: calc((100% - 32px) / 2);
  }
}

@media (min-width: 768px) {
  .p-faqIndex__col:nth-child(odd) {
    margin-right: 32px;
  }
}

.p-faqIndex_list:not(:last-child) {
  margin-bottom: 24px;
}

.p-faqIndex_list > li:not(:last-child) {
  margin-bottom: 1em;
}

.p-faqIndex_list > li a {
  display: inline-block;
  color: inherit;
}

.p-faqIndex_list > li a .__num {
  font-weight: bold;
}

/* faqContent
--------------------------------------------- */
.p-faqList dl {
  padding: 20px 0;
  border-bottom: 2px dotted #b4b4b4;
}

.p-faqList dl:first-child {
  padding-top: 0;
}

.p-faqList dl.noborder {
  padding-bottom: 0;
  border-bottom: none;
}

.p-faqList .q {
  margin-bottom: 16px;
  font-weight: bold;
}

.p-faqstep {
  margin-top: 10px;
}

.p-faqstep > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 6em;
}

.p-faqstep > li a {
  font-weight: bold;
}

.p-faqstep .color {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #e3f6fe;
  color: #009ddc;
}

/* deviceTable
--------------------------------------------- */
.deviceTable {
  border-collapse: collapse;
  margin-top: 15px;
}

.deviceTable tr,
.deviceTable th,
.deviceTable td {
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}

.deviceTable td {
  text-align: center;
}

.deviceTable tr th:first-child,
.deviceTable tr td:first-child {
  width: 195px;
  font-weight: bold;
}

.deviceTable tr th:nth-child(2),
.deviceTable tr td:nth-child(2) {
  background-color: #efefef;
}

.deviceTable tr th:nth-child(3),
.deviceTable tr td:nth-child(3) {
  background-color: #f7f7f7;
}

.deviceTtl {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.deviceLogo {
  display: block;
  overflow: hidden;
  margin: 15px auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.deviceLogo_in {
  display: inline-block;
  overflow: hidden;
}

.deviceLogo img {
  float: left;
}

.deviceLogo .txt {
  display: table-cell;
  vertical-align: middle;
  height: 53px;
  padding-left: 12px;
}

.deviceTable th .deviceTxt {
  text-align: left !important;
}

.deviceTxt em {
  color: #f60;
}

.debiceBtn a {
  display: inline-block;
}

.debiceBtn img {
  display: block;
  margin: 0 auto 5px;
}

.app .deviceTable tr th:first-child,
.app .deviceTable tr td:first-child {
  width: 175px;
}

/* envTable
--------------------------------------------- */
.p-envTable__wrap {
  overflow: auto;
}

@media (max-width: 767px) {
  .p-envTable__wrap .p-envTable {
    width: 520px;
  }
}

.p-envTable {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
}

.p-envTable__caption {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 767px) {
  .p-envTable col {
    width: auto;
  }
}

.p-envTable > * {
  margin-bottom: 0.25em;
}

.p-envTable th,
.p-envTable td {
  padding: 6px 10px;
  text-align: left;
  border: 1px solid #D7DCE3;
  vertical-align: top;
}

.p-envTable th {
  background: #F3F4F7;
}

.p-envTable__notes {
  font-size: 14px;
}
/* envTable
--------------------------------------------- */
.envTable {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}
p + .envTable {
	margin-top: 30px;
}
.envTable > * {
	margin-bottom: 0.25em;
}
.envTable caption {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}
.envTable th,
.envTable td {
	padding: 6px 10px;
	text-align: left;
	border: 1px solid #ccc;
	vertical-align: top;
}
.envTable th {
	background: #efefef;
}
/* link-list-02
--------------------------------------------- */
.link-list-02 li {
  margin: 0 0 5px;
  font-size: 14px;
}

.link-list-02 .link-01 {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  text-align: left;
}

.link-list-02 .link-01::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 4px solid #00aaeb;
  margin-right: 3px;
  position: absolute;
  top: 6px;
  left: 0;
}

/* companyTable
--------------------------------------------- */
.companyTable {
  margin-bottom: 20px;
}

.companyTable:last-child {
  margin-bottom: 0;
}

.companyTable__item {
  display: -ms-flex;
  display: flex;
}

.companyTable__item + .companyTable__item {
  margin-top: 30px;
}

.companyTable__item .pic {
  margin-right: 30px;
}

.companyTable__item .ttl {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}

.companyTable__item .ttl + .link-list-02 {
  margin-top: -1em;
  margin-bottom: 1.5em;
}

/* scheduleList
--------------------------------------------- */
.p-scheduleList > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #262727;
  font-size: 14px;
}

@media (min-width: 768px) {
  .p-scheduleList > li {
    display: flex;
  }
}

.p-scheduleList .scheduleDate {
  display: block;
}

@media (max-width: 767px) {
  .p-scheduleList .scheduleDate {
    margin-bottom: .5em;
  }
}

@media (min-width: 768px) {
  .p-scheduleList .scheduleDate {
    width: 220px;
    margin-right: 20px;
  }
}

.p-scheduleList .scheduleLink {
  flex: 1;
  display: block;
}

.p-scheduleList .scheduleLink a {
  display: inline-block;
}

.p-scheduleList + .btnWrap {
  padding: 15px;
  background-color: #f1f0ed;
}

/* aboutNav
--------------------------------------------- */
.aboutNav {
  padding: 25px 135px;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
}

.aboutNav ul::after {
  content: '';
  display: block;
  clear: both;
}

.aboutNav li {
  float: left;
  padding: 5px 10px;
  border-right: 1px dotted #abb3ba;
}

.aboutNav li:first-child {
  border-left: 1px dotted #abb3ba;
}

.aboutNav a {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 310px;
  height: 48px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.aboutNav a::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  bottom: -11px;
  left: 0;
  right: 0px;
  margin: auto;
  border-width: 12px 7px 0px 7px;
}

.aboutNav a i {
  content: '';
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
}

.aboutNav li:nth-child(1) a i {
  background-color: #009ddc;
}

.aboutNav li:nth-child(2) a i {
  background-color: #9db72a;
}

.aboutNav a i::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -3px;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transform-origin: center;
}

.wrapper.detail01 .aboutNav li:nth-child(1) a {
  background-color: #009ddc;
  color: #fff;
}

.wrapper.detail01 .aboutNav li:nth-child(1) a::after {
  border-top-color: #009ddc;
}

.wrapper.detail01 .aboutNav li:nth-child(1) a i {
  background-color: #fff;
}

.wrapper.detail01 .aboutNav li:nth-child(1) a i::before {
  top: -4px;
  bottom: 0;
  left: -1px;
  border-color: #009ddc;
  transform: rotate(135deg);
}

.wrapper.detail02 .aboutNav li:nth-child(2) a {
  background-color: #9db72a;
  color: #fff;
}

.wrapper.detail02 .aboutNav li:nth-child(2) a::after {
  border-top-color: #9db72a;
}

.wrapper.detail02 .aboutNav li:nth-child(2) a i {
  background-color: #fff;
}

.wrapper.detail02 .aboutNav li:nth-child(2) a i::before {
  top: -4px;
  bottom: 0;
  left: -1px;
  border-color: #9db72a;
  transform: rotate(135deg);
}

/* 
--------------------------------------------- */
/* 
--------------------------------------------- */
/* 
--------------------------------------------- */
.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .u-pcbr {
    display: none;
  }
}

.u-spbr {
  display: none;
}

@media (max-width: 767px) {
  .u-spbr {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-spnone {
    display: none;
  }
}

.u-fz5p {
  font-size: 5%;
}

@media (max-width: 767px) {
  .u-fz5p-sp {
    font-size: 5%;
  }
}

.u-fz10p {
  font-size: 10%;
}

@media (max-width: 767px) {
  .u-fz10p-sp {
    font-size: 10%;
  }
}

.u-fz15p {
  font-size: 15%;
}

@media (max-width: 767px) {
  .u-fz15p-sp {
    font-size: 15%;
  }
}

.u-fz20p {
  font-size: 20%;
}

@media (max-width: 767px) {
  .u-fz20p-sp {
    font-size: 20%;
  }
}

.u-fz25p {
  font-size: 25%;
}

@media (max-width: 767px) {
  .u-fz25p-sp {
    font-size: 25%;
  }
}

.u-fz30p {
  font-size: 30%;
}

@media (max-width: 767px) {
  .u-fz30p-sp {
    font-size: 30%;
  }
}

.u-fz35p {
  font-size: 35%;
}

@media (max-width: 767px) {
  .u-fz35p-sp {
    font-size: 35%;
  }
}

.u-fz40p {
  font-size: 40%;
}

@media (max-width: 767px) {
  .u-fz40p-sp {
    font-size: 40%;
  }
}

.u-fz45p {
  font-size: 45%;
}

@media (max-width: 767px) {
  .u-fz45p-sp {
    font-size: 45%;
  }
}

.u-fz50p {
  font-size: 50%;
}

@media (max-width: 767px) {
  .u-fz50p-sp {
    font-size: 50%;
  }
}

.u-fz55p {
  font-size: 55%;
}

@media (max-width: 767px) {
  .u-fz55p-sp {
    font-size: 55%;
  }
}

.u-fz60p {
  font-size: 60%;
}

@media (max-width: 767px) {
  .u-fz60p-sp {
    font-size: 60%;
  }
}

.u-fz65p {
  font-size: 65%;
}

@media (max-width: 767px) {
  .u-fz65p-sp {
    font-size: 65%;
  }
}

.u-fz70p {
  font-size: 70%;
}

@media (max-width: 767px) {
  .u-fz70p-sp {
    font-size: 70%;
  }
}

.u-fz75p {
  font-size: 75%;
}

@media (max-width: 767px) {
  .u-fz75p-sp {
    font-size: 75%;
  }
}

.u-fz80p {
  font-size: 80%;
}

@media (max-width: 767px) {
  .u-fz80p-sp {
    font-size: 80%;
  }
}

.u-fz85p {
  font-size: 85%;
}

@media (max-width: 767px) {
  .u-fz85p-sp {
    font-size: 85%;
  }
}

.u-fz90p {
  font-size: 90%;
}

@media (max-width: 767px) {
  .u-fz90p-sp {
    font-size: 90%;
  }
}

.u-fz95p {
  font-size: 95%;
}

@media (max-width: 767px) {
  .u-fz95p-sp {
    font-size: 95%;
  }
}

.u-fz100p {
  font-size: 100%;
}

@media (max-width: 767px) {
  .u-fz100p-sp {
    font-size: 100%;
  }
}

.u-fwB {
  font-weight: bold;
}

.u-fwN {
  font-weight: normal;
}
