@charset "UTF-8";
/***********************************************
  Header Container
************************************************/
.kenji .header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 9999; }

.kenji .header--fixed {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

.kenji .header__content.open {
  position: relative; }

.kenji .header__content.open:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background-color: black;
  opacity: 0.5;
  width: 100%;
  height: 100vh;
  z-index: 99; }

.kenji .header__inner {
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 50px; }

@media screen and (max-width: 1023px) {
  .kenji .header__inner {
    padding: 0 30px; } }

@media screen and (max-width: 767px) {
  .kenji .header__inner {
    padding: 0 15px; } }

.kenji .header__action {
  background-color: #f4f4f4; }

@media screen and (max-width: 479px) {
  .kenji .header__action--left {
    display: none; } }

@media screen and (max-width: 479px) {
  .kenji .header__action--right {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .kenji .header__action .header__inner {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 600px) {
  .kenji .header__action .headTextTop {
    font-size: 1rem; } }

@media screen and (max-width: 540px) {
  .kenji .header__action .headTextTop {
    font-size: 0.9rem; } }

@media screen and (max-width: 530px) {
  .kenji .header__action .headTextTop {
    font-size: 0.8rem; } }

.kenji .header__action .headTextTop .brSm {
  display: none; }

@media screen and (max-width: 767px) {
  .kenji .header__action .headTextTop .brSm {
    display: block; } }

.kenji .header__menu {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  position: relative;
  border-bottom: 1px solid #cacaca; }

@media screen and (max-width: 1023px) {
  .kenji .header__menu {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .header__menu {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #cacaca; } }

.kenji .header__menu--right {
  padding: 0.75rem 0; }

@media screen and (max-width: 1100px) {
  .kenji .header__menu--right {
    padding: 0.3rem 0; } }

@media screen and (max-width: 900px) {
  .kenji .header__menu--right {
    padding: 0.05rem 0; } }

.kenji .header__contact {
  display: none; }

.kenji .header__contact .fa-phone {
  font-size: 1.8rem; }

@media screen and (max-width: 1023px) {
  .kenji .header__contact .fa-phone {
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .kenji .header__contact .fa-phone {
    font-size: 1.4rem; } }

@media screen and (max-width: 519px) {
  .kenji .header__contact .fa-phone {
    font-size: 1.2rem; } }

.kenji .header__contact .text {
  font-size: 1.2rem;
  margin-left: 0.8rem; }

@media screen and (max-width: 1023px) {
  .kenji .header__contact .text {
    font-size: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .header__contact .text {
    font-size: 0.8rem; } }

.kenji .header__contact .phone {
  font-size: 1.8rem;
  display: none; }

@media screen and (max-width: 1023px) {
  .kenji .header__contact .phone {
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .kenji .header__contact .phone {
    font-size: 1.4rem; } }

@media screen and (max-width: 519px) {
  .kenji .header__contact .phone {
    font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .header__contact .phone--text {
    display: none; } }

.kenji .header__btn {
  font-size: 1.2rem;
  background-color: #ffffff;
  border-right: 1px solid #f4f4f4;
  width: 150px;
  padding: 1.1rem 0; }

.kenji .header__btn:last-child {
  border-right: 0; }

@media screen and (max-width: 900px) {
  .kenji .header__btn {
    width: 120px; } }

@media screen and (max-width: 519px) {
  .kenji .header__btn {
    width: 110px; } }

@media screen and (max-width: 767px) {
  .kenji .header__btn {
    font-size: 1.2rem;
    padding: 1.3rem 0; } }

@media screen and (max-width: 479px) {
  .kenji .header__btn {
    width: 50%; } }

@media screen and (max-width: 374px) {
  .kenji .header__btn {
    font-size: 1.1rem; } }

.kenji .header__btn i {
  font-size: 1.7rem;
  display: inline-block; }

@media screen and (max-width: 900px) {
  .kenji .header__btn i {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .header__btn i {
    font-size: 1.7rem; } }

@media screen and (max-width: 374px) {
  .kenji .header__btn i {
    font-size: 1.5rem; } }

.kenji .header__btn .fa-user {
  margin-right: 0.5rem; }

.kenji .header__btn .fa-language {
  color: #0072ff;
  margin-right: 1.2rem;
  font-size: 2rem; }

@media screen and (max-width: 900px) {
  .kenji .header__btn .fa-language {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .header__btn .fa-language {
    font-size: 2.5rem;
    line-height: 0.8; } }

@media screen and (max-width: 374px) {
  .kenji .header__btn .fa-language {
    font-size: 2rem; } }

.kenji .header__btn .fa-caret-down {
  font-size: 1.2rem;
  color: #0072ff; }

@media screen and (max-width: 550px) {
  .kenji .header__btn .fa-caret-down {
    margin-right: -1rem; } }

@media screen and (max-width: 479px) {
  .kenji .header__btn .fa-caret-down {
    margin-right: 1rem; } }

.kenji .header__btn--blue {
  background-color: #0072ff;
  color: #ffffff; }

.kenji .header__btn--oranger {
  background-color: #ee910d;
  color: #ffffff; }

.kenji .header__btn--large {
  width: 180px;
  padding-left: 2rem;
  padding-right: 2rem; }

@media screen and (max-width: 900px) {
  .kenji .header__btn--large {
    width: 120px;
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (max-width: 519px) {
  .kenji .header__btn--large {
    width: 110px; } }

@media screen and (max-width: 767px) {
  .kenji .header__btn--large {
    background-color: #f4f4f4; } }

@media screen and (max-width: 479px) {
  .kenji .header__btn--large {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.kenji .header__logo {
  max-width: 195px; }

@media screen and (max-width: 1350px) {
  .kenji .header__logo {
    max-width: 155px; } }

@media screen and (max-width: 1350px) {
  .kenji .header__logo {
    max-width: 125px; } }

@media screen and (max-width: 1000px) {
  .kenji .header__logo {
    max-width: 115px; } }

@media screen and (max-width: 880px) {
  .kenji .header__logo {
    max-width: 90px; } }

@media screen and (max-width: 767px) {
  .kenji .header__logo {
    max-width: 150px; } }

@media screen and (max-width: 370px) {
  .kenji .header__logo {
    max-width: 120px; } }

.kenji .header__tag {
  display: none;
  font-size: 2.2rem;
  background-color: #000000;
  border-radius: 50px;
  color: #ffffff;
  margin-left: 2rem;
  padding: 0 2rem 0.3rem; }

@media screen and (max-width: 1350px) {
  .kenji .header__tag {
    font-size: 1.7rem; } }

@media screen and (max-width: 1150px) {
  .kenji .header__tag {
    font-size: 1.5rem;
    margin-left: 1.5rem;
    padding: 0 1.5rem 0.2rem; } }

@media screen and (max-width: 1000px) {
  .kenji .header__tag {
    font-size: 1.2rem;
    margin-left: 1rem; } }

@media screen and (max-width: 880px) {
  .kenji .header__tag {
    font-size: 1rem;
    margin-left: 0.5rem;
    padding: 0 0.8rem 0.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .header__tag {
    font-size: 1.6rem; } }

@media screen and (max-width: 370px) {
  .kenji .header__tag {
    font-size: 1.4rem;
    margin-left: 1rem; } }

.kenji .header__tag--blue {
  background-color: #00b8e3; }

.kenji .header__tag--purple {
  background-color: #685bde; }

.kenji .header__tag--blueDark {
  background-color: #1f2a8f; }

.kenji .header__tag--green {
  background-color: #23b574; }

.kenji .header__megamenu {
  display: none;
  position: relative; }

@media screen and (max-width: 767px) {
  .kenji .header__megamenu {
    display: none; } }

.kenji .header__megamenu--blue {
  background-color: #00b8e3; }

@media screen and (max-width: 767px) {
  .kenji .header__megamenu--blue {
    background-color: transparent; } }

@media screen and (max-width: 767px) {
  .kenji .header__megamenu--blue .megamenu {
    background-color: #00b8e3; } }

.kenji .header__megamenu--purple {
  background-color: #685bde; }

@media screen and (max-width: 767px) {
  .kenji .header__megamenu--purple {
    background-color: transparent; } }

@media screen and (max-width: 767px) {
  .kenji .header__megamenu--purple .megamenu {
    background-color: #685bde; } }

.kenji .header__megamenu--blueDark {
  background-color: #1f2a8f; }

@media screen and (max-width: 767px) {
  .kenji .header__megamenu--blueDark {
    background-color: transparent; } }

@media screen and (max-width: 767px) {
  .kenji .header__megamenu--blueDark .megamenu {
    background-color: #1f2a8f; } }

.kenji .header__megamenu--green {
  background-color: #23b574; }

@media screen and (max-width: 767px) {
  .kenji .header__megamenu--green {
    background-color: transparent; } }

@media screen and (max-width: 767px) {
  .kenji .header__megamenu--green .megamenu {
    background-color: #23b574; } }

@media screen and (max-width: 767px) {
  .kenji .header__megamenu .header__inner {
    padding: 0; } }

.kenji .header__megamenu.active {
  display: block !important;
  position: absolute;
  z-index: 9;
  height: 100vh;
  background-color: #ffffff;
  overflow-y: auto;
  padding-bottom: 20rem;
  width: 100%; }

@media screen and (max-width: 767px) {
  .kenji .header__btnGroup {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media screen and (max-width: 767px) {
  .kenji .menu {
    display: none; } }

.kenji .menu__item {
  margin-right: 3rem; }

@media screen and (max-width: 1400px) {
  .kenji .menu__item {
    margin-right: 2rem; } }

@media screen and (max-width: 1250px) {
  .kenji .menu__item {
    margin-right: 1.5rem; } }

@media screen and (max-width: 1000px) {
  .kenji .menu__item {
    margin-right: 1rem; } }

@media screen and (max-width: 950px) {
  .kenji .menu__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.kenji .menu__item:last-child {
  margin-right: 0; }

.kenji .menu__link {
  font-size: 1.4rem; }

@media screen and (max-width: 1400px) {
  .kenji .menu__link {
    font-size: 1.3rem; } }

@media screen and (max-width: 1250px) {
  .kenji .menu__link {
    font-size: 1.2rem; } }

@media screen and (max-width: 1100px) {
  .kenji .menu__link {
    font-size: 1.1rem; } }

@media screen and (max-width: 950px) {
  .kenji .menu__link {
    font-size: 1rem; } }

@media screen and (max-width: 880px) {
  .kenji .menu__link {
    font-size: 0.9rem; } }

.kenji .menu__link i {
  margin-left: 0.5rem; }

.kenji .menu__link.active {
  position: relative; }

.kenji .menu__link.active::before {
  content: "";
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #0072ff; }

.kenji .menu__relative {
  position: relative; }

.kenji .hamburMenu {
  cursor: pointer;
  display: none;
  height: 100%;
  background-color: #eeeeee;
  padding: 1.3rem 0;
  border-radius: 30px; }

.kenji .hamburMenu:hover {
  opacity: 0.6; }

@media screen and (max-width: 767px) {
  .kenji .hamburMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 64px; } }

.kenji .hamburMenu .menu__hamburger {
  position: relative; }

@media screen and (max-width: 767px) {
  .kenji .hamburMenu .menu__hamburger {
    width: 22px;
    height: 16px; } }

.kenji .hamburMenu .menu__hamburger:forcus {
  outline: none; }

.kenji .hamburMenu .menu__hamburger span {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #0072ff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.kenji .hamburMenu .menu__hamburger span:nth-of-type(1) {
  top: 0; }

.kenji .hamburMenu .menu__hamburger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.kenji .hamburMenu .menu__hamburger span:nth-of-type(3) {
  bottom: 0; }

.kenji .hamburMenu .menu__hamburger.active span:nth-of-type(1) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 100%;
  background-color: #0072ff; }

.kenji .hamburMenu .menu__hamburger.active span:nth-of-type(2) {
  opacity: 0; }

.kenji .hamburMenu .menu__hamburger.active span:nth-of-type(3) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 100%;
  background-color: #0072ff; }

.kenji .megamenu {
  max-width: 1346px;
  margin: 0 auto;
  display: none; }

.kenji .megamenu__item {
  width: calc(100% / 5);
  position: relative; }

@media screen and (max-width: 767px) {
  .kenji .megamenu__item {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 1rem;
    padding-right: 1rem; }
  .kenji .megamenu__item:last-child {
    border-bottom: 0; } }

.kenji .megamenu__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 54%;
  background-color: #ffffff; }

@media screen and (max-width: 900px) {
  .kenji .megamenu__item:before {
    height: 45%; } }

@media screen and (max-width: 767px) {
  .kenji .megamenu__item:before {
    display: none; } }

.kenji .megamenu__item:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 54%;
  background-color: #ffffff; }

@media screen and (max-width: 900px) {
  .kenji .megamenu__item:last-child:after {
    height: 45%; } }

@media screen and (max-width: 767px) {
  .kenji .megamenu__item:last-child:after {
    display: none; } }

@media screen and (max-width: 767px) {
  .kenji .megamenu__item--diff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .kenji .megamenu__item--diff .megamenu__link {
    width: calc(100% - 54px); }
  .kenji .megamenu__item--diff .megamenu__link:first-child {
    padding-right: 2rem;
    padding-left: 2rem; } }

.kenji .megamenu__item--diff .megamenu__link--diff {
  display: none; }

@media screen and (max-width: 767px) {
  .kenji .megamenu__item--diff .megamenu__link--diff {
    display: block;
    width: 54px;
    text-align: center;
    background-color: #ffffff;
    color: #00b8e3; } }

.kenji .megamenu__link {
  font-size: 1.6rem;
  color: #ffffff;
  padding: 3rem 1rem; }

@media screen and (max-width: 1023px) {
  .kenji .megamenu__link {
    font-size: 1.4rem;
    padding: 1.7rem 1rem; } }

@media screen and (max-width: 900px) {
  .kenji .megamenu__link {
    font-size: 1.2rem; } }

@media screen and (max-width: 800px) {
  .kenji .megamenu__link {
    font-size: 1.1rem; } }

@media screen and (max-width: 767px) {
  .kenji .megamenu__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 1.6rem;
    text-align: left; } }

.kenji .megamenu__link .fa-caret-down {
  margin-left: 0.7rem; }

.kenji .megamenu__link .fa-chevron-right {
  display: none; }

@media screen and (max-width: 767px) {
  .kenji .megamenu__link .fa-chevron-right {
    display: inline;
    margin-left: auto; } }

@media screen and (max-width: 767px) {
  .kenji .megamenu__link .fa-caret-down {
    display: none; } }

.kenji .megamenu__link .fa-plus-purple {
  color: #685bde; }

.kenji .megamenu__link .fa-plus-green {
  color: #23b574; }

.kenji .megamenu__link .fa-plus-blueDark {
  color: #1f2a8f; }

.kenji .menuWhite {
  display: none; }

@media screen and (max-width: 767px) {
  .kenji .menuWhite {
    display: block;
    border-top: 1px solid #cacaca;
    background-color: #ffffff; } }

.kenji .menuWhite__item {
  width: 100%;
  border-bottom: 1px solid #cacaca;
  padding-left: 1rem;
  padding-right: 1rem; }

.kenji .menuWhite__item:last-child {
  border-bottom: 0; }

@media screen and (max-width: 767px) {
  .kenji .menuWhite__item--diff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .kenji .menuWhite__item--diff .menuWhite__link {
    width: calc(100% - 54px); }
  .kenji .menuWhite__item--diff .menuWhite__link:first-child {
    padding-right: 2rem;
    padding-left: 2rem; } }

.kenji .menuWhite__item--diff .menuWhite__link--diff {
  display: none; }

@media screen and (max-width: 767px) {
  .kenji .menuWhite__item--diff .menuWhite__link--diff {
    display: block;
    width: 54px;
    text-align: center;
    background-color: #ffffff;
    border-left: 1px solid #cacaca; } }

.kenji .menuWhite__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 1.1rem 1rem; }

@media screen and (max-width: 767px) {
  .kenji .menuWhite__link {
    font-size: 1.4rem; } }

.kenji .menuWhite__link .fa-chevron-right {
  display: inline;
  margin-left: auto; }

.kenji .menuWhite__link .fa-phone {
  margin-right: 1rem; }

.kenji .menuWhite__link--large {
  font-size: 1.8rem; }

.kenji .menuWhite__text {
  font-size: 1.2rem; }

.kenji .menuChild {
  display: none;
  position: absolute;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  width: 90%;
  max-width: 1290px;
  left: 50%;
  top: 6rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  padding: 3rem 2.5rem;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.3); }

.kenji .menuChild.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1180px) {
  .kenji .menuChild {
    padding: 2.5rem 2.5rem; } }

@media screen and (max-width: 1100px) {
  .kenji .menuChild {
    top: 5rem; } }

@media screen and (max-width: 1040px) {
  .kenji .menuChild {
    top: 5rem; } }

@media screen and (max-width: 950px) {
  .kenji .menuChild {
    top: 4.5rem;
    padding: 2rem 2rem; } }

@media screen and (max-width: 900px) {
  .kenji .menuChild {
    top: 4.4rem; } }

@media screen and (max-width: 880px) {
  .kenji .menuChild {
    top: 4.1rem; } }

@media screen and (max-width: 800px) {
  .kenji .menuChild {
    padding: 1.5rem 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .menuChild {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: inherit;
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #cacaca;
    padding: 1.5rem 2.5rem; } }

.kenji .menuChild__img {
  width: 75px;
  height: 75px;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }

@media screen and (max-width: 1180px) {
  .kenji .menuChild__img {
    width: 50px;
    height: 50px; } }

@media screen and (max-width: 900px) {
  .kenji .menuChild__img {
    width: 45px;
    height: 45px; } }

@media screen and (max-width: 767px) {
  .kenji .menuChild__img {
    width: 60px;
    height: 60px; } }

.kenji .menuChild__img img {
  height: 100%;
  width: auto !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.kenji .menuChild__content {
  width: calc(100% - 75px);
  padding-left: 3rem; }

@media screen and (max-width: 1180px) {
  .kenji .menuChild__content {
    padding-left: 1.5rem;
    width: calc(100% - 50px); } }

@media screen and (max-width: 900px) {
  .kenji .menuChild__content {
    padding-left: 1rem;
    width: calc(100% - 45px); } }

@media screen and (max-width: 767px) {
  .kenji .menuChild__content {
    width: calc(100% - 60px);
    padding-left: 1.5rem; } }

.kenji .menuChild__content .tag {
  font-size: 1.2rem;
  padding: 0.1rem 1rem;
  background-color: #000000;
  color: #ffffff;
  border-radius: 10px;
  min-width: 90px;
  margin-bottom: 0.5rem; }

@media screen and (max-width: 1180px) {
  .kenji .menuChild__content .tag {
    font-size: 1rem;
    min-width: 80px; } }

@media screen and (max-width: 900px) {
  .kenji .menuChild__content .tag {
    margin-bottom: 0.2rem;
    font-size: 0.9rem;
    min-width: 70px; } }

@media screen and (max-width: 767px) {
  .kenji .menuChild__content .tag {
    font-size: 1.2rem; } }

.kenji .menuChild__content .tag--blue {
  background-color: #24b1d2; }

.kenji .menuChild__content .tag--purple {
  background-color: #685bde; }

.kenji .menuChild__content .tag--blueDark {
  background-color: #1f2a8f; }

.kenji .menuChild__content .tag--green {
  background-color: #23b574; }

.kenji .menuChild__content .text span {
  font-size: 1.6rem; }

@media screen and (max-width: 1250px) {
  .kenji .menuChild__content .text span {
    font-size: 1.5rem; } }

@media screen and (max-width: 1180px) {
  .kenji .menuChild__content .text span {
    font-size: 1.4rem; } }

@media screen and (max-width: 950px) {
  .kenji .menuChild__content .text span {
    font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .menuChild__content .text span {
    font-size: 1.4rem;
    display: inline; } }

.kenji .menuChild__content .text span:first-child {
  font-size: 1.4rem; }

@media screen and (max-width: 1250px) {
  .kenji .menuChild__content .text span:first-child {
    font-size: 1.3rem; } }

@media screen and (max-width: 1180px) {
  .kenji .menuChild__content .text span:first-child {
    font-size: 1.2rem; } }

@media screen and (max-width: 950px) {
  .kenji .menuChild__content .text span:first-child {
    font-size: 1.1rem; } }

@media screen and (max-width: 800px) {
  .kenji .menuChild__content .text span:first-child {
    font-size: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .menuChild__content .text span:first-child {
    padding-right: 1.5rem;
    font-size: 1.4rem; } }

.kenji .menuChild__link {
  padding: 1.5rem; }

@media screen and (max-width: 1180px) {
  .kenji .menuChild__link {
    padding: 1rem 1.5rem; } }

@media screen and (max-width: 950px) {
  .kenji .menuChild__link {
    padding: 1rem 1rem; } }

.kenji .menuChild__item {
  width: 25%; }

@media screen and (max-width: 767px) {
  .kenji .menuChild__item {
    width: 100%; } }

.kenji .menuChild__item.active .menuChild__img {
  border-radius: 50px; }

.kenji .menuChild__item.active .text {
  color: #0072ff; }

.kenji .menuChild__item.active .menuChild__link {
  background-color: #eef7ff;
  border-radius: 50px;
  margin-right: 3rem; }

@media screen and (max-width: 1380px) {
  .kenji .menuChild__item.active .menuChild__link {
    margin-right: 1rem; } }

@media screen and (max-width: 1250px) {
  .kenji .menuChild__item.active .menuChild__link {
    margin-right: 0.5rem; } }

@media screen and (max-width: 950px) {
  .kenji .menuChild__item.active .menuChild__link {
    margin-right: 0; } }

.kenji .menuChild--small {
  width: auto;
  min-width: 200px;
  -webkit-transform: none;
  transform: none;
  padding-top: 0; }

@media screen and (max-width: 1100px) {
  .kenji .menuChild--small {
    min-width: 150px; } }

@media screen and (max-width: 767px) {
  .kenji .menuChild--small {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

.kenji .menuChild--small.active {
  display: block !important;
  left: -2.2rem !important;
  top: 4rem !important; }

@media screen and (max-width: 1100px) {
  .kenji .menuChild--small.active {
    top: 3.5rem !important; } }

@media screen and (max-width: 950px) {
  .kenji .menuChild--small.active {
    top: 3rem !important; } }

@media screen and (max-width: 900px) {
  .kenji .menuChild--small.active {
    top: 2.9rem !important; } }

@media screen and (max-width: 880px) {
  .kenji .menuChild--small.active {
    top: 2.7rem !important; } }

.kenji .menuChild--small .menuChild__item {
  width: 100%;
  border-bottom: 1px solid #cacaca; }

@media screen and (max-width: 767px) {
  .kenji .menuChild--small .menuChild__item:last-child {
    border-bottom: 0; } }

.kenji .menuChild--small .menuChild__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem; }

@media screen and (max-width: 1100px) {
  .kenji .menuChild--small .menuChild__link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 10px; } }

@media screen and (max-width: 767px) {
  .kenji .menuChild--small .menuChild__link {
    font-size: 14px;
    padding-top: 1rem;
    padding-bottom: 1rem; } }

.kenji .menuChild--small .menuChild__link .fa-chevron-right {
  margin-right: 1rem;
  color: #0072ff;
  font-size: 11px; }

@media screen and (max-width: 1100px) {
  .kenji .menuChild--small .menuChild__link .fa-chevron-right {
    font-size: 8px;
    margin-right: 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .menuChild--small .menuChild__link .fa-chevron-right {
    font-size: 11px;
    margin-right: 1rem; } }

.kenji .megamenuChild {
  display: none;
  position: absolute;
  background: #ffffff;
  background-image: url(../../assets/img/common/bg_menu.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 10px 10px;
  width: 93vw;
  max-width: 1345px;
  left: 50%;
  top: 8.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.3); }

.kenji .megamenuChild:before {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow_menu.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (max-width: 1023px) {
  .kenji .megamenuChild:before {
    top: -8px; } }

@media screen and (max-width: 767px) {
  .kenji .megamenuChild:before {
    display: none; } }

@media screen and (max-width: 1023px) {
  .kenji .megamenuChild {
    top: 5.5rem; } }

@media screen and (max-width: 900px) {
  .kenji .megamenuChild {
    top: 5.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .megamenuChild {
    position: inherit;
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    max-width: 100%; } }

.kenji .megamenuChild.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 767px) {
  .kenji .megamenuChild__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5rem 0; } }

.kenji .megamenuChild__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 1rem;
  width: 140px;
  height: 140px;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1110px) {
  .kenji .megamenuChild__link {
    width: 120px;
    height: 120px; } }

@media screen and (max-width: 1023px) {
  .kenji .megamenuChild__link {
    width: 100px;
    height: 100px; } }

@media screen and (max-width: 900px) {
  .kenji .megamenuChild__link {
    width: 90px;
    height: 90px; } }

@media screen and (max-width: 767px) {
  .kenji .megamenuChild__link {
    width: 150px;
    height: 150px; } }

@media screen and (max-width: 610px) {
  .kenji .megamenuChild__link {
    width: 120px;
    height: 120px; } }

@media screen and (max-width: 450px) {
  .kenji .megamenuChild__link {
    width: 90px;
    height: 90px; } }

@media screen and (max-width: 479px) {
  .kenji .megamenuChild__link {
    width: 114px;
    height: 114px; } }

@media screen and (max-width: 400px) {
  .kenji .megamenuChild__link {
    width: 90px;
    height: 90px; } }

@media screen and (max-width: 374px) {
  .kenji .megamenuChild__link {
    width: 80px;
    height: 80px; } }

.kenji .megamenuChild__item {
  width: auto;
  padding: 3rem 1.25rem; }

@media screen and (max-width: 767px) {
  .kenji .megamenuChild__item {
    width: 33.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 1.5rem 1rem; } }

.kenji .megamenuChild__text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.5rem; }

@media screen and (max-width: 1110px) {
  .kenji .megamenuChild__text {
    font-size: 1.2rem;
    margin-top: 1rem; } }

@media screen and (max-width: 900px) {
  .kenji .megamenuChild__text {
    margin-top: 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .megamenuChild__text {
    margin-top: 1rem;
    font-size: 1.4rem; } }

@media screen and (max-width: 400px) {
  .kenji .megamenuChild__text {
    margin-top: 1rem;
    font-size: 1.2rem; } }

@media screen and (max-width: 374px) {
  .kenji .megamenuChild__text {
    margin-top: 0.5rem;
    font-size: 1.1rem; } }

.kenji .megamenuChild__img {
  max-height: 40px;
  max-width: 75px; }

@media screen and (max-width: 1110px) {
  .kenji .megamenuChild__img {
    max-height: 30px;
    max-width: 65px; } }

@media screen and (max-width: 900px) {
  .kenji .megamenuChild__img {
    max-height: 25px;
    max-width: 60px; } }

@media screen and (max-width: 767px) {
  .kenji .megamenuChild__img {
    max-height: 40px;
    max-width: 75px; } }

@media screen and (max-width: 479px) {
  .kenji .megamenuChild__img {
    max-height: 30px;
    max-width: 65px; } }

@media screen and (max-width: 374px) {
  .kenji .megamenuChild__img {
    max-height: 20px;
    max-width: 50px; } }

.kenji .megamenuChild__img img {
  height: 100%; }

.kenji .megamenuChild--up {
  top: 4.4rem !important; }

@media screen and (max-width: 1023px) {
  .kenji .megamenuChild--up {
    top: 4.1rem !important; } }

@media screen and (max-width: 900px) {
  .kenji .megamenuChild--up {
    top: 3.8rem !important; } }

@media screen and (max-width: 767px) {
  .kenji .megamenuChild--up {
    top: 0 !important; } }

.kenji .megamenuChild--up::before {
  top: -8px !important; }

.kenji .megamenuChild--small {
  width: 100%;
  padding: 2rem; }

@media screen and (max-width: 950px) {
  .kenji .megamenuChild--small {
    padding: 2rem 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .megamenuChild--small {
    padding: 1.5rem; } }

.kenji .megamenuChild--small.active {
  display: block !important; }

.kenji .megamenuChild--small .megamenuChild__item {
  padding: 0;
  border-top: 1px solid #cacaca; }

@media screen and (max-width: 767px) {
  .kenji .megamenuChild--small .megamenuChild__item {
    width: 100%; } }

.kenji .megamenuChild--small .megamenuChild__item:last-child {
  border-bottom: 1px solid #cacaca; }

.kenji .megamenuChild--small .megamenuChild__link {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 700; }

@media screen and (max-width: 1250px) {
  .kenji .megamenuChild--small .megamenuChild__link {
    font-size: 12px; } }

@media screen and (max-width: 1070px) {
  .kenji .megamenuChild--small .megamenuChild__link {
    font-size: 10px; } }

@media screen and (max-width: 767px) {
  .kenji .megamenuChild--small .megamenuChild__link {
    font-size: 14px; } }

.kenji .megamenuChild--small .megamenuChild__link .fa-chevron-right {
  margin-right: 1rem;
  color: #0072ff;
  font-size: 11px; }

@media screen and (max-width: 950px) {
  .kenji .megamenuChild--small .megamenuChild__link .fa-chevron-right {
    font-size: 9px;
    margin-right: 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .megamenuChild--small .megamenuChild__link .fa-chevron-right {
    font-size: 11px;
    margin-right: 1rem; } }

.kenji .smallHeader .megamenu__link {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.kenji .smallHeader .megamenu__item::after {
  height: 100% !important; }

.kenji .smallHeader .megamenu__item::before {
  height: 100% !important; }

/***********************************************
  Footer Container
************************************************/
.kenji .footer {
  overflow: hidden; }

.kenji .footer__partner {
  padding: 4.4rem 0 4.7rem;
  background-color: #f4f4f4; }

@media screen and (max-width: 1279px) {
  .kenji .footer__partner {
    padding: 3.5rem 0 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .footer__partner {
    padding: 3.5rem 0 5.2rem; } }

.kenji .footer__partner .inner {
  max-width: 1020px; }

.kenji .footer__partner .partnerCtn {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2rem; }

@media screen and (max-width: 1279px) {
  .kenji .footer__partner .partnerCtn {
    margin: -1rem; } }

@media screen and (max-width: 767px) {
  .kenji .footer__partner .partnerCtn {
    margin: -0.5rem -2rem; } }

.kenji .footer__partner .partnerCtn .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.kenji .footer__partner .partnerCtn__item {
  width: 33.3333%;
  padding: 2rem; }

@media screen and (max-width: 1279px) {
  .kenji .footer__partner .partnerCtn__item {
    padding: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .footer__partner .partnerCtn__item {
    width: 100%;
    padding: 0.5rem; } }

.kenji .footer__partner .partnerCtn__img {
  position: relative;
  padding-bottom: 35.9%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.kenji .footer__partner .partnerCtn__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.kenji .footer__partner .partnerCtn__ttl {
  padding-top: 1.5rem;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em; }

@media screen and (max-width: 1279px) {
  .kenji .footer__partner .partnerCtn__ttl {
    padding-top: 1rem;
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .footer__partner .partnerCtn__ttl {
    font-size: 1.4rem; } }

@media screen and (max-width: 410px) {
  .kenji .footer__partner .partnerCtn__ttl {
    font-size: 1.3rem; } }

.kenji .footer__partner .partnerCtn__ttl i {
  color: #0072ff;
  margin-left: 0.5rem; }

@media screen and (min-width: 768px) {
  .kenji .footer__partner .partnerCtn .slick-track,
  .kenji .footer__partner .partnerCtn .slick-list {
    width: 100% !important;
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important; } }

@media screen and (min-width: 768px) {
  .kenji .footer__partner .partnerCtn .slick-slide {
    width: 33.3333% !important; } }

.kenji .footer__partner .partnerCtn .slick-dots {
  bottom: -1.5rem; }

.kenji .footer__partner .partnerCtn .slick-dots li {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0.35rem; }

.kenji .footer__partner .partnerCtn .slick-dots li.slick-active button:before {
  background-color: #0072ff; }

.kenji .footer__partner .partnerCtn .slick-dots li button {
  padding: 0;
  width: 0.7rem;
  height: 0.7rem; }

.kenji .footer__partner .partnerCtn .slick-dots li button:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background-color: #999999;
  border-radius: 100%;
  opacity: 1; }

.kenji .footer__main {
  padding: 2.5rem 0 5rem; }

@media screen and (max-width: 767px) {
  .kenji .footer__main {
    padding: 0; } }

.kenji .footer__main .navList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #cacaca; }

@media screen and (max-width: 767px) {
  .kenji .footer__main .navList {
    border: 0;
    padding-bottom: 0;
    margin: 0 -2rem; } }

@media screen and (max-width: 767px) {
  .kenji .footer__main .navList__item {
    width: 100%;
    border-bottom: 1px solid #cacaca; } }

.kenji .footer__main .navList__item:before {
  content: "　｜　"; }

@media screen and (max-width: 767px) {
  .kenji .footer__main .navList__item:before {
    display: none; } }

@media screen and (max-width: 767px) {
  .kenji .footer__main .navList__item:first-child {
    border-top: 1px solid #cacaca; } }

.kenji .footer__main .navList__item:first-child:before {
  content: ""; }

.kenji .footer__main .navList__ctn {
  font-size: 1.2rem;
  letter-spacing: 0.05em; }

@media screen and (max-width: 767px) {
  .kenji .footer__main .navList__ctn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 4rem;
    padding: 0.5rem 2rem; } }

.kenji .footer__main .navList__ctn i {
  display: none; }

@media screen and (max-width: 767px) {
  .kenji .footer__main .navList__ctn i {
    display: block; } }

.kenji .footer__main .brandsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4.5rem;
  margin: -2.25rem 0; }

@media screen and (max-width: 1023px) {
  .kenji .footer__main .brandsList {
    margin: -2rem 0 -1.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .footer__main .brandsList {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem; } }

@media screen and (max-width: 380px) {
  .kenji .footer__main .brandsList {
    padding-top: 3rem; } }

.kenji .footer__main .brandsList__item {
  width: 50%;
  padding: 2.25rem 0;
  letter-spacing: 0.05em; }

@media screen and (max-width: 1023px) {
  .kenji .footer__main .brandsList__item {
    width: 100%;
    padding: 2rem 0 1.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .footer__main .brandsList__item {
    border-bottom: 1px solid #cacaca; } }

.kenji .footer__main .brandsList__item:last-child {
  border: 0; }

.kenji .footer__main .brandsList__ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.kenji .footer__main .brandsList__img {
  width: 11.7rem;
  height: 11.7rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (max-width: 767px) {
  .kenji .footer__main .brandsList__img {
    width: 10rem;
    height: 10rem; } }

@media screen and (max-width: 380px) {
  .kenji .footer__main .brandsList__img {
    width: 8rem;
    height: 8rem; } }

.kenji .footer__main .brandsList__img img {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.kenji .footer__main .brandsList__txt {
  width: calc(100% - 11.7rem);
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

@media screen and (max-width: 767px) {
  .kenji .footer__main .brandsList__txt {
    width: calc(100% - 10rem);
    padding-left: 1.7rem;
    padding-right: 0; } }

@media screen and (max-width: 380px) {
  .kenji .footer__main .brandsList__txt {
    width: calc(100% - 8rem);
    padding-left: 1.5rem; } }

.kenji .footer__main .brandsList__ttl {
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 0.6rem; }

@media screen and (max-width: 1279px) {
  .kenji .footer__main .brandsList__ttl {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .footer__main .brandsList__ttl {
    font-size: 1.3rem; } }

.kenji .footer__main .brandsList__ttl .bold {
  font-weight: bold;
  display: inline-block; }

.kenji .footer__main .brandsList__desc {
  font-size: 1.4rem;
  line-height: 1.7; }

@media screen and (max-width: 1279px) {
  .kenji .footer__main .brandsList__desc {
    font-size: 1.3rem; } }

@media screen and (max-width: 767px) {
  .kenji .footer__main .brandsList__desc {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 0.6rem; } }

@media screen and (max-width: 416px) {
  .kenji .footer__main .brandsList__desc {
    letter-spacing: 0.04em; } }

@media screen and (max-width: 415px) {
  .kenji .footer__main .brandsList__desc {
    letter-spacing: 0.05em; } }

.kenji .footer__main .brandsList__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.kenji .footer__main .brandsList__listitem {
  font-size: 1.2rem;
  line-height: 1.7; }

@media screen and (max-width: 767px) {
  .kenji .footer__main .brandsList__listitem {
    line-height: 1.5; } }

.kenji .footer__main .brandsList__listitem:after {
  content: "｜"; }

.kenji .footer__main .brandsList__listitem:last-child:after {
  content: ""; }

.kenji .footer__main .brandsList__listitem a {
  color: #0072ff; }

.kenji .footer__main .brandsList__social {
  display: none;
  letter-spacing: 0.1em;
  padding-top: 1.2rem; }

@media screen and (max-width: 767px) {
  .kenji .footer__main .brandsList__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.kenji .footer__main .brandsList__social i {
  font-size: 2.2rem; }

.kenji .footer__main .brandsList__social i.fa-facebook {
  color: #0a66ff; }

.kenji .footer__main .brandsList__socialitem {
  margin-right: 1rem; }

.kenji .footer__copyrights {
  border-top: 1px solid #cacaca;
  padding: 4.5rem 0; }

@media screen and (max-width: 1279px) {
  .kenji .footer__copyrights {
    padding: 3rem 0; } }

@media screen and (max-width: 767px) {
  .kenji .footer__copyrights {
    padding: 2.5rem 0; } }

.kenji .footer__copyrights p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em; }

@media screen and (max-width: 1279px) {
  .kenji .footer__copyrights p {
    font-size: 1.1rem; } }

@media screen and (max-width: 767px) {
  .kenji .footer__copyrights p {
    font-size: 1rem; } }

.kenji .topPage {
  overflow: hidden; }

.kenji .topPage .banner {
  overflow: hidden; }

.kenji .topPage .banner__item h1 {
  text-align: center; }

.kenji .topPage .school {
  background-color: #f4f4f4;
  padding: 7.8rem 0 10.8rem; }

@media screen and (max-width: 1279px) {
  .kenji .topPage .school {
    padding: 6rem 0 7rem; } }

@media screen and (max-width: 767px) {
  .kenji .topPage .school {
    padding: 3.35rem 0 4.1rem; } }

.kenji .topPage .school .titleBox {
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 1279px) {
  .kenji .topPage .school .titleBox {
    padding-bottom: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .topPage .school .titleBox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 2.2rem; } }

.kenji .topPage .school .titleBox__ttl {
  padding-right: 2rem;
  font-size: 1.6rem; }

@media screen and (max-width: 1279px) {
  .kenji .topPage .school .titleBox__ttl {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .topPage .school .titleBox__ttl {
    font-size: 1.4rem;
    width: 100%;
    padding-right: 0; } }

@media screen and (max-width: 767px) {
  .kenji .topPage .school .titleBox__btn {
    width: 100%;
    text-align: center; } }

.kenji .topPage .school .schoolCtn {
  margin: -3.5rem -4.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 1279px) {
  .kenji .topPage .school .schoolCtn {
    margin: -1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .topPage .school .schoolCtn {
    margin: -0.9rem -2rem; } }

@media screen and (max-width: 374px) {
  .kenji .topPage .school .schoolCtn {
    margin: -0.9rem -1.5rem; } }

.kenji .topPage .school .schoolCtn__item {
  padding: 3.5rem 4.75rem;
  width: 50%; }

@media screen and (max-width: 1279px) {
  .kenji .topPage .school .schoolCtn__item {
    padding: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .topPage .school .schoolCtn__item {
    width: 100%;
    padding: 0.9rem; } }

.kenji .topPage .school .schoolCtn__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.kenji .topPage .school .schoolCtn__img {
  width: 25rem;
  height: 173px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media screen and (max-width: 1279px) {
  .kenji .topPage .school .schoolCtn__img {
    width: 17rem;
    height: 117px; } }

@media screen and (max-width: 1023px) {
  .kenji .topPage .school .schoolCtn__img {
    width: 100%;
    height: 0;
    padding-bottom: 51.95%; } }

.kenji .topPage .school .schoolCtn__img img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.kenji .topPage .school .schoolCtn__txt {
  width: calc(100% - 25rem);
  padding-left: 2.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .topPage .school .schoolCtn__txt {
    padding-left: 1.5rem;
    width: calc(100% - 17rem); } }

@media screen and (max-width: 1023px) {
  .kenji .topPage .school .schoolCtn__txt {
    width: 100%;
    padding-left: 0;
    padding-top: 1.5rem; } }

.kenji .topPage .school .schoolCtn__ttl {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-bottom: 1.8rem; }

@media screen and (max-width: 1279px) {
  .kenji .topPage .school .schoolCtn__ttl {
    font-size: 1.7rem;
    padding-bottom: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .topPage .school .schoolCtn__ttl {
    font-size: 1.6rem;
    padding-bottom: 1.5rem; } }

.kenji .topPage .school .schoolCtn__ttl--bold {
  font-weight: bold; }

.kenji .topPage .school .schoolCtn__ttl i {
  font-size: 1.6rem; }

@media screen and (max-width: 1279px) {
  .kenji .topPage .school .schoolCtn__ttl i {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .topPage .school .schoolCtn__ttl i {
    font-size: 1.4rem; } }

.kenji .topPage .school .schoolCtn__tag {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 2.55rem;
  min-width: 6.55rem;
  padding: 0.2rem 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.kenji .topPage .school .schoolCtn__tag--blue {
  background-color: #24b1d2; }

.kenji .topPage .school .schoolCtn__tag--purple {
  background-color: #685bde; }

.kenji .topPage .school .schoolCtn__tag--blue2 {
  background-color: #1f2a8f; }

.kenji .topPage .school .schoolCtn__tag--green {
  background-color: #23b574; }

.kenji .topPage .school .schoolCtn__tag span {
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  letter-spacing: 0.05em; }

.kenji .topPage .school .schoolCtn .listCar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.4rem -0.3rem; }

@media screen and (max-width: 767px) {
  .kenji .topPage .school .schoolCtn .listCar {
    margin: -0.4rem -0.25rem; } }

.kenji .topPage .school .schoolCtn .listCar i {
  display: none; }

@media screen and (max-width: 767px) {
  .kenji .topPage .school .schoolCtn .listCar i {
    display: block;
    font-size: 1.4rem;
    position: absolute;
    right: 1.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media screen and (max-width: 374px) {
  .kenji .topPage .school .schoolCtn .listCar i {
    font-size: 1rem;
    right: 1rem; } }

.kenji .topPage .school .schoolCtn .listCar--purple .listCar__ctn {
  border: 1.5px solid #685bde; }

.kenji .topPage .school .schoolCtn .listCar--blue2 .listCar__ctn {
  border: 1.5px solid #1f2a8f; }

.kenji .topPage .school .schoolCtn .listCar--green .listCar__ctn {
  border: 1.5px solid #23b574; }

.kenji .topPage .school .schoolCtn .listCar__item {
  width: 50%;
  padding: 0.4rem 0.3rem;
  position: relative; }

@media screen and (max-width: 767px) {
  .kenji .topPage .school .schoolCtn .listCar__item {
    padding: 0.4rem 0.25rem; } }

.kenji .topPage .school .schoolCtn .listCar__item.disabled .listCar__ctn {
  border: 1.5px solid #cccccc; }

.kenji .topPage .school .schoolCtn .listCar__item.disabled .listCar__ttl {
  color: #cccccc; }

.kenji .topPage .school .schoolCtn .listCar__ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1.5px solid #24b1d2;
  min-height: 3.8rem;
  border-radius: 1.8rem;
  padding: 0.4rem 1rem;
  background-color: white; }

@media screen and (max-width: 374px) {
  .kenji .topPage .school .schoolCtn .listCar__ctn {
    padding: 0.4rem 0.5rem;
    min-height: 3.5rem; } }

.kenji .topPage .school .schoolCtn .listCar__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.kenji .topPage .school .schoolCtn .listCar__img--car {
  padding-right: 1.5rem; }

@media screen and (max-width: 374px) {
  .kenji .topPage .school .schoolCtn .listCar__img--car {
    padding-right: 1rem; } }

.kenji .topPage .school .schoolCtn .listCar__img--car img {
  width: 41.5px; }

.kenji .topPage .school .schoolCtn .listCar__img--moto {
  padding-right: 1.7rem; }

.kenji .topPage .school .schoolCtn .listCar__img--moto img {
  width: 29.5px; }

.kenji .topPage .school .schoolCtn .listCar__img--truck {
  padding-right: 1.5rem; }

.kenji .topPage .school .schoolCtn .listCar__img--truck img {
  width: 39px; }

.kenji .topPage .school .schoolCtn .listCar__img--bus {
  padding-right: 1.75rem; }

.kenji .topPage .school .schoolCtn .listCar__img--bus img {
  width: 43px; }

.kenji .topPage .school .schoolCtn .listCar__img--restrictions {
  padding-right: 1.5rem; }

@media screen and (max-width: 374px) {
  .kenji .topPage .school .schoolCtn .listCar__img--restrictions {
    padding-right: 1rem; } }

.kenji .topPage .school .schoolCtn .listCar__img--restrictions img {
  width: 27.5px; }

.kenji .topPage .school .schoolCtn .listCar__img--drone {
  padding-right: 0.9rem; }

@media screen and (max-width: 374px) {
  .kenji .topPage .school .schoolCtn .listCar__img--drone {
    padding-right: 0.5rem; } }

.kenji .topPage .school .schoolCtn .listCar__img--drone img {
  width: 38.5px; }

@media screen and (max-width: 374px) {
  .kenji .topPage .school .schoolCtn .listCar__img--drone img {
    width: 36px; } }

.kenji .topPage .school .schoolCtn .listCar__ttl {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.05em; }

@media screen and (max-width: 767px) {
  .kenji .topPage .school .schoolCtn .listCar__ttl {
    padding-right: 2.8rem; } }

@media screen and (max-width: 405px) {
  .kenji .topPage .school .schoolCtn .listCar__ttl {
    padding-right: 1rem; } }

@media screen and (max-width: 374px) {
  .kenji .topPage .school .schoolCtn .listCar__ttl {
    font-size: 1.2rem; } }

.kenji .topPage .school .schoolCtn__bottom {
  padding-top: 2.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .topPage .school .schoolCtn__bottom {
    padding-top: 1.75rem; } }

.kenji .topPage .school .schoolCtn__bottom .schoolCtnTag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -0.5rem; }

.kenji .topPage .school .schoolCtn__bottom .schoolCtnTag__item {
  min-height: 3rem;
  padding: 0.3rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  border-radius: 1.5rem;
  letter-spacing: 0.05em;
  color: white; }

@media screen and (max-width: 1023px) {
  .kenji .topPage .school .schoolCtn__bottom .schoolCtnTag__item {
    font-size: 1rem;
    min-height: 2.5rem;
    padding: 0.2rem 1.25rem; } }

.kenji .topPage .school .schoolCtn__bottom .schoolCtnTag__item:last-child {
  margin-right: 0; }

.kenji .topPage .school .schoolCtn__bottom .schoolCtnTag__item--green {
  background-color: #23b574; }

.kenji .topPage .school .schoolCtn__bottom .schoolCtnTag__item--blue {
  background-color: #005ccd; }

.kenji .topPage .school .schoolCtn__bottom .schoolCtnTag__item--purple {
  background-color: #9264e7; }

.kenji .topPage .school .schoolCtn__bottom .schoolCtnTag__item--orange {
  background-color: #e5753e; }

.kenji .topPage .school .schoolCtn__bottom .schoolCtnTag__item--blue2 {
  background-color: #0072ff; }

.kenji .topPage .school .schoolCtn__bottom .schoolCtnTag__item--pink {
  background-color: #f06a6a; }

@media screen and (min-width: 768px) {
  .kenji .topPage .school .schoolCtn .slick-track,
  .kenji .topPage .school .schoolCtn .slick-list {
    width: 100% !important;
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important; } }

@media screen and (min-width: 768px) {
  .kenji .topPage .school .schoolCtn .slick-slide {
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none; } }

@media screen and (min-width: 768px) {
  .kenji .topPage .school .schoolCtn .slick-slide > div {
    width: 50%; } }

.kenji .topPage.shizuokaPage .slider.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .kenji .topPage.shizuokaPage .slider.sp {
    display: block !important; } }

.kenji .topPage.shizuokaPage .slider.pc {
  display: block !important; }

@media screen and (max-width: 767px) {
  .kenji .topPage.shizuokaPage .slider.pc {
    display: none !important; } }

.kenji .topPage.shizuokaPage .slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden; }

.kenji .topPage.shizuokaPage .slider img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.kenji .topPage.shizuokaPage .slider .slider__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  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; }

.kenji .topPage.shizuokaPage .slider .slider__item img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.kenji .topPage.shizuokaPage .slider.pc img,
.kenji .topPage.shizuokaPage .slider.pc .slider__item {
  height: 820px; }

@media screen and (max-width: 1850px) {
  .kenji .topPage.shizuokaPage .slider.pc img,
  .kenji .topPage.shizuokaPage .slider.pc .slider__item {
    height: 750px; } }

@media screen and (max-width: 1650px) {
  .kenji .topPage.shizuokaPage .slider.pc img,
  .kenji .topPage.shizuokaPage .slider.pc .slider__item {
    height: 700px; } }

@media screen and (max-width: 1550px) {
  .kenji .topPage.shizuokaPage .slider.pc img,
  .kenji .topPage.shizuokaPage .slider.pc .slider__item {
    height: 650px; } }

@media screen and (max-width: 1450px) {
  .kenji .topPage.shizuokaPage .slider.pc img,
  .kenji .topPage.shizuokaPage .slider.pc .slider__item {
    height: 600px; } }

@media screen and (max-width: 1300px) {
  .kenji .topPage.shizuokaPage .slider.pc img,
  .kenji .topPage.shizuokaPage .slider.pc .slider__item {
    height: 500px; } }

@media screen and (max-width: 1100px) {
  .kenji .topPage.shizuokaPage .slider.pc img,
  .kenji .topPage.shizuokaPage .slider.pc .slider__item {
    height: 400px; } }

@media screen and (max-width: 900px) {
  .kenji .topPage.shizuokaPage .slider.pc img,
  .kenji .topPage.shizuokaPage .slider.pc .slider__item {
    height: 350px; } }

.kenji .topPage.shizuokaPage .slider.sp img,
.kenji .topPage.shizuokaPage .slider.sp .slider__item {
  height: 1200px; }

@media screen and (max-width: 750px) {
  .kenji .topPage.shizuokaPage .slider.sp img,
  .kenji .topPage.shizuokaPage .slider.sp .slider__item {
    height: 1100px; } }

@media screen and (max-width: 700px) {
  .kenji .topPage.shizuokaPage .slider.sp img,
  .kenji .topPage.shizuokaPage .slider.sp .slider__item {
    height: 900px; } }

@media screen and (max-width: 550px) {
  .kenji .topPage.shizuokaPage .slider.sp img,
  .kenji .topPage.shizuokaPage .slider.sp .slider__item {
    height: 700px; } }

@media screen and (max-width: 450px) {
  .kenji .topPage.shizuokaPage .slider.sp img,
  .kenji .topPage.shizuokaPage .slider.sp .slider__item {
    height: 600px; } }

@media screen and (max-width: 375px) {
  .kenji .topPage.shizuokaPage .slider.sp img,
  .kenji .topPage.shizuokaPage .slider.sp .slider__item {
    height: 500px; } }

.kenji .column {
  padding: 9.2rem 0 6.67rem; }

@media screen and (max-width: 1279px) {
  .kenji .column {
    padding: 6rem 0 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .column {
    padding: 4.3rem 0 2.95rem; } }

@media screen and (max-width: 767px) {
  .kenji .column .pageTtl {
    margin-bottom: 2rem; } }

.kenji .column .columnCtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.8rem -2.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .column .columnCtn {
    margin: -1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .column .columnCtn {
    margin: 0; } }

.kenji .column .columnCtn__item {
  width: 50%;
  padding: 1.8rem 2.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .column .columnCtn__item {
    padding: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .column .columnCtn__item {
    width: 100%;
    border-bottom: 1px solid #cacaca;
    padding: 0.45rem 0; } }

@media screen and (max-width: 767px) {
  .kenji .column .columnCtn__item:first-child {
    border-top: 1px solid #cacaca; } }

.kenji .column .columnCtn__ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.kenji .column .columnCtn__img {
  width: 17rem;
  height: 17rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  border: 1px solid #cccccc; }

@media screen and (max-width: 1023px) {
  .kenji .column .columnCtn__img {
    width: 14rem;
    height: 14rem; } }

@media screen and (max-width: 767px) {
  .kenji .column .columnCtn__img {
    width: 9.4rem;
    height: 9.4rem; } }

.kenji .column .columnCtn__img img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.kenji .column .columnCtn__txt {
  width: calc(100% - 17rem);
  padding-left: 2.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .column .columnCtn__txt {
    width: calc(100% - 14rem);
    padding-left: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .column .columnCtn__txt {
    width: calc(100% - 9.4rem);
    padding-left: 2rem; } }

.kenji .column .columnCtn__tag {
  background-color: #0072ff;
  border-radius: 1.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding: 0.2rem 1rem;
  min-height: 2.5rem;
  min-width: 10.4rem;
  color: white;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  margin-right: 0.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .column .columnCtn__tag {
    margin-bottom: 0.6rem; } }

@media screen and (max-width: 767px) {
  .kenji .column .columnCtn__tag {
    margin-bottom: 0.5rem; } }

.kenji .column .columnCtn__tag:last-child {
  margin-right: 0; }

.kenji .column .columnCtn__ttl {
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: 1.6rem; }

@media screen and (max-width: 1279px) {
  .kenji .column .columnCtn__ttl {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .column .columnCtn__ttl {
    font-size: 1.4rem; } }

.kenji .column .columnCtn__desc {
  font-size: 1.4rem;
  padding-top: 1rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 1023px) {
  .kenji .column .columnCtn__desc {
    padding-top: 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .column .columnCtn__desc {
    display: none; } }

.kenji .column .columnCtn__date {
  padding-top: 1.5rem;
  color: #0072ff;
  font-size: 1.1rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 1023px) {
  .kenji .column .columnCtn__date {
    padding-top: 0.6rem; } }

@media screen and (max-width: 767px) {
  .kenji .column .columnCtn__date {
    padding-top: 0.7rem; } }

.kenji .course {
  padding: 6.67rem 0 6.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .course {
    padding: 5rem 0 5rem; } }

@media screen and (max-width: 767px) {
  .kenji .course {
    padding: 2.95rem 0 3.85rem; } }

@media screen and (max-width: 767px) {
  .kenji .course .pageTtl {
    margin-bottom: 2rem; } }

.kenji .course .courseCtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2rem; }

@media screen and (max-width: 1279px) {
  .kenji .course .courseCtn {
    margin: -1rem; } }

@media screen and (max-width: 767px) {
  .kenji .course .courseCtn {
    margin: -1rem -2rem; } }

.kenji .course .courseCtn__item {
  width: 33.3333%;
  padding: 2rem; }

@media screen and (max-width: 1279px) {
  .kenji .course .courseCtn__item {
    padding: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .course .courseCtn__item {
    width: 100%;
    padding: 1rem; } }

.kenji .course .courseCtn__img {
  position: relative;
  padding-bottom: 52.85%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.kenji .course .courseCtn__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.kenji .course .courseCtn__ttl {
  padding-top: 1.5rem;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em; }

@media screen and (max-width: 1279px) {
  .kenji .course .courseCtn__ttl {
    padding-top: 1rem;
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .kenji .course .courseCtn__ttl {
    font-size: 1.4rem; } }

@media screen and (max-width: 410px) {
  .kenji .course .courseCtn__ttl {
    font-size: 1.3rem; } }

@media screen and (max-width: 374px) {
  .kenji .course .courseCtn__ttl {
    font-size: 1.2rem; } }

.kenji .course .courseCtn__ttl i {
  color: #0072ff;
  margin-left: 0.5rem; }

@media screen and (min-width: 768px) {
  .kenji .course .courseCtn .slick-track,
  .kenji .course .courseCtn .slick-list {
    width: 100% !important;
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important; } }

@media screen and (min-width: 768px) {
  .kenji .course .courseCtn .slick-slide {
    width: 33.3333% !important; } }

.kenji .flowPage {
  padding: 12.5rem 0 10rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowPage {
    padding: 10rem 0 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowPage {
    padding: 8rem 0 6rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowPage {
    padding: 6rem 0 4rem; } }

@media screen and (max-width: 900px) {
  .kenji .flowPage .innerS {
    padding-left: 2rem;
    padding-right: 2rem; } }

.kenji .flowPage .alert {
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #cacaca;
  margin: 3rem auto;
  position: relative; }

.kenji .flowPage .alert.danger {
  color: #eb1e1e; }

.kenji .flowPage .alert strong {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #000000;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .kenji .flowPage .alert strong {
    font-size: 1.8rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowPage .alert strong {
    font-size: 1.6rem;
    margin-bottom: 0.5rem; } }

.kenji .flowPage .alert .close {
  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;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 50%; }

@media screen and (max-width: 479px) {
  .kenji .flowPage .alert .close {
    width: 24px;
    height: 24px; } }

.kenji .flowPage .headPage {
  margin-bottom: 8rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowPage .headPage {
    margin-bottom: 6rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowPage .headPage {
    margin-bottom: 4rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowPage .headPage {
    margin-bottom: 2rem; } }

.kenji .flowPage .headPage__desc {
  line-height: 2;
  margin-bottom: 4.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowPage .headPage__desc {
    margin-bottom: 3.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowPage .headPage__desc {
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowPage .headPage__desc {
    margin-bottom: 1.5rem; } }

.kenji .flowPage .list {
  margin-bottom: 4.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowPage .list {
    margin-bottom: 3.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowPage .list {
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowPage .list {
    margin-bottom: 1.5rem; } }

.kenji .flowPage .list__item {
  margin-bottom: 2.5rem;
  position: relative;
  padding-left: 1.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowPage .list__item {
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowPage .list__item {
    margin-bottom: 1.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowPage .list__item {
    margin-bottom: 1rem; } }

.kenji .flowPage .list__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0; }

.kenji .flowPage .list__item:last-child {
  margin-bottom: 0; }

.kenji .flowPage .list__item .link {
  color: #0072ff;
  text-decoration: underline;
  text-underline-offset: 4px; }

.kenji .flowPage .contact {
  background-color: #f4f4f4;
  padding: 6rem 1rem;
  margin-bottom: 8rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowPage .contact {
    padding: 5rem 1rem;
    margin-bottom: 6rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowPage .contact {
    padding: 4rem 1rem;
    margin-bottom: 4rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowPage .contact {
    padding: 3rem 1rem;
    margin-bottom: 2rem; } }

.kenji .flowPage .contact__head {
  margin-bottom: 2rem;
  font-size: 1.6rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowPage .contact__head {
    font-size: 1.5rem;
    margin-bottom: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowPage .contact__head {
    font-size: 1.4rem;
    margin-bottom: 1rem; } }

.kenji .flowPage .contact__text {
  margin-bottom: 1rem; }

.kenji .flowPage .contact__text:last-child {
  margin-bottom: 0; }

.kenji .flowPage.flowChartPage {
  max-width: 1445px;
  margin: 0 auto;
  padding: 5rem 5rem 10rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowPage.flowChartPage {
    padding: 4rem 3rem 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowPage.flowChartPage {
    padding: 3rem 2rem 6rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowPage .price--change {
    font-size: 34px !important; } }

@media screen and (max-width: 479px) {
  .kenji .flowPage .price--change {
    font-size: 30px !important; } }

@media screen and (max-width: 374px) {
  .kenji .flowPage .price--change {
    font-size: 23px !important; } }

.kenji .flowPage .price--change .text--sm {
  margin-right: 2rem; }

@media screen and (max-width: 374px) {
  .kenji .flowPage .price--change .text--sm {
    margin-right: 1rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowPage .price--change .text--sm {
    font-size: 12px !important; } }

.kenji .flowPage .price--change .text--tax {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  white-space: nowrap; }

@media screen and (max-width: 767px) {
  .kenji .flowPage .price--change .text--tax {
    font-size: 1.4rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowPage .price--change .text--tax {
    font-size: 1.2rem; } }

@media screen and (max-width: 374px) {
  .kenji .flowPage .price--change .text--tax {
    font-size: 1rem; } }

.kenji .flowPage .mainForm .form .input__disabled {
  background-color: #f4f4f4 !important; }

.kenji .flowPage .mainForm .form__checkDif {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 0;
  width: 100%; }

.kenji .flowPage .mainForm .form__checkDif__label {
  position: relative;
  padding-left: 32px;
  margin-top: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.kenji .flowPage .mainForm .form__checkDif__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.kenji .flowPage .mainForm .form__checkDif__label .checkmark {
  position: absolute;
  top: 50%;
  left: 0 !important;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #0072ff;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.kenji .flowPage .mainForm .form__checkDif__label input:checked ~ .checkmark:after {
  display: block; }

.kenji .flowPage .mainForm .form__checkDif__label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0;
  width: 6px;
  height: 11px;
  border: solid #0072ff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.kenji .flowCompletedPage .headPage {
  color: #0072ff; }

.kenji .flowCompletedPage .textTop {
  margin-bottom: 4.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowCompletedPage .textTop {
    margin-bottom: 3.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowCompletedPage .textTop {
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowCompletedPage .textTop {
    margin-bottom: 1.5rem; } }

.kenji .flowStartPage {
  max-width: 1445px;
  margin: 0 auto;
  padding: 5rem 5rem 10rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowStartPage {
    padding: 4rem 3rem 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowStartPage {
    padding: 3rem 2rem 6rem; } }

@media screen and (max-width: 900px) {
  .kenji .flowStartPage .innerS {
    padding-left: 0;
    padding-right: 0; } }

.kenji .flowStartPage .text--blue {
  color: #0072ff; }

.kenji .flowStartPage .headPage {
  margin-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowStartPage .headPage {
    margin-bottom: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowStartPage .headPage {
    margin-bottom: 2rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .headPage {
    margin-bottom: 1.5rem; } }

.kenji .flowStartPage .headPage__desc {
  margin-bottom: 6.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowStartPage .headPage__desc {
    margin-bottom: 5.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowStartPage .headPage__desc {
    margin-bottom: 4.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .headPage__desc {
    margin-bottom: 3.5rem; } }

.kenji .flowStartPage .boxStep {
  margin-bottom: 5rem; }

.kenji .flowStartPage .boxStep__item {
  border-top: 1px solid #cccccc;
  padding: 1.5rem 0; }

.kenji .flowStartPage .boxStep__item:last-child {
  border-bottom: 1px solid #cccccc; }

.kenji .flowStartPage .boxStep__item--diff {
  padding: 0; }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .boxStep__item--diff {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .flowStartPage .boxStep__item--left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem; }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .boxStep__item--left {
    padding: 1.5rem 0; } }

.kenji .flowStartPage .boxStep__item--right {
  width: 270px;
  background-color: #eef7ff;
  text-align: center;
  padding: 2rem 0; }

@media screen and (max-width: 900px) {
  .kenji .flowStartPage .boxStep__item--right {
    padding: 1.5rem 0;
    width: 200px; } }

@media screen and (max-width: 767px) {
  .kenji .flowStartPage .boxStep__item--right {
    width: 150px; } }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .boxStep__item--right {
    width: 100%; } }

.kenji .flowStartPage .boxStep__item--right img {
  max-width: 110px; }

@media screen and (max-width: 900px) {
  .kenji .flowStartPage .boxStep__item--right img {
    max-width: 80px; } }

.kenji .flowStartPage .boxStep__number {
  width: 40px; }

.kenji .flowStartPage .boxStep__number .text {
  font-size: 2rem;
  color: #0072ff;
  line-height: 1; }

.kenji .flowStartPage .boxStep__text {
  width: calc(100% - 40px); }

.kenji .flowStartPage .boxStep__text .link {
  color: #0072ff;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700; }

.kenji .flowStartPage .boxStep__text .text--margin {
  margin-bottom: 1rem; }

.kenji .flowStartPage .boxStep__text .text--marginLg {
  margin-bottom: 2rem; }

.kenji .flowStartPage .stepGroup {
  max-width: 778px;
  margin: 3rem 0; }

@media screen and (max-width: 1023px) {
  .kenji .flowStartPage .stepGroup {
    max-width: 650px; } }

@media screen and (max-width: 900px) {
  .kenji .flowStartPage .stepGroup {
    max-width: 550px; } }

@media screen and (max-width: 767px) {
  .kenji .flowStartPage .stepGroup {
    max-width: 500px; } }

@media screen and (max-width: 630px) {
  .kenji .flowStartPage .stepGroup {
    max-width: 450px; } }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .stepGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0; }
  .kenji .flowStartPage .stepGroup .step {
    width: 50%; } }

.kenji .flowStartPage .step {
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative; }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .step {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 0; } }

.kenji .flowStartPage .step:last-child {
  margin-bottom: 0; }

.kenji .flowStartPage .step:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 95%;
  height: 4px;
  background-color: #0072ff;
  z-index: -1;
  border-radius: 10px; }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .step:before {
    height: 102%;
    width: 4px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

.kenji .flowStartPage .step:after {
  content: "…";
  position: absolute;
  left: 95%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0072ff;
  z-index: -1;
  border-radius: 10px;
  font-weight: 700;
  font-size: 25px; }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .step:after {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    top: 102%; } }

.kenji .flowStartPage .step--diff {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.kenji .flowStartPage .step--diff:before {
  left: auto;
  right: 0; }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .step--diff:before {
    height: 102%;
    width: 4px;
    left: 50%;
    bottom: 0;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

.kenji .flowStartPage .step--diff:after {
  left: auto;
  right: 95%; }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .step--diff:after {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    top: auto;
    bottom: 104%; } }

.kenji .flowStartPage .step__item {
  width: 150px;
  height: 150px;
  border: 2px solid #0072ff;
  padding: 0.5rem;
  border-radius: 50%;
  margin-right: 2.5rem;
  background-color: #ffffff; }

@media screen and (max-width: 1023px) {
  .kenji .flowStartPage .step__item {
    width: 120px;
    height: 120px; } }

@media screen and (max-width: 900px) {
  .kenji .flowStartPage .step__item {
    width: 100px;
    height: 100px; } }

@media screen and (max-width: 767px) {
  .kenji .flowStartPage .step__item {
    width: 85px;
    height: 85px; } }

@media screen and (max-width: 630px) {
  .kenji .flowStartPage .step__item {
    margin-right: 1rem;
    width: 80px;
    height: 80px; } }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .step__item {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100px;
    height: 100px; } }

.kenji .flowStartPage .step__item:last-child {
  margin-right: 0; }

@media screen and (max-width: 479px) {
  .kenji .flowStartPage .step__item:last-child {
    margin-bottom: 0; } }

.kenji .flowStartPage .step__text {
  font-size: 2rem;
  color: #0072ff;
  margin-bottom: 1rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowStartPage .step__text {
    font-size: 1.8rem; } }

@media screen and (max-width: 900px) {
  .kenji .flowStartPage .step__text {
    font-size: 1.6rem;
    margin-bottom: 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowStartPage .step__text {
    font-size: 1.4rem; } }

@media screen and (max-width: 900px) {
  .kenji .flowStartPage .step p {
    font-size: 1.1rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowStartPage .step p {
    font-size: 1rem; } }

@media screen and (max-width: 630px) {
  .kenji .flowStartPage .step p {
    font-size: 0.9rem; } }

.kenji .flowStartPage .mainForm .hideChild {
  display: none !important; }

.kenji .heading {
  font-size: 3.4rem;
  padding-bottom: 4rem;
  border-bottom: 5px solid #f4f4f4;
  position: relative;
  margin-bottom: 4.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .heading {
    font-size: 3.2rem;
    padding-bottom: 3rem;
    margin-bottom: 3.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .heading {
    font-size: 3rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #f4f4f4;
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .heading {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem; } }

.kenji .heading::before {
  content: "";
  position: absolute;
  width: 325px;
  height: 5px;
  background-color: #0072ff;
  bottom: -5px;
  left: 0; }

@media screen and (max-width: 1023px) {
  .kenji .heading::before {
    width: 250px;
    height: 4px;
    bottom: -3px; } }

@media screen and (max-width: 767px) {
  .kenji .heading::before {
    width: 200px; } }

@media screen and (max-width: 479px) {
  .kenji .heading::before {
    width: 78px; } }

.kenji .headPage {
  font-size: 3.2rem; }

@media screen and (max-width: 1023px) {
  .kenji .headPage {
    font-size: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .headPage {
    font-size: 2.8rem; } }

@media screen and (max-width: 479px) {
  .kenji .headPage {
    font-size: 2.2rem; } }

.kenji .formContact__form {
  margin-bottom: 6rem; }

@media screen and (max-width: 1023px) {
  .kenji .formContact__form {
    margin-bottom: 5rem; } }

@media screen and (max-width: 767px) {
  .kenji .formContact__form {
    margin-bottom: 4rem; } }

@media screen and (max-width: 479px) {
  .kenji .formContact__form {
    margin-bottom: 3rem; } }

.kenji .formContact .necessary__input {
  font-size: 1rem;
  display: inline-block;
  margin-left: 1.5rem;
  color: #ffffff;
  background-color: #eb1e1e;
  padding: 0 1rem 0.2rem;
  border-radius: 10rem; }

.kenji .formContact .form__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 290px; }

.kenji .formContact .form__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .formContact .form__group {
    margin-bottom: 2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .formContact .form__group:last-child {
  margin-bottom: 0; }

.kenji .formContact .form__group--margin {
  margin-bottom: 4rem; }

@media screen and (max-width: 1023px) {
  .kenji .formContact .form__group--margin {
    margin-bottom: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .formContact .form__group--margin {
    margin-bottom: 2rem; } }

.kenji .formContact .form__control {
  width: calc(100% - 290px); }

@media screen and (max-width: 767px) {
  .kenji .formContact .form__control {
    width: 100%;
    margin-top: 1rem; } }

.kenji .formContact .form__item {
  margin-bottom: 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .formContact .form__item {
    margin-bottom: 2rem; } }

.kenji .formContact .form__item:last-child {
  margin-bottom: 0; }

.kenji .formContact .form__input {
  border: 1px solid #0072ff;
  border-radius: 6px;
  padding: 1rem 2.5rem;
  width: 100%;
  font-size: 16px; }

.kenji .formContact .form__input:focus {
  outline: none; }

.kenji .formContact .form__input[type="radio"]:checked, .kenji .formContact .form__input[type="radio"]:not(:checked), .kenji .formContact .form__input[type="checkbox"]:checked, .kenji .formContact .form__input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.kenji .formContact .form__input[type="radio"]:checked + label,
.kenji .formContact .form__input[type="radio"]:not(:checked) + label,
.kenji .formContact .form__input[type="checkbox"]:checked + label,
.kenji .formContact .form__input[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  background-color: #ffffff; }

.kenji .formContact .form__input[type="radio"]:checked + label:before,
.kenji .formContact .form__input[type="radio"]:not(:checked) + label:before,
.kenji .formContact .form__input[type="checkbox"]:checked + label:before,
.kenji .formContact .form__input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #ffffff; }

@media screen and (max-width: 767px) {
  .kenji .formContact .form__input[type="radio"]:checked + label:before,
  .kenji .formContact .form__input[type="radio"]:not(:checked) + label:before,
  .kenji .formContact .form__input[type="checkbox"]:checked + label:before,
  .kenji .formContact .form__input[type="checkbox"]:not(:checked) + label:before {
    left: 1rem; } }

.kenji .formContact .form__input[type="radio"]:checked + label:after,
.kenji .formContact .form__input[type="radio"]:not(:checked) + label:after,
.kenji .formContact .form__input[type="checkbox"]:checked + label:after,
.kenji .formContact .form__input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: 1.9rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: translateY(-50%) scale(1); }

@media screen and (max-width: 767px) {
  .kenji .formContact .form__input[type="radio"]:checked + label:after,
  .kenji .formContact .form__input[type="radio"]:not(:checked) + label:after,
  .kenji .formContact .form__input[type="checkbox"]:checked + label:after,
  .kenji .formContact .form__input[type="checkbox"]:not(:checked) + label:after {
    left: 1.4rem; } }

.kenji .formContact .form__input[type="radio"]:checked + label:after,
.kenji .formContact .form__input[type="checkbox"]:checked + label:after {
  background: #0072ff; }

.kenji .formContact .form__input[type="radio"]:checked + label:before,
.kenji .formContact .form__input[type="checkbox"]:checked + label:before {
  border: 1px solid #0072ff; }

.kenji .formContact .form__input[type="radio"]:checked + label,
.kenji .formContact .form__input[type="checkbox"]:checked + label {
  background-color: #0072ff;
  color: #ffffff; }

.kenji .formContact .form__check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 0;
  width: 100%; }

.kenji .formContact .form__check__label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.kenji .formContact .form__check__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.kenji .formContact .form .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #0072ff;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.kenji .formContact .form__check__label input:checked ~ .checkmark:after {
  display: block; }

.kenji .formContact .form__check__label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0;
  width: 6px;
  height: 11px;
  border: solid #0072ff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.kenji .formContact .form__radio {
  margin-right: 2rem; }

.kenji .formContact .form__radio:last-child {
  margin-right: 0; }

.kenji .formContact .form__radio__label {
  padding: 1rem;
  border: 1px solid #0072ff;
  border-radius: 50px;
  min-width: 125px; }

@media screen and (max-width: 767px) {
  .kenji .formContact .form__radio__label {
    min-width: 100px;
    padding: 0.8rem; } }

.kenji .formContact .form__radio__label--lg {
  min-width: 170px; }

@media screen and (max-width: 767px) {
  .kenji .formContact .form__radio__label--lg {
    min-width: 150px; } }

.kenji .formContact .form__radio__label--md {
  min-width: 150px; }

@media screen and (max-width: 767px) {
  .kenji .formContact .form__radio__label--md {
    min-width: 120px; } }

.kenji .formContact .form__text {
  font-size: 1.4rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px dashed #cccccc;
  padding: 1.1rem 0; }

@media screen and (max-width: 767px) {
  .kenji .formContact .form__text {
    padding: 1.5rem 0 2rem; } }

.kenji .formContact .form__text ul {
  line-height: 2; }

.kenji .form__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.kenji .form__btn .btn {
  font-size: 1.6rem;
  border: 1px solid #0072ff;
  background-color: #0072ff;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  max-width: 345px;
  padding: 1.2rem;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2); }

.kenji .form__btn .btn:focus {
  outline: none; }

.kenji .form__btn .btn:hover {
  opacity: 0.6; }

@media screen and (max-width: 767px) {
  .kenji .form__btn .btn {
    font-size: 1.5rem; } }

.kenji .form__btn .btn--sm {
  max-width: 200px; }

.kenji .form__btn .btn.disabled {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #878787;
  -webkit-box-shadow: none;
  box-shadow: none; }

.kenji .form__btn .btn.disabled:hover {
  opacity: 1; }

.kenji .form__btn .btn--return {
  margin-top: 2.5rem;
  color: #000000;
  background-color: #cccccc;
  border-color: #cccccc; }

.kenji .flowChart00 .btn {
  text-align: center; }

.kenji .flowChartPage {
  max-width: 1445px;
  margin: 0 auto;
  padding: 5rem 5rem 10rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage {
    padding: 4rem 3rem 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage {
    padding: 3rem 2rem 6rem; } }

@media screen and (max-width: 900px) {
  .kenji .flowChartPage .innerS {
    padding-left: 0;
    padding-right: 0; } }

.kenji .flowChartPage .headPage {
  margin-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .headPage {
    margin-bottom: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .headPage {
    margin-bottom: 2rem;
    font-size: 1.8rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .headPage {
    margin-bottom: 1.5rem; } }

.kenji .flowChartPage .headPage__desc {
  font-size: 1.4rem;
  margin-bottom: 4rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .headPage__desc {
    margin-bottom: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .headPage__desc {
    margin-bottom: 5rem; } }

@media screen and (max-width: 374px) {
  .kenji .flowChartPage .headPage__desc {
    margin-bottom: 3rem; } }

.kenji .flowChartPage .chartStep .innerL {
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 6rem;
  padding: 2.5rem 2rem;
  border: 1px solid #0072ff;
  border-radius: 70px; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .chartStep .innerL {
    max-width: calc(100% + 4rem);
    padding: 2.5rem 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-left: -2rem;
    width: calc(100% + 4rem);
    margin-bottom: 4rem; } }

.kenji .flowChartPage .chartStep .listStep {
  max-width: calc(100% - 1rem);
  margin: 0 auto; }

.kenji .flowChartPage .chartStep .listStep__item {
  width: calc(100% / 8);
  position: relative; }

.kenji .flowChartPage .chartStep .listStep__item::before {
  content: "";
  position: absolute;
  right: -50%;
  top: 0.8rem;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #cccccc;
  z-index: -1; }

.kenji .flowChartPage .chartStep .listStep__item.active::before {
  background-color: #0072ff; }

.kenji .flowChartPage .chartStep .listStep__item:last-child::before {
  display: none; }

.kenji .flowChartPage .chartStep .listStep__dote {
  width: 16px;
  height: 16px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  border: 1px solid #0072ff;
  background-color: #ffffff; }

.kenji .flowChartPage .chartStep .listStep__dote.active {
  background-color: #0072ff; }

@media screen and (max-width: 1180px) {
  .kenji .flowChartPage .chartStep .listStep__text {
    font-size: 1.2rem; } }

@media screen and (max-width: 1000px) {
  .kenji .flowChartPage .chartStep .listStep__text {
    font-size: 1.1rem; } }

@media screen and (max-width: 900px) {
  .kenji .flowChartPage .chartStep .listStep__text {
    font-size: 1rem; } }

@media screen and (max-width: 830px) {
  .kenji .flowChartPage .chartStep .listStep__text {
    font-size: 0.9rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .chartStep .listStep__text {
    display: none; } }

.kenji .flowChartPage .chartStep .listStep__text.active {
  color: #0072ff;
  font-weight: 700; }

.kenji .flowChartPage .chartStep .textHind {
  display: none;
  color: #0072ff;
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .chartStep .textHind {
    display: block; } }

.kenji .flowChartPage .scrollable {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch; }

.kenji .flowChartPage .scrollable::-webkit-scrollbar {
  height: 4px;
  background-color: #cacaca; }

.kenji .flowChartPage .scrollable::-webkit-scrollbar-thumb {
  background-color: #0072ff; }

.kenji .flowChartPage .scrollable::-webkit-scrollbar-track {
  background-color: #cacaca; }

.kenji .flowChartPage .flowChart01 .mb--1 {
  margin-bottom: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart01 .mb--1 {
    margin-bottom: 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart01 .ml--auto {
    margin: 0 auto; } }

.kenji .flowChartPage .flowChart01 .contentForm {
  margin-bottom: 8.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart01 .contentForm {
    margin-bottom: 7.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart01 .contentForm {
    margin-bottom: 6.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart01 .contentForm {
    margin-bottom: 5.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart01 .formContact__form {
    margin-bottom: 5rem; } }

.kenji .flowChartPage .flowChart01 .innerM {
  max-width: 1118px;
  margin: 0 auto; }

.kenji .flowChartPage .flowChart01 .notic {
  background-color: #fff5f5;
  padding: 3.5rem 6rem;
  border-radius: 6px;
  margin-bottom: 4rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart01 .notic {
    padding: 2.5rem 3rem;
    margin-bottom: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart01 .notic {
    padding: 1.5rem 2rem;
    margin-bottom: 2rem; } }

.kenji .flowChartPage .flowChart01 .notic__head {
  color: #e00000;
  margin-bottom: 1rem;
  font-size: 1.6rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart01 .notic__head {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart01 .notic__head {
    font-size: 1.4rem; } }

.kenji .flowChartPage .flowChart01 .notic__head .fa-circle-exclamation {
  display: inline-block;
  margin-right: 0.3rem;
  margin-top: 0.4rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart01 .notic__head .fa-circle-exclamation {
    margin-top: 0.3rem; } }

.kenji .flowChartPage .flowChart01 .notic__text {
  line-height: 2;
  padding-left: 2rem; }

.kenji .flowChartPage .flowChart01 .notic__desc {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 2rem; }

.kenji .flowChartPage .flowChart01 .inquiry {
  background-color: #eff7ff;
  padding: 3.5rem 6rem;
  border-radius: 6px;
  margin-bottom: 6rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart01 .inquiry {
    padding: 2.5rem 3rem;
    margin-bottom: 5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart01 .inquiry {
    padding: 1.5rem 2rem;
    margin-bottom: 4rem; } }

.kenji .flowChartPage .flowChart01 .inquiry__head {
  font-size: 2rem;
  margin-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart01 .inquiry__head {
    font-size: 1.8rem;
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart01 .inquiry__head {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    text-align: center; } }

.kenji .flowChartPage .flowChart01 .inquiry .inquiryList {
  padding-bottom: 2rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart01 .inquiry .inquiryList {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-bottom: 0;
    max-width: 400px;
    margin: 0 auto; } }

.kenji .flowChartPage .flowChart01 .inquiry .inquiryList + p {
  padding-top: 1rem;
  border-top: 1px solid #0072ff; }

.kenji .flowChartPage .flowChart01 .inquiry .inquiryList .text--blue {
  color: #0072ff;
  margin-right: 0.2rem; }

.kenji .flowChartPage .flowChart01 .inquiry .inquiryList__item {
  width: 25%; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart01 .inquiry .inquiryList__item {
    width: 50%;
    margin-bottom: 1.5rem;
    text-align: center; } }

@media screen and (max-width: 600px) {
  .kenji .flowChartPage .flowChart01 .inquiry .inquiryList__item {
    width: 50%; } }

@media screen and (max-width: 380px) {
  .kenji .flowChartPage .flowChart01 .inquiry .inquiryList__item {
    width: 100%; } }

.kenji .flowChartPage .flowChart01 .inquiry .inquiryList__number {
  font-size: 2.6rem;
  line-height: 1; }

@media screen and (max-width: 1150px) {
  .kenji .flowChartPage .flowChart01 .inquiry .inquiryList__number {
    font-size: 2.4rem; } }

@media screen and (max-width: 1050px) {
  .kenji .flowChartPage .flowChart01 .inquiry .inquiryList__number {
    font-size: 2rem; } }

@media screen and (max-width: 830px) {
  .kenji .flowChartPage .flowChart01 .inquiry .inquiryList__number {
    font-size: 1.8rem; } }

.kenji .flowChartPage .flowChart01 .inquiry .inquiryList__number .fa-phone {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 2.2rem; }

@media screen and (max-width: 1150px) {
  .kenji .flowChartPage .flowChart01 .inquiry .inquiryList__number .fa-phone {
    font-size: 2rem; } }

@media screen and (max-width: 1050px) {
  .kenji .flowChartPage .flowChart01 .inquiry .inquiryList__number .fa-phone {
    font-size: 1.8rem; } }

@media screen and (max-width: 830px) {
  .kenji .flowChartPage .flowChart01 .inquiry .inquiryList__number .fa-phone {
    font-size: 1.6rem; } }

.kenji .flowChartPage .flowChart01 .inquiry .inquiryList__text {
  margin-bottom: 0.3rem; }

@media screen and (max-width: 1050px) {
  .kenji .flowChartPage .flowChart01 .inquiry .inquiryList__text {
    font-size: 1.2rem; } }

@media screen and (max-width: 830px) {
  .kenji .flowChartPage .flowChart01 .inquiry .inquiryList__text {
    font-size: 1.1rem; } }

.kenji .flowChartPage .flowChart02 .headPage {
  margin-bottom: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart02 .headPage {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart02 .headPage {
    margin-bottom: 3rem;
    font-size: 1.8rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart02 .headPage {
    margin-bottom: 2rem; } }

.kenji .flowChartPage .flowChart02 .listNote {
  border: 1px solid #000000;
  padding: 4rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart02 .listNote {
    padding: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart02 .listNote {
    padding: 2rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart02 .listNote {
    padding: 1rem; } }

.kenji .flowChartPage .flowChart02 .listNote__item {
  margin-bottom: 2.5rem; }

.kenji .flowChartPage .flowChart02 .listNote__item:last-child {
  margin-bottom: 0; }

.kenji .flowChartPage .flowChart02 .listNote__text {
  font-size: 1.6rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline; }

.kenji .flowChartPage .flowChart02 .listNote__text .textBlue {
  font-size: 1.8rem;
  word-break: keep-all;
  color: #0072ff;
  display: inline-block;
  margin-right: 0.8rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart02 .listNote__text .textBlue {
    font-size: 1.6rem; } }

.kenji .flowChartPage .flowChart02 .textMore {
  padding-left: 2.5rem;
  margin-top: 1rem; }

.kenji .flowChartPage .flowChart02 .textMore__item {
  margin-bottom: 0.8rem; }

.kenji .flowChartPage .flowChart02 .textMore__item:last-child {
  margin-bottom: 0; }

.kenji .flowChartPage .flowChart02 .textMore__text {
  font-size: 1.6rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart02 .textMore__text {
    font-size: 1.4rem; } }

.kenji .flowChartPage .flowChart02 .textMore__number {
  word-break: keep-all;
  display: inline-block; }

.kenji .flowChartPage .flowChart02 .listNumber {
  padding-left: 3.3rem;
  margin-top: 2.5rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart02 .listNumber {
    margin-top: 1.5rem; } }

.kenji .flowChartPage .flowChart02 .listNumber__item {
  margin-bottom: 1rem; }

.kenji .flowChartPage .flowChart02 .listNumber__text {
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart02 .listNumber__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.kenji .flowChartPage .flowChart02 .listNumber__text > span {
  margin-right: 3rem; }

.kenji .flowChartPage .flowChart02 .listNumber__text > span .fa-phone {
  display: inline-block;
  margin-right: 0.5rem; }

.kenji .flowChartPage .flowChart02 .listNumber .text--mid {
  min-width: 170px; }

.kenji .flowChartPage .flowChart02 .formContact {
  margin-top: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart02 .formContact {
    margin-top: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart02 .formContact {
    margin-top: 3rem; } }

.kenji .flowChartPage .flowChart02 .formContact .form__btn {
  margin-top: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart02 .formContact .form__btn {
    margin-top: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart02 .formContact .form__btn {
    margin-top: 3rem; } }

.kenji .flowChartPage .flowChart03 .innerM {
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 6rem; }

.kenji .flowChartPage .flowChart03 .headPage__desc {
  margin-bottom: 3.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart03 .headPage__desc {
    margin-bottom: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .headPage__desc {
    margin-bottom: 2rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart03 .headPage__desc {
    margin-bottom: 1.5rem; } }

.kenji .flowChartPage .flowChart03 .tag {
  margin-bottom: 1rem; }

.kenji .flowChartPage .flowChart03 .tag__item {
  border-radius: 50px;
  color: #ffffff;
  min-width: 112px;
  padding: 0.5rem 2.5rem;
  margin-right: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .tag__item {
    min-width: 80px;
    padding: 0.3rem 2rem;
    margin-right: 0.5rem; } }

.kenji .flowChartPage .flowChart03 .tag__item:last-child {
  margin-right: 0; }

.kenji .flowChartPage .flowChart03 .tag--blueLight {
  background-color: #00b8e3; }

.kenji .flowChartPage .flowChart03 .tag--blue {
  background-color: #0072ff; }

.kenji .flowChartPage .flowChart03 .planApp {
  padding: 3rem;
  border: 2px solid #00b8e3;
  margin-bottom: 5rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp {
    margin-bottom: 3rem;
    padding: 2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .flowChartPage .flowChart03 .planApp__left {
  width: 407px;
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
  left: 0; }

@media screen and (max-width: 1130px) {
  .kenji .flowChartPage .flowChart03 .planApp__left {
    width: 300px; } }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart03 .planApp__left {
    width: 200px; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp__left {
    width: 100%;
    margin-bottom: 4rem;
    position: relative;
    top: 0; } }

.kenji .flowChartPage .flowChart03 .planApp__img {
  margin-bottom: 1.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart03 .planApp__img {
    margin-bottom: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp__img {
    margin-bottom: 1.5rem; } }

.kenji .flowChartPage .flowChart03 .planApp__icon {
  margin: -0.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart03 .planApp__icon {
    margin: -0.25rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp__icon {
    margin: -0.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart03 .planApp__icon {
    margin: -0.25rem; } }

.kenji .flowChartPage .flowChart03 .planApp__ico {
  width: calc(100% / 6);
  padding: 0.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart03 .planApp__ico {
    padding: 0.25rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp__ico {
    padding: 0.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart03 .planApp__ico {
    padding: 0.25rem; } }

.kenji .flowChartPage .flowChart03 .planApp__ico img {
  width: 100%; }

.kenji .flowChartPage .flowChart03 .planApp__right {
  width: calc(100% - 407px);
  padding-left: 6.5rem; }

@media screen and (max-width: 1130px) {
  .kenji .flowChartPage .flowChart03 .planApp__right {
    width: calc(100% - 300px);
    padding-left: 3.5rem; } }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart03 .planApp__right {
    width: calc(100% - 200px);
    padding-left: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp__right {
    width: 100%;
    padding-left: 0; } }

.kenji .flowChartPage .flowChart03 .planApp__head {
  font-size: 2.8rem;
  color: #00b8e3;
  margin-bottom: 1rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart03 .planApp__head {
    font-size: 2.6rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp__head {
    font-size: 2.4rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart03 .planApp__head {
    font-size: 2.2rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart03 .planApp .boxPlanGr {
    overflow-x: auto; } }

.kenji .flowChartPage .flowChart03 .planApp .boxPlan {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.kenji .flowChartPage .flowChart03 .planApp .boxPlan .textPd {
  padding-left: 2rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .boxPlan .textPd {
    padding-left: 0; } }

.kenji .flowChartPage .flowChart03 .planApp .boxPlan__item {
  border-top: 1px solid #cacaca;
  padding: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .boxPlan__item {
    padding: 1rem 0; } }

.kenji .flowChartPage .flowChart03 .planApp .boxPlan__item:last-child {
  border-bottom: 1px solid #cacaca; }

.kenji .flowChartPage .flowChart03 .planApp .boxPlan__left {
  width: 130px; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .boxPlan__left {
    width: 100%; }
  .kenji .flowChartPage .flowChart03 .planApp .boxPlan__left p {
    text-align: left;
    margin-bottom: 0.5rem; } }

.kenji .flowChartPage .flowChart03 .planApp .boxPlan__right {
  width: calc(100% - 130px); }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .boxPlan__right {
    width: 100%; } }

.kenji .flowChartPage .flowChart03 .planApp .boxPlan__right p {
  line-height: 2; }

.kenji .flowChartPage .flowChart03 .planApp .price {
  font-size: 3.8rem;
  color: #e91d1d;
  margin-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart03 .planApp .price {
    font-size: 3.6rem;
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .price {
    font-size: 3.4rem;
    margin-bottom: 2rem; } }

.kenji .flowChartPage .flowChart03 .planApp .price .text--sm {
  font-size: 1.8rem;
  margin-left: 0.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart03 .planApp .price .text--sm {
    font-size: 1.7rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .price .text--sm {
    font-size: 1.6rem; } }

.kenji .flowChartPage .flowChart03 .planApp .note {
  margin-bottom: 0.5rem; }

.kenji .flowChartPage .flowChart03 .planApp .note--sm {
  font-size: 1.2rem; }

.kenji .flowChartPage .flowChart03 .planApp .text--blue {
  color: #0072ff;
  margin-right: 0.5rem; }

.kenji .flowChartPage .flowChart03 .planApp .tableGr {
  margin-top: 3rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .tableGr {
    margin-top: 2rem; } }

.kenji .flowChartPage .flowChart03 .planApp .tableGr__head {
  font-size: 1.6rem;
  margin-bottom: 1rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart03 .planApp .tableGr__head {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .tableGr__head {
    font-size: 1.4rem;
    margin-bottom: 0.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart03 .planApp .table {
    overflow-x: auto; } }

.kenji .flowChartPage .flowChart03 .planApp .tableHind {
  display: none;
  margin-top: 0.5rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .tableHind {
    display: block;
    font-size: 1.4rem; } }

@media screen and (max-width: 374px) {
  .kenji .flowChartPage .flowChart03 .planApp .tableHind {
    font-size: 1.2rem; } }

.kenji .flowChartPage .flowChart03 .planApp .tableHind .fa-hand-pointer {
  margin-right: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .tableHind .fa-hand-pointer {
    font-size: 1.4rem; } }

.kenji .flowChartPage .flowChart03 .planApp table {
  border: 1px solid #cacaca;
  width: 100%; }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart03 .planApp table {
    min-width: 600px; } }

.kenji .flowChartPage .flowChart03 .planApp table thead {
  border-bottom: 1px solid #cacaca;
  font-weight: 700;
  background-color: #f2f2f2;
  text-align: center; }

.kenji .flowChartPage .flowChart03 .planApp table tbody th {
  border-right: 1px dotted #cacaca;
  border-bottom: 1px solid #cacaca;
  background-color: #f2f2f2;
  width: 150px;
  text-align: left;
  padding: 1rem 1.5rem; }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart03 .planApp table tbody th {
    width: 100px; } }

.kenji .flowChartPage .flowChart03 .planApp table tbody th.imgOne {
  text-align: center;
  width: 145px;
  padding: 2rem; }

.kenji .flowChartPage .flowChart03 .planApp table tbody th.imgOne img {
  max-width: 70px;
  margin: 0 auto; }

.kenji .flowChartPage .flowChart03 .planApp table tbody th.imgTwo {
  padding: 2rem;
  width: 185px; }

.kenji .flowChartPage .flowChart03 .planApp table td {
  padding: 1rem 1.5rem;
  border-right: 1px dotted #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center; }

.kenji .flowChartPage .flowChart03 .planApp table td.width--15 {
  min-width: 150px; }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart03 .planApp table td.width--15 {
    min-width: 100px; } }

.kenji .flowChartPage .flowChart03 .planApp table .text--ss {
  font-size: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp table .text--ss {
    display: block; } }

.kenji .flowChartPage .flowChart03 .planApp table ul {
  list-style-type: disc;
  padding-left: 2rem; }

.kenji .flowChartPage .flowChart03 .planApp table ul li {
  margin-top: 0.5rem; }

.kenji .flowChartPage .flowChart03 .planApp table ul li:first-child {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .tableColumn table {
    min-width: auto; }
  .kenji .flowChartPage .flowChart03 .planApp .tableColumn tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #cacaca; }
  .kenji .flowChartPage .flowChart03 .planApp .tableColumn th {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #cacaca; }
  .kenji .flowChartPage .flowChart03 .planApp .tableColumn td {
    width: 100%;
    font-size: 14px;
    padding-left: 15px;
    border: 0; }
  .kenji .flowChartPage .flowChart03 .planApp .tableColumn tbody tr:last-child {
    border-bottom: 0; } }

.kenji .flowChartPage .flowChart03 .planApp .mt--1 {
  margin-top: 1rem; }

.kenji .flowChartPage .flowChart03 .planApp .textGr {
  margin-top: 3rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .textGr {
    margin-top: 2rem; } }

.kenji .flowChartPage .flowChart03 .planApp .textGr__head {
  font-size: 1.6rem;
  margin-bottom: 1rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart03 .planApp .textGr__head {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp .textGr__head {
    font-size: 1.4rem;
    margin-bottom: 0.5rem; } }

.kenji .flowChartPage .flowChart03 .planApp .textGr__cont p {
  line-height: 2; }

.kenji .flowChartPage .flowChart03 .planApp .textGr ul {
  list-style-type: disc;
  padding-left: 2rem; }

.kenji .flowChartPage .flowChart03 .planApp .textGr ul li {
  line-height: 2; }

.kenji .flowChartPage .flowChart03 .planApp__btnpdf {
  min-height: 4.4rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  border: 1px solid #0072ff;
  border-radius: 2.2rem;
  padding: 0.5rem 2rem;
  max-width: 37.6rem;
  min-width: auto !important; }

@media screen and (max-width: 1130px) {
  .kenji .flowChartPage .flowChart03 .planApp__btnpdf {
    font-size: 1.15rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp__btnpdf {
    min-height: 3.5rem; } }

@media screen and (max-width: 400px) {
  .kenji .flowChartPage .flowChart03 .planApp__btnpdf {
    font-size: 1.2rem; } }

@media screen and (max-width: 374px) {
  .kenji .flowChartPage .flowChart03 .planApp__btnpdf {
    padding: 0.5rem 1rem;
    letter-spacing: 0; } }

.kenji .flowChartPage .flowChart03 .planApp__btnpdf .fa-file-pdf {
  color: #ec0303;
  padding-right: 0.5rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .planApp__btnpdf .fa-file-pdf {
    padding-right: 1rem; } }

.kenji .flowChartPage .flowChart03 .planApp__btnpdf .fa-chevron-right {
  font-size: 1.3rem;
  padding-left: 0.5rem; }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart03 .planApp__btnpdf {
    min-width: auto !important; } }

.kenji .flowChartPage .flowChart03 .planApp__btnpdf .xs {
  display: none; }

@media screen and (max-width: 440px) {
  .kenji .flowChartPage .flowChart03 .planApp__btnpdf .xs {
    display: block; } }

.kenji .flowChartPage .flowChart03 .tablePlan {
  overflow-x: scroll; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart03 .tablePlan {
    border-left: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca; } }

.kenji .flowChartPage .flowChart03 .tablePlan::-webkit-scrollbar {
  display: none; }

.kenji .flowChartPage .flowChart03 .tableGr__scroll {
  position: relative; }

.kenji .flowChartPage .flowChart03 .tableGr__scrollbar {
  background-color: #cacaca;
  position: absolute;
  left: 0;
  bottom: -1.3rem;
  width: 100%;
  height: 5px;
  border-radius: 0; }

.kenji .flowChartPage .flowChart03 .tableGr__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 5px;
  background: #0072ff;
  border-radius: 0; }

.kenji .flowChartPage .flowChart03 .tableGr__hand {
  padding-top: 2rem; }

.kenji .flowChartPage .flowChart03 .tableGr__hand .fa-hand-pointer {
  padding-right: 0.6rem; }

.kenji .flowChartPage .flowChart03 .tableGr__hand p {
  line-height: 1.2; }

.kenji .flowChartPage .flowChart03 .tableOptions {
  margin-bottom: 10px; }

.kenji .flowChartPage .flowChart03 .tableOptions table tbody tr td p {
  margin-bottom: 10px; }

.kenji .flowChartPage .flowChart03 .tableOptions table tbody tr td .text--boldBig {
  font-weight: bold;
  font-size: 1.6rem; }

.kenji .flowChartPage .flowChart03 .tableOptions table tbody tr td .text--small {
  font-size: 1.2rem; }

.kenji .flowChartPage .flowChart04 .justify--end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart04 .justify--end {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart04 .ml--auto {
    margin: 0 auto; } }

.kenji .flowChartPage .flowChart04 .formContact .form__radio--group {
  margin: -0.5rem; }

.kenji .flowChartPage .flowChart04 .formContact .form__radio {
  margin-right: 0;
  padding: 0.5rem; }

.kenji .flowChartPage .flowChart04 .boxSelect {
  background-color: #eef3fa;
  padding: 2rem 4rem;
  width: 100%;
  border-radius: 6px; }

.kenji .flowChartPage .flowChart04 .boxSelect--text {
  margin-bottom: 2.5rem; }

.kenji .flowChartPage .flowChart04 .boxSelect .form__radio .form__radio__label {
  padding-left: 45px; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart04 .boxSelect .form__radio .form__radio__label {
    padding-left: 37px; } }

.kenji .flowChartPage .flowChart04 .boxSelect .form__radio__label--lg {
  min-width: 267px; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart04 .boxSelect .form__radio__label--lg {
    min-width: 230px; } }

.kenji .flowChartPage .flowChart04 .boxSelect .form__radio__label--md {
  min-width: 150px; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart04 .boxSelect .form__radio__label--md {
    min-width: 120px; } }

.kenji .flowChartPage .flowChart04 .form__check {
  padding: 0.5rem;
  margin-bottom: 0;
  width: auto; }

.kenji .flowChartPage .flowChart04 .form__check .form__check__label {
  max-width: 100%;
  min-width: auto; }

.kenji .flowChartPage .flowChart04 .form__check__label {
  display: inline-block;
  position: relative;
  padding: 1rem 2rem 1rem 1rem;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #0072ff;
  border-radius: 50px;
  width: 100%;
  max-width: 140px;
  min-width: 130px;
  font-weight: 400;
  background-color: #ffffff;
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart04 .form__check__label {
    padding: 0.8rem 2rem 0.8rem 1rem;
    padding-left: 32px; } }

.kenji .flowChartPage .flowChart04 .form__check__label--lg {
  max-width: 170px; }

.kenji .flowChartPage .flowChart04 .form__check__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.kenji .flowChartPage .flowChart04 .checkmark {
  position: absolute;
  top: 47%;
  left: 1.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #cccccc; }

.kenji .flowChartPage .flowChart04 .form__check__input:checked + .form__check__label .checkmark {
  color: #ffffff; }

.kenji .flowChartPage .flowChart04 .form__check__input:checked + .form__check__label {
  background-color: #0072ff;
  color: #ffffff; }

.kenji .flowChartPage .flowChart04 .marginMinus {
  margin: -0.5rem -1rem; }

.kenji .flowChartPage .flowChart04 .marginMinus .form__radio {
  padding: 0.5rem 1rem; }

.kenji .flowChartPage .flowChart04 .form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: -0.6rem; }

.kenji .flowChartPage .flowChart04 .form__flex--child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem; }

.kenji .flowChartPage .flowChart04 .form__flex--child .ml--1 {
  margin-left: 1.5rem; }

.kenji .flowChartPage .flowChart04 .inputHide {
  display: none; }

.kenji .flowChartPage .flowChart05 .boxTrain {
  background-color: #eff7ff;
  padding: 3rem 4rem;
  border-radius: 5px; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .boxTrain {
    padding: 2.5rem 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .boxTrain {
    padding: 2rem 2rem; } }

.kenji .flowChartPage .flowChart05 .boxTrain .headBox {
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
  color: #4b4b4b; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .boxTrain .headBox {
    font-size: 2rem;
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .boxTrain .headBox {
    font-size: 1.8rem;
    margin-bottom: 1.5rem; } }

.kenji .flowChartPage .flowChart05 .boxTrain .headBox__desc {
  margin-bottom: 2.5rem;
  color: #4b4b4b; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .boxTrain .headBox__desc {
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .boxTrain .headBox__desc {
    margin-bottom: 1.5rem; } }

.kenji .flowChartPage .flowChart05 .boxTrain .point__head {
  font-size: 3rem;
  color: #0072ff;
  line-height: 1;
  margin-bottom: 1rem;
  font-family: "Hammersmith One", serif; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .boxTrain .point__head {
    font-size: 2.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .boxTrain .point__head {
    font-size: 2.6rem; } }

.kenji .flowChartPage .flowChart05 .boxTrain .point__head .fa-hand-point-up {
  margin-right: 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .boxTrain .point__head .fa-hand-point-up {
    margin-right: 1rem; } }

.kenji .flowChartPage .flowChart05 .boxTrain .point__left {
  width: 318px;
  border-radius: 5px; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .boxTrain .point__left {
    width: 250px; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .boxTrain .point__left {
    width: 100%; } }

.kenji .flowChartPage .flowChart05 .boxTrain .point__right {
  width: calc(100% - 318px);
  padding-left: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .boxTrain .point__right {
    width: calc(100% - 250px);
    padding-left: 2.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .boxTrain .point__right {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem; } }

.kenji .flowChartPage .flowChart05 .boxTrain .point__right .listPoint__item {
  padding: 1rem 0;
  border-top: 1px solid #0072ff;
  color: #4b4b4b; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .boxTrain .point__right .listPoint__item {
    padding: 0.5rem 0; } }

.kenji .flowChartPage .flowChart05 .boxTrain .point__right .listPoint__item:last-child {
  border-bottom: 1px solid #0072ff; }

.kenji .flowChartPage .flowChart05 .conditions {
  margin-top: 6rem; }

.kenji .flowChartPage .flowChart05 .conditions .course {
  margin: -1.4rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .conditions .course {
    margin: -1rem; } }

.kenji .flowChartPage .flowChart05 .conditions .course__item {
  padding: 1.4rem;
  width: 33.3%; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .conditions .course__item {
    padding: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .conditions .course__item {
    width: 50%; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart05 .conditions .course__item {
    width: 100%; } }

.kenji .flowChartPage .flowChart05 .conditions .course__text {
  color: #4b4b4b;
  margin-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .conditions .course__text {
    margin-bottom: 2rem; } }

.kenji .flowChartPage .flowChart05 .conditions .course__cont {
  border: 2px solid #0072ff;
  border-radius: 6px;
  padding: 2rem;
  background-color: #ffffff;
  height: 100%; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .conditions .course__cont {
    padding: 1.5rem; } }

.kenji .flowChartPage .flowChart05 .conditions .course__img {
  margin: 0 auto; }

.kenji .flowChartPage .flowChart05 .conditions .course__img--1 {
  max-width: 138px; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .conditions .course__img--1 {
    max-width: 110px; } }

.kenji .flowChartPage .flowChart05 .conditions .course__img--2 {
  max-width: 166px; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .conditions .course__img--2 {
    max-width: 130px; } }

.kenji .flowChartPage .flowChart05 .conditions .course__img--3 {
  max-width: 98px; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .conditions .course__img--3 {
    max-width: 80px; } }

.kenji .flowChartPage .flowChart05 .conditions .note {
  color: #4b4b4b;
  font-size: 1.2rem;
  margin-top: 1rem; }

.kenji .flowChartPage .flowChart05 .quest {
  margin-top: 7.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .quest {
    margin-top: 6.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .quest {
    margin-top: 5.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart05 .quest {
    margin-top: 4.5rem; } }

.kenji .flowChartPage .flowChart05 .quest .headBox {
  margin-bottom: 1.7rem; }

.kenji .flowChartPage .flowChart05 .quest .questBox__quest {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #0072ff; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .quest .questBox__quest {
    padding-bottom: 1rem; } }

.kenji .flowChartPage .flowChart05 .quest .questBox__item {
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  margin-bottom: 1rem; }

.kenji .flowChartPage .flowChart05 .quest .questBox__icon {
  width: 35px;
  height: 35px;
  background-color: #0072ff;
  color: #ffffff;
  border-radius: 50%; }

.kenji .flowChartPage .flowChart05 .quest .questBox__icon .text {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .quest .questBox__icon .text {
    font-size: 1.5rem; } }

@media screen and (max-width: 374px) {
  .kenji .flowChartPage .flowChart05 .quest .questBox__icon .text {
    font-size: 1.4rem; } }

.kenji .flowChartPage .flowChart05 .quest .questBox__desc {
  width: calc(100% - 35px);
  padding-left: 1rem;
  color: #4b4b4b; }

.kenji .flowChartPage .flowChart05 .quest .questBox__desc .text {
  font-size: 1.6rem;
  margin-top: 0.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .quest .questBox__desc .text {
    font-size: 1.5rem; } }

@media screen and (max-width: 374px) {
  .kenji .flowChartPage .flowChart05 .quest .questBox__desc .text {
    font-size: 1.4rem; } }

.kenji .flowChartPage .flowChart05 .quest .questBox__answer {
  padding-top: 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .quest .questBox__answer {
    padding-top: 1rem; } }

.kenji .flowChartPage .flowChart05 .quest .questBox__answer .questBox__icon {
  background-color: transparent;
  color: #0072ff; }

.kenji .flowChartPage .flowChart05 .quest .questBox__answer .questBox__desc .text {
  font-size: 1.4rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .quest .questBox__answer .questBox__desc .text {
    font-size: 1.3rem; } }

@media screen and (max-width: 374px) {
  .kenji .flowChartPage .flowChart05 .quest .questBox__answer .questBox__desc .text {
    font-size: 1.2rem; } }

.kenji .flowChartPage .flowChart05 .formContact {
  margin-top: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .formContact {
    margin-top: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .formContact {
    margin-top: 3rem; } }

.kenji .flowChartPage .flowChart05 .formContact .form__btn {
  margin-top: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .formContact .form__btn {
    margin-top: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .formContact .form__btn {
    margin-top: 3rem; } }

.kenji .flowChartPage .flowChart05 .listBox {
  border: 1px solid #000000;
  padding: 7rem 4rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .listBox {
    padding: 6rem 3.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .listBox {
    padding: 5rem 3rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart05 .listBox {
    padding: 4rem 2.5rem; } }

.kenji .flowChartPage .flowChart05 .listBox__desc {
  margin-bottom: 4rem;
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .listBox__desc {
    margin-bottom: 3rem;
    font-size: 1.5rem; } }

@media screen and (max-width: 374px) {
  .kenji .flowChartPage .flowChart05 .listBox__desc {
    margin-bottom: 2rem;
    font-size: 1.4rem; } }

.kenji .flowChartPage .flowChart05 .listBox .text--right {
  font-size: 1.6rem;
  margin-top: 3rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .listBox .text--right {
    font-size: 1.5rem;
    margin-top: 2.5rem; } }

@media screen and (max-width: 374px) {
  .kenji .flowChartPage .flowChart05 .listBox .text--right {
    margin-bottom: 2rem;
    font-size: 1.4rem; } }

.kenji .flowChartPage .flowChart05 .listNote__item {
  margin-bottom: 1rem; }

.kenji .flowChartPage .flowChart05 .listNote__item:last-child {
  margin-bottom: 0; }

.kenji .flowChartPage .flowChart05 .listNote__text {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline; }

.kenji .flowChartPage .flowChart05 .listNote__text .textBlue {
  word-break: keep-all;
  color: #0072ff;
  display: inline-block;
  margin-right: 0.8rem; }

.kenji .flowChartPage .flowChart05 .contentForm--last {
  margin-top: 8rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .contentForm--last {
    margin-top: 6.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .contentForm--last {
    margin-top: 4.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart05 .contentForm--last {
    margin-top: 3rem; } }

.kenji .flowChartPage .flowChart05 .headPage--sm {
  font-size: 2.2rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart05 .headPage--sm {
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart05 .headPage--sm {
    font-size: 1.8rem; } }

.kenji .flowChartPage .flowChart06 .headPage__desc {
  margin-bottom: 7rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart06 .headPage__desc {
    margin-bottom: 6rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .headPage__desc {
    margin-bottom: 5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart06 .headPage__desc {
    margin-bottom: 4rem; } }

.kenji .flowChartPage .flowChart06 .boxContent {
  margin-bottom: 7rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart06 .boxContent {
    margin-bottom: 6rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent {
    margin-bottom: 5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart06 .boxContent {
    margin-bottom: 4rem; } }

.kenji .flowChartPage .flowChart06 .boxContent .text--blue {
  color: #0072ff; }

.kenji .flowChartPage .flowChart06 .boxContent .mb--05 {
  margin-bottom: 0.5rem; }

.kenji .flowChartPage .flowChart06 .boxContent .mb--1 {
  margin-bottom: 1rem; }

.kenji .flowChartPage .flowChart06 .boxContent .mt--1 {
  margin-top: 1rem; }

.kenji .flowChartPage .flowChart06 .boxContent .mb--2 {
  margin-bottom: 2rem; }

.kenji .flowChartPage .flowChart06 .boxContent .mt--2 {
  margin-top: 2rem; }

.kenji .flowChartPage .flowChart06 .boxContent .icon {
  display: inline-block;
  position: relative; }

.kenji .flowChartPage .flowChart06 .boxContent .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--file {
  width: 30px;
  height: 26px;
  margin-right: 1.5rem; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--file::before {
  background-image: url(../img/common/icon_file_check.png);
  width: 30px;
  height: 26px; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--palette {
  width: 35px;
  height: 33px;
  margin-right: 1.5rem; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--palette::before {
  background-image: url(../img/common/icon_palette.png);
  width: 35px;
  height: 33px; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--money {
  width: 35px;
  height: 33px;
  margin-right: 1.5rem; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--money::before {
  background-image: url(../img/common/icon_money.png);
  width: 35px;
  height: 33px; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--notMail {
  width: 35px;
  height: 33px;
  margin-right: 1.5rem; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--notMail::before {
  background-image: url(../img/common/icon_notMail.png);
  width: 35px;
  height: 33px; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--video {
  width: 35px;
  height: 33px;
  margin-right: 1.5rem; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--video::before {
  background-image: url(../img/common/icon_video.png);
  width: 35px;
  height: 33px; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--pay {
  width: 35px;
  height: 33px;
  margin-right: 1.5rem; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--pay::before {
  background-image: url(../img/common/icon_payment.png);
  width: 35px;
  height: 33px; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--tick {
  width: 35px;
  height: 33px;
  margin-right: 1.5rem; }

.kenji .flowChartPage .flowChart06 .boxContent .icon--tick::before {
  background-image: url(../img/common/icon_tick.png);
  width: 35px;
  height: 33px; }

.kenji .flowChartPage .flowChart06 .boxContent__head {
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid #0072ff;
  margin-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart06 .boxContent__head {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    border-bottom: 3px solid #0072ff; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent__head {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #0072ff; } }

.kenji .flowChartPage .flowChart06 .boxContent__desc {
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent__desc {
    font-size: 1.4rem; } }

.kenji .flowChartPage .flowChart06 .boxContent__text {
  margin-bottom: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent__text {
    margin-bottom: 2rem; } }

.kenji .flowChartPage .flowChart06 .boxContent .eye {
  font-size: 1.6rem;
  margin-top: 4rem;
  margin-bottom: 2rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart06 .boxContent .eye {
    margin-top: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent .eye {
    margin-top: 2rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart06 .boxContent .eye {
    margin-top: 1.5rem; } }

.kenji .flowChartPage .flowChart06 .boxContent .eye .fa-eye {
  font-size: 3rem;
  margin-right: 1rem;
  color: #0072ff; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart06 .boxContent .eye .fa-eye {
    font-size: 2.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent .eye .fa-eye {
    font-size: 2.6rem;
    margin-right: 0.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart06 .boxContent .eye .fa-eye {
    font-size: 2.4rem; } }

.kenji .flowChartPage .flowChart06 .boxContent .table {
  margin-bottom: 3.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart06 .boxContent .table {
    margin-bottom: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent .table {
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent .table {
    overflow-x: auto; } }

.kenji .flowChartPage .flowChart06 .boxContent .table table {
  border: 1px solid #cccccc; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent .table table {
    min-width: 500px; } }

.kenji .flowChartPage .flowChart06 .boxContent .table table th {
  background-color: #f2f2f2;
  padding: 1.5rem;
  width: 240px; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent .table table th {
    width: 200px; } }

.kenji .flowChartPage .flowChart06 .boxContent .table table td {
  padding: 1.5rem; }

.kenji .flowChartPage .flowChart06 .boxContent .table table tr {
  border: 1px solid #cccccc; }

.kenji .flowChartPage .flowChart06 .boxContent .table .w100 {
  width: 100%; }

.kenji .flowChartPage .flowChart06 .boxContent .type {
  margin: -1.75rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart06 .boxContent .type {
    margin: -1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent .type {
    margin: -1.25rem; } }

.kenji .flowChartPage .flowChart06 .boxContent .type__item {
  width: 50%;
  padding: 1.75rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart06 .boxContent .type__item {
    padding: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent .type__item {
    padding: 1.25rem;
    width: 100%; } }

.kenji .flowChartPage .flowChart06 .boxContent .type__head {
  background-color: #eef3f8;
  padding: 1rem 3.5rem;
  font-size: 1.6rem;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart06 .boxContent .type__head {
    padding: 1rem 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent .type__head {
    padding: 1rem 2.5rem; } }

.kenji .flowChartPage .flowChart06 .boxContent .type__head .fa-regular {
  font-size: 3rem;
  color: #0072ff;
  margin-right: 1.5rem; }

.kenji .flowChartPage .flowChart06 .boxContent .type__text {
  padding: 0 3.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart06 .boxContent .type__text {
    padding: 0 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxContent .type__text {
    padding: 0 2.5rem; } }

.kenji .flowChartPage .flowChart06 .mb--3 {
  margin-bottom: 3rem; }

.kenji .flowChartPage .flowChart06 .boxBlue {
  margin: -1rem -2rem; }

.kenji .flowChartPage .flowChart06 .boxBlue__border {
  border: 1px solid #0072ff;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.kenji .flowChartPage .flowChart06 .boxBlue__head {
  padding: 1rem;
  background-color: #eef3fa;
  border-bottom: 1px solid #0072ff; }

.kenji .flowChartPage .flowChart06 .boxBlue__content {
  padding: 2.5rem 1rem 3rem; }

.kenji .flowChartPage .flowChart06 .boxBlue__content--diff {
  padding: 0.5rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxBlue__content--diff {
    padding: 1.5rem; } }

.kenji .flowChartPage .flowChart06 .boxBlue__item {
  padding: 1rem 2rem;
  width: 50%; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxBlue__item {
    width: 100%; } }

.kenji .flowChartPage .flowChart06 .boxBlue__item--full {
  width: 100%; }

.kenji .flowChartPage .flowChart06 .boxBlue__item--diff .boxBlue__content {
  padding-top: 0;
  padding-bottom: 0; }

.kenji .flowChartPage .flowChart06 .box--sm {
  max-width: 810px;
  margin: 0 auto; }

.kenji .flowChartPage .flowChart06 .text--bottom {
  margin: 3rem 0 1rem; }

.kenji .flowChartPage .flowChart06 .fa-envelope-open-text,
.kenji .flowChartPage .flowChart06 .fa-handshake,
.kenji .flowChartPage .flowChart06 .fa-file,
.kenji .flowChartPage .flowChart06 .fa-handshake-slash,
.kenji .flowChartPage .flowChart06 .fa-file-pen,
.kenji .flowChartPage .flowChart06 .fa-user-lock,
.kenji .flowChartPage .flowChart06 .fa-hospital-user,
.kenji .flowChartPage .flowChart06 .fa-circle-yen,
.kenji .flowChartPage .flowChart06 .fa-dove,
.kenji .flowChartPage .flowChart06 .fa-address-card {
  color: #0072ff;
  font-size: 3rem;
  margin-right: 1.5rem; }

.kenji .flowChartPage .flowChart06 .imgs {
  margin: -0.4rem; }

.kenji .flowChartPage .flowChart06 .imgs__one {
  max-width: 300px; }

.kenji .flowChartPage .flowChart06 .imgs__one--diff {
  height: 100px; }

.kenji .flowChartPage .flowChart06 .imgs__one--diff img {
  max-width: none;
  max-height: 100%; }

.kenji .flowChartPage .flowChart06 .imgs__two {
  max-width: 200px; }

.kenji .flowChartPage .flowChart06 .imgs__item {
  width: calc(100% / 5);
  padding: 0.4rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .imgs__item {
    width: calc(100% / 3); } }

.kenji .flowChartPage .flowChart06 .listNum__item {
  padding: 1rem;
  border-top: 1px solid #cccccc; }

.kenji .flowChartPage .flowChart06 .listNum__item:last-child {
  border-bottom: 1px solid #cccccc; }

.kenji .flowChartPage .flowChart06 .listNum__item .num {
  color: #0072ff; }

.kenji .flowChartPage .flowChart06 .listNum__item .text {
  padding-left: 2rem; }

.kenji .flowChartPage .flowChart06 .boxInfo {
  margin: -1.75rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxInfo {
    margin: -1rem; } }

.kenji .flowChartPage .flowChart06 .boxInfo__item {
  width: 50%;
  padding: 1.75rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxInfo__item {
    width: 100%;
    padding: 1rem; } }

.kenji .flowChartPage .flowChart06 .boxInfo .img {
  width: 135px; }

.kenji .flowChartPage .flowChart06 .boxInfo .text {
  width: calc(100% - 135px);
  padding-left: 2.5rem; }

.kenji .flowChartPage .flowChart06 .boxInfo .text .text--bold {
  margin-bottom: 0.5rem; }

.kenji .flowChartPage .flowChart06 .boxInfo .text .text--sm {
  font-size: 1.2rem;
  margin-top: 1rem; }

.kenji .flowChartPage .flowChart06 .boxVid {
  margin-top: 1rem; }

.kenji .flowChartPage .flowChart06 .boxVid__left {
  padding-right: 2.5rem;
  width: calc(100% - 235px); }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxVid__left {
    width: 100%; } }

.kenji .flowChartPage .flowChart06 .boxVid__right {
  width: 235px; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .boxVid__right {
    width: 100%; }
  .kenji .flowChartPage .flowChart06 .boxVid__right img {
    max-width: 300px; } }

.kenji .flowChartPage .flowChart06 .formContact .form__btn {
  margin-top: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart06 .formContact .form__btn {
    margin-top: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .formContact .form__btn {
    margin-top: 3rem; } }

.kenji .flowChartPage .flowChart06 .text--link {
  color: #0072ff;
  text-decoration: underline;
  text-underline-offset: 4px; }

.kenji .flowChartPage .flowChart06 .tableHind {
  display: none;
  margin-top: 0.5rem;
  margin-bottom: 2rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .tableHind {
    display: block;
    font-size: 1.4rem; } }

@media screen and (max-width: 374px) {
  .kenji .flowChartPage .flowChart06 .tableHind {
    font-size: 1.2rem; } }

.kenji .flowChartPage .flowChart06 .tableHind .fa-hand-pointer {
  margin-right: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart06 .tableHind .fa-hand-pointer {
    font-size: 1.4rem; } }

.kenji .flowChartPage .flowChart07 {
  /*the container must be positioned relative:*/ }

.kenji .flowChartPage .flowChart07 .boxContent__head {
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid #0072ff;
  margin-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart07 .boxContent__head {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    border-bottom: 3px solid #0072ff; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .boxContent__head {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #0072ff; } }

.kenji .flowChartPage .flowChart07 .boxContent__desc {
  margin-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart07 .boxContent__desc {
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .boxContent__desc {
    margin-bottom: 2rem; } }

.kenji .flowChartPage .flowChart07 .innerS {
  max-width: 1220px; }

.kenji .flowChartPage .flowChart07 .alert {
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #cacaca;
  margin: 3rem auto;
  position: relative; }

.kenji .flowChartPage .flowChart07 .alert.danger {
  color: #eb1e1e; }

.kenji .flowChartPage .flowChart07 .alert strong {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #000000;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .alert strong {
    font-size: 1.8rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart07 .alert strong {
    font-size: 1.6rem;
    margin-bottom: 0.5rem; } }

.kenji .flowChartPage .flowChart07 .alert .close {
  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;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 50%; }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart07 .alert .close {
    width: 24px;
    height: 24px; } }

.kenji .flowChartPage .flowChart07 .formBox {
  margin-top: 4rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart07 .formBox {
    margin-top: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox {
    margin-top: 2rem; } }

.kenji .flowChartPage .flowChart07 .formBox .form .mr--1 {
  margin-right: 1rem; }

.kenji .flowChartPage .flowChart07 .formBox .form .mx--05 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.kenji .flowChartPage .flowChart07 .formBox .form .mr--3 {
  margin-right: 3rem; }

.kenji .flowChartPage .flowChart07 .formBox .form .mr--5 {
  margin-right: 5.5rem; }

.kenji .flowChartPage .flowChart07 .formBox .form .hind {
  color: #0072ff;
  margin-left: 2rem; }

.kenji .flowChartPage .flowChart07 .formBox .form .hind:hover {
  opacity: 1; }

.kenji .flowChartPage .flowChart07 .formBox .form .hind--icon {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #0072ff;
  color: #ffffff;
  text-align: center;
  margin-right: 0.5rem; }

.kenji .flowChartPage .flowChart07 .formBox .form .hind--text {
  text-decoration: underline;
  text-underline-offset: 10px; }

.kenji .flowChartPage .flowChart07 .formBox .form .hind.tooltip {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1rem; }

.kenji .flowChartPage .flowChart07 .formBox .form .hind.tooltip:focus-visible {
  outline: 0; }

.kenji .flowChartPage .flowChart07 .formBox .form .hind.tooltip.btnDisabled {
  border: 0 !important;
  background-color: transparent !important; }

.kenji .flowChartPage .flowChart07 .formBox .form .hind.tooltip.btnDisabled .hind--icon {
  background-color: #878787; }

.kenji .flowChartPage .flowChart07 .formBox .form .hind.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px; }

.kenji .flowChartPage .flowChart07 .formBox .form .hind.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent; }

.kenji .flowChartPage .flowChart07 .formBox .form .hind.tooltip:hover .tooltiptext {
  visibility: visible; }

.kenji .flowChartPage .flowChart07 .formBox .form .borderBottom {
  border-bottom: 1px solid #cccccc; }

.kenji .flowChartPage .flowChart07 .formBox .form .boxSearch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 255px); }

@media screen and (max-width: 1160px) {
  .kenji .flowChartPage .flowChart07 .formBox .form .boxSearch {
    width: 100%;
    margin-top: 1.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .flowChartPage .flowChart07 .formBox .form .boxSearch .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart07 .formBox .form .boxSearch .flexbox {
    display: block; } }

.kenji .flowChartPage .flowChart07 .formBox .form .boxSearch span {
  word-break: keep-all; }

@media screen and (max-width: 1160px) {
  .kenji .flowChartPage .flowChart07 .formBox .form .boxSearch span {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem; } }

.kenji .flowChartPage .flowChart07 .formBox .form .boxSearch .btn--sm {
  font-size: 1.4rem;
  padding: 1.1rem;
  min-width: 180px;
  margin-left: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart07 .formBox .form .boxSearch .btn--sm {
    margin-left: 0;
    margin-top: 1rem; } }

.kenji .flowChartPage .flowChart07 .formBox .form .boxGrey {
  background-color: #f4f4f4;
  padding: 3rem;
  padding-bottom: 1.5rem;
  margin-top: 4rem;
  border: 1px solid #cccccc;
  border-radius: 6px; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart07 .formBox .form .boxGrey {
    padding: 1.5rem; } }

.kenji .flowChartPage .flowChart07 .formBox .form .boxGrey .boxContent__head {
  font-size: 1.6rem;
  border-bottom: 3px solid #0072ff;
  margin-bottom: 2rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart07 .formBox .form .boxGrey .boxContent__head {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form .boxGrey .boxContent__head {
    font-size: 1.4rem; } }

.kenji .flowChartPage .flowChart07 .formBox .form .boxGrey .form__group:last-child {
  border-bottom: 0; }

.kenji .flowChartPage .flowChart07 .formBox .form .boxGrey .form__check {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form .boxGrey .form__check {
    width: 100% !important;
    margin-right: 0;
    margin-top: 1rem; }
  .kenji .flowChartPage .flowChart07 .formBox .form .boxGrey .form__check:first-child {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form .formFlexWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 374px) {
  .kenji .flowChartPage .flowChart07 .formBox .form .formFlexWrap .form__input--ss {
    max-width: 70px; } }

.kenji .flowChartPage .flowChart07 .formBox .form__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-top: 1px solid #cccccc; }

.kenji .flowChartPage .flowChart07 .formBox .form__group:last-child {
  border-bottom: 1px solid #cccccc; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .flowChartPage .flowChart07 .formBox .form__label {
  min-height: 40px;
  width: 250px;
  padding: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__label {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0; } }

.kenji .flowChartPage .flowChart07 .formBox .form__left {
  min-height: 40px;
  width: 250px;
  padding: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__left {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #cccccc; } }

.kenji .flowChartPage .flowChart07 .formBox .form__left .form__label {
  padding: 0;
  min-height: auto; }

.kenji .flowChartPage .flowChart07 .formBox .form__control {
  width: calc(100% - 250px);
  padding: 1.5rem;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__control {
    width: 100%;
    padding-right: 0; } }

.kenji .flowChartPage .flowChart07 .formBox .form__input {
  height: 40px;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #0072ff;
  border-radius: 6px;
  background-color: #ffffff; }

.kenji .flowChartPage .flowChart07 .formBox .form__input:focus {
  outline: none; }

.kenji .flowChartPage .flowChart07 .formBox .form__input--md {
  max-width: 298px; }

.kenji .flowChartPage .flowChart07 .formBox .form__input--tb {
  max-width: 200px; }

.kenji .flowChartPage .flowChart07 .formBox .form__input--ss {
  max-width: 111px; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__input--ss {
    max-width: 80px; } }

.kenji .flowChartPage .flowChart07 .formBox .form__input--lg {
  max-width: 440px; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__input--lg {
    max-width: 100%;
    margin-bottom: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__input--lg.mr--3 {
    margin-right: 0; } }

.kenji .flowChartPage .flowChart07 .formBox .form__input--xs {
  max-width: 166px; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__input--xs {
    max-width: 120px; } }

@media screen and (max-width: 374px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__input--xs {
    max-width: 110px; } }

.kenji .flowChartPage .flowChart07 .formBox .form__input--search {
  background: transparent url(../img/flow/icon_search.png) no-repeat right 10px center;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-left: 4rem; }

.kenji .flowChartPage .flowChart07 .formBox .form__input--search::-webkit-input-placeholder {
  color: #000000;
  opacity: 1; }

.kenji .flowChartPage .flowChart07 .formBox .form__input--search::-moz-placeholder {
  color: #000000;
  opacity: 1; }

.kenji .flowChartPage .flowChart07 .formBox .form__input--search::-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

.kenji .flowChartPage .flowChart07 .formBox .form__input--search::placeholder {
  color: #000000;
  opacity: 1; }

.kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:checked, .kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:checked + label,
.kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  background-color: #ffffff; }

.kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:checked + label:before,
.kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #ffffff; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:checked + label:before,
  .kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:not(:checked) + label:before {
    left: 1rem; } }

.kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:checked + label:after,
.kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: 1.9rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: translateY(-50%) scale(1); }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:checked + label:after,
  .kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:not(:checked) + label:after {
    left: 1.4rem; } }

.kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:checked + label:after {
  background: #0072ff; }

.kenji .flowChartPage .flowChart07 .formBox .form__input[type="radio"]:checked + label {
  background-color: #0072ff;
  color: #ffffff; }

.kenji .flowChartPage .flowChart07 .formBox .form__select {
  height: 40px;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #0072ff;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(../img/flow/icon_arrow.png) no-repeat right 10px center;
  background-position: calc(100% - 1.5rem) center;
  background-repeat: no-repeat;
  background-size: 11px 7px;
  background-color: #ffffff; }

.kenji .flowChartPage .flowChart07 .formBox .form__select:focus {
  outline: none; }

.kenji .flowChartPage .flowChart07 .formBox .form__select--md {
  max-width: 200px; }

.kenji .flowChartPage .flowChart07 .formBox .form__select--xss {
  max-width: 100px; }

@media screen and (max-width: 1075px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__select--xss {
    max-width: 85px; } }

@media screen and (max-width: 910px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__select--xss {
    max-width: 85px; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__select--xss {
    padding: 8px 10px;
    background-position: calc(100% - 1rem) center; } }

.kenji .flowChartPage .flowChart07 .formBox .form__select--year {
  line-height: 1; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__select--year {
    max-width: 80px; } }

.kenji .flowChartPage .flowChart07 .formBox .form__select--moth {
  line-height: 1; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__select--moth {
    max-width: 60px; } }

.kenji .flowChartPage .flowChart07 .formBox .form__select--day {
  line-height: 1; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__select--day {
    max-width: 60px; } }

.kenji .flowChartPage .flowChart07 .formBox .form__radio {
  margin-right: 2rem; }

.kenji .flowChartPage .flowChart07 .formBox .form__radio:last-child {
  margin-right: 0; }

.kenji .flowChartPage .flowChart07 .formBox .form__radio__label {
  padding: 1rem;
  border: 1px solid #0072ff;
  border-radius: 50px;
  min-width: 125px; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__radio__label {
    min-width: 100px;
    padding: 0.8rem; } }

.kenji .flowChartPage .flowChart07 .formBox .form__radio__label--lg {
  min-width: 170px; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__radio__label--lg {
    min-width: 150px; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart07 .formBox .form__postal .hind {
    margin-top: 1rem; } }

.kenji .flowChartPage .flowChart07 .formBox .form__check {
  margin-top: 1.5rem;
  width: 100%; }

.kenji .flowChartPage .flowChart07 .formBox .form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: -0.6rem; }

.kenji .flowChartPage .flowChart07 .formBox .form__flex--child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem; }

.kenji .flowChartPage .flowChart07 .formBox .form__flex--child .ml--1 {
  margin-left: 1.5rem; }

.kenji .flowChartPage .flowChart07 .formBox .form__check__label {
  display: inline-block;
  position: relative;
  padding: 0.6rem 1rem;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #0072ff;
  border-radius: 50px;
  width: 100%;
  max-width: 140px;
  font-weight: 400;
  background-color: #ffffff; }

.kenji .flowChartPage .flowChart07 .formBox .form__check__label--lg {
  max-width: 170px; }

.kenji .flowChartPage .flowChart07 .formBox .form__check__label.checked {
  background-color: #0072ff;
  color: #ffffff; }

.kenji .flowChartPage .flowChart07 .formBox .form__check__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.kenji .flowChartPage .flowChart07 .formBox .form .checkmark {
  position: absolute;
  top: 47%;
  left: 1.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #cccccc; }

.kenji .flowChartPage .flowChart07 .formBox .form .checkmark.text-white {
  color: #ffffff; }

.kenji .flowChartPage .flowChart07 .formBox .form .boxName {
  display: none; }

.kenji .flowChartPage .flowChart07 .formBox .form .boxName.checked {
  display: block; }

.kenji .flowChartPage .flowChart07 .formBox .form input[type="number"]::-webkit-inner-spin-button,
.kenji .flowChartPage .flowChart07 .formBox .form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.kenji .flowChartPage .flowChart07 .formBox .form input[type="number"] {
  -moz-appearance: textfield; }

.kenji .flowChartPage .flowChart07 .formBox .necessary__input {
  background-color: red;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 0 1rem 0.2rem;
  border-radius: 20px;
  white-space: nowrap;
  margin-left: 1.5rem; }

.kenji .flowChartPage .flowChart07 .formBox .btn {
  background-color: #0072ff;
  border: 0;
  color: #ffffff;
  font-weight: 700;
  min-width: 270px;
  font-size: 1.6rem;
  padding: 1.3rem 1rem;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart07 .formBox .btn {
    min-width: 250px; } }

.kenji .flowChartPage .flowChart07 .formBox .btn .fa-chevron-right {
  margin-left: 1.5rem; }

.kenji .flowChartPage .flowChart07 .formBox .btn:hover {
  opacity: 0.6; }

.kenji .flowChartPage .flowChart07 .formBox .formBottom {
  text-align: center;
  margin-top: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .formBox .formBottom {
    margin-top: 3rem; } }

.kenji .flowChartPage .flowChart07 .formBox .formPrivacy {
  margin-top: 1.5rem; }

.kenji .flowChartPage .flowChart07 .formBox .formPrivacy__link {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #0072ff; }

.kenji .flowChartPage .flowChart07 .btnDisabled {
  cursor: alias;
  pointer-events: none;
  background-color: #f4f4f4 !important;
  color: #878787 !important; }

.kenji .flowChartPage .flowChart07 .autocomplete {
  position: relative;
  display: inline-block;
  /*when hovering an item:*/
  /*when navigating through the items using the arrow keys:*/ }

.kenji .flowChartPage .flowChart07 .autocomplete input {
  border: 1px solid transparent;
  padding: 10px;
  font-size: 16px; }

.kenji .flowChartPage .flowChart07 .autocomplete input[type="text"] {
  width: 100%;
  max-width: calc(100% - 53px); }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart07 .autocomplete input[type="text"] {
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart07 .autocomplete input[type="text"] {
    max-width: calc(100% - 53px); } }

@media screen and (max-width: 600px) {
  .kenji .flowChartPage .flowChart07 .autocomplete input[type="text"] {
    max-width: 100%; } }

.kenji .flowChartPage .flowChart07 .autocomplete input[type="submit"] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer; }

.kenji .flowChartPage .flowChart07 .autocomplete .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 315px;
  overflow: auto; }

.kenji .flowChartPage .flowChart07 .autocomplete .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4; }

.kenji .flowChartPage .flowChart07 .autocomplete .autocomplete-items div:hover {
  background-color: #e9e9e9; }

.kenji .flowChartPage .flowChart07 .autocomplete .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff; }

.kenji .flowChartPage .flowChart08 .headPage {
  margin-bottom: 2.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart08 .headPage {
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart08 .headPage {
    margin-bottom: 1.5rem; } }

.kenji .flowChartPage .flowChart08 .headPage__desc {
  margin-bottom: 3.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart08 .headPage__desc {
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart08 .headPage__desc {
    margin-bottom: 2rem; } }

.kenji .flowChartPage .flowChart08 .headPage__text {
  font-size: 1.4rem; }

.kenji .flowChartPage .flowChart08 .formContact__button {
  margin-top: 5rem; }

.kenji .flowChartPage .flowChart08 .formContact__button .btn {
  min-width: 456px;
  text-align: center; }

@media screen and (max-width: 1023px) {
  .kenji .flowChartPage .flowChart08 .formContact__button .btn {
    min-width: 400px; } }

@media screen and (max-width: 767px) {
  .kenji .flowChartPage .flowChart08 .formContact__button .btn {
    min-width: 356px;
    margin-bottom: 2rem; } }

@media screen and (max-width: 479px) {
  .kenji .flowChartPage .flowChart08 .formContact__button .btn {
    min-width: 100%; } }

.kenji .flowChartPage .flowChart08 .formContact__button .btn .fa-user {
  margin-right: 1rem; }

.kenji .shizuokaPage .pageTtl:after {
  background-color: #00b8e3; }

.kenji .shizuokaPage .slider {
  margin-bottom: 0; }

.kenji .shizuokaPage .slider .slick-dots {
  bottom: 0.4rem;
  width: auto;
  padding: 1.7rem 4rem 1rem 2.4rem;
  background-color: white;
  border-top-right-radius: 3.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 3.5rem;
  min-width: 13.6rem; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .slider .slick-dots {
    padding: 1.2rem 1.2rem 0.4rem;
    min-width: 80px;
    min-height: 2rem;
    border-top-right-radius: 2rem;
    bottom: 0.3rem; } }

.kenji .shizuokaPage .slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.6rem; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .slider .slick-dots li {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.35rem; } }

.kenji .shizuokaPage .slider .slick-dots li.slick-active button:before {
  background-color: #00b8e3; }

.kenji .shizuokaPage .slider .slick-dots li:first-child {
  margin-left: 0; }

.kenji .shizuokaPage .slider .slick-dots li:last-child {
  margin-right: 0; }

.kenji .shizuokaPage .slider .slick-dots li button {
  padding: 0;
  width: 0.8rem;
  height: 0.8rem; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .slider .slick-dots li button {
    width: 0.5rem;
    height: 0.5rem; } }

.kenji .shizuokaPage .slider .slick-dots li button:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #cccccc;
  border-radius: 100%;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .slider .slick-dots li button:before {
    width: 0.5rem;
    height: 0.5rem; } }

.kenji .shizuokaPage .pickup {
  padding: 10rem 0 8rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage .pickup {
    padding: 8rem 0 6rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .pickup {
    padding: 4.3rem 0 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .pickup .pageTtl {
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .pickup .btnArea__btn {
    min-height: 3.5rem;
    min-width: 23rem;
    border-radius: 17.5rem; } }

.kenji .shizuokaPage .pickup .pickupCtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  margin: -1.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage .pickup .pickupCtn {
    margin: -2rem -3rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .pickup .pickupCtn {
    margin: -2.1rem;
    padding-bottom: 1rem;
    padding-top: 0; } }

.kenji .shizuokaPage .pickup .pickupCtn__item {
  width: 25%;
  padding: 1.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage .pickup .pickupCtn__item {
    padding: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .pickup .pickupCtn__item {
    padding: 2.1rem; } }

.kenji .shizuokaPage .pickup .pickupCtn__img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 53%;
  margin-bottom: 1.15rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage .pickup .pickupCtn__img {
    width: 100%;
    height: 0; } }

.kenji .shizuokaPage .pickup .pickupCtn__img img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.kenji .shizuokaPage .pickup .pickupCtn__tag {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 2.2rem;
  min-width: 7.2rem;
  padding: 0.1rem 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: white; }

.kenji .shizuokaPage .pickup .pickupCtn__tag--blue {
  background-color: #162bcd; }

.kenji .shizuokaPage .pickup .pickupCtn__tag--red {
  background-color: #eb1e1e; }

.kenji .shizuokaPage .pickup .pickupCtn__cate {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: white;
  background-color: #0072ff;
  border-radius: 1.5rem;
  min-height: 3rem;
  min-width: 13.9rem;
  padding: 0.5rem 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.1rem; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .pickup .pickupCtn__cate {
    min-width: 13.3rem; } }

.kenji .shizuokaPage .pickup .pickupCtn__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #00b8e3; }

.kenji .shizuokaPage .pickup .pickupCtn__desc {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 0.8rem; }

.kenji .shizuokaPage .pickup .pickupCtn__price {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 1rem; }

.kenji .shizuokaPage .pickup .pickupCtn .slick-arrow {
  width: 3rem;
  height: 3rem;
  top: 38%;
  -webkit-transform: unset;
  transform: unset;
  z-index: 2; }

@media screen and (max-width: 375px) {
  .kenji .shizuokaPage .pickup .pickupCtn .slick-arrow {
    top: 35%; } }

@media screen and (max-width: 374px) {
  .kenji .shizuokaPage .pickup .pickupCtn .slick-arrow {
    top: 28%; } }

.kenji .shizuokaPage .pickup .pickupCtn .slick-arrow:before {
  content: "";
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0; }

.kenji .shizuokaPage .pickup .pickupCtn .slick-arrow.slick-next {
  right: 2.7rem; }

.kenji .shizuokaPage .pickup .pickupCtn .slick-arrow.slick-next:before {
  background-image: url("../img/shizuoka/arrow_next.png"); }

.kenji .shizuokaPage .pickup .pickupCtn .slick-arrow.slick-prev {
  left: 2.7rem; }

.kenji .shizuokaPage .pickup .pickupCtn .slick-arrow.slick-prev:before {
  background-image: url("../img/shizuoka/arrow_pre.png"); }

.kenji .shizuokaPage .pickup .pickupCtn .slick-list {
  width: 100% !important; }

@media screen and (min-width: 767px) {
  .kenji .shizuokaPage .pickup .pickupCtn .slick-track {
    min-width: 100%; } }

.kenji .shizuokaPage .license {
  padding: 8rem 0 9rem;
  background-image: url("../img/shizuoka/pic_license_bg.jpg");
  background-size: 1442px auto;
  background-repeat: repeat;
  background-position: top left; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage .license {
    padding: 6rem 0; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license {
    padding: 3.5rem 0 3rem; } }

.kenji .shizuokaPage .license__desc {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding-bottom: 4rem;
  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; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage .license__desc {
    font-size: 1.8rem;
    padding-bottom: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license__desc {
    font-size: 1.4rem;
    padding-bottom: 2.8rem; } }

.kenji .shizuokaPage .license__desc i {
  padding-right: 1rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage .license__desc i {
    font-size: 2.4rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license__desc i {
    font-size: 2rem;
    padding-right: 0.5rem; } }

.kenji .shizuokaPage .license .licenseCtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -5rem -2.25rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage .license .licenseCtn {
    margin: -2rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license .licenseCtn {
    margin: 0 -2rem; } }

@media screen and (max-width: 374px) {
  .kenji .shizuokaPage .license .licenseCtn {
    margin: 0 -1.5rem; } }

.kenji .shizuokaPage .license .licenseCtn__item {
  width: 33.333%;
  padding: 5rem 2.25rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage .license .licenseCtn__item {
    width: 50%;
    padding: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license .licenseCtn__item {
    width: 100%;
    padding: 0; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license .licenseCtn__item:last-child .licenseCtn__list {
    border-bottom: 1px solid #cacaca; } }

.kenji .shizuokaPage .license .licenseCtn__ctn {
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license .licenseCtn__ctn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 6.25rem;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding-left: 2rem;
    margin-bottom: -1px; } }

@media screen and (max-width: 374px) {
  .kenji .shizuokaPage .license .licenseCtn__ctn {
    padding-left: 1.5rem; } }

.kenji .shizuokaPage .license .licenseCtn__img {
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 7.5rem;
  padding: 2rem;
  min-height: 15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage .license .licenseCtn__img {
    min-height: 13rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license .licenseCtn__img {
    width: 4rem;
    height: 4rem;
    min-height: unset;
    padding: 0.5rem; } }

.kenji .shizuokaPage .license .licenseCtn__img--car img {
  max-height: 4.7rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage .license .licenseCtn__img--car img {
    max-height: 3.7rem; } }

.kenji .shizuokaPage .license .licenseCtn__img--moto img {
  max-height: 5.4rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage .license .licenseCtn__img--moto img {
    max-height: 4.4rem; } }

.kenji .shizuokaPage .license .licenseCtn__img--truck img {
  max-height: 5.95rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage .license .licenseCtn__img--truck img {
    max-height: 4.95rem; } }

.kenji .shizuokaPage .license .licenseCtn__img--bus img {
  max-height: 5.65rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage .license .licenseCtn__img--bus img {
    max-height: 4.65rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license .licenseCtn__img--restrictions {
    padding: 0.8rem; } }

.kenji .shizuokaPage .license .licenseCtn__img--restrictions img {
  max-height: 6.25rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage .license .licenseCtn__img--restrictions img {
    max-height: 5.25rem; } }

.kenji .shizuokaPage .license .licenseCtn__img--drone img {
  max-height: 5.6rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage .license .licenseCtn__img--drone img {
    max-height: 4.6rem; } }

.kenji .shizuokaPage .license .licenseCtn__btn {
  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; }

.kenji .shizuokaPage .license .licenseCtn__btnitem {
  min-height: 4.5rem;
  background-color: #00b8e3;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  padding: 0.5rem 1rem;
  min-width: 18.5rem;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-radius: 2.25rem;
  margin-top: -2.25rem; }

.kenji .shizuokaPage .license .licenseCtn__btnitem i {
  font-size: 1.8rem;
  padding-right: 1rem; }

.kenji .shizuokaPage .license .licenseCtn__ttl {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 1.8rem; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license .licenseCtn__ttl {
    padding-top: 0;
    padding: 0.5rem 1.5rem 0.5rem 1.3rem;
    font-size: 1.6rem;
    width: calc(100% - 5.3rem - 4rem);
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license .licenseCtn__icon {
    width: 5.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #cacaca;
    background-color: #eeeeee;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; } }

.kenji .shizuokaPage .license .licenseCtn__icon i {
  font-size: 1.6rem; }

.kenji .shizuokaPage .license .licenseCtn__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -0.3rem;
  padding-top: 2.5rem; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license .licenseCtn__list {
    padding: 1.5rem 2rem;
    margin: -0.25rem;
    display: none; } }

@media screen and (max-width: 374px) {
  .kenji .shizuokaPage .license .licenseCtn__list {
    padding: 1.5rem; } }

.kenji .shizuokaPage .license .licenseCtn__list.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.kenji .shizuokaPage .license .licenseCtn__listitem {
  width: 50%;
  padding: 0.3rem; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license .licenseCtn__listitem {
    padding: 0.35rem; } }

.kenji .shizuokaPage .license .licenseCtn__listitema {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  border: 1.5px solid #00b8e3;
  border-radius: 1.9rem;
  min-height: 3.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  padding: 0.3rem 1rem;
  text-align: center;
  height: 100%; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage .license .licenseCtn__listitema {
    font-size: 1.3rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .license .licenseCtn__listitema {
    min-height: 3.5rem;
    border-radius: 1.75rem; } }

@media screen and (max-width: 374px) {
  .kenji .shizuokaPage .license .licenseCtn__listitema {
    font-size: 1.2rem;
    padding: 0.3rem 0.5rem; } }

.kenji .shizuokaPage .bannerShizuoka {
  padding: 9rem 0 8rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage .bannerShizuoka {
    padding: 7rem 0 7rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .bannerShizuoka {
    padding: 3rem 0 4rem; } }

.kenji .shizuokaPage .bannerShizuoka .bannerShizuokaCtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage .bannerShizuoka .bannerShizuokaCtn {
    padding: -1rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .bannerShizuoka .bannerShizuokaCtn {
    margin: -0.25rem; } }

.kenji .shizuokaPage .bannerShizuoka .bannerShizuokaCtn__item {
  width: 50%;
  padding: 1.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage .bannerShizuoka .bannerShizuokaCtn__item {
    padding: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .bannerShizuoka .bannerShizuokaCtn__item {
    padding: 0.25rem;
    width: 100%; } }

.kenji .shizuokaPage .column {
  background-color: #f1f6f8;
  padding: 9rem 0; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage .column {
    padding: 6rem 0; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .column {
    padding: 4rem 0; } }

.kenji .shizuokaPage .column .pageTtl:after {
  background-color: #0072ff; }

.kenji .shizuokaPage .course {
  padding: 10rem 0 6rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage .course {
    padding: 6rem 0 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .course {
    padding: 4rem 0 2rem; } }

.kenji .shizuokaPage .mapArea {
  margin-bottom: -0.5rem; }

.kenji .shizuokaPage .mapArea iframe {
  width: 100%;
  height: 600px; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage .mapArea iframe {
    height: 400px !important; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage .mapArea iframe {
    height: 300px !important; } }

.kenji .news {
  padding: 6rem 0 11rem; }

@media screen and (max-width: 1279px) {
  .kenji .news {
    padding: 4rem 0 6rem; } }

@media screen and (max-width: 767px) {
  .kenji .news {
    padding: 2rem 0 5rem; } }

@media screen and (max-width: 767px) {
  .kenji .news .pageTtl {
    margin-bottom: 2rem; } }

.kenji .news .newsBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.kenji .news .newsBox .newsTtl {
  width: 39rem;
  padding-right: 2rem; }

@media screen and (max-width: 1279px) {
  .kenji .news .newsBox .newsTtl {
    width: 28rem; } }

@media screen and (max-width: 1023px) {
  .kenji .news .newsBox .newsTtl {
    width: 24rem; } }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsTtl {
    width: 100%;
    padding-right: 0; } }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsTtl__other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.7rem; } }

.kenji .news .newsBox .newsTtl__btn {
  font-size: 1.4rem;
  letter-spacing: 0.1em; }

.kenji .news .newsBox .newsTtl__btn .fa-chevron-right {
  font-size: 1.3rem;
  padding-left: 0.2rem; }

.kenji .news .newsBox .newsTtl__social {
  padding-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsTtl__social {
    padding-top: 0; } }

.kenji .news .newsBox .newsTtl__social i {
  font-size: 3.4rem; }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsTtl__social i {
    font-size: 3rem; } }

.kenji .news .newsBox .newsTtl__social i.fa-facebook {
  color: #0a66ff; }

.kenji .news .newsBox .newsTtl__socialitem {
  margin-right: 2.3rem; }

.kenji .news .newsBox .newsTtl__socialitem:last-child {
  margin-right: 0; }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsTtl__socialitem:last-child {
    margin-right: 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsTtl__socialitem {
    margin-right: 2rem; } }

.kenji .news .newsBox .newsCtn {
  width: calc(100% - 39rem); }

@media screen and (max-width: 1279px) {
  .kenji .news .newsBox .newsCtn {
    width: calc(100% - 28rem); } }

@media screen and (max-width: 1023px) {
  .kenji .news .newsBox .newsCtn {
    width: calc(100% - 24rem); } }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsCtn {
    width: 100%; } }

.kenji .news .newsBox .newsCtn__item:first-child .newsCtn__ctn {
  border-top: 1px solid #cacaca; }

.kenji .news .newsBox .newsCtn__ctn {
  border-bottom: 1px solid #cacaca;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 1.25rem;
  min-height: 5.7rem;
  position: relative; }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsCtn__ctn {
    padding: 0.9rem 0 0.8rem; } }

.kenji .news .newsBox .newsCtn__group {
  width: 19.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 1023px) {
  .kenji .news .newsBox .newsCtn__group {
    width: 18rem; } }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsCtn__group {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 0.6rem; } }

.kenji .news .newsBox .newsCtn__date {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  width: calc(100% - 7.5rem);
  white-space: nowrap; }

@media screen and (max-width: 1023px) {
  .kenji .news .newsBox .newsCtn__date {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsCtn__date {
    width: unset;
    font-size: 1.4rem;
    margin-right: 1.7rem; } }

.kenji .news .newsBox .newsCtn__tag {
  width: 7.5rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsCtn__tag {
    width: unset; } }

.kenji .news .newsBox .newsCtn__tag p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00b8e3;
  border-radius: 1.2rem;
  min-height: 2.4rem;
  min-width: 7.5rem;
  padding: 0.2rem 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: white; }

.kenji .news .newsBox .newsCtn__txt {
  width: calc(100% - 19.3rem);
  padding-left: 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1023px) {
  .kenji .news .newsBox .newsCtn__txt {
    width: calc(100% - 18rem); } }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsCtn__txt {
    width: 100%;
    padding-left: 0; } }

.kenji .news .newsBox .newsCtn__txt i {
  font-size: 1.4rem;
  margin-left: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsCtn__txt i {
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

.kenji .news .newsBox .newsCtn__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 1023px) {
  .kenji .news .newsBox .newsCtn__ttl {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsCtn__ttl {
    font-size: 1.4rem;
    padding-right: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsCtn__tagGr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .news .newsBox .newsCtn__tagGr .newsCtn__tag {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem; }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsCtn__tagGr .newsCtn__tag {
    margin-right: 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .news .newsBox .newsCtn__tagGr .newsCtn__tag:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0; } }

.kenji .txt-bold {
  font-weight: 700; }

.kenji .txt-blue {
  color: #0072ff; }

.kenji .mypagePage {
  padding-bottom: 12.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage {
    padding-bottom: 10rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage {
    padding-bottom: 7rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .inner {
    padding: 0; } }

.kenji .mypagePage .mypage .heading {
  margin-bottom: 2.3rem; }

.kenji .mypagePage .mypage .userCtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.3rem; }

.kenji .mypagePage .mypage .userCtn__left .brSm {
  display: none; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage .userCtn__left .brSm {
    display: block; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .userCtn__left .brSm {
    display: none; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage .mypage .userCtn__left .brSm {
    display: block; } }

.kenji .mypagePage .mypage .userCtn__left .tag {
  font-weight: 700;
  background-color: #999999;
  color: #ffffff;
  border-radius: 50px;
  padding: 0.9rem 2.5rem 1rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .userCtn__left .tag {
    padding: 0.7rem 1.5rem; } }

.kenji .mypagePage .mypage .userCtn__left .tag__red {
  background-color: #eb1e1e; }

.kenji .mypagePage .mypage .userCtn__left .tag__blue {
  background-color: #0072ff;
  display: block; }

.kenji .mypagePage .mypage .userCtn__left .tag__blue .fa-chevron-right {
  margin-left: 1rem; }

.kenji .mypagePage .mypage .userCtn__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .userCtn__right {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1.5rem; } }

.kenji .mypagePage .mypage .userCtn__txt {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 1.7rem; }

.kenji .mypagePage .mypage .userCtn__login {
  background-color: #999999;
  border-radius: 20px;
  padding: 0.95rem 2.5rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .userCtn__login {
    padding: 0.7rem 1.5rem; } }

.kenji .mypagePage .mypage .userCtn__login span {
  color: #ffffff;
  letter-spacing: 0.05em; }

.kenji .mypagePage .mypage .tabCtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #0072ff;
  margin-bottom: 5.6rem;
  border-radius: 36px; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage .tabCtn {
    margin-bottom: 4.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .tabCtn {
    border-radius: 0;
    margin-bottom: 4rem; } }

.kenji .mypagePage .mypage .tabCtn__item {
  width: 20%;
  border-right: 1px solid #0072ff; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .tabCtn__item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #0072ff; } }

.kenji .mypagePage .mypage .tabCtn__item:last-child {
  border-right: 0;
  border-bottom: 0; }

.kenji .mypagePage .mypage .tabCtn__item.active {
  background-color: #0072ff; }

.kenji .mypagePage .mypage .tabCtn__item.active .tabCtn__link {
  color: #ffffff; }

.kenji .mypagePage .mypage .tabCtn__item:first-child {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .tabCtn__item:first-child {
    border-radius: 0; } }

.kenji .mypagePage .mypage .tabCtn__item:last-child {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .tabCtn__item:last-child {
    border-radius: 0; } }

.kenji .mypagePage .mypage .tabCtn__link {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  padding: 2.3rem 2rem; }

@media screen and (max-width: 1279px) {
  .kenji .mypagePage .mypage .tabCtn__link {
    padding: 2rem 1.5rem;
    font-size: 1.5rem; } }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage .tabCtn__link {
    padding: 1.5rem 0.5rem;
    font-size: 1.3rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .tabCtn__link {
    padding: 1.2rem 0.5rem;
    font-size: 1.4rem; } }

.kenji .mypagePage .mypage .titlePage {
  padding-bottom: 0.8rem;
  margin-bottom: 2.5rem;
  border-bottom: 4px solid #0072ff; }

.kenji .mypagePage .mypage .titlePage__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.kenji .mypagePage .mypage .titlePage__ttl i {
  font-size: 2.4rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .titlePage__ttl i {
    font-size: 2.2rem; } }

.kenji .mypagePage .mypage .titlePage__ttl span {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-left: 1rem;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .titlePage__ttl span {
    font-size: 1.8rem;
    line-height: 1.2; } }

.kenji .mypagePage .mypage__wrapper {
  padding: 0 1.5rem;
  max-width: 1148px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__wrapper {
    padding: 0; } }

.kenji .mypagePage .mypage__ctn {
  margin-bottom: 7rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn {
    margin-bottom: 5rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn {
    margin-bottom: 3.5rem; } }

.kenji .mypagePage .mypage__ctn:last-child {
  margin-bottom: 0; }

.kenji .mypagePage .mypage__ctn .listCtn__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  padding: 1.8rem 2rem;
  min-height: 65px; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listCtn__item {
    padding: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCtn__item {
    padding: 1rem;
    min-height: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .mypagePage .mypage__ctn .listCtn__item:last-child {
  border-bottom: 1px solid #cccccc; }

.kenji .mypagePage .mypage__ctn .listCtn__label {
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 15%;
  white-space: nowrap; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listCtn__label {
    width: 25%; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCtn__label {
    width: 100%; } }

.kenji .mypagePage .mypage__ctn .listCtn__right {
  width: calc(85% - 2rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listCtn__right {
    width: calc(75% - 2rem); } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCtn__right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0.5rem; } }

.kenji .mypagePage .mypage__ctn .listCtn__right p {
  letter-spacing: 0.05em; }

.kenji .mypagePage .mypage__ctn .listCtn__right .listTxt li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 0.5rem; }

.kenji .mypagePage .mypage__ctn .listCtn__right .listTxt li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0; }

.kenji .mypagePage .mypage__ctn .listTag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.8rem;
  margin-left: 2.2rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listTag {
    margin: -0.5rem;
    margin-left: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listTag {
    width: 100%;
    margin: -0.3rem;
    margin-top: 0.5rem; } }

.kenji .mypagePage .mypage__ctn .listTag__item {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  min-width: 90px;
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 14px;
  margin: 0.8rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listTag__item {
    margin: 0.5rem;
    font-size: 1.1rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listTag__item {
    margin: 0.3rem;
    font-size: 1rem;
    min-width: 75px; } }

.kenji .mypagePage .mypage__ctn .listTag__item--green {
  background-color: #23b574; }

.kenji .mypagePage .mypage__ctn .listTag__item--orange {
  background-color: #ff6600; }

.kenji .mypagePage .mypage__ctn .listTag__item--red {
  background-color: #eb1e1e; }

.kenji .mypagePage .mypage__ctn .listCheck {
  margin-bottom: 5.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listCheck {
    margin-bottom: 4.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCheck {
    margin-bottom: 3.5rem; } }

.kenji .mypagePage .mypage__ctn .listCheck:last-child {
  margin-bottom: 0; }

.kenji .mypagePage .mypage__ctn .listCheck .pt-0 {
  padding-top: 0 !important; }

.kenji .mypagePage .mypage__ctn .listCheck .tag {
  font-weight: 700;
  background-color: #999999;
  color: #ffffff;
  border-radius: 50px;
  padding: 0.9rem 2.5rem 1rem;
  text-align: center;
  margin-bottom: 1rem;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCheck .tag {
    padding: 0.7rem 1.5rem; } }

.kenji .mypagePage .mypage__ctn .listCheck .tag__red {
  background-color: #eb1e1e; }

.kenji .mypagePage .mypage__ctn .listCheck .tag__blue {
  background-color: #0072ff; }

.kenji .mypagePage .mypage__ctn .listCheck .tag__blue .fa-chevron-right {
  margin-left: 1rem; }

.kenji .mypagePage .mypage__ctn .listCheck__item {
  border: 1px solid #cccccc;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCheck__item {
    margin-bottom: 1rem; } }

.kenji .mypagePage .mypage__ctn .listCheck__item:last-child {
  margin-bottom: 0; }

.kenji .mypagePage .mypage__ctn .listCheck__item.checked {
  border-color: #0072ff; }

.kenji .mypagePage .mypage__ctn .listCheck__item.checked .listCheck__icon i {
  color: #0072ff; }

.kenji .mypagePage .mypage__ctn .listCheck__item.checked .listCheck__ctn {
  border-color: #0072ff; }

.kenji .mypagePage .mypage__ctn .listCheck__icon {
  padding: 1.5rem 2.1rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCheck__icon {
    padding: 1.5rem; } }

.kenji .mypagePage .mypage__ctn .listCheck__icon i {
  font-size: 2rem;
  color: #cccccc; }

.kenji .mypagePage .mypage__ctn .listCheck__ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px dashed #cccccc;
  width: 100%; }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxImg {
  width: 316px;
  background-color: #eff7ff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxImg .mw195 {
  max-width: 195px; }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxImg .mw126 {
  max-width: 126px; }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxImg .mw160 {
  max-width: 160px; }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxImg .mw147 {
  max-width: 147px; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxImg {
    width: 230px; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxImg {
    width: 100%;
    padding: 1.5rem;
    border-top-right-radius: 0; } }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxImg img {
  width: 100%; }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn {
  width: calc(100% - 316px - 55px);
  padding: 2.1rem 0 2.1rem 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn {
    width: calc(100% - 230px - 20px);
    padding: 2rem 0 2rem 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn {
    padding: 1.5rem;
    width: 100%; } }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link {
  padding-bottom: 0.7rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid #0072ff;
  padding-right: 0.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link {
    margin-bottom: 1rem; } }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link .icon-left {
  font-size: 2.4rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link .icon-left {
    font-size: 2.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link .icon-left {
    font-size: 2rem; } }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link .icon-right {
  font-size: 1.6rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link .icon-right {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link .icon-right {
    font-size: 1.4rem; } }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link span {
  color: #0072ff;
  font-weight: 700;
  font-size: 1.6rem;
  padding-left: 0.7rem;
  padding-right: 1.4rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link span {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link span {
    font-size: 1.4rem; } }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link--diff {
  border-bottom: 0;
  padding-bottom: 0; }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link--diff span {
  color: #999999; }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn__link--diff .fa-circle-exclamation {
  color: #999999; }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn p.txt-bold {
  padding-top: 0.8rem; }

.kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn--full {
  width: 100%;
  padding: 1.3rem 1.5rem 1.3rem 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn--full {
    padding: 1.3rem 0 1.3rem 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCheck__ctn .boxCtn--full {
    padding: 1.5rem; } }

.kenji .mypagePage .mypage__ctn .listCheck__blue {
  font-weight: 700;
  color: #0072ff;
  font-size: 1.6rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage__ctn .listCheck__blue {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage__ctn .listCheck__blue {
    font-size: 1.4rem; } }

.kenji .mypagePage .mypage .entrance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffeeee;
  border: 2px solid #e91d1d;
  border-radius: 6px;
  padding: 2.7rem 1.5rem 2.7rem 6rem;
  margin-top: 9rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage .entrance {
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    margin-top: 7rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .entrance {
    padding: 1.5rem;
    margin-top: 5rem; } }

.kenji .mypagePage .mypage .entrance__ctn {
  width: calc(100% - 310px - 7.5rem); }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage .entrance__ctn {
    width: calc(100% - 250px - 3rem); } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .entrance__ctn {
    width: 100%; } }

.kenji .mypagePage .mypage .entrance__ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  padding-bottom: 1.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage .entrance__ttl {
    font-size: 2.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .entrance__ttl {
    font-size: 2rem;
    padding-bottom: 1rem; } }

.kenji .mypagePage .mypage .entrance__txt {
  line-height: 1.57;
  text-align: justify; }

.kenji .mypagePage .mypage .entrance__img {
  width: 310px; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage .entrance__img {
    width: 250px; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .entrance__img {
    width: 100%;
    padding-top: 1rem; } }

.kenji .mypagePage .mypage .entrance .btnArea {
  padding-top: 1.2rem;
  text-align: left; }

.kenji .mypagePage .mypage .entrance .btnArea .btnArea__btn--red {
  background-color: #e91d1d;
  min-height: 4rem;
  width: 22rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2rem; }

.kenji .mypagePage .mypage .entrance .btnArea .btnArea__btn--red span {
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .entrance .btnArea .btnArea__btn--red span {
    font-size: 1.3rem; } }

.kenji .mypagePage .mypage .entrance .btnArea .btnArea__btn--red i {
  font-size: 1.4rem;
  padding-left: 0.5rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .entrance .btnArea .btnArea__btn--red i {
    font-size: 1.3rem; } }

.kenji .mypagePage .mypage .news {
  padding-top: 9rem;
  padding-bottom: 0; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .mypage .news {
    padding-top: 7rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .mypage .news {
    padding-top: 5rem; } }

.kenji .mypagePage .mypage .news .pageTtl::after {
  background-color: #0072ff; }

.kenji .mypagePage .mypage .news .newsCtn__tag p {
  background-color: #0072ff; }

.kenji .mypagePage .payment .boxText {
  text-align: center;
  padding: 2rem 1.8rem;
  border: 1px solid #0072ff;
  margin-bottom: 5rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .payment .boxText {
    padding: 1.5rem; } }

.kenji .mypagePage .payment .boxText h5 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.6rem; }

.kenji .mypagePage .payment .boxText .link {
  color: #0072ff !important;
  text-decoration: underline !important; }

.kenji .mypagePage .payment .titlePage {
  padding-bottom: 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .payment .titlePage {
    padding-bottom: 1.2rem; } }

.kenji .mypagePage .payment .btnArea {
  padding-top: 6rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .payment .btnArea {
    padding-top: 5rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .payment .btnArea {
    padding-top: 4rem; } }

.kenji .mypagePage .payment .btnArea__btn {
  min-height: 5rem;
  width: 33.8rem;
  border-radius: 2.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .payment .btnArea__btn {
    width: 28rem;
    min-height: 4.5rem; } }

.kenji .mypagePage .payment .btnArea__btn i {
  padding-left: 1.5rem; }

.kenji .mypagePage .icon {
  position: relative; }

.kenji .mypagePage .icon::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.kenji .mypagePage .icon-payment {
  padding-left: 3.4rem !important; }

.kenji .mypagePage .icon-payment::before {
  background-image: url(../img/mypage/icon_payment.png);
  width: 3.4rem;
  height: 3.1rem; }

.kenji .mypagePage .icon-tv {
  padding-left: 3.4rem !important; }

.kenji .mypagePage .icon-tv:before {
  background-image: url(../img/mypage/icon_tv.png);
  width: 3rem;
  height: 2.5rem; }

.kenji .mypagePage .message .mb--2 {
  margin-bottom: 2rem; }

.kenji .mypagePage .message .mb--1 {
  margin-bottom: 1rem !important; }

.kenji .mypagePage .message .text--blue {
  color: #0072ff; }

.kenji .mypagePage .message .text--line {
  text-decoration: underline;
  text-underline-offset: 4px; }

.kenji .mypagePage .message .titlePage__desc {
  line-height: 2; }

.kenji .mypagePage .message .contact {
  padding: 3rem;
  background-color: #eff7ff;
  border-radius: 10px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .contact {
    padding: 1.5rem; } }

.kenji .mypagePage .message .contact .contactTtl {
  margin-bottom: 3rem;
  font-size: 2rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .message .contact .contactTtl {
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .contact .contactTtl {
    margin-bottom: 1rem; } }

.kenji .mypagePage .message .contact .contactTxt {
  margin-left: 1rem; }

.kenji .mypagePage .message .contact .contactList {
  margin-left: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #0072ff; }

.kenji .mypagePage .message .contact .contactList__item {
  width: 25%; }

@media screen and (max-width: 1150px) {
  .kenji .mypagePage .message .contact .contactList__item {
    width: 33.3%;
    margin-bottom: 1rem; }
  .kenji .mypagePage .message .contact .contactList__item:last-child {
    margin-bottom: 0; } }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .message .contact .contactList__item {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .contact .contactList__item {
    width: 100%; } }

.kenji .mypagePage .message .contact .contactList__item .number {
  font-size: 2.6rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .message .contact .contactList__item .number {
    font-size: 2.4rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .contact .contactList__item .number {
    font-size: 2.2rem; } }

.kenji .mypagePage .message .contact .contactList__item .number .fa-phone {
  font-size: 2rem;
  margin-right: 0.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .message .contact .contactList__item .number .fa-phone {
    font-size: 1.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .contact .contactList__item .number .fa-phone {
    font-size: 1.6rem; } }

.kenji .mypagePage .message .formMess {
  border: 1px solid #cccccc;
  border-radius: 6px;
  background-color: #f4f4f4;
  padding: 3.5rem;
  margin-top: 2.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .message .formMess {
    padding: 2.5rem;
    margin-top: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .formMess {
    padding: 1.5rem;
    margin-top: 1.5rem; } }

.kenji .mypagePage .message .formMess .form__label {
  margin-bottom: 1rem; }

.kenji .mypagePage .message .formMess .form__textarea {
  border-color: #0072ff;
  border-radius: 6px;
  padding: 1rem 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .formMess .form__textarea {
    font-size: 1.6rem; } }

.kenji .mypagePage .message .formMess .form__textarea:focus {
  outline: none; }

.kenji .mypagePage .message .formMess .form button {
  border: 0;
  background-color: #0072ff;
  padding: 1rem;
  border-radius: 20px;
  color: #ffffff;
  min-width: 190px; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .message .formMess .form button {
    padding: 0.5rem;
    min-width: 150px; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .formMess .form button {
    min-width: 130px; } }

.kenji .mypagePage .message .formMess .form button[type="submit"] {
  font-weight: 700;
  min-width: 270px;
  font-size: 1.6rem;
  padding: 1.3rem 1rem;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage .message .formMess .form button[type="submit"] {
    min-width: 200px;
    font-size: 1.4rem;
    padding: 1rem 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .formMess .form .buttonRight {
    width: 100%;
    margin-top: 3rem;
    text-align: center; } }

.kenji .mypagePage .message .formMess .form .buttonLeft .form__file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.kenji .mypagePage .message .formMess .form .buttonLeft .form__file .boxImg {
  border-radius: 6px; }

.kenji .mypagePage .message .formMess .form .buttonLeft .form__file .file {
  display: none; }

.kenji .mypagePage .message .formMess .form .buttonLeft .form__file .file-name {
  margin-left: 1.5rem; }

.kenji .mypagePage .message .formMess .form .buttonLeft .form__file .file-name1 {
  margin-left: 1.5rem; }

.kenji .mypagePage .message .formMess .form .buttonLeft .form__file .file-label {
  background-color: #0072ff;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 30px;
  cursor: pointer;
  min-width: 190px;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .formMess .form .buttonLeft .form__file .file-label {
    padding: 0.5rem 1.2rem;
    min-width: 100px; } }

.kenji .mypagePage .message .formMess .form .buttonLeft .form__file .file-desc {
  margin-bottom: 2rem;
  text-align: center; }

.kenji .mypagePage .message .formMess .form .buttonLeft .form__file--diff {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #cccccc; }

.kenji .mypagePage .message .formMess .form .buttonLeft .form__file--diff .ml--1 {
  margin-left: 1rem !important; }

.kenji .mypagePage .message .formMess .form .buttonLeft .form__file--diff .form__file--left {
  width: 100%;
  text-align: center; }

.kenji .mypagePage .message .formMess .form .buttonLeft .form__file--diff .form__file--right {
  width: 100%;
  margin-top: 2rem; }

.kenji .mypagePage .message .formMess .form .buttonLeft .form__file--diff .form__file--right .boxImg {
  max-width: 250px;
  margin: 0 auto; }

@media screen and (max-width: 1120px) {
  .kenji .mypagePage .message .formMess .form .buttonLeft .form__file--img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 0; }
  .kenji .mypagePage .message .formMess .form .buttonLeft .form__file--img .form__file--left {
    width: 100%; }
  .kenji .mypagePage .message .formMess .form .buttonLeft .form__file--img .form__file--right {
    margin-top: 2rem; } }

.kenji .mypagePage .message .formMess .form .hind {
  margin-left: 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .formMess .form .hind {
    margin-left: 0.5rem; } }

.kenji .mypagePage .message .formMess .form .fa-chevron-right {
  margin-left: 2rem; }

.kenji .mypagePage .message .messCont {
  margin-top: 7rem;
  padding: 5rem 3rem;
  background-color: #bbe4ea;
  border-radius: 6px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .messCont {
    padding: 3rem 1.5rem; } }

.kenji .mypagePage .message .messCont__icon {
  width: 128px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .messCont__icon {
    width: 100px; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage .message .messCont__icon {
    width: 100%;
    margin-bottom: 2rem; } }

.kenji .mypagePage .message .messCont__icon .fa-user {
  font-size: 4rem;
  color: #000000; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .messCont__icon .fa-user {
    font-size: 3rem; } }

.kenji .mypagePage .message .messCont__icon .icon img {
  width: 50px;
  margin-bottom: 0.5rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .messCont__icon .icon img {
    width: 40px; } }

.kenji .mypagePage .message .messCont__text {
  width: calc(100% - 128px);
  padding: 2rem 4rem;
  background-color: #ffffff;
  border-radius: 6px;
  position: relative; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .messCont__text {
    width: calc(100% - 100px);
    padding: 1.5rem 2rem; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage .message .messCont__text {
    width: 100%; } }

.kenji .mypagePage .message .messCont__text:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background-color: #ffffff; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage .message .messCont__text:before {
    left: 50%;
    top: -1rem;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); } }

.kenji .mypagePage .message .messCont__text .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem; }

.kenji .mypagePage .message .messCont__text .time span:last-child {
  color: #0072ff;
  margin-left: auto; }

.kenji .mypagePage .message .messCont__text .text {
  line-height: 2; }

.kenji .mypagePage .message .messCont__item {
  margin-bottom: 2.5rem; }

.kenji .mypagePage .message .messCont__item:last-child {
  margin-bottom: 0; }

.kenji .mypagePage .message .messCont__item--reverst .messCont__icon {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage .message .messCont__item--reverst .messCont__icon {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; } }

.kenji .mypagePage .message .messCont__item--reverst .messCont__text {
  background-color: #5bcae5;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage .message .messCont__item--reverst .messCont__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

.kenji .mypagePage .message .messCont__item--reverst .messCont__text:before {
  background-color: #5bcae5;
  left: auto;
  right: -1rem; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage .message .messCont__item--reverst .messCont__text:before {
    left: 50%;
    top: -1rem;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage .message .messCont__item--diff .messCont__icon {
    margin-bottom: 0; } }

.kenji .mypagePage .message .messCont__item--diff .messCont__text {
  padding: 0;
  background-color: transparent; }

.kenji .mypagePage .message .messCont__item--diff .messCont__text::before {
  display: none; }

.kenji .mypagePage .message .alert {
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #cacaca;
  max-width: 100%;
  margin: 3rem auto;
  position: relative; }

.kenji .mypagePage .message .alert.danger {
  color: #eb1e1e; }

.kenji .mypagePage .message .alert strong {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #000000;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .message .alert strong {
    font-size: 1.8rem; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage .message .alert strong {
    font-size: 1.6rem;
    margin-bottom: 0.5rem; } }

.kenji .mypagePage .message .alert .close {
  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;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 50%; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage .message .alert .close {
    width: 24px;
    height: 24px; } }

.kenji .mypagePage.moviePage .movie .boxButton {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.kenji .mypagePage.moviePage .movie .boxButton .btn {
  display: block;
  text-align: center;
  font-weight: 700;
  background-color: #0072ff;
  color: #ffffff;
  border-radius: 20px;
  padding: 1rem;
  min-width: 164px;
  margin-right: 1rem; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.moviePage .movie .boxButton .btn {
    min-width: 100px;
    margin-right: 1rem; } }

.kenji .mypagePage.moviePage .movie .boxButton .btn:last-child {
  margin-right: 0; }

.kenji .mypagePage.moviePage .movie .boxButton .btn .fa-video {
  margin-left: 1rem; }

.kenji .mypagePage.moviePage .movie .boxButton .btn-disabled {
  opacity: 0.6; }

.kenji .mypagePage.moviePage .movie .boxVideo {
  margin-top: 4.5rem; }

.kenji .mypagePage.moviePage .movie .boxVideo__left {
  width: 164px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__left {
    width: 100px; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__left {
    width: 50px; } }

.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-current .video {
  border: 2px solid #0072ff !important; }

.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-slide {
  cursor: pointer;
  margin-bottom: 1rem; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-slide {
    margin-bottom: 0.5rem; } }

.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-list {
  padding-bottom: 50px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-list {
    padding-bottom: 30px; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-list {
    padding-bottom: 15px; } }

.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .video {
  background-color: #666666;
  height: 92px;
  overflow: hidden;
  position: relative; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .video {
    height: 60px; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .video {
    height: 30px; } }

.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .video__text {
  text-align: center; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .video__text {
    font-size: 0.9rem; } }

.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .video img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-arrow {
  background-color: #0072ff;
  position: relative;
  width: 126px;
  padding: 0.8rem;
  border-radius: 16px;
  height: auto; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-arrow {
    width: 80px;
    padding: 0.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-arrow {
    width: 50px;
    padding: 0.3rem; } }

.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-arrow::before {
  display: none; }

.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-arrow .fa-arrow-down,
.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-arrow .fa-arrow-up {
  color: #ffffff;
  font-size: 1.8rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-arrow .fa-arrow-down,
  .kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-arrow .fa-arrow-up {
    font-size: 1.6rem; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-arrow .fa-arrow-down,
  .kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-arrow .fa-arrow-up {
    font-size: 1.4rem; } }

.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-disabled {
  background-color: #cccccc;
  pointer-events: none; }

.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-prev {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 1rem; }

.kenji .mypagePage.moviePage .movie .boxVideo__left .slider-nav .slick-next {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 1rem; }

.kenji .mypagePage.moviePage .movie .boxVideo__right {
  width: calc(100% - 164px);
  padding-left: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__right {
    width: calc(100% - 100px);
    padding-left: 2rem; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.moviePage .movie .boxVideo__right {
    width: calc(100% - 50px);
    padding-left: 1rem; } }

.kenji .mypagePage.moviePage .movie .boxVideo__right .slider-for .video {
  position: relative;
  margin-bottom: 2.5rem; }

.kenji .mypagePage.moviePage .movie .boxVideo__right .slider-for .video__text .head {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem; }

.kenji .mypagePage.moviePage .movie .boxVideo__right .slider-for .video__text .text {
  line-height: 2; }

.kenji .mypagePage.moviePage .movie .boxVideo__right .slider-for .video iframe {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; }

.kenji .mypagePage.userPage .user .boxContent__head {
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid #0072ff;
  margin-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .boxContent__head {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    border-bottom: 3px solid #0072ff; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .boxContent__head {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #0072ff; } }

.kenji .mypagePage.userPage .user .boxContent__desc {
  margin-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .boxContent__desc {
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .boxContent__desc {
    margin-bottom: 2rem; } }

.kenji .mypagePage.userPage .user .boxContent__desc .text--red {
  color: #eb1e1e; }

.kenji .mypagePage.userPage .user .alert {
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #cacaca;
  margin: 3rem auto;
  position: relative; }

.kenji .mypagePage.userPage .user .alert.danger {
  color: #eb1e1e; }

.kenji .mypagePage.userPage .user .alert strong {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #000000;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .alert strong {
    font-size: 1.8rem; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .alert strong {
    font-size: 1.6rem;
    margin-bottom: 0.5rem; } }

.kenji .mypagePage.userPage .user .alert .close {
  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;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 50%; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .alert .close {
    width: 24px;
    height: 24px; } }

.kenji .mypagePage.userPage .user .formBox {
  margin-top: 4rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .formBox {
    margin-top: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox {
    margin-top: 2rem; } }

.kenji .mypagePage.userPage .user .formBox .box1,
.kenji .mypagePage.userPage .user .formBox .box2,
.kenji .mypagePage.userPage .user .formBox .box3,
.kenji .mypagePage.userPage .user .formBox .box4,
.kenji .mypagePage.userPage .user .formBox .box6 {
  display: none; }

.kenji .mypagePage.userPage .user .formBox .box1.openBox,
.kenji .mypagePage.userPage .user .formBox .box2.openBox,
.kenji .mypagePage.userPage .user .formBox .box3.openBox,
.kenji .mypagePage.userPage .user .formBox .box4.openBox,
.kenji .mypagePage.userPage .user .formBox .box6.openBox {
  display: block; }

.kenji .mypagePage.userPage .user .formBox .form .ml--2 {
  margin-left: 2rem; }

.kenji .mypagePage.userPage .user .formBox .form .ml--1 {
  margin-left: 1rem; }

.kenji .mypagePage.userPage .user .formBox .form .mr--1 {
  margin-right: 1rem; }

.kenji .mypagePage.userPage .user .formBox .form .mx--05 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.kenji .mypagePage.userPage .user .formBox .form .mr--3 {
  margin-right: 3rem; }

.kenji .mypagePage.userPage .user .formBox .form .mr--5 {
  margin-right: 5.5rem; }

.kenji .mypagePage.userPage .user .formBox .form .mr--08 {
  margin-right: 0.8rem; }

.kenji .mypagePage.userPage .user .formBox .form .hind {
  color: #0072ff;
  margin-left: 2rem; }

.kenji .mypagePage.userPage .user .formBox .form .hind:hover {
  opacity: 1; }

.kenji .mypagePage.userPage .user .formBox .form .hind--icon {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #0072ff;
  color: #ffffff;
  text-align: center;
  margin-right: 0.5rem; }

.kenji .mypagePage.userPage .user .formBox .form .hind--text {
  text-decoration: underline;
  text-underline-offset: 10px; }

.kenji .mypagePage.userPage .user .formBox .form .hind.tooltip {
  position: relative;
  display: inline-block;
  margin-bottom: 0.4rem; }

.kenji .mypagePage.userPage .user .formBox .form .hind.tooltip:focus-visible {
  outline: 0; }

.kenji .mypagePage.userPage .user .formBox .form .hind.tooltip.btnDisabled {
  border: 0 !important;
  background-color: transparent !important; }

.kenji .mypagePage.userPage .user .formBox .form .hind.tooltip.btnDisabled .hind--icon {
  background-color: #878787; }

.kenji .mypagePage.userPage .user .formBox .form .hind.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px; }

.kenji .mypagePage.userPage .user .formBox .form .hind.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent; }

.kenji .mypagePage.userPage .user .formBox .form .hind.tooltip:hover .tooltiptext {
  visibility: visible; }

.kenji .mypagePage.userPage .user .formBox .form .borderBottom {
  border-bottom: 1px solid #cccccc; }

.kenji .mypagePage.userPage .user .formBox .form .boxSearch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 255px); }

@media screen and (max-width: 1160px) {
  .kenji .mypagePage.userPage .user .formBox .form .boxSearch {
    width: 100%;
    margin-top: 1.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .mypagePage.userPage .user .formBox .form .boxSearch .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .form .boxSearch .flexbox {
    display: block; } }

.kenji .mypagePage.userPage .user .formBox .form .boxSearch span {
  word-break: keep-all; }

@media screen and (max-width: 1160px) {
  .kenji .mypagePage.userPage .user .formBox .form .boxSearch span {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem; } }

.kenji .mypagePage.userPage .user .formBox .form .boxSearch .btn--sm {
  font-size: 1.4rem;
  padding: 1.1rem;
  min-width: 180px;
  margin-left: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .form .boxSearch .btn--sm {
    margin-left: 0;
    margin-top: 1rem; } }

.kenji .mypagePage.userPage .user .formBox .form .boxGrey {
  background-color: #f4f4f4;
  padding: 3rem;
  padding-bottom: 1.5rem;
  margin-top: 4rem;
  border: 1px solid #cccccc;
  border-radius: 6px; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .formBox .form .boxGrey {
    padding: 1.5rem;
    margin-top: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form .boxGrey {
    margin-top: 2rem;
    padding: 1rem; } }

.kenji .mypagePage.userPage .user .formBox .form .boxGrey .boxContent__head {
  font-size: 1.6rem;
  border-bottom: 3px solid #0072ff;
  margin-bottom: 2rem; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .formBox .form .boxGrey .boxContent__head {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form .boxGrey .boxContent__head {
    font-size: 1.4rem; } }

.kenji .mypagePage.userPage .user .formBox .form .boxGrey .form__group:last-child {
  border-bottom: 0; }

.kenji .mypagePage.userPage .user .formBox .form .boxGrey .form__check {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form .boxGrey .form__check {
    width: 100% !important;
    margin-right: 0;
    margin-top: 1rem; }
  .kenji .mypagePage.userPage .user .formBox .form .boxGrey .form__check:first-child {
    margin-top: 0; } }

.kenji .mypagePage.userPage .user .formBox .form .btnField {
  background-color: #0072ff;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 30px;
  cursor: pointer;
  min-width: 183px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form .btnField {
    padding: 0.5rem 1.2rem;
    min-width: 150px; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form .formFlexWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 374px) {
  .kenji .mypagePage.userPage .user .formBox .form .formFlexWrap .form__input--ss {
    max-width: 70px; } }

.kenji .mypagePage.userPage .user .formBox .form__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-top: 1px solid #cccccc; }

.kenji .mypagePage.userPage .user .formBox .form__group:last-child {
  border-bottom: 1px solid #cccccc; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .mypagePage.userPage .user .formBox .form__label {
  min-height: 40px;
  width: 250px;
  padding: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__label {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0; } }

.kenji .mypagePage.userPage .user .formBox .form__left {
  min-height: 40px;
  width: 250px;
  padding: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__left {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #cccccc; } }

.kenji .mypagePage.userPage .user .formBox .form__left .form__label {
  padding: 0;
  min-height: auto; }

.kenji .mypagePage.userPage .user .formBox .form__control {
  width: calc(100% - 250px);
  padding: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__control {
    width: 100%;
    padding-right: 0; } }

@media screen and (max-width: 1230px) {
  .kenji .mypagePage.userPage .user .formBox .form__control--multiImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .kenji .mypagePage.userPage .user .formBox .form__control--multiImg .form__file--diff {
    border-right: 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2rem; }
  .kenji .mypagePage.userPage .user .formBox .form__control--multiImg .form__file--diff .form__file--left {
    text-align: left; }
  .kenji .mypagePage.userPage .user .formBox .form__control--multiImg .form__file--diff .file-desc {
    text-align: left; }
  .kenji .mypagePage.userPage .user .formBox .form__control--multiImg .form__file--diff .boxImg {
    margin-left: 0 !important; }
  .kenji .mypagePage.userPage .user .formBox .form__control--multiImg .form__flex--50 {
    width: 100%;
    padding: 0; }
  .kenji .mypagePage.userPage .user .formBox .form__control--multiImg .form__flex--50:last-child .form__file--diff {
    padding-bottom: 0;
    border-bottom: 0; } }

.kenji .mypagePage.userPage .user .formBox .form__input {
  height: 40px;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #0072ff;
  border-radius: 6px;
  background-color: #ffffff; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__input {
    padding: 8px 14px; } }

.kenji .mypagePage.userPage .user .formBox .form__input:focus {
  outline: none; }

.kenji .mypagePage.userPage .user .formBox .form__input--llg {
  max-width: 420px; }

.kenji .mypagePage.userPage .user .formBox .form__input--md {
  max-width: 298px; }

.kenji .mypagePage.userPage .user .formBox .form__input--tb {
  max-width: 200px; }

.kenji .mypagePage.userPage .user .formBox .form__input--sm {
  max-width: 82px; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .formBox .form__input--sm {
    max-width: 70px; } }

.kenji .mypagePage.userPage .user .formBox .form__input--ss {
  max-width: 111px; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .formBox .form__input--ss {
    max-width: 80px; } }

@media screen and (max-width: 850px) {
  .kenji .mypagePage.userPage .user .formBox .form__input--ss {
    max-width: 70px; } }

.kenji .mypagePage.userPage .user .formBox .form__input--lg {
  max-width: 440px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__input--lg {
    max-width: 100%;
    margin-bottom: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__input--lg.mr--3 {
    margin-right: 0; } }

.kenji .mypagePage.userPage .user .formBox .form__input--xs {
  max-width: 166px; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .formBox .form__input--xs {
    max-width: 120px; } }

@media screen and (max-width: 850px) {
  .kenji .mypagePage.userPage .user .formBox .form__input--xs {
    max-width: 90px; } }

.kenji .mypagePage.userPage .user .formBox .form__input--search {
  background: transparent url(../img/flow/icon_search.png) no-repeat right 10px center;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-left: 4rem; }

.kenji .mypagePage.userPage .user .formBox .form__input--search::-webkit-input-placeholder {
  color: #000000;
  opacity: 1; }

.kenji .mypagePage.userPage .user .formBox .form__input--search::-moz-placeholder {
  color: #000000;
  opacity: 1; }

.kenji .mypagePage.userPage .user .formBox .form__input--search::-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

.kenji .mypagePage.userPage .user .formBox .form__input--search::placeholder {
  color: #000000;
  opacity: 1; }

.kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:checked, .kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:checked + label,
.kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  background-color: #ffffff; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:checked + label,
  .kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:not(:checked) + label {
    font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:checked + label,
  .kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:not(:checked) + label {
    padding-left: 40px; } }

@media screen and (max-width: 374px) {
  .kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:checked + label,
  .kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:not(:checked) + label {
    font-size: 1.1rem; } }

.kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:checked + label:before,
.kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #ffffff; }

@media screen and (max-width: 374px) {
  .kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:checked + label:before,
  .kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:not(:checked) + label:before {
    left: 1rem;
    width: 16px;
    height: 16px; } }

.kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:checked + label:after,
.kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: 1.9rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: translateY(-50%) scale(1); }

@media screen and (max-width: 374px) {
  .kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:checked + label:after,
  .kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:not(:checked) + label:after {
    left: 1.4rem;
    width: 10px;
    height: 10px; } }

.kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:checked + label:after {
  background: #0072ff; }

.kenji .mypagePage.userPage .user .formBox .form__input[type="radio"]:checked + label {
  background-color: #0072ff;
  color: #ffffff; }

.kenji .mypagePage.userPage .user .formBox .form__select {
  height: 40px;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #0072ff;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(../img/flow/icon_arrow.png) no-repeat right 10px center;
  background-position: calc(100% - 1.5rem) center;
  background-repeat: no-repeat;
  background-size: 11px 7px;
  background-color: #ffffff; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__select {
    padding: 8px 14px; } }

.kenji .mypagePage.userPage .user .formBox .form__select:focus {
  outline: none; }

.kenji .mypagePage.userPage .user .formBox .form__select--md {
  max-width: 200px; }

.kenji .mypagePage.userPage .user .formBox .form__select--xss {
  max-width: 100px; }

@media screen and (max-width: 1075px) {
  .kenji .mypagePage.userPage .user .formBox .form__select--xss {
    max-width: 85px; } }

@media screen and (max-width: 910px) {
  .kenji .mypagePage.userPage .user .formBox .form__select--xss {
    max-width: 85px; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__select--xss {
    padding: 8px 10px;
    background-position: calc(100% - 1rem) center; } }

.kenji .mypagePage.userPage .user .formBox .form__select--year {
  line-height: 1; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__select--year {
    max-width: 80px; } }

.kenji .mypagePage.userPage .user .formBox .form__select--moth {
  line-height: 1; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__select--moth {
    max-width: 60px; } }

.kenji .mypagePage.userPage .user .formBox .form__select--day {
  line-height: 1; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__select--day {
    max-width: 60px; } }

.kenji .mypagePage.userPage .user .formBox .form__radio {
  margin-right: 1rem; }

.kenji .mypagePage.userPage .user .formBox .form__radio:last-child {
  margin-right: 0; }

.kenji .mypagePage.userPage .user .formBox .form__radio__label {
  padding: 1rem 2rem;
  border: 1px solid #0072ff;
  border-radius: 50px;
  min-width: 125px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__radio__label {
    min-width: 100px;
    padding: 0.8rem; } }

.kenji .mypagePage.userPage .user .formBox .form__radio__label--lg {
  min-width: 170px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__radio__label--lg {
    min-width: 150px; } }

.kenji .mypagePage.userPage .user .formBox .form__radio__label--sm {
  min-width: 150px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__radio__label--sm {
    min-width: 110px; } }

.kenji .mypagePage.userPage .user .formBox .form__radio__label--xl {
  min-width: 246px; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .formBox .form__radio__label--xl {
    min-width: 200px; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__radio__label--xl {
    min-width: 200px; } }

.kenji .mypagePage.userPage .user .formBox .form__radio__label--xxl {
  min-width: 343px; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .formBox .form__radio__label--xxl {
    min-width: 300px; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__radio__label--xxl {
    min-width: 265px; } }

@media screen and (max-width: 374px) {
  .kenji .mypagePage.userPage .user .formBox .form__radio__label--xxl {
    min-width: 250px; } }

.kenji .mypagePage.userPage .user .formBox .form__file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.kenji .mypagePage.userPage .user .formBox .form__file--left {
  width: calc(100% - 250px); }

.kenji .mypagePage.userPage .user .formBox .form__file--right {
  width: 250px; }

.kenji .mypagePage.userPage .user .formBox .form__file .boxImg {
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.kenji .mypagePage.userPage .user .formBox .form__file .boxImg img {
  opacity: 0; }

.kenji .mypagePage.userPage .user .formBox .form__file .file {
  display: none; }

.kenji .mypagePage.userPage .user .formBox .form__file .file-name {
  margin-left: 1.5rem; }

.kenji .mypagePage.userPage .user .formBox .form__file .file-name1 {
  margin-left: 1.5rem; }

.kenji .mypagePage.userPage .user .formBox .form__file .file-label {
  background-color: #0072ff;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 30px;
  cursor: pointer;
  min-width: 183px;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__file .file-label {
    padding: 0.5rem 1.2rem;
    min-width: 100px; } }

.kenji .mypagePage.userPage .user .formBox .form__file .file-desc {
  margin-bottom: 2rem;
  text-align: center; }

.kenji .mypagePage.userPage .user .formBox .form__file--sm {
  padding-right: 2.5rem; }

.kenji .mypagePage.userPage .user .formBox .form__file--sm .form__file--left {
  width: calc(100% - 127px); }

.kenji .mypagePage.userPage .user .formBox .form__file--sm .form__file--right {
  width: 127px; }

.kenji .mypagePage.userPage .user .formBox .form__file--diff {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #cccccc; }

.kenji .mypagePage.userPage .user .formBox .form__file--diff .ml--1 {
  margin-left: 1rem !important; }

.kenji .mypagePage.userPage .user .formBox .form__file--diff .form__file--left {
  width: 100%;
  text-align: center; }

.kenji .mypagePage.userPage .user .formBox .form__file--diff .form__file--right {
  width: 100%;
  margin-top: 2rem; }

.kenji .mypagePage.userPage .user .formBox .form__file--diff .form__file--right .boxImg {
  max-width: 250px;
  margin: 0 auto; }

@media screen and (max-width: 1120px) {
  .kenji .mypagePage.userPage .user .formBox .form__file--img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 0; }
  .kenji .mypagePage.userPage .user .formBox .form__file--img .form__file--left {
    width: 100%; }
  .kenji .mypagePage.userPage .user .formBox .form__file--img .form__file--right {
    margin-top: 2rem; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .form__postal .hind {
    margin-top: 1rem; } }

.kenji .mypagePage.userPage .user .formBox .form__check {
  margin-top: 1.5rem;
  width: 100%; }

.kenji .mypagePage.userPage .user .formBox .form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: -0.6rem; }

@media screen and (max-width: 910px) {
  .kenji .mypagePage.userPage .user .formBox .form__flex--multiSelect {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 910px) {
  .kenji .mypagePage.userPage .user .formBox .form__flex .block {
    width: 100%;
    display: block;
    margin-top: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__flex .block {
    display: none; } }

@media screen and (max-width: 500px) {
  .kenji .mypagePage.userPage .user .formBox .form__flex .block {
    width: 100%;
    display: block;
    margin-top: 1rem; } }

.kenji .mypagePage.userPage .user .formBox .form__flex--child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem; }

.kenji .mypagePage.userPage .user .formBox .form__flex--child .ml--1 {
  margin-left: 1.5rem; }

.kenji .mypagePage.userPage .user .formBox .form__flex--50 {
  width: 50%; }

.kenji .mypagePage.userPage .user .formBox .form__flex--50:last-child .form__file--diff {
  border-right: 0; }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .formBox .form__flex--radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__flex--radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .form__flex--radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .formBox .form__flex--radio .form__radio {
    margin-bottom: 1rem; }
  .kenji .mypagePage.userPage .user .formBox .form__flex--radio .form__radio:last-child {
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__flex--radio .form__radio {
    margin-bottom: 0; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .form__flex--radio .form__radio {
    margin-bottom: 1rem; }
  .kenji .mypagePage.userPage .user .formBox .form__flex--radio .form__radio:last-child {
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__flex--start {
    width: auto; } }

.kenji .mypagePage.userPage .user .formBox .form__check__label {
  display: inline-block;
  position: relative;
  padding: 0.6rem 1rem;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #0072ff;
  border-radius: 50px;
  width: 100%;
  max-width: 140px;
  font-weight: 400;
  background-color: #ffffff; }

.kenji .mypagePage.userPage .user .formBox .form__check__label--lg {
  max-width: 170px; }

.kenji .mypagePage.userPage .user .formBox .form__check__label--sm {
  min-width: 110px; }

.kenji .mypagePage.userPage .user .formBox .form__check__label.checked {
  background-color: #0072ff;
  color: #ffffff; }

.kenji .mypagePage.userPage .user .formBox .form__check__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.kenji .mypagePage.userPage .user .formBox .form__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .form__desc {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .mypagePage.userPage .user .formBox .form__desc .left {
  max-width: 115px; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .form__desc .left {
    margin: 0 auto; } }

.kenji .mypagePage.userPage .user .formBox .form__desc .right {
  max-width: calc(100% - 115px);
  padding-left: 3rem; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .form__desc .right {
    max-width: 100%;
    padding-left: 0;
    padding-top: 2rem; } }

.kenji .mypagePage.userPage .user .formBox .form__desc .right p {
  margin-bottom: 3rem; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .form__desc .right p {
    margin-bottom: 1.5rem; } }

.kenji .mypagePage.userPage .user .formBox .form__desc .right p:last-child {
  margin-bottom: 0; }

.kenji .mypagePage.userPage .user .formBox .form__img {
  max-width: 432px; }

.kenji .mypagePage.userPage .user .formBox .form .checkmark {
  position: absolute;
  top: 47%;
  left: 1.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #cccccc; }

.kenji .mypagePage.userPage .user .formBox .form .checkmark.text-white {
  color: #ffffff; }

.kenji .mypagePage.userPage .user .formBox .form .boxName {
  display: none; }

.kenji .mypagePage.userPage .user .formBox .form .boxName.checked {
  display: block; }

.kenji .mypagePage.userPage .user .formBox .necessary__input {
  background-color: red;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 0 1rem 0.2rem;
  border-radius: 20px;
  white-space: nowrap;
  margin-left: 1.5rem; }

.kenji .mypagePage.userPage .user .formBox .btn {
  background-color: #0072ff;
  border: 0;
  color: #ffffff;
  font-weight: 700;
  min-width: 270px;
  font-size: 1.6rem;
  padding: 1.3rem 1rem;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .btn {
    min-width: 250px; } }

.kenji .mypagePage.userPage .user .formBox .btn .fa-chevron-right {
  margin-left: 1.5rem; }

.kenji .mypagePage.userPage .user .formBox .btn:hover {
  opacity: 0.6; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .form__btnAdd .btn:hover {
    opacity: 1; } }

.kenji .mypagePage.userPage .user .formBox .formBottom {
  text-align: center;
  margin-top: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .formBottom {
    margin-top: 3rem; } }

.kenji .mypagePage.userPage .user .formBox .formPrivacy {
  margin-top: 1.5rem; }

.kenji .mypagePage.userPage .user .formBox .formPrivacy__link {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #0072ff; }

.kenji .mypagePage.userPage .user .formBox .formBottom--flex {
  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; }

.kenji .mypagePage.userPage .user .formBox .formBottom--flex .form__btn {
  margin-right: 5rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .formBottom--flex .form__btn {
    margin-right: 2rem; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .formBottom--flex .form__btn {
    margin-right: 2rem; } }

.kenji .mypagePage.userPage .user .formBox .formBottom--flex .form__btn:last-child {
  margin-right: 0; }

.kenji .mypagePage.userPage .user .formBox .formBottom--flex .form__btn .btn {
  min-width: 338px;
  border: 1px solid #0072ff; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .formBottom--flex .form__btn .btn {
    min-width: 250px;
    font-size: 1.4rem; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .formBottom--flex .form__btn .btn {
    min-width: 160px;
    font-size: 1.3rem; } }

.kenji .mypagePage.userPage .user .formBox .formBottom--flex .form__btn .btn--white {
  background-color: #ffffff;
  color: #0072ff;
  min-width: 180px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .formBox .formBottom--flex .form__btn .btn--white {
    min-width: 120px;
    font-size: 1.4rem; } }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.userPage .user .formBox .formBottom--flex .form__btn .btn--white {
    min-width: 100px;
    font-size: 1.3rem; } }

.kenji .mypagePage.userPage .user .formBox--last {
  margin-top: 9rem; }

.kenji .mypagePage.userPage .user .btnDisabled {
  cursor: alias;
  pointer-events: none;
  background-color: #f4f4f4 !important;
  color: #878787 !important;
  border: 1px solid #cacaca !important; }

.kenji .mypagePage.userPage .user .autocomplete {
  position: relative;
  display: inline-block;
  /*when hovering an item:*/
  /*when navigating through the items using the arrow keys:*/ }

.kenji .mypagePage.userPage .user .autocomplete input {
  border: 1px solid transparent;
  padding: 10px;
  font-size: 16px; }

.kenji .mypagePage.userPage .user .autocomplete input[type="text"] {
  width: 100%;
  max-width: calc(100% - 53px); }

@media screen and (max-width: 1023px) {
  .kenji .mypagePage.userPage .user .autocomplete input[type="text"] {
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .autocomplete input[type="text"] {
    max-width: calc(100% - 53px); } }

@media screen and (max-width: 600px) {
  .kenji .mypagePage.userPage .user .autocomplete input[type="text"] {
    max-width: 100%; } }

.kenji .mypagePage.userPage .user .autocomplete input[type="submit"] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer; }

.kenji .mypagePage.userPage .user .autocomplete .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 315px;
  overflow: auto; }

.kenji .mypagePage.userPage .user .autocomplete .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4; }

.kenji .mypagePage.userPage .user .autocomplete .autocomplete-items div:hover {
  background-color: #e9e9e9; }

.kenji .mypagePage.userPage .user .autocomplete .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff; }

.kenji .mypagePage.userPage .user select:disabled {
  color: #000000;
  opacity: 1; }

.kenji .mypagePage.userPage .user input:disabled {
  color: #000000;
  opacity: 1; }

.kenji .mypagePage.userPage .user .boxText {
  text-align: center;
  padding: 2rem 1.8rem;
  border: 1px solid #0072ff; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.userPage .user .boxText {
    padding: 1.5rem; } }

.kenji .mypagePage.userPage .user .boxText h5 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.6rem; }

.kenji .mypagePage.userPage .user .boxText .link {
  color: #0072ff !important;
  text-decoration: underline !important; }

.kenji .mypagePage .boxCompleted {
  text-align: center;
  margin-top: 2rem;
  border: 1px solid #0072ff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 1rem;
  padding-right: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .boxCompleted {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem; } }

.kenji .mypagePage .boxCompleted .fa-circle-check {
  font-size: 67px;
  color: #0072ff; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .boxCompleted .fa-circle-check {
    font-size: 50px; } }

.kenji .mypagePage .boxCompleted .text--blue {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 18px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .boxCompleted .text--blue {
    margin-top: 2rem;
    font-size: 16px; } }

.kenji .mypagePage .boxCompleted .text--black {
  font-weight: 700;
  margin-top: 4rem;
  font-size: 14px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .boxCompleted .text--black {
    margin-top: 2rem;
    font-size: 12px; } }

.kenji .mypagePage .boxCompleted .btnArea {
  padding-top: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage .boxCompleted .btnArea {
    padding-top: 2rem; } }

.kenji .mypagePage .boxCompleted .btnArea .btnArea__btn {
  border: 0; }

.kenji .mypagePage .boxCompleted .btnArea .btnArea__btn:hover {
  opacity: 0.6; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage .boxCompleted .btnArea .btnArea__btn {
    width: 100%; } }

.kenji .mypagePage.paymentPage .payment1 .boxText {
  text-align: left; }

.kenji .mypagePage.paymentPage .payment1 .boxText ul li {
  position: relative;
  padding-left: 1.5rem; }

.kenji .mypagePage.paymentPage .payment1 .boxText ul li::before {
  content: "※";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0px; }

.kenji .mypagePage.paymentPage .boxCompleted {
  text-align: center;
  margin-top: 2rem;
  border: 1px solid #0072ff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 1rem;
  padding-right: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.paymentPage .boxCompleted {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem; } }

.kenji .mypagePage.paymentPage .boxCompleted .fa-circle-check {
  font-size: 67px;
  color: #0072ff; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.paymentPage .boxCompleted .fa-circle-check {
    font-size: 50px; } }

.kenji .mypagePage.paymentPage .boxCompleted .text--blue {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 18px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.paymentPage .boxCompleted .text--blue {
    margin-top: 2rem;
    font-size: 16px; } }

.kenji .mypagePage.paymentPage .boxCompleted .text--black {
  font-weight: 700;
  margin-top: 4rem;
  font-size: 14px; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.paymentPage .boxCompleted .text--black {
    margin-top: 2rem;
    font-size: 12px; } }

.kenji .mypagePage.paymentPage .boxCompleted .text--black24 {
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 3rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.paymentPage .boxCompleted .text--black24 {
    font-size: 2rem;
    margin-top: 2rem; } }

.kenji .mypagePage.paymentPage .boxCompleted .table {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.paymentPage .boxCompleted .table {
    margin-top: 2rem;
    margin-bottom: 1rem; } }

.kenji .mypagePage.paymentPage .boxCompleted .table tbody tr th {
  border: 1px solid #cccccc;
  background: #f2f2f2;
  padding: 1.2rem 1rem;
  text-align: center; }

.kenji .mypagePage.paymentPage .boxCompleted .table tbody tr td {
  border: 1px solid #cccccc;
  text-align: left;
  padding: 1.2rem 1rem; }

.kenji .mypagePage.paymentPage .boxCompleted .text--txt {
  margin-top: 1.5rem; }

.kenji .mypagePage.paymentPage .boxCompleted .text--txt.text--txt--left {
  text-align: left; }

.kenji .mypagePage.paymentPage .boxCompleted .btnArea {
  padding-top: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .mypagePage.paymentPage .boxCompleted .btnArea {
    padding-top: 2rem; } }

.kenji .mypagePage.paymentPage .boxCompleted .btnArea .btnArea__btn--bank {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: transparent;
  color: #000000;
  border: 1px solid #0072ff;
  -webkit-box-shadow: none;
  box-shadow: none; }

.kenji .mypagePage.paymentPage .boxCompleted .btnArea .btnArea__btn--bank .fa-regular {
  color: #0072ff; }

@media screen and (max-width: 479px) {
  .kenji .mypagePage.paymentPage .boxCompleted .btnArea .btnArea__btn {
    width: 100%; } }

.kenji .mypagePage.paymentPage .boxCompleted .boxCompleted__ctn {
  max-width: 700px;
  margin: 0 auto; }

.kenji.noScroll {
  overflow: hidden; }

.kenji .searchPage {
  padding: 7rem 0 10rem; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage {
    padding: 5rem 0 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage {
    padding: 4rem 0 7rem; } }

.kenji .searchPage .searchBox__ttl {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .searchBox__ttl {
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox__ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem; } }

.kenji .searchPage .searchBox__ttl i {
  padding-right: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox__ttl i {
    font-size: 2rem;
    padding-right: 0.5rem;
    -webkit-transform: translateY(1px);
    transform: translateY(1px); } }

.kenji .searchPage .searchBox .searchBoxCtn {
  background-image: url("../img/shizuoka/pic_license_bg.jpg");
  background-size: 1442px auto;
  background-repeat: repeat;
  background-position: top left;
  padding: 6.5rem 8rem 7rem; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .searchBox .searchBoxCtn {
    padding: 3rem 3rem 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn {
    margin: 0 -2rem;
    padding: 3rem 2rem 3rem; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .searchBox .searchBoxCtn {
    margin: 0 -1.5rem;
    padding: 2.5rem 1.5rem 3rem; } }

.kenji .searchPage .searchBox .searchBoxCtn .form__group {
  margin-bottom: 4rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group {
    margin-bottom: 2.5rem; } }

.kenji .searchPage .searchBox .searchBoxCtn .form__group:last-child {
  margin-bottom: 0; }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__ttl {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  letter-spacing: 0.1em;
  width: 100%; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__ttl {
    font-size: 1.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__ttl {
    font-size: 1.6rem;
    padding-bottom: 1.2rem; } }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__ttl i {
  padding-right: 1rem; }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: -1rem -0.75rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item {
    margin: -0.3rem;
    width: calc(100% + 0.6rem); } }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="radio"]:not(:checked) + label:before,
.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="radio"]:checked + label:before,
.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="checkbox"]:not(:checked) + label:before,
.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="checkbox"]:checked + label:before {
  left: 3rem;
  border: 1px solid black;
  width: 1.4rem;
  height: 1.4rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="radio"]:not(:checked) + label:before,
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="radio"]:checked + label:before,
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="checkbox"]:not(:checked) + label:before,
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="checkbox"]:checked + label:before {
    left: 1rem; } }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="radio"]:not(:checked) + label:after,
.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="radio"]:checked + label:after,
.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="checkbox"]:not(:checked) + label:after,
.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="checkbox"]:checked + label:after {
  left: 3.3rem;
  width: 1rem;
  height: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="radio"]:not(:checked) + label:after,
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="radio"]:checked + label:after,
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="checkbox"]:not(:checked) + label:after,
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="checkbox"]:checked + label:after {
    left: 1.3rem; } }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="radio"]:disabled + label,
.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="checkbox"]:disabled + label {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #999999;
  padding: 0.5rem 1rem; }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="radio"]:disabled + label::before, .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="radio"]:disabled + label:after,
.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="checkbox"]:disabled + label::before,
.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__input[type="checkbox"]:disabled + label:after {
  display: none; }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio {
  width: 33.333%;
  margin-right: 0;
  padding: 1rem 0.75rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio {
    padding: 0.3rem; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio {
    width: 100%; } }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio__label {
  width: 100%;
  min-height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  border: 1px solid #0072ff;
  padding: 0.5rem 5rem;
  height: 100%; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio__label {
    font-size: 1.4rem;
    min-height: 4.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio__label {
    min-height: 3.5rem;
    font-size: 1.3rem;
    padding: 0.4rem 1.5rem 0.5rem 2.5rem;
    line-height: 1.2; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio__label {
    padding: 0.4rem 2.5rem 0.5rem 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio__label--large {
    padding: 0.4rem 0.7rem 0.5rem 2.5rem; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio__label--large {
    padding: 0.4rem 2.5rem 0.5rem 3rem; } }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio__label .sp414 {
  display: none; }

@media screen and (max-width: 413px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio__label .sp414 {
    display: block; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio__label .sp414 {
    display: none; } }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio__label .sp500 {
  display: none; }

@media screen and (max-width: 500px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio__label .sp500 {
    display: block; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__item .form__radio__label .sp500 {
    display: none; } }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__radio--type2 .form__radio__label:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  background-color: transparent;
  width: unset !important;
  height: unset !important;
  font-size: 1.8rem;
  left: 2.85rem !important;
  color: #cccccc; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn .form__group .form__radio--type2 .form__radio__label:after {
    font-size: 1.3rem;
    left: 1.1rem !important; } }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__radio--type2 .form__radio__label::before {
  display: none; }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__radio--type2 .form__input[type="radio"]:checked + label:after,
.kenji .searchPage .searchBox .searchBoxCtn .form__group .form__radio--type2 .form__input[type="checkbox"]:checked + label:after {
  color: white; }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .searchBox__click {
  margin-top: 2rem;
  color: #0072ff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .searchBox__click i {
  font-size: 1.6rem; }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .searchBox__click span {
  padding-left: 5px;
  font-size: 1.4rem; }

.kenji .searchPage .searchBox .searchBoxCtn .form__group .searchBox__click:hover span {
  text-decoration: underline; }

.kenji .searchPage .searchBox .searchBoxCtn__btn {
  padding-top: 7rem;
  text-align: center;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1rem; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .searchBox .searchBoxCtn__btn {
    padding-top: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3rem; } }

.kenji .searchPage .searchBox .searchBoxCtn__btn button {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 0;
  min-height: 6.9rem;
  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 1.2rem;
  border-radius: 3.45rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 1rem 5rem;
  min-width: 15.7rem; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .searchBox .searchBoxCtn__btn button {
    min-height: 5rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn__btn button {
    min-height: 4rem;
    min-width: 11.4rem;
    margin: 0 0 1rem;
    padding: 1rem 2rem;
    font-size: 1.2rem; } }

.kenji .searchPage .searchBox .searchBoxCtn__btn button:hover {
  opacity: 0.6; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn__btn button.searchBoxCtn__clear {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

.kenji .searchPage .searchBox .searchBoxCtn__btn button.searchBoxCtn__search {
  font-size: 2rem;
  background-color: #0072ff;
  color: white; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .searchBox .searchBoxCtn__btn button.searchBoxCtn__search {
    font-size: 1.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBoxCtn__btn button.searchBoxCtn__search {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    min-width: 29rem;
    font-size: 1.4rem; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .searchBox .searchBoxCtn__btn button.searchBoxCtn__search {
    min-width: 100%;
    width: 100%; } }

.kenji .searchPage .searchBox .searchBoxCtn__btn button.searchBoxCtn__search i {
  padding-right: 1rem;
  -webkit-transform: translateY(1px);
  transform: translateY(1px); }

.kenji .searchPage .searchBox .searchBox__quocte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.7rem 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ecf5f4;
  margin-bottom: 25px;
  border: 2px solid #0072ff;
  position: relative; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBox__quocte {
    padding: 1.5rem; } }

.kenji .searchPage .searchBox .searchBox__quocte .quocte__left {
  width: 100%;
  max-width: calc(100% - 400px);
  padding-right: 1.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__left {
    max-width: calc(100% - 380px); } }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__left {
    max-width: calc(100% - 310px); } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__left {
    max-width: 100%;
    padding-right: 0; } }

.kenji .searchPage .searchBox .searchBox__quocte .quocte__left .title__qt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #0072ff; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__left .title__qt {
    font-size: 1.9rem; } }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__left .title__qt {
    font-size: 1.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__left .title__qt {
    font-size: 1.7rem;
    margin-bottom: 0.8rem; } }

.kenji .searchPage .searchBox .searchBox__quocte .quocte__left .title__qt i {
  padding-right: 5px; }

.kenji .searchPage .searchBox .searchBox__quocte .quocte__left .quocte__text {
  font-weight: bold;
  font-size: 1.6rem; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__left .quocte__text {
    font-size: 1.5rem; } }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__left .quocte__text {
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__left .quocte__text {
    margin-bottom: 2rem;
    padding-right: 130px; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__left .quocte__text .onlyPC {
    display: none; } }

.kenji .searchPage .searchBox .searchBox__quocte .quocte__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 165px;
  width: 100%;
  max-width: 400px; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__right {
    padding-right: 150px;
    max-width: 380px; } }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__right {
    padding-right: 130px;
    max-width: 310px; } }

.kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocteBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocteBtn .quocte__btn {
  min-width: 230px;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 25px;
  background: #0072ff;
  padding: 1.3rem 1rem;
  margin-bottom: 10px; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocteBtn .quocte__btn {
    min-width: 210px;
    font-size: 1.5rem; } }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocteBtn .quocte__btn {
    min-width: 180px;
    font-size: 1.4rem;
    padding: 1rem; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocteBtn .quocte__btn {
    min-width: 140px; } }

.kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocteBtn .quocte__btn:last-child {
  margin-bottom: 0; }

.kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocteBtn .quocte__btnLine {
  background: #00b900; }

.kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocteBtn .quocte__btnLine i {
  margin-right: 5px; }

@media screen and (max-width: 374px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocteBtn .quocte__btnLine i {
    margin-right: 3px; } }

.kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocte__illustration {
  position: absolute;
  max-width: 165px;
  right: 10px;
  bottom: -18px; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocte__illustration {
    max-width: 150px; } }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocte__illustration {
    max-width: 130px; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .searchBox .searchBox__quocte .quocte__right .quocte__illustration {
    max-width: 140px;
    right: -2px; } }

.kenji .searchPage .planSearch {
  padding-top: 7rem; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .planSearch {
    padding-top: 5rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearch {
    padding-top: 3rem; } }

.kenji .searchPage .pageTtl {
  margin-bottom: 7.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .pageTtl {
    margin-bottom: 5.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .pageTtl {
    margin-bottom: 3.5rem; } }

.kenji .searchPage .iconDescription {
  background-color: #f5f5f5;
  margin: 0 -2rem;
  padding: 1rem 2rem;
  min-height: 6.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  position: relative; }

.kenji .searchPage .iconDescription p {
  width: calc(100% - 5.3rem); }

.kenji .searchPage .iconDescription i.fa-light {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #cacaca;
  width: 5.3rem;
  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; }

.kenji .searchPage .greyBox {
  background-color: #f5f5f5;
  padding: 3rem 3rem 1.5rem 3rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .greyBox {
    margin: 0 -2rem 0;
    display: none;
    padding: 15px; } }

.kenji .searchPage .greyBox.active {
  display: block; }

.kenji .searchPage .greyBox .greyBox__ttl {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 1.8rem; }

.kenji .searchPage .greyBox .greyBox__ttl i {
  padding-right: 7px; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .greyBox .greyBox__ttl {
    display: none; } }

.kenji .searchPage .planSearchType {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem 0rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .planSearchType {
    padding: 1.5rem 0rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearchType {
    padding: 0.5rem 0rem;
    margin: 0; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .planSearchType {
    padding: 0.8rem 0rem; } }

.kenji .searchPage .planSearchType__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 18px;
  width: 100%;
  max-width: calc(100% / 3 - 12px);
  margin-bottom: 2rem; }

.kenji .searchPage .planSearchType__item:nth-child(3n) {
  margin-right: 0; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .planSearchType__item:nth-child(3n) {
    margin-right: 18px; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearchType__item:nth-child(3n) {
    margin-right: 0; } }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .planSearchType__item {
    width: 100%;
    max-width: calc(100% / 2 - 9px); }
  .kenji .searchPage .planSearchType__item:nth-child(2n) {
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearchType__item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0rem 0;
    margin-bottom: 1rem; } }

.kenji .searchPage .planSearchType__img {
  width: 5rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearchType__img {
    width: 4rem; } }

.kenji .searchPage .planSearchType__desc {
  width: calc(100% - 4rem);
  letter-spacing: 0.025em;
  font-size: 1.4rem;
  padding-left: 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearchType__desc {
    width: calc(100% - 4rem);
    padding-left: 0.6rem;
    font-size: 1.3rem; } }

.kenji .searchPage .planSearchType .form__input {
  position: absolute;
  left: -99999px; }

.kenji .searchPage .planSearchType .planSearchType__infor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.kenji .searchPage .planSearchType .form__radio--type2 .form__radio__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0072ff;
  border-radius: 35px;
  position: relative;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
  background: #ffffff;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearchType .form__radio--type2 .form__radio__label {
    padding: 0.8rem 1.5rem; } }

.kenji .searchPage .planSearchType .form__radio--type2 .form__radio__label:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  background-color: transparent;
  width: unset !important;
  height: unset !important;
  font-size: 1.8rem;
  left: 2.85rem !important;
  color: #cccccc; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearchType .form__radio--type2 .form__radio__label:before {
    font-size: 1.3rem;
    left: 1.1rem !important; } }

.kenji .searchPage .planSearchType .form__radio--type2 .form__radio__label::after {
  display: none; }

.kenji .searchPage .planSearchType .form__radio--type2 .form__radio__label .planSearchType__infor {
  padding-left: 2rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearchType .form__radio--type2 .form__radio__label .planSearchType__infor {
    padding-left: 1.5rem; } }

.kenji .searchPage .planSearchType .form__radio--type2 .form__radio__label .planSearchType__infor .planSearchType__desc {
  text-align: left; }

.kenji .searchPage .planSearchType .form__radio--type2 .form__input[type="radio"]:checked + label:before,
.kenji .searchPage .planSearchType .form__radio--type2 .form__input[type="checkbox"]:checked + label:before {
  color: white; }

.kenji .searchPage .planSearchType .form__radio--type2 .form__input[type="checkbox"]:checked + label {
  background: #0072ff;
  color: #fff; }

.kenji .searchPage .headPage__desc {
  margin-bottom: 3.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .headPage__desc {
    margin-bottom: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .headPage__desc {
    margin-bottom: 2rem; } }

@media screen and (max-width: 479px) {
  .kenji .searchPage .headPage__desc {
    margin-bottom: 1.5rem; } }

.kenji .searchPage .tag {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.kenji .searchPage .tag__item {
  border-radius: 50px;
  color: #ffffff;
  padding: 0.5rem 2.5rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  min-width: 11.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .tag__item {
    min-width: 80px;
    padding: 0.3rem 2.8rem;
    margin-right: 0.5rem;
    font-size: 1.3rem;
    min-height: 3rem; } }

.kenji .searchPage .tag__item:last-child {
  margin-right: 0; }

.kenji .searchPage .tag--blueLight {
  background-color: #00b8e3; }

.kenji .searchPage .tag--blue {
  background-color: #0072ff; }

.kenji .searchPage .planSearchCtn {
  padding-top: 4.2rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearchCtn {
    padding-top: 3.5rem; } }

.kenji .searchPage .planSearchBox {
  border: 2px solid #00b8e3;
  margin-bottom: 3rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearchBox {
    margin-bottom: 1.5rem; } }

.kenji .searchPage .planSearchBox:last-child {
  margin-bottom: 0; }

.kenji .searchPage .planSearchBox p {
  line-height: 1.5; }

.kenji .searchPage .planSearchBox__bottom {
  background-color: #eeeeee;
  padding: 2.25rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearchBox__bottom {
    padding: 1.5rem; } }

.kenji .searchPage .planSearchBox__btna {
  background-color: #00b8e3;
  min-height: 5rem;
  min-width: 53.6rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .planSearchBox__btna {
    min-width: 33.6rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planSearchBox__btna {
    min-width: 23.2rem;
    min-height: 3.5rem;
    font-size: 1.4rem;
    border-radius: 1.7rem; } }

.kenji .searchPage .planSearchBox__btna i {
  padding-left: 1.5rem;
  font-size: 1.4rem;
  -webkit-transform: translateY(1px);
  transform: translateY(1px); }

.kenji .searchPage .planApp {
  padding: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .planApp {
    padding: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planApp {
    padding: 1.75rem 1.75rem 3rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .searchPage .planApp__left {
  width: 407px; }

@media screen and (max-width: 1130px) {
  .kenji .searchPage .planApp__left {
    width: 300px; } }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .planApp__left {
    width: 250px; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planApp__left {
    width: 100%;
    margin-bottom: 2rem; } }

.kenji .searchPage .planApp__img {
  margin-bottom: 1.5rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 53%; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .planApp__img {
    width: 100%;
    height: 0; } }

.kenji .searchPage .planApp__img img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.kenji .searchPage .planApp__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0; }

.kenji .searchPage .planApp__tagitem {
  min-height: 2.2rem;
  padding: 0.1rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: white; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planApp__tagitem {
    font-size: 1rem;
    padding: 0.1rem 0.5rem; } }

.kenji .searchPage .planApp__tagitem--blue {
  background-color: #162bcd; }

.kenji .searchPage .planApp__tagitem--blue2 {
  background-color: #2e7cff; }

.kenji .searchPage .planApp__tagitem--pink {
  background-color: #ff1762; }

.kenji .searchPage .planApp__tagitem--red {
  background-color: #eb1e1e; }

.kenji .searchPage .planApp__icon {
  margin: -0.25rem;
  padding: 0 1rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .planApp__icon {
    padding: 0; } }

.kenji .searchPage .planApp__ico {
  width: calc(100% / 6);
  padding: 0.25rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planApp__ico {
    width: 20%; } }

.kenji .searchPage .planApp__ico img {
  width: 100%; }

.kenji .searchPage .planApp__right {
  width: calc(100% - 407px);
  padding-left: 6.5rem; }

@media screen and (max-width: 1130px) {
  .kenji .searchPage .planApp__right {
    width: calc(100% - 300px);
    padding-left: 3.5rem; } }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .planApp__right {
    width: calc(100% - 250px);
    padding-left: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planApp__right {
    width: 100%;
    padding-left: 0; } }

.kenji .searchPage .planApp__right p {
  font-size: 1.4rem;
  letter-spacing: 0.1rem; }

.kenji .searchPage .planApp__head {
  font-size: 2.8rem;
  color: #00b8e3;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .planApp__head {
    font-size: 2.4rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planApp__head {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.05em; } }

@media screen and (max-width: 479px) {
  .kenji .searchPage .planApp .boxPlanGr {
    overflow-x: auto; } }

.kenji .searchPage .planApp .boxPlan {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 479px) {
  .kenji .searchPage .planApp .boxPlan {
    min-width: 400px; } }

.kenji .searchPage .planApp .boxPlan .textPd {
  padding-left: 2rem; }

.kenji .searchPage .planApp .boxPlan__item {
  border-top: 1px solid #cccccc;
  padding: 1rem 0; }

.kenji .searchPage .planApp .boxPlan__item:last-child {
  border-bottom: 1px solid #cccccc; }

.kenji .searchPage .planApp .boxPlan__left {
  width: 11.7rem; }

.kenji .searchPage .planApp .boxPlan__right {
  padding-left: 1.3rem;
  width: calc(100% - 11.7rem); }

.kenji .searchPage .planApp .boxPlan__right p {
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 1.4rem; }

.kenji .searchPage .planApp .planAppPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planApp .planAppPrice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #cccccc;
    margin-top: 1rem;
    padding-top: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.kenji .searchPage .planApp .planAppPrice .price {
  font-size: 3rem;
  color: #eb1e1e; }

.kenji .searchPage .planApp .planAppPrice .price .text--sm {
  font-size: 1.8rem;
  margin-left: 0.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .planApp .planAppPrice .price .text--sm {
    font-size: 1.7rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planApp .planAppPrice .price .text--sm {
    font-size: 1.6rem; } }

.kenji .searchPage .planApp .planAppPrice__btna {
  font-size: 1.4rem;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  min-height: 3.5rem;
  min-width: 20.2rem;
  border-radius: 17rem;
  padding: 0.2rem 1rem;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .planApp .planAppPrice__btna {
    font-size: 1.3rem;
    min-height: 3rem;
    min-width: 19rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planApp .planAppPrice__btna {
    margin-top: 1.5rem; } }

.kenji .searchPage .planApp .planAppPrice__btna i {
  padding-left: 1.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .planApp .planAppPrice__btna i {
    padding-left: 1rem; } }

.kenji .searchPage .planApp .note {
  margin-bottom: 0.5rem; }

.kenji .searchPage .planApp .text--blue {
  color: #0072ff;
  margin-right: 0.5rem; }

.kenji .searchPage .planApp .mt--1 {
  margin-top: 1rem; }

.kenji .searchPage .planApp .planApp__btn {
  margin-top: 2rem; }

.kenji .searchPage .planApp__btnpdf {
  min-height: 4.4rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  border: 1px solid #0072ff;
  border-radius: 2.2rem;
  padding: 0.5rem 2rem; }

@media screen and (max-width: 1130px) {
  .kenji .searchPage .planApp__btnpdf {
    font-size: 1.15rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planApp__btnpdf {
    min-height: 3.5rem; } }

@media screen and (max-width: 400px) {
  .kenji .searchPage .planApp__btnpdf {
    font-size: 1.2rem; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .planApp__btnpdf {
    padding: 0.5rem 1rem;
    letter-spacing: 0; } }

.kenji .searchPage .planApp__btnpdf .fa-file-pdf {
  color: #ec0303;
  padding-right: 0.5rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planApp__btnpdf .fa-file-pdf {
    padding-right: 1rem; } }

.kenji .searchPage .planApp__btnpdf .fa-chevron-right {
  font-size: 1.3rem;
  padding-left: 0.5rem; }

.kenji .searchPage .planApp__btnpdf .xs {
  display: none; }

.kenji .searchPage .planAppPrice--change .text--sm {
  margin-right: 2rem; }

@media screen and (max-width: 374px) {
  .kenji .searchPage .planAppPrice--change .text--sm {
    margin-right: 1rem; } }

@media screen and (max-width: 479px) {
  .kenji .searchPage .planAppPrice--change .text--sm {
    font-size: 14px !important; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planAppPrice--change .text--sm.noPd {
    margin-right: 0; } }

.kenji .searchPage .planAppPrice--change .text--tax {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  white-space: nowrap; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planAppPrice--change .text--tax {
    font-size: 1.4rem; } }

@media screen and (max-width: 479px) {
  .kenji .searchPage .planAppPrice--change .text--tax {
    font-size: 1.2rem; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .planAppPrice--change .text--tax {
    font-size: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planAppPrice--change .text--br {
    display: block;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .planAppPrice--change .price {
    font-size: 34px !important; } }

@media screen and (max-width: 479px) {
  .kenji .searchPage .planAppPrice--change .price {
    font-size: 30px !important; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .planAppPrice--change .price {
    font-size: 25px !important; } }

.kenji .searchPage .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto; }

.kenji .searchPage .modal .close {
  position: absolute;
  right: -17px;
  top: -20px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #ffffff;
  background: #0072ff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  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; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .modal .close {
    width: 40px;
    height: 40px;
    right: 5px;
    top: -13px; } }

.kenji .searchPage .modal .modal-content {
  margin: 5% auto;
  border-radius: 5px;
  width: 95%;
  max-width: 1180px;
  position: relative; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .modal .modal-content {
    padding: 0 15px;
    width: 100%; } }

.kenji .searchPage .modal .modal-content .modal__title {
  font-size: 3.2rem;
  color: #ffffff;
  padding: 1rem;
  background: #0072ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center; }

@media screen and (max-width: 1279px) {
  .kenji .searchPage .modal .modal-content .modal__title {
    font-size: 2.9rem; } }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .modal .modal-content .modal__title {
    font-size: 2.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .modal .modal-content .modal__title {
    font-size: 2rem;
    padding: 1.5rem 1rem; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .modal .modal-content .modal__title {
    font-size: 1.8rem; } }

.kenji .searchPage .modal .modal-content .modal__title .onlySP {
  display: none; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .modal .modal-content .modal__title .onlySP {
    display: block; } }

.kenji .searchPage .modal .modal-content .modal__body {
  background: #ffffff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 1.5rem 5rem 2rem 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .modal .modal-content .modal__body {
    padding: 1.5rem 3rem 2rem 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .modal .modal-content .modal__body {
    padding: 1.5rem 1.5rem 2.5rem 1.5rem; } }

.kenji .searchPage .modal .modal-content .modal__body .modal__text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__text {
    font-size: 1.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__text {
    font-size: 1.6rem;
    margin-bottom: 2.5rem; } }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary {
  margin-bottom: 3rem; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__ordinary {
    margin-bottom: 4rem; } }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__title {
  background: #7200e7;
  position: relative;
  padding: 0.7rem;
  margin-bottom: 1rem; }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__title .img {
  max-width: 55px;
  width: 55px;
  display: block;
  position: absolute;
  bottom: 5px; }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__title .textTl {
  font-size: 2rem;
  color: #ffffff;
  padding-left: 65px;
  display: block; }

@media screen and (max-width: 374px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__title .textTl {
    font-size: 1.6rem; } }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__title--type2 {
  background: #162bcd; }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__left {
  width: 100%;
  max-width: 290px;
  padding-right: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__left {
    padding-right: 3rem;
    max-width: 260px; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__left {
    max-width: 100%;
    padding-right: 0; } }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__left .ordinary__ttl {
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__left .ordinary__ttl {
    font-size: 2.6rem;
    margin-bottom: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__left .ordinary__ttl {
    font-size: 2.4rem;
    margin-bottom: 0.5rem; } }

@media screen and (max-width: 374px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__left .ordinary__ttl {
    font-size: 2.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__left .ordinary__ttl .onlyPC {
    display: none; } }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__left .ordinary__text {
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__left .ordinary__text {
    margin-bottom: 1.5rem; } }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__left .ordinary__text .colorRed {
  color: #eb1e1e; }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__left .ordinary__text .colorBlue {
  color: #162bcd; }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__right {
  width: 100%;
  max-width: calc(100% - 290px); }

@media screen and (max-width: 1023px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__right {
    max-width: calc(100% - 260px); } }

@media screen and (max-width: 767px) {
  .kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__right {
    max-width: 100%; } }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary .ordinary__ctn .ordinary__right--type2 img {
  max-width: 540px;
  width: 100%; }

.kenji .searchPage .modal .modal-content .modal__body .modal__ordinary:last-child {
  margin-bottom: 0; }

.kenji .searchPageMatsuzaki .pageTtl--border:after {
  background-color: #23b574; }

.kenji .searchPageMatsuzaki .planSearchBox {
  border-color: #23b574; }

.kenji .searchPageMatsuzaki .planApp__head {
  color: #23b574; }

.kenji .searchPageMatsuzaki .planSearchBox__btna {
  background-color: #23b574; }

.kenji .searchPageMatsuzaki .tag--blueLight {
  background-color: #23b574; }

.kenji .detailPageMatsuzaki .tag--blueLight {
  background-color: #23b574 !important; }

.kenji .detailPageMatsuzaki .planApp__head {
  color: #23b574 !important; }

.kenji .detailPage {
  max-width: unset;
  padding: 12rem 0; }

@media screen and (max-width: 1279px) {
  .kenji .detailPage {
    padding: 6rem 0 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage {
    padding: 2.4rem 0 4rem; } }

.kenji .detailPage .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.kenji .detailPage .tag__item {
  border-radius: 50px;
  color: #ffffff;
  padding: 0.5rem 2.5rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.08em;
  min-width: 11.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .tag__item {
    min-width: 80px;
    padding: 0.3rem 2.8rem;
    margin-right: 0.5rem;
    font-size: 1.3rem;
    min-height: 3rem; } }

.kenji .detailPage .tag__item:last-child {
  margin-right: 0; }

.kenji .detailPage .tag--blueLight {
  background-color: #00b8e3; }

.kenji .detailPage .tag--blue {
  background-color: #0072ff; }

.kenji .detailPage .planApp {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .detailPage .planApp__left {
  width: 550px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 10; }

@media screen and (max-width: 1279px) {
  .kenji .detailPage .planApp__left {
    width: 350px; } }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp__left {
    width: 100%;
    position: inherit; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp__left {
    width: 100%;
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .kenji .detailPage .planApp__left .slick-track {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    width: 100% !important; }
  .kenji .detailPage .planApp__left .slick-track .slick-initialized .slick-slide {
    width: 100% !important; } }

.kenji .detailPage .planApp__left .slick-dots {
  bottom: -1.5rem; }

.kenji .detailPage .planApp__left .slick-dots li {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0.35rem; }

.kenji .detailPage .planApp__left .slick-dots li.slick-active button:before {
  background-color: #0072ff; }

.kenji .detailPage .planApp__left .slick-dots li button {
  padding: 0;
  width: 0.7rem;
  height: 0.7rem; }

.kenji .detailPage .planApp__left .slick-dots li button:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background-color: #cccccc;
  border-radius: 100%;
  opacity: 1; }

.kenji .detailPage .planApp__img {
  margin-bottom: 1.9rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 53%; }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp__img {
    width: 100%;
    height: 0; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp__img {
    margin-bottom: 0; } }

.kenji .detailPage .planApp__img img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.kenji .detailPage .planApp__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0; }

.kenji .detailPage .planApp__tagitem {
  padding: 0.1rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  min-height: 3.2rem;
  font-weight: bold;
  color: white; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp__tagitem {
    font-size: 1rem;
    min-height: 2.2rem;
    padding: 0.1rem 0.5rem; } }

.kenji .detailPage .planApp__tagitem--blue {
  background-color: #162bcd; }

.kenji .detailPage .planApp__tagitem--blue2 {
  background-color: #2e7cff; }

.kenji .detailPage .planApp__tagitem--pink {
  background-color: #ff1762; }

.kenji .detailPage .planApp__tagitem--red {
  background-color: #eb1e1e; }

.kenji .detailPage .planApp__icon {
  margin: -0.25rem;
  padding: 3rem 0 2rem; }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp__icon {
    padding: 2.5rem 0 2rem; } }

.kenji .detailPage .planApp__ico {
  width: calc(100% / 7);
  padding: 0.25rem;
  max-width: 8rem; }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp__ico {
    max-width: 7.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp__ico {
    width: 20%; } }

.kenji .detailPage .planApp__ico img {
  width: 100%; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp__slider {
    margin-bottom: 3.5rem; } }

.kenji .detailPage .planApp__right {
  width: calc(100% - 550px);
  padding-left: 6.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .detailPage .planApp__right {
    width: calc(100% - 350px);
    padding-left: 3.5rem; } }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp__right {
    width: 100%;
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp__right {
    width: 100%;
    padding-left: 0; } }

.kenji .detailPage .planApp__right p {
  font-size: 1.4rem;
  letter-spacing: 0.1rem; }

.kenji .detailPage .planApp__head {
  font-size: 3.2rem;
  color: #00b8e3;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.23; }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp__head {
    font-size: 2.4rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp__head {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    letter-spacing: 0.05em; } }

.kenji .detailPage .planApp__btnpdf {
  min-height: 4.4rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  border: 1px solid #0072ff;
  border-radius: 2.2rem;
  padding: 0.5rem 2rem;
  max-width: 37.6rem;
  min-width: auto !important; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp__btnpdf {
    min-height: 3.5rem; } }

@media screen and (max-width: 400px) {
  .kenji .detailPage .planApp__btnpdf {
    font-size: 1.2rem; } }

@media screen and (max-width: 374px) {
  .kenji .detailPage .planApp__btnpdf {
    padding: 0.5rem 1rem;
    letter-spacing: 0; } }

.kenji .detailPage .planApp__btnpdf .fa-file-pdf {
  color: #ec0303;
  padding-right: 0.5rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp__btnpdf .fa-file-pdf {
    padding-right: 1rem; } }

.kenji .detailPage .planApp__btnpdf .fa-chevron-right {
  font-size: 1.3rem;
  padding-left: 0.5rem; }

.kenji .detailPage .planApp__btnpdf .xs {
  display: none; }

@media screen and (max-width: 479px) {
  .kenji .detailPage .planApp .boxPlanGr {
    overflow-x: auto; } }

.kenji .detailPage .planApp .boxPlan {
  margin-top: 2.5rem;
  margin-bottom: 3rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .boxPlan {
    margin-bottom: 2rem;
    margin-top: 1.5rem; } }

.kenji .detailPage .planApp .boxPlan .textPd {
  padding-left: 2rem; }

.kenji .detailPage .planApp .boxPlan__item {
  border-top: 1px solid #cccccc;
  padding: 1rem 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .boxPlan__item {
    padding: 1.2rem 0; } }

.kenji .detailPage .planApp .boxPlan__item:last-child {
  border-bottom: 1px solid #cccccc; }

.kenji .detailPage .planApp .boxPlan__left {
  width: 11.7rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .boxPlan__left {
    width: 100%;
    padding-bottom: 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .boxPlan__left p {
    text-align: left; } }

.kenji .detailPage .planApp .boxPlan__right {
  padding-left: 1.3rem;
  width: calc(100% - 11.7rem); }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .boxPlan__right {
    width: 100%;
    padding-left: 0; } }

.kenji .detailPage .planApp .boxPlan__right p {
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .boxPlan__right p {
    line-height: 1.5; } }

.kenji .detailPage .planApp .planAppPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.kenji .detailPage .planApp .planAppPrice .price {
  font-size: 5.2rem;
  line-height: 1;
  color: #eb1e1e; }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp .planAppPrice .price {
    font-size: 4.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppPrice .price {
    font-size: 3.8rem; } }

.kenji .detailPage .planApp .planAppPrice .price .text--sm {
  font-size: 2.6rem;
  margin-left: 0.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp .planAppPrice .price .text--sm {
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppPrice .price .text--sm {
    font-size: 1.6rem; } }

.kenji .detailPage .planApp .planAppPrice__btna {
  font-size: 1.4rem;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  min-height: 3.5rem;
  min-width: 20.2rem;
  border-radius: 17rem;
  padding: 0.2rem 1rem;
  letter-spacing: 0.08em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp .planAppPrice__btna {
    font-size: 1.3rem;
    min-height: 3rem;
    min-width: 19rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppPrice__btna {
    margin-top: 1.5rem; } }

.kenji .detailPage .planApp .planAppPrice__btna i {
  padding-left: 1.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp .planAppPrice__btna i {
    padding-left: 1rem; } }

.kenji .detailPage .planApp .note {
  margin-bottom: 0.5rem; }

.kenji .detailPage .planApp .text--blue {
  color: #0072ff;
  margin-right: 0.2rem; }

.kenji .detailPage .planApp .mt--1 {
  margin-top: 1rem; }

.kenji .detailPage .planApp .planAppTxt {
  padding-top: 4.5rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt {
    padding-top: 2.8rem; } }

.kenji .detailPage .planApp .planAppTxt p {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2; }

.kenji .detailPage .planApp .planAppTxt__desc {
  padding-bottom: 2rem; }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp .planAppTxt__desc {
    padding-bottom: 0; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt__desc {
    line-height: 1.57; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt__desc p {
    line-height: 1.57;
    padding-bottom: 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt__desc p:last-child {
    padding-bottom: 0; } }

.kenji .detailPage .planApp .planAppTxt .bold {
  font-weight: bold; }

.kenji .detailPage .planApp .planAppTxt .grey {
  background-color: #f2f2f2; }

.kenji .detailPage .planApp .planAppTxt .tableGr {
  margin-top: 3.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp .planAppTxt .tableGr {
    margin-top: 2.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tableGr {
    overflow: hidden; } }

.kenji .detailPage .planApp .planAppTxt .tableGr__head {
  margin-bottom: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tableGr__head {
    margin-bottom: 0.8rem; } }

.kenji .detailPage .planApp .planAppTxt .tableGr__head p {
  font-size: 1.6rem; }

@media screen and (max-width: 1023px) {
  .kenji .detailPage .planApp .planAppTxt .tableGr__head p {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tableGr__head p {
    font-size: 1.4rem; } }

.kenji .detailPage .planApp .planAppTxt .tableGr ul {
  list-style-type: disc;
  padding-left: 2rem;
  font-size: 1.4rem; }

.kenji .detailPage .planApp .planAppTxt .tableGr ul li {
  line-height: 2;
  letter-spacing: 0.05em; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tableGr ul li {
    letter-spacing: 0.03em; } }

.kenji .detailPage .planApp .planAppTxt .tableGr ul li:first-child {
  margin-top: 0; }

.kenji .detailPage .planApp .planAppTxt .tableGr__hand {
  padding-top: 2rem; }

.kenji .detailPage .planApp .planAppTxt .tableGr__hand .fa-hand-pointer {
  padding-right: 0.6rem; }

.kenji .detailPage .planApp .planAppTxt .tableGr__hand p {
  line-height: 1.2; }

.kenji .detailPage .planApp .planAppTxt .tableGr__note {
  font-size: 1.2rem;
  line-height: 1.8;
  padding-top: 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tableGr__note {
    font-size: 1.2rem;
    line-height: 1.57;
    padding-top: 1rem; } }

.kenji .detailPage .planApp .planAppTxt .tableGr.tableGrLeft .tableGr__scroll .tablePlan table tbody td {
  padding: 0.5rem 1.2rem; }

.kenji .detailPage .planApp .planAppTxt .tableGr.tableGrLeft .tableGr__scroll .tablePlan table tbody td.grey {
  text-align: left; }

.kenji .detailPage .planApp .planAppTxt .tablePlan {
  overflow-x: scroll; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan {
    border-left: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca; } }

.kenji .detailPage .planApp .planAppTxt .tablePlan::-webkit-scrollbar {
  display: none; }

.kenji .detailPage .planApp .planAppTxt .tablePlan.tablePlanBlue thead {
  background-color: #0072ff;
  color: #ffffff; }

.kenji .detailPage .planApp .planAppTxt .tablePlan table {
  border: 1px solid #cacaca;
  width: 100%;
  min-width: 619px; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan table {
    border: 0; } }

.kenji .detailPage .planApp .planAppTxt .tablePlan table thead {
  border-bottom: 1px solid #cacaca;
  font-weight: 700;
  background-color: #f2f2f2;
  text-align: center; }

.kenji .detailPage .planApp .planAppTxt .tablePlan table thead td:first-child {
  width: 168px; }

.kenji .detailPage .planApp .planAppTxt .tablePlan table tbody th,
.kenji .detailPage .planApp .planAppTxt .tablePlan table tbody td {
  line-height: 1.3;
  font-size: 1.4rem;
  letter-spacing: 0.08em; }

.kenji .detailPage .planApp .planAppTxt .tablePlan table tbody th {
  border-right: 1px dotted #cacaca;
  border-bottom: 1px solid #cacaca;
  background-color: #f2f2f2;
  width: 150px;
  text-align: left;
  padding: 0.5rem 1.2rem; }

@media screen and (max-width: 479px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan table tbody th {
    width: 100px; } }

.kenji .detailPage .planApp .planAppTxt .tablePlan table tbody th.imgOne {
  text-align: center;
  width: 145px;
  padding: 2rem; }

.kenji .detailPage .planApp .planAppTxt .tablePlan table tbody th.imgOne img {
  max-width: 70px;
  margin: 0 auto; }

.kenji .detailPage .planApp .planAppTxt .tablePlan table tbody th.imgTwo {
  padding: 2rem;
  width: 185px; }

.kenji .detailPage .planApp .planAppTxt .tablePlan table td {
  padding: 0.75rem 1.2rem;
  border-right: 1px dotted #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan table td {
    padding: 1.15rem 1.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan table td:last-child {
    border-right: 0; } }

.kenji .detailPage .planApp .planAppTxt .tablePlan table td.width--15 {
  min-width: 150px; }

@media screen and (max-width: 479px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan table td.width--15 {
    min-width: 100px; } }

.kenji .detailPage .planApp .planAppTxt .tablePlan table .text--ss {
  font-size: 1rem; }

.kenji .detailPage .planApp .planAppTxt .tablePlan table ul {
  list-style-type: disc;
  padding-left: 2rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan table ul {
    padding-left: 1.6rem; } }

.kenji .detailPage .planApp .planAppTxt .tablePlan table ul li {
  margin-top: 0.5rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan table ul li {
    line-height: 1.57; } }

.kenji .detailPage .planApp .planAppTxt .tablePlan table ul li:first-child {
  margin-top: 0; }

.kenji .detailPage .planApp .planAppTxt .tablePlan--type2 table {
  width: 100%;
  min-width: 100%; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan--type2 table {
    border-bottom: 0; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan--type2 table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .detailPage .planApp .planAppTxt .tablePlan--type2 table tr th {
  width: 13rem;
  border-right: 0; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan--type2 table tr th {
    width: 100%;
    border-bottom: 1px dotted #cacaca;
    min-height: 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan--type2 table tr td,
  .kenji .detailPage .planApp .planAppTxt .tablePlan--type2 table tr th {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan--type2 table tr td {
    border-right: 0; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planAppTxt .tablePlan--type2sp table tr th {
    border-bottom: 0; } }

.kenji .detailPage .planApp .planAppTxt .tablePlan .left {
  text-align: left; }

.kenji .detailPage .planApp .planAppTxt .tablePlan--type3 table .small {
  font-size: 1rem; }

.kenji .detailPage .planApp .planAppTxt .tablePlan--type3 table thead {
  border-bottom: 0; }

.kenji .detailPage .planApp .planAppTxt .tablePlan--type3 table thead td {
  width: 21%;
  padding: 1.15rem 0.5rem;
  border-bottom: 0; }

.kenji .detailPage .planApp .planAppTxt .tablePlan--type3 table thead td:first-child {
  width: 38%; }

.kenji .detailPage .planApp .planAppTxt .tablePlan--type3 table td {
  border-right: 1px solid #cccccc; }

.kenji .detailPage .planApp .planAppTxt .tablePlan__note {
  font-size: 1.2rem;
  padding-top: 1rem; }

.kenji .detailPage .planApp .planAppTxt .tableOptions {
  margin-bottom: 10px; }

.kenji .detailPage .planApp .planAppTxt .tableOptions table tbody tr td p {
  margin-bottom: 10px; }

.kenji .detailPage .planApp .planAppTxt .tableOptions table tbody tr td .text--boldBig {
  font-weight: bold;
  font-size: 1.6rem; }

.kenji .detailPage .planApp .planAppTxt .tableOptions table tbody tr td .text--small {
  font-size: 1.2rem; }

.kenji .detailPage .planApp .planAppTxt .tableGr__scroll {
  position: relative; }

.kenji .detailPage .planApp .planAppTxt .tableGr__scrollbar {
  background-color: #cacaca;
  position: absolute;
  left: 0;
  bottom: -1.3rem;
  width: 100%;
  height: 5px;
  border-radius: 0; }

.kenji .detailPage .planApp .planAppTxt .tableGr__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 5px;
  background: #0072ff;
  border-radius: 0; }

.kenji .detailPage .planApp .planForm__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-bottom: 1rem;
  padding-top: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planForm__ttl {
    padding-top: 2.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planForm__ttl {
    padding-bottom: 0.5rem; } }

.kenji .detailPage .planApp .planForm .form__item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.25rem -0.5rem; }

.kenji .detailPage .planApp .planForm .form__item .form__radio {
  margin: 0.25rem 0.5rem; }

.kenji .detailPage .planApp .planForm .form__item .form__input[type="radio"]:not(:checked) + label:before,
.kenji .detailPage .planApp .planForm .form__item .form__input[type="radio"]:checked + label:before {
  left: 1.2rem;
  border: 1px solid black;
  width: 1.4rem;
  height: 1.4rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planForm .form__item .form__input[type="radio"]:not(:checked) + label:before,
  .kenji .detailPage .planApp .planForm .form__item .form__input[type="radio"]:checked + label:before {
    left: 1.5rem; } }

.kenji .detailPage .planApp .planForm .form__item .form__input[type="radio"]:not(:checked) + label:after,
.kenji .detailPage .planApp .planForm .form__item .form__input[type="radio"]:checked + label:after {
  left: 1.5rem;
  width: 1rem;
  height: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planForm .form__item .form__input[type="radio"]:not(:checked) + label:after,
  .kenji .detailPage .planApp .planForm .form__item .form__input[type="radio"]:checked + label:after {
    left: 1.8rem; } }

.kenji .detailPage .planApp .planForm .form__item .form__input[type="radio"]:disabled + label {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #999999;
  padding: 0.5rem 1rem; }

.kenji .detailPage .planApp .planForm .form__item .form__input[type="radio"]:disabled + label::before, .kenji .detailPage .planApp .planForm .form__item .form__input[type="radio"]:disabled + label:after {
  display: none; }

.kenji .detailPage .planApp .planForm .form__item .form__input[type="radio"]:checked + label {
  border: 1px solid #0072ff; }

.kenji .detailPage .planApp .planForm .form__item .form__radio__label {
  width: 100%;
  min-height: 3.55rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  border: 1px solid #0072ff;
  padding: 0.4rem 3rem 0.4rem 4rem;
  min-width: 10.9rem;
  height: 100%;
  border: 1px solid #cccccc; }

@media screen and (max-width: 1279px) {
  .kenji .detailPage .planApp .planForm .form__item .form__radio__label {
    font-size: 1.3rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planForm .form__item .form__radio__label {
    min-height: 3.5rem;
    font-size: 1.4rem;
    padding: 0.4rem 3rem 0.4rem 4rem; } }

.kenji .detailPage .planApp .planForm__btn {
  border-top: 1px solid #cccccc;
  padding-top: 3rem;
  margin-top: 2rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planForm__btn {
    padding-top: 1.5rem;
    margin-top: 2.5rem; } }

.kenji .detailPage .planApp .planForm__button {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  min-height: 6.5rem;
  min-width: 53.6rem;
  border: 0;
  border-radius: 3.2rem;
  background-color: #ff6600;
  color: white;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planForm__button {
    width: 100%;
    max-width: 37rem;
    min-width: unset;
    font-size: 2.2rem; } }

@media screen and (max-width: 374px) {
  .kenji .detailPage .planApp .planForm__button {
    font-size: 2rem; } }

.kenji .detailPage .planApp .planForm__button:hover {
  opacity: 0.6; }

.kenji .detailPage .planApp .planForm__button i {
  font-size: 2.2rem;
  padding-left: 0.5rem; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planApp .planForm__button i {
    font-size: 2rem; } }

@media screen and (max-width: 374px) {
  .kenji .detailPage .planApp .planForm__button i {
    font-size: 1.8rem;
    padding-left: 0; } }

.kenji .detailPage .planApp .planForm__about {
  margin-top: 3rem; }

.kenji .detailPage .planApp .planForm__about .planForm__click {
  color: #0072ff; }

.kenji .detailPage .planApp .planForm__about .planForm__click:hover {
  text-decoration: underline; }

.kenji .detailPage .planAppPrice.planAppPrice--change .text--sm {
  margin-right: 2rem; }

@media screen and (max-width: 374px) {
  .kenji .detailPage .planAppPrice.planAppPrice--change .text--sm {
    margin-right: 1rem; } }

@media screen and (max-width: 479px) {
  .kenji .detailPage .planAppPrice.planAppPrice--change .text--sm {
    font-size: 14px !important; } }

.kenji .detailPage .planAppPrice.planAppPrice--change .text--tax {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  white-space: nowrap; }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planAppPrice.planAppPrice--change .text--tax {
    font-size: 1.4rem; } }

@media screen and (max-width: 479px) {
  .kenji .detailPage .planAppPrice.planAppPrice--change .text--tax {
    font-size: 1.2rem; } }

@media screen and (max-width: 374px) {
  .kenji .detailPage .planAppPrice.planAppPrice--change .text--tax {
    font-size: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .detailPage .planAppPrice.planAppPrice--change .price {
    font-size: 34px !important; } }

@media screen and (max-width: 479px) {
  .kenji .detailPage .planAppPrice.planAppPrice--change .price {
    font-size: 30px !important; } }

@media screen and (max-width: 374px) {
  .kenji .detailPage .planAppPrice.planAppPrice--change .price {
    font-size: 25px !important; } }

.kenji .shizuokaPage.hamamatsuPage .pageTtl:after {
  background-color: #685bde; }

.kenji .shizuokaPage.hamamatsuPage .slider .slick-dots li.slick-active button:before {
  background-color: #685bde; }

.kenji .shizuokaPage.hamamatsuPage .pickup .pickupCtn__ttl {
  color: #685bde; }

.kenji .shizuokaPage.hamamatsuPage .pickup .pickupCtn .slick-arrow {
  width: 3rem;
  height: 3rem;
  top: 38%;
  -webkit-transform: unset;
  transform: unset;
  z-index: 2; }

@media screen and (max-width: 375px) {
  .kenji .shizuokaPage.hamamatsuPage .pickup .pickupCtn .slick-arrow {
    top: 35%; } }

@media screen and (max-width: 374px) {
  .kenji .shizuokaPage.hamamatsuPage .pickup .pickupCtn .slick-arrow {
    top: 28%; } }

.kenji .shizuokaPage.hamamatsuPage .pickup .pickupCtn .slick-arrow.slick-next {
  right: 2.7rem; }

.kenji .shizuokaPage.hamamatsuPage .pickup .pickupCtn .slick-arrow.slick-next:before {
  background-image: url("../img/hamamatsu/arrow_next.png"); }

.kenji .shizuokaPage.hamamatsuPage .pickup .pickupCtn .slick-arrow.slick-prev {
  left: 2.7rem; }

.kenji .shizuokaPage.hamamatsuPage .pickup .pickupCtn .slick-arrow.slick-prev:before {
  background-image: url("../img/hamamatsu/arrow_pre.png"); }

.kenji .shizuokaPage.hamamatsuPage .license {
  padding: 8rem 0 9rem;
  background-image: url("../img/hamamatsu/pic_license_bg.jpg");
  background-size: 1442px auto;
  background-repeat: repeat;
  background-position: top left; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.hamamatsuPage .license {
    padding: 6rem 0; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.hamamatsuPage .license {
    padding: 3.5rem 0 3rem; } }

.kenji .shizuokaPage.hamamatsuPage .license .licenseCtn__ctnDis {
  cursor: default;
  pointer-events: none; }

.kenji .shizuokaPage.hamamatsuPage .license .licenseCtn__btnitem {
  background-color: #685bde; }

.kenji .shizuokaPage.hamamatsuPage .license .licenseCtn__btnitemDis {
  background: #cccccc; }

.kenji .shizuokaPage.hamamatsuPage .license .licenseCtn__ttlDis {
  color: #999999; }

.kenji .shizuokaPage.hamamatsuPage .license .licenseCtn__listitema {
  border: 1.5px solid #685bde; }

.kenji .shizuokaPage.hamamatsuPage .license .licenseCtn__listitemaDis {
  border: 1.5px solid #cccccc;
  color: #cccccc;
  cursor: default;
  pointer-events: none; }

.kenji .shizuokaPage.hamamatsuPage .column {
  background-color: #f1f6f8;
  padding: 9rem 0; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.hamamatsuPage .column {
    padding: 6rem 0; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.hamamatsuPage .column {
    padding: 4rem 0; } }

.kenji .shizuokaPage.hamamatsuPage .column .pageTtl:after {
  background-color: #0072ff; }

.kenji .shizuokaPage.hamamatsuPage .news .newsBox .newsCtn__tag p {
  background-color: #685bde; }

.kenji .shizuokaPage.hamamatsuPage .news.newsUpdate {
  padding: 6rem 0 6rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.hamamatsuPage .news.newsUpdate {
    padding: 4rem 0 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.hamamatsuPage .news.newsUpdate {
    padding: 2rem 0 2rem; } }

.kenji .shizuokaPage.hamamatsuPage .instagramCtn {
  padding-bottom: 8rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.hamamatsuPage .instagramCtn {
    padding-bottom: 6rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.hamamatsuPage .instagramCtn {
    padding-bottom: 2rem; } }

.kenji .shizuokaPage.hamamatsuPage .instagramCtn .inner {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.hamamatsuPage .instagramCtn .inner {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

.kenji .shizuokaPage.hamamatsuPage .instagramCtn .embedsocial-hashtag .es-widget-container.es-widget-container-desktop {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.kenji .hamamatsuPage.searchPage .pageTtl::after {
  background-color: #685bde; }

.kenji .hamamatsuPage.searchPage .tag--blueLight {
  background-color: #685bde; }

.kenji .hamamatsuPage.searchPage .planSearchBox {
  border: 2px solid #685bde; }

.kenji .hamamatsuPage.searchPage .planSearchBox__btna {
  background-color: #685bde; }

.kenji .hamamatsuPage.searchPage .planApp {
  border-color: #685bde; }

.kenji .hamamatsuPage.searchPage .planApp__head {
  color: #685bde; }

.kenji .hamamatsuPage.detailPage .tag--blueLight {
  background-color: #685bde; }

.kenji .hamamatsuPage.detailPage .planApp {
  border-color: #685bde; }

.kenji .hamamatsuPage.detailPage .planApp__head {
  color: #685bde; }

.kenji .hamamatsuPage.calendarPage .planSearchBox__btna {
  color: #000000;
  background-color: #ffffff; }

@media screen and (max-width: 767px) {
  .kenji .hamamatsuPage.calendarPage .planSearchBox__btna {
    min-width: 260px;
    font-size: 1.2rem; } }

.kenji .hamamatsuPage.calendarPage .planSearchBox__btna .fa-envelope {
  font-size: 1.7rem;
  margin-right: 0.5rem;
  padding-left: 0; }

@media screen and (max-width: 767px) {
  .kenji .hamamatsuPage.calendarPage .planSearchBox__btna .fa-envelope {
    font-size: 1.4rem; } }

.kenji .shizuokaPage.numazuPage .pageTtl:after {
  background-color: #1f2a8f; }

.kenji .shizuokaPage.numazuPage .slider .slick-dots li.slick-active button:before {
  background-color: #1f2a8f; }

.kenji .shizuokaPage.numazuPage .pickup .pickupCtn__ttl {
  color: #1f2a8f; }

.kenji .shizuokaPage.numazuPage .pickup .pickupCtn .slick-arrow {
  width: 3rem;
  height: 3rem;
  top: 38%;
  -webkit-transform: unset;
  transform: unset;
  z-index: 2; }

@media screen and (max-width: 375px) {
  .kenji .shizuokaPage.numazuPage .pickup .pickupCtn .slick-arrow {
    top: 35%; } }

@media screen and (max-width: 374px) {
  .kenji .shizuokaPage.numazuPage .pickup .pickupCtn .slick-arrow {
    top: 28%; } }

.kenji .shizuokaPage.numazuPage .pickup .pickupCtn .slick-arrow:before {
  content: "";
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0; }

.kenji .shizuokaPage.numazuPage .pickup .pickupCtn .slick-arrow.slick-next {
  right: 2.7rem; }

.kenji .shizuokaPage.numazuPage .pickup .pickupCtn .slick-arrow.slick-next:before {
  background-image: url("../img/numazu/arrow_next.png"); }

.kenji .shizuokaPage.numazuPage .pickup .pickupCtn .slick-arrow.slick-prev {
  left: 2.7rem; }

.kenji .shizuokaPage.numazuPage .pickup .pickupCtn .slick-arrow.slick-prev:before {
  background-image: url("../img/numazu/arrow_pre.png"); }

.kenji .shizuokaPage.numazuPage .license {
  padding: 8rem 0 9rem;
  background-image: url("../img/numazu/pic_license_bg.jpg");
  background-size: 1442px auto;
  background-repeat: repeat;
  background-position: top left; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.numazuPage .license {
    padding: 6rem 0; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.numazuPage .license {
    padding: 3.5rem 0 3rem; } }

.kenji .shizuokaPage.numazuPage .license .licenseCtn__btnitem {
  background-color: #1f2a8f; }

.kenji .shizuokaPage.numazuPage .license .licenseCtn__btnitemDis {
  background: #cccccc; }

.kenji .shizuokaPage.numazuPage .license .licenseCtn__ttlDis {
  color: #999999; }

.kenji .shizuokaPage.numazuPage .license .licenseCtn__listitem {
  width: 50%;
  padding: 0.3rem; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.numazuPage .license .licenseCtn__listitem {
    padding: 0.35rem; } }

.kenji .shizuokaPage.numazuPage .license .licenseCtn__listitema {
  border: 1.5px solid #1f2a8f; }

.kenji .shizuokaPage.numazuPage .license .licenseCtn__listitemaDis {
  border: 1.5px solid #cccccc;
  color: #cccccc;
  cursor: default;
  pointer-events: none; }

.kenji .shizuokaPage.numazuPage .column {
  background-color: #f1f6f8;
  padding: 9rem 0; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.numazuPage .column {
    padding: 6rem 0; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.numazuPage .column {
    padding: 4rem 0; } }

.kenji .shizuokaPage.numazuPage .column .pageTtl:after {
  background-color: #0072ff; }

.kenji .shizuokaPage.numazuPage .news .newsBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.kenji .shizuokaPage.numazuPage .news .newsBox .newsCtn__tag {
  width: 7.5rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.numazuPage .news .newsBox .newsCtn__tag {
    width: unset; } }

.kenji .shizuokaPage.numazuPage .news .newsBox .newsCtn__tag p {
  background-color: #1f2a8f; }

.kenji .shizuokaPage.numazuPage .news.newsUpdate {
  padding: 6rem 0 6rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.numazuPage .news.newsUpdate {
    padding: 4rem 0 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.numazuPage .news.newsUpdate {
    padding: 2rem 0 2rem; } }

.kenji .shizuokaPage.numazuPage .instagramCtn {
  padding-bottom: 8rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.numazuPage .instagramCtn {
    padding-bottom: 6rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.numazuPage .instagramCtn {
    padding-bottom: 2rem; } }

.kenji .shizuokaPage.numazuPage .instagramCtn .inner {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.numazuPage .instagramCtn .inner {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

.kenji .shizuokaPage.numazuPage .instagramCtn .embedsocial-hashtag .es-widget-container.es-widget-container-desktop {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.kenji .numazuPage.searchPage .pageTtl::after {
  background-color: #1f2a8f; }

.kenji .numazuPage.searchPage .tag--blueLight {
  background-color: #1f2a8f; }

.kenji .numazuPage.searchPage .planSearchBox {
  border: 2px solid #1f2a8f; }

.kenji .numazuPage.searchPage .planSearchBox__btna {
  background-color: #1f2a8f; }

.kenji .numazuPage.searchPage .planApp {
  border-color: #1f2a8f; }

.kenji .numazuPage.searchPage .planApp__head {
  color: #1f2a8f; }

.kenji .numazuPage.detailPage .tag--blueLight {
  background-color: #1f2a8f; }

.kenji .numazuPage.detailPage .planApp {
  border-color: #1f2a8f; }

.kenji .numazuPage.detailPage .planApp__head {
  color: #1f2a8f; }

.kenji .numazuPage.calendarPage .planSearchBox__btna {
  color: #000000;
  background-color: #ffffff; }

@media screen and (max-width: 767px) {
  .kenji .numazuPage.calendarPage .planSearchBox__btna {
    min-width: 260px;
    font-size: 1.2rem; } }

.kenji .numazuPage.calendarPage .planSearchBox__btna .fa-envelope {
  font-size: 1.7rem;
  margin-right: 0.5rem;
  padding-left: 0; }

@media screen and (max-width: 767px) {
  .kenji .numazuPage.calendarPage .planSearchBox__btna .fa-envelope {
    font-size: 1.4rem; } }

.kenji .calendarPage .calendarBox {
  border: 2px solid #999999; }

.kenji .calendarPage .calendarBox .fc-other-month .fc-day-number {
  visibility: hidden; }

.kenji .calendarPage .calendarBox td.fc-day.fc-other-month {
  background-color: #e9e9e9 !important; }

.kenji .calendarPage .calendarBox__head {
  font-size: 3.2rem;
  margin-top: 7rem;
  margin-bottom: 2.5rem; }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .calendarBox__head {
    font-size: 1.8rem; } }

.kenji .calendarPage .calendarBox__head .fa-calendar-days {
  margin-right: 1rem; }

.kenji .calendarPage .calendarBox #calendar .fa-chevron-left {
  margin-right: 0.5rem; }

.kenji .calendarPage .calendarBox #calendar .fa-chevron-right {
  margin-left: 0.5rem; }

.kenji .calendarPage .calendarBox #calendar .fc-button {
  background-color: #0072ff;
  color: #ffffff;
  border: 0;
  padding: 0.6rem 0 0.4rem;
  border-radius: 0;
  margin-bottom: 0;
  width: 110px;
  text-align: center;
  height: auto; }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .calendarBox #calendar .fc-button {
    padding: 0.2rem 0 0.1rem; } }

.kenji .calendarPage .calendarBox #calendar .fc-button-prev {
  border-radius: 20px 0 0 20px; }

.kenji .calendarPage .calendarBox #calendar .fc-button-next {
  border-radius: 0 20px 20px 0; }

.kenji .calendarPage .calendarBox #calendar .fc-header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%; }

.kenji .calendarPage .calendarBox #calendar .fc-header-title h2 {
  font-weight: 700;
  font-family: "noto-sans-cjk-jp", sans-serif; }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .calendarBox #calendar .fc-header-title h2 {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding-top: 0.5rem; } }

@media screen and (max-width: 374px) {
  .kenji .calendarPage .calendarBox #calendar .fc-header-title h2 {
    font-size: 1.6rem; } }

.kenji .calendarPage .calendarBox #calendar .fc-day {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999; }

.kenji .calendarPage .calendarBox #calendar .fc-day:last-child {
  border-right: 0; }

.kenji .calendarPage .calendarBox #calendar .fc-week.fc-last .fc-day {
  border-bottom: 0; }

.kenji .calendarPage .calendarBox #calendar .fc-first th {
  background-color: #f4f4f4 !important;
  color: #000000;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  padding: 1rem 0; }

.kenji .calendarPage .calendarBox #calendar .fc-first th:last-child {
  border-right: 0; }

.kenji .calendarPage .calendarBox #calendar .fc-first th.fc-first {
  color: #eb1e1e; }

.kenji .calendarPage .calendarBox #calendar .fc-first th.fc-last {
  color: #0072ff; }

.kenji .calendarPage .calendarBox #calendar .fc-day-number {
  float: left; }

.kenji .calendarPage .calendarBox #calendar .fc-day-number {
  color: #000000; }

.kenji .calendarPage .calendarBox #calendar .fc-other-month .fc-day-number {
  opacity: 1;
  color: #999999; }

.kenji .calendarPage .calendarBox #calendar .fc-event {
  margin: 0 1rem; }

.kenji .calendarPage .calendarBox #calendar .fc-event-inner {
  border-radius: 20px;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  background-color: #0072ff !important;
  text-align: center; }

.kenji .calendarPage .calendarBox #calendar .fc-event-title {
  font-weight: 700;
  font-size: 1.4rem; }

@media screen and (max-width: 1279px) {
  .kenji .calendarPage .calendarBox #calendar .fc-event-title {
    font-size: 12px !important; } }

@media screen and (max-width: 1250px) {
  .kenji .calendarPage .calendarBox #calendar .fc-event-title {
    font-size: 11px !important; } }

@media screen and (max-width: 1120px) {
  .kenji .calendarPage .calendarBox #calendar .fc-event-title {
    font-size: 11px !important; } }

@media screen and (max-width: 1060px) {
  .kenji .calendarPage .calendarBox #calendar .fc-event-title {
    font-size: 8px !important; } }

@media screen and (max-width: 870px) {
  .kenji .calendarPage .calendarBox #calendar .fc-event-title {
    font-size: 10px !important; } }

.kenji .calendarPage .calendarBox #calendar .fc-view {
  display: none; }

.kenji .calendarPage .calendarBox #calendar .event-list {
  padding: 0;
  list-style: none; }

.kenji .calendarPage .calendarBox #calendar .event-list > li {
  font-weight: bold; }

.kenji .calendarPage .calendarBox #calendar .fc-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #999999; }

.kenji .calendarPage .calendarBox #calendar .fc-header td {
  padding: 1rem; }

.kenji .calendarPage .calendarBox #calendar .fc-header tr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.kenji .calendarPage .calendarBox #calendar .fc-header .fc-header-left {
  width: 25%;
  display: block; }

.kenji .calendarPage .calendarBox #calendar .fc-header .fc-header-center {
  width: 50%; }

.kenji .calendarPage .calendarBox #calendar .event-list--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #999999; }

.kenji .calendarPage .calendarBox #calendar .event-list--item:last-child {
  border-bottom: 0; }

.kenji .calendarPage .calendarBox #calendar .event-list--day {
  padding: 1rem 0;
  width: 44px;
  border-right: 1px solid #999999;
  font-weight: 700;
  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; }

.kenji .calendarPage .calendarBox #calendar .event-list--day.sunday {
  color: #eb1e1e; }

.kenji .calendarPage .calendarBox #calendar .event-list--day.saturday {
  color: #0072ff; }

.kenji .calendarPage .calendarBox #calendar .event-list-child {
  width: calc(100% - 44px);
  padding: 1rem 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.kenji .calendarPage .calendarBox #calendar .event-list-child--item {
  border-radius: 20px;
  padding: 0.5rem 1.4rem;
  background-color: #0072ff !important;
  text-align: center;
  color: #ffffff;
  margin-right: 0.5rem;
  font-family: "noto-sans-cjk-jp", sans-serif; }

.kenji .calendarPage .calendarBox #calendar .event-list-child--item:last-child {
  margin-right: 0; }

.kenji .calendarPage .calendarBox #calendar .fc-button {
  width: 100%; }

@media screen and (max-width: 413px) {
  .kenji .calendarPage .calendarBox #calendar .fc-header-left {
    width: 30% !important; }
  .kenji .calendarPage .calendarBox #calendar .fc-header-right {
    width: 30% !important; }
  .kenji .calendarPage .calendarBox #calendar .fc-header-center {
    width: 40% !important; }
  .kenji .calendarPage .calendarBox #calendar .event-list-child--item {
    font-size: 1rem;
    padding: 0.2rem 0.6rem 0.3rem; } }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .planSearchCtn--m0 {
    padding-top: 0; } }

.kenji .calendarPage .planSearch {
  padding-top: 0; }

@media screen and (max-width: 479px) {
  .kenji .calendarPage .planSearch {
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .boxPlan__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .kenji .calendarPage .boxPlan__left {
    width: 100% !important; }
  .kenji .calendarPage .boxPlan__left p {
    text-align: left; }
  .kenji .calendarPage .boxPlan__right {
    width: 100% !important;
    padding-left: 0 !important; } }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .planAppPrice {
    border-top: 0 !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    padding-top: 0 !important; } }

.kenji .calendarPage .calendarHead {
  color: #eb1e1e;
  font-size: 3rem;
  padding-left: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .calendarPage .calendarHead {
    font-size: 2.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .calendarHead {
    font-size: 2.6rem;
    padding-left: 3rem; } }

@media screen and (max-width: 479px) {
  .kenji .calendarPage .calendarHead {
    font-size: 2.4rem;
    padding-left: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .boxPlan {
    min-width: auto !important; } }

.kenji .calendarPage .text--blue {
  color: #0072ff; }

.kenji .calendarPage .text--red {
  color: #eb1e1e; }

.kenji .calendarPage .listCalendar {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 5rem 4rem; }

@media screen and (max-width: 1023px) {
  .kenji .calendarPage .listCalendar {
    padding: 3rem 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .listCalendar {
    padding: 1.5rem 1.5rem; } }

.kenji .calendarPage .listCalendar__left {
  width: 360px; }

@media screen and (max-width: 1023px) {
  .kenji .calendarPage .listCalendar__left {
    width: 310px; } }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .listCalendar__left {
    width: 100%; } }

.kenji .calendarPage .listCalendar__left .time {
  font-size: 1.8rem; }

@media screen and (max-width: 1023px) {
  .kenji .calendarPage .listCalendar__left .time {
    font-size: 1.6rem; } }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .listCalendar__left .time {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #999999;
    margin-bottom: 1.5rem;
    text-align: center; } }

.kenji .calendarPage .listCalendar__right {
  width: calc(100% - 360px); }

@media screen and (max-width: 1023px) {
  .kenji .calendarPage .listCalendar__right {
    width: calc(100% - 310px); } }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .listCalendar__right {
    width: 100%; } }

.kenji .calendarPage .listCalendar__item {
  padding: 2.5rem 0;
  border-top: 1px solid #999999; }

.kenji .calendarPage .listCalendar__item:last-child {
  border-bottom: 1px solid #999999; }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .listCalendar__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5rem 0 2.5rem; } }

.kenji .calendarPage .listCalendar__item .event-list-child {
  margin: -0.5rem -1rem; }

.kenji .calendarPage .listCalendar__item .event-list-child--item {
  padding: 0.5rem 1rem; }

.kenji .calendarPage .listCalendar__item .event-list-child--ctn {
  font-size: 1.4rem;
  border-radius: 20px;
  padding: 0.5rem 1.4rem;
  background-color: #0072ff !important;
  text-align: center;
  color: #ffffff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  min-width: 150px;
  font-weight: 700; }

@media screen and (max-width: 1023px) {
  .kenji .calendarPage .listCalendar__item .event-list-child--ctn {
    min-width: 100px; } }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .listCalendar__item .event-list-child--ctn {
    min-width: 160px; } }

@media screen and (max-width: 374px) {
  .kenji .calendarPage .listCalendar__item .event-list-child--ctn {
    min-width: 100px;
    font-size: 1.2rem; } }

.kenji .calendarPage .planSearchBox__btna {
  color: #000000;
  background-color: #ffffff; }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .planSearchBox__btna {
    min-width: 260px;
    font-size: 1.2rem; } }

.kenji .calendarPage .planSearchBox__btna .fa-envelope {
  font-size: 1.7rem;
  margin-right: 0.5rem;
  padding-left: 0; }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .planSearchBox__btna .fa-envelope {
    font-size: 1.4rem; } }

@media screen and (max-width: 400px) {
  .kenji .calendarPage .planApp .tag__item {
    padding: 0.3rem 2rem !important; } }

.kenji .calendarPage .planApp .planApp__btn {
  margin-top: 2rem; }

.kenji .calendarPage .planApp__btnpdf {
  min-height: 4.4rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  border: 1px solid #0072ff;
  border-radius: 2.2rem;
  padding: 0.5rem 2rem; }

@media screen and (max-width: 1130px) {
  .kenji .calendarPage .planApp__btnpdf {
    font-size: 1.15rem; } }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .planApp__btnpdf {
    min-height: 3.5rem; } }

@media screen and (max-width: 400px) {
  .kenji .calendarPage .planApp__btnpdf {
    font-size: 1.2rem; } }

@media screen and (max-width: 374px) {
  .kenji .calendarPage .planApp__btnpdf {
    padding: 0.5rem 1rem;
    letter-spacing: 0; } }

.kenji .calendarPage .planApp__btnpdf .fa-file-pdf {
  color: #ec0303;
  padding-right: 0.5rem; }

@media screen and (max-width: 767px) {
  .kenji .calendarPage .planApp__btnpdf .fa-file-pdf {
    padding-right: 1rem; } }

.kenji .calendarPage .planApp__btnpdf .fa-chevron-right {
  font-size: 1.3rem;
  padding-left: 0.5rem; }

.kenji .calendarPage .planApp__btnpdf .xs {
  display: none; }

.kenji .calendarPageMatsuzaki .tag--blueLight {
  background-color: #23b574; }

.kenji .calendarPageMatsuzaki .planSearchBox {
  border-color: #23b574; }

.kenji .calendarPageMatsuzaki .planApp__head {
  color: #23b574; }

.kenji .shizuokaPage.matsuzakiPage .pageTtl:after {
  background-color: #23b574; }

.kenji .shizuokaPage.matsuzakiPage .slider .slick-dots li.slick-active button:before {
  background-color: #23b574; }

.kenji .shizuokaPage.matsuzakiPage .pickup .pickupCtn__ttl {
  color: #23b574; }

.kenji .shizuokaPage.matsuzakiPage .pickup .pickupCtn__desc {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 0.8rem; }

.kenji .shizuokaPage.matsuzakiPage .pickup .pickupCtn__price {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 1rem; }

.kenji .shizuokaPage.matsuzakiPage .pickup .pickupCtn .slick-arrow {
  width: 3rem;
  height: 3rem;
  top: 38%;
  -webkit-transform: unset;
  transform: unset;
  z-index: 2; }

@media screen and (max-width: 375px) {
  .kenji .shizuokaPage.matsuzakiPage .pickup .pickupCtn .slick-arrow {
    top: 35%; } }

@media screen and (max-width: 374px) {
  .kenji .shizuokaPage.matsuzakiPage .pickup .pickupCtn .slick-arrow {
    top: 28%; } }

.kenji .shizuokaPage.matsuzakiPage .pickup .pickupCtn .slick-arrow:before {
  content: "";
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0; }

.kenji .shizuokaPage.matsuzakiPage .pickup .pickupCtn .slick-arrow.slick-next {
  right: 2.7rem; }

.kenji .shizuokaPage.matsuzakiPage .pickup .pickupCtn .slick-arrow.slick-next:before {
  background-image: url("../img/hamamatsu/arrow_next.png"); }

.kenji .shizuokaPage.matsuzakiPage .pickup .pickupCtn .slick-arrow.slick-prev {
  left: 2.7rem; }

.kenji .shizuokaPage.matsuzakiPage .pickup .pickupCtn .slick-arrow.slick-prev:before {
  background-image: url("../img/hamamatsu/arrow_pre.png"); }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license {
    padding: 3.5rem 0 2.5rem; } }

.kenji .shizuokaPage.matsuzakiPage .license__desc {
  padding-bottom: 6rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.matsuzakiPage .license__desc {
    padding-bottom: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license__desc {
    padding-bottom: 2.8rem; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-right: 5rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type1 {
    width: 100%;
    padding: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type1 {
    border-top: 1px solid #23b574; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type1:after {
  width: 1px;
  position: absolute;
  content: "";
  height: calc(100% - 6rem);
  background-color: #23b574;
  right: 2.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type1:after {
    width: calc(100% - 4rem);
    height: 1px;
    bottom: 0;
    top: unset;
    left: 50%;
    right: unset;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type1:after {
    display: none; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--mt {
    padding: 2.5rem 2rem 1.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--mt .licenseCtn__ttlbox {
    padding-left: 1.5rem; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--mt .licenseCtn__ttlbox img {
  max-width: 8.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--mt .licenseCtn__ttlbox img {
    max-width: 5.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--mt .licenseCtn__ttlbox img {
    max-width: 5rem; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type2 {
  width: 66.666%;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type2 {
    width: 100%;
    padding: 2rem;
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type2 {
    padding: 0 2rem; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 0 3rem 0; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type4 {
    width: 100%;
    padding: 0 0 2rem 0; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type5 {
  width: 100%; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type5 {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type5 {
    width: 100%; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type5 .licenseCtn__ctn {
  max-width: 33%;
  display: block;
  margin: 0 auto;
  overflow: inherit; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type5 .licenseCtn__ctn {
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__item--type5 .licenseCtn__ctn {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__ttlbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__ttlbox {
    border-bottom: 1px solid #23b574;
    padding-bottom: 1rem;
    padding-left: 0.8rem; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__ttlbox img {
  max-width: 9rem;
  margin-right: 2rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__ttlbox img {
    max-width: 6rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__ttlbox img {
    max-width: 6.8rem; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__ttl2 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #23b574; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__ttl2 {
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__ttl2 {
    font-size: 1.8rem; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__desc {
  font-size: 1.4rem;
  padding-top: 2.5rem;
  max-width: 33rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__desc {
    max-width: 100%; } }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__desc {
    padding-top: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__desc {
    letter-spacing: 0.05em;
    padding-top: 2rem;
    max-width: unset; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__address p {
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__address p {
    letter-spacing: 0.05em; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__address .licenseCtn__tel {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__address .licenseCtn__tel {
    font-size: 1.6rem; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__address .licenseCtn__tel .fa-phone {
  padding-right: 0.5rem; }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__btn {
  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; }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__btnitem {
  background-color: #23b574; }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.kenji .shizuokaPage.matsuzakiPage .license .licenseCtn__listitema {
  border: 1.5px solid #23b574; }

.kenji .shizuokaPage.matsuzakiPage .column {
  background-color: #f1f6f8;
  padding: 9rem 0; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.matsuzakiPage .column {
    padding: 6rem 0; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .column {
    padding: 4rem 0; } }

.kenji .shizuokaPage.matsuzakiPage .column .pageTtl:after {
  background-color: #0072ff; }

.kenji .shizuokaPage.matsuzakiPage .course {
  padding: 10rem 0 6rem; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.matsuzakiPage .course {
    padding: 6rem 0 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .course {
    padding: 4rem 0 2rem; } }

.kenji .shizuokaPage.matsuzakiPage .news .newsBox .newsCtn__tag p {
  background-color: #23b574; }

.kenji .shizuokaPage.matsuzakiPage .mapArea {
  margin-bottom: -0.5rem; }

.kenji .shizuokaPage.matsuzakiPage .mapArea iframe {
  width: 100%;
  height: 600px; }

@media screen and (max-width: 1279px) {
  .kenji .shizuokaPage.matsuzakiPage .mapArea iframe {
    height: 400px !important; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .mapArea iframe {
    height: 300px !important; } }

.kenji .shizuokaPage.matsuzakiPage .getLicense {
  background-image: url("../img/matsuzaki/pic_bg.jpg");
  background-size: cover;
  background-position: center;
  min-height: 66.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: white;
  letter-spacing: 0.1em;
  padding: 5rem 0; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage.matsuzakiPage .getLicense {
    min-height: 45rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .getLicense {
    background-image: unset;
    min-height: unset;
    display: block;
    color: #000000;
    padding: 0 0 3.7rem; } }

.kenji .shizuokaPage.matsuzakiPage .getLicense .inner {
  width: 100%; }

.kenji .shizuokaPage.matsuzakiPage .getLicense__subttl {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  padding-top: 1rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage.matsuzakiPage .getLicense__subttl {
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .getLicense__subttl {
    font-size: 1.4rem; } }

.kenji .shizuokaPage.matsuzakiPage .getLicense__ttl {
  font-size: 4.1rem;
  line-height: 1.3; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage.matsuzakiPage .getLicense__ttl {
    font-size: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .getLicense__ttl {
    font-size: 1.8rem; } }

.kenji .shizuokaPage.matsuzakiPage .getLicense__desc {
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 70rem;
  padding-top: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage.matsuzakiPage .getLicense__desc {
    font-size: 1.5rem;
    padding-top: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .getLicense__desc {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .getLicense__btnarea {
    text-align: center; } }

.kenji .shizuokaPage.matsuzakiPage .getLicense__btn {
  background-color: white;
  margin-top: 3rem;
  max-width: 19.6rem;
  color: black; }

@media screen and (max-width: 1023px) {
  .kenji .shizuokaPage.matsuzakiPage .getLicense__btn {
    margin-top: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .shizuokaPage.matsuzakiPage .getLicense__btn {
    margin-top: 1.5rem;
    background-color: #23b574;
    color: white;
    max-width: 23.1rem; } }

.kenji .shizuokaPage.matsuzakiPage .getLicense__btn i {
  padding-left: 0.5rem; }

.kenji .matsuzakiPage.searchPage .pageTtl::after {
  background-color: #23b574; }

.kenji .matsuzakiPage.searchPage .tag--blueLight {
  background-color: #23b574; }

.kenji .matsuzakiPage.searchPage .planSearchBox {
  border: 2px solid #23b574; }

.kenji .matsuzakiPage.searchPage .planSearchBox__btna {
  background-color: #23b574; }

.kenji .matsuzakiPage.searchPage .planApp {
  border-color: #23b574; }

.kenji .matsuzakiPage.searchPage .planApp__head {
  color: #23b574; }

.kenji .matsuzakiPage.detailPage .tag--blueLight {
  background-color: #23b574; }

.kenji .matsuzakiPage.detailPage .planApp {
  border-color: #23b574; }

.kenji .matsuzakiPage.detailPage .planApp__head {
  color: #23b574; }

.kenji .paymentPage .mypage__wrapper .mypage__ctn .listCtn {
  margin-bottom: 5.6rem; }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper .mypage__ctn .listCtn {
    margin-bottom: 4.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .mypage__ctn .listCtn {
    margin-bottom: 4rem; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group {
  margin-bottom: 4rem; }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group {
    margin-bottom: 2.5rem; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group:last-child {
  margin-bottom: 0; }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item {
  width: 100%; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item {
    width: calc(100% + 0.6rem); } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:not(:checked) + label:before,
.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:checked + label:before {
  left: 3rem;
  border: 1px solid black;
  width: 1.3rem;
  height: 1.3rem; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:not(:checked) + label:before,
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:checked + label:before {
    left: 1rem; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:not(:checked) + label:after,
.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:checked + label:after {
  left: 3.269rem;
  width: 0.9rem;
  height: 0.9rem; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:not(:checked) + label:after,
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:checked + label:after {
    left: 1.25rem; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:disabled + label {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #999999;
  padding: 0.5rem 1rem; }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:disabled + label::before, .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:disabled + label:after {
  display: none; }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:checked + label {
  background: #fff;
  color: #000;
  border: 1px solid #0072ff; }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio {
  margin-right: 0;
  margin-bottom: 2rem; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio {
    margin-bottom: 1.5rem; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
  width: 100%;
  min-height: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border: 1px solid #999999;
  padding: 0.5rem 2rem 0.5rem 5rem;
  height: 100%;
  border-radius: 0.7rem; }

@media screen and (max-width: 1279px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
    font-size: 1.4rem; } }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
    min-height: 4.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
    font-size: 1.3rem;
    padding: 0.4rem 3rem 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label--large {
    padding: 0.4rem 1rem 0.5rem 2.5rem; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .sp414 {
  display: none; }

@media screen and (max-width: 413px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .sp414 {
    display: block; } }

@media screen and (max-width: 374px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .sp414 {
    display: none; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .left {
  width: 55%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .left {
    width: 100%; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right {
  width: 45%;
  padding-left: 1rem;
  text-align: left; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right {
    width: 100%;
    padding-left: 0; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right img {
  width: 100%; }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right.maxW__200 img {
  max-width: 280px; }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right.maxW__300 img {
  max-width: 340px; }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right.maxW__60 img {
  max-width: 60px; }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio--type3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #999;
  border-radius: 0.7rem;
  padding: 0.5rem 2rem 0.5rem 5rem;
  min-height: 6rem;
  margin-bottom: 2rem;
  position: relative; }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio--type3 {
    min-height: 4.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio--type3 {
    font-size: 1.3rem;
    padding: 0.4rem 3rem 0.5rem;
    margin-bottom: 1.5rem; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio--type3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/mypage/payment/icon_close.png);
  background-size: cover;
  width: 15px;
  height: 15px;
  left: 3rem; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio--type3::after {
    left: 1rem; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio--type3 .form__radio--left {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio--type3 .form__radio--left {
    width: 100%; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio--type3 .form__radio--left .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #999999;
  padding-right: 1rem; }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio--type3 .form__radio--left .text {
  color: #999999;
  font-size: 1.4rem;
  font-weight: bold; }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio--type3 .form__radio--right {
  width: 45%;
  padding-left: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .form__group .form__item .form__radio--type3 .form__radio--right {
    width: 100%;
    padding-left: 0; } }

.kenji .paymentPage .mypage__wrapper .paymentBoxCtn.formContact .btnArea__btn {
  border: 0; }

.kenji .paymentPage .mypage__wrapper.payment1 {
  display: none; }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group {
  border-top: 1px solid #999999;
  padding: 2rem;
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group {
    padding: 2rem 1rem; } }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group:last-child {
  border-bottom: 1px solid #999999; }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group .form__control.imgVisa img {
  max-width: 344px; }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group .form__control .form__select {
  width: 100px;
  border: 1px solid #0072ff;
  border-radius: 6px;
  padding: 1rem 2.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(../../assets/img/mypage/payment/icon_select.png) no-repeat right 10px center;
  background-position: calc(100% - 1.5rem) center;
  background-repeat: no-repeat;
  background-size: 11px 7px; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group .form__control .form__select {
    background-position: calc(100% - 10px) center; } }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group .form__control .form__select:focus {
  outline: none; }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group .form__control .maxW100 {
  max-width: 100px; }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group .form__control .imageCart {
  padding-left: 2rem; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group .form__control .imageCart {
    padding-left: 1rem; } }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group .form__control .imageCart img {
  max-width: 168px; }

@media screen and (max-width: 374px) {
  .kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group .form__control .imageCart img {
    max-width: 150px; } }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group .form__control.form__controlImage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__group .formContact__form .form__group .form__control.form__controlSelect label {
  padding: 0 5px; }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__button .form__btn .btn i {
  padding-left: 1.5rem; }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__button .form__btnGray {
  margin-top: 25px; }

.kenji .paymentPage .mypage__wrapper.payment1 .formContact .formContact__button .form__btnGray .btn {
  text-align: center;
  background: #999999;
  max-width: 230px;
  border: none;
  font-size: 1.4rem;
  font-weight: 400; }

.kenji .paymentPage .mypage__wrapper.payment2 {
  display: none; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentText {
  margin-bottom: 2.5rem; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group {
  margin-bottom: 4rem !important; }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group {
    margin-bottom: 2.5rem !important; } }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item {
    width: calc(100% + 0.6rem); } }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:not(:checked) + label:before,
.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:checked + label:before {
  left: 3rem;
  border: 1px solid black;
  width: 1.3rem;
  height: 1.3rem; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:not(:checked) + label:before,
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:checked + label:before {
    left: 1rem; } }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:not(:checked) + label:after,
.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:checked + label:after {
  left: 3.269rem;
  width: 0.9rem;
  height: 0.9rem; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:not(:checked) + label:after,
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:checked + label:after {
    left: 1.25rem; } }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:disabled + label {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #999999;
  padding: 0.5rem 1rem; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:disabled + label::before, .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:disabled + label:after {
  display: none; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:checked + label {
  background: #fff;
  color: #000;
  border: 1px solid #0072ff; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio {
  margin-bottom: 2rem;
  width: 100%; }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio {
    width: 100%;
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio {
    margin-bottom: 1.5rem; } }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio:nth-child(2n) {
  margin-right: 0; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio:last-child {
  margin-right: 0; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
  width: 100%;
  min-height: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border: 1px solid #999999;
  padding: 0.5rem 2rem 0.5rem 5rem;
  height: 100%;
  border-radius: 0.7rem; }

@media screen and (max-width: 1279px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
    font-size: 1.4rem; } }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
    min-height: 7rem; } }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
    font-size: 1.3rem;
    padding: 0.4rem 3rem 0.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
    padding: 0.4rem 1.5rem 0.5rem 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label--large {
    padding: 0.4rem 1rem 0.5rem 2.5rem; } }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .sp414 {
  display: none; }

@media screen and (max-width: 413px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .sp414 {
    display: block; } }

@media screen and (max-width: 374px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .sp414 {
    display: none; } }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .left {
  max-width: calc(100% - 225px);
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .left {
    max-width: calc(100% - 180px);
    width: 100%;
    font-size: 1.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .left {
    max-width: calc(100% - 150px);
    font-size: 1.3rem; } }

@media screen and (max-width: 374px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .left {
    max-width: calc(100% - 130px); } }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right {
  max-width: 225px;
  width: 100%;
  padding-left: 1rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right {
    max-width: 180px;
    width: 100%;
    padding-left: 0; } }

@media screen and (max-width: 479px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right {
    max-width: 150px; } }

@media screen and (max-width: 374px) {
  .kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right {
    max-width: 130px; } }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right img {
  width: 100%; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right.maxW50 img {
  max-width: 46px; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right.maxW160 img {
  max-width: 158px; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right.maxW170 img {
  max-width: 170px; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right.maxW79 img {
  max-width: 79px; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right.maxW75 img {
  max-width: 75px; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .right.maxW220 img {
  max-width: 220px; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .btnArea__btn {
  border: 0; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__btnGray {
  margin-top: 25px; }

.kenji .paymentPage .mypage__wrapper.payment2 .paymentBoxCtn.formContact .form__btnGray .btn {
  text-align: center;
  background: #999999;
  max-width: 230px;
  border: none;
  font-size: 1.4rem;
  font-weight: 400; }

.kenji .paymentPage .mypage__wrapper.payment3 {
  display: none; }

.kenji .paymentPage .mypage__wrapper.payment3 .payEasy__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.5rem; }

.kenji .paymentPage .mypage__wrapper.payment3 .payEasy__top .payEasy__image {
  max-width: 158px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment3 .payEasy__top .payEasy__image {
    max-width: 100px; } }

.kenji .paymentPage .mypage__wrapper.payment3 .payEasy__top .payEasy__text {
  width: 100%;
  max-width: calc(100% - 198px);
  margin-left: 4rem;
  padding-left: 4rem;
  border-left: 1px solid #cccccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment3 .payEasy__top .payEasy__text {
    margin-left: 2rem;
    padding-left: 2rem;
    max-width: calc(100% - 120px); } }

.kenji .paymentPage .mypage__wrapper.payment3 .payEasy__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5rem; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment3 .payEasy__bottom {
    margin-bottom: 3rem; } }

.kenji .paymentPage .mypage__wrapper.payment3 .payEasy__bottom .payEasy__btn {
  width: calc(50% - 30px);
  margin-right: 30px;
  max-width: 345px;
  text-align: center; }

@media screen and (max-width: 479px) {
  .kenji .paymentPage .mypage__wrapper.payment3 .payEasy__bottom .payEasy__btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem; } }

.kenji .paymentPage .mypage__wrapper.payment3 .payEasy__bottom .payEasy__btn:last-child {
  margin-right: 0; }

.kenji .paymentPage .mypage__wrapper.payment3 .payEasy__bottom .payEasy__btn .btn {
  border: 1px solid #0072ff;
  padding: 1.2rem;
  border-radius: 30px;
  font-weight: bold;
  width: 100%;
  display: block; }

.kenji .paymentPage .mypage__wrapper.payment3 .payEasy__bottom .payEasy__btn .btn i {
  color: #0072ff;
  padding-left: 0.5rem; }

.kenji .paymentPage .mypage__wrapper.payment3 .payEasy__button .form__btn .btn {
  text-align: center; }

.kenji .paymentPage .mypage__wrapper.payment3 .payEasy__button .form__btn .btn i {
  padding-left: 1.5rem; }

.kenji .paymentPage .mypage__wrapper.payment3 .payEasy__button .form__btnGray {
  margin-top: 25px; }

.kenji .paymentPage .mypage__wrapper.payment3 .payEasy__button .form__btnGray .btn {
  text-align: center;
  background: #999999;
  max-width: 230px;
  border: none;
  font-size: 1.4rem;
  font-weight: 400; }

.kenji .paymentPage .mypage__wrapper.payment4 {
  display: none; }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group {
  margin-bottom: 4rem !important; }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group {
    margin-bottom: 2.5rem !important; } }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item {
  margin-bottom: 0; }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__input[type="radio"]:checked + label .form__box {
  border-left: 1px dotted #0072ff; }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
  width: 100%;
  min-height: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
  -ms-flex-align: normal;
  align-items: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border: 1px solid #999999;
  padding: 0rem 2rem 0rem 6rem;
  height: 100%;
  border-radius: 0.7rem; }

@media screen and (max-width: 1279px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
    font-size: 1.4rem; } }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
    min-height: 6rem; } }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label {
    font-size: 1.3rem;
    padding: 0rem 2rem 0 3.5rem; } }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px dotted #cccccc;
  padding: 1.5rem 0;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .leftImage {
  max-width: 20%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1279px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .leftImage {
    max-width: 21%; } }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .leftImage {
    max-width: 50%; } }

@media screen and (max-width: 479px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .leftImage {
    max-width: 100%;
    padding-bottom: 1.5rem; } }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .leftImage img {
  max-width: 145px; }

@media screen and (max-width: 1279px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .leftImage img {
    max-width: 130px; } }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .center {
  max-width: 40%;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 0.5rem 2rem 0.5rem 2rem;
  font-size: 1.4rem; }

@media screen and (max-width: 1279px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .center {
    max-width: 39%; } }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .center {
    max-width: 50%;
    border-right: 0; } }

@media screen and (max-width: 479px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .center {
    max-width: 100%;
    border-left: 0;
    padding: 0rem 1.5rem; } }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .center .title {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 1.6rem;
  color: #0072ff;
  text-decoration: underline;
  cursor: pointer; }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .right {
  max-width: 39%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2rem;
  font-size: 1.4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .right {
    max-width: 100%;
    padding-top: 2rem; } }

@media screen and (max-width: 479px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .right {
    padding-top: 1.5rem;
    padding-left: 1.5rem; } }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .right .right_text {
  width: 100%; }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .right .right_textFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 479px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .right .right_textFlex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .right .bold {
  font-weight: bold;
  font-size: 2.2rem; }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .right .title__link {
  text-decoration: underline;
  display: block;
  color: #0072ff;
  font-size: 1.4rem;
  cursor: pointer;
  pointer-events: inherit; }

@media screen and (max-width: 1023px) {
  .kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__group .form__item .form__radio__label .form__box .right .title__link {
    pointer-events: inherit; } }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .formContact__list li {
  position: relative;
  padding-left: 15px; }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .formContact__list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0; }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__btnGray {
  margin-top: 25px; }

.kenji .paymentPage .mypage__wrapper.payment4 .paymentBoxCtn.formContact .form__btnGray .btn {
  text-align: center;
  background: #999999;
  max-width: 230px;
  border: none;
  font-size: 1.4rem;
  font-weight: 400; }

.kenji .paymentPage .boxText {
  text-align: center;
  padding: 2rem 1.8rem;
  border: 1px solid #0072ff; }

@media screen and (max-width: 767px) {
  .kenji .paymentPage .boxText {
    padding: 1.5rem; } }

.kenji .paymentPage .boxText p {
  font-weight: 700;
  line-height: 2; }

.kenji .loginPage .login .head {
  font-size: 3.2rem;
  text-align: center; }

@media screen and (max-width: 1023px) {
  .kenji .loginPage .login .head {
    font-size: 2.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .loginPage .login .head {
    font-size: 2.4rem; } }

.kenji .loginPage .login .head__desc {
  margin-top: 1rem; }

.kenji .loginPage .login__cont {
  margin-top: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .loginPage .login__cont {
    margin-top: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .loginPage .login__cont {
    margin-top: 1.5rem; } }

.kenji .loginPage .login__cont .alert {
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #cacaca;
  max-width: 750px;
  margin: 3rem auto;
  position: relative; }

.kenji .loginPage .login__cont .alert.danger {
  color: #eb1e1e; }

.kenji .loginPage .login__cont .alert strong {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #000000;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .kenji .loginPage .login__cont .alert strong {
    font-size: 1.8rem; } }

@media screen and (max-width: 479px) {
  .kenji .loginPage .login__cont .alert strong {
    font-size: 1.6rem;
    margin-bottom: 0.5rem; } }

.kenji .loginPage .login__cont .alert .close {
  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;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 50%; }

@media screen and (max-width: 479px) {
  .kenji .loginPage .login__cont .alert .close {
    width: 24px;
    height: 24px; } }

.kenji .loginPage .login__cont .formBox {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 4rem; }

@media screen and (max-width: 1023px) {
  .kenji .loginPage .login__cont .formBox {
    margin-top: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .loginPage .login__cont .formBox {
    margin-top: 2rem; } }

.kenji .loginPage .login__cont .formBox .form__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #cccccc; }

.kenji .loginPage .login__cont .formBox .form__group:last-child {
  border-bottom: 1px solid #cccccc; }

@media screen and (max-width: 767px) {
  .kenji .loginPage .login__cont .formBox .form__group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .loginPage .login__cont .formBox .form__label {
  min-height: 40px;
  width: 250px;
  padding: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

@media screen and (max-width: 767px) {
  .kenji .loginPage .login__cont .formBox .form__label {
    width: 100%;
    min-height: auto;
    padding-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; } }

.kenji .loginPage .login__cont .formBox .form__control {
  width: calc(100% - 250px);
  padding: 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .loginPage .login__cont .formBox .form__control {
    width: 100%;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 2rem; } }

.kenji .loginPage .login__cont .formBox .form__input {
  height: 40px;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #0072ff;
  border-radius: 6px;
  background-color: #ffffff; }

.kenji .loginPage .login__cont .formBox .form__input:focus {
  outline: none;
  background: none; }

.kenji .loginPage .login__cont .formBox .form__input--md {
  max-width: 500px; }

.kenji .loginPage .login__cont .formBox .necessary__input {
  background-color: red;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 1rem 0.4rem;
  border-radius: 3px;
  white-space: nowrap; }

@media screen and (max-width: 767px) {
  .kenji .loginPage .login__cont .formBox .necessary__input {
    margin-left: 2rem; } }

.kenji .loginPage .login__cont .formBox .btn {
  background-color: #0072ff;
  border: 0;
  color: #ffffff;
  font-weight: 700;
  min-width: 270px;
  font-size: 1.6rem;
  padding: 1.3rem 1rem;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 479px) {
  .kenji .loginPage .login__cont .formBox .btn {
    min-width: 250px; } }

.kenji .loginPage .login__cont .formBox .btn .fa-chevron-right {
  margin-left: 1.5rem; }

.kenji .loginPage .login__cont .formBox .btn:hover {
  opacity: 0.6; }

.kenji .loginPage .login__cont .formBox .formBottom {
  text-align: center;
  margin-top: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .loginPage .login__cont .formBox .formBottom {
    margin-top: 3rem; } }

.kenji .loginPage .login__cont .formBox .formPrivacy {
  margin-top: 1.5rem; }

.kenji .loginPage .login__cont .formBox .formPrivacy__link {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #0072ff; }

.kenji .errorPage {
  border-top: 1px solid #cacaca; }

.kenji .errorPage .error {
  max-width: 1445px;
  margin: 0 auto;
  padding: 5rem 5rem 10rem; }

@media screen and (max-width: 1023px) {
  .kenji .errorPage .error {
    padding: 4rem 3rem 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .errorPage .error {
    padding: 3rem 2rem 6rem; } }

.kenji .errorPage .head {
  font-size: 3.2rem;
  text-align: center; }

@media screen and (max-width: 1023px) {
  .kenji .errorPage .head {
    font-size: 2.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .errorPage .head {
    font-size: 2.4rem; } }

.kenji .errorPage .head__desc {
  margin-top: 1rem; }

.kenji .errorPage .error__cont {
  margin-top: 3rem;
  text-align: center; }

.kenji .errorPage .error__cont .title {
  font-size: 2rem;
  margin-bottom: 1rem; }

.kenji .errorPage .error__cont .form__btn {
  margin-top: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .errorPage .error__cont .form__btn {
    margin-top: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .errorPage .error__cont .form__btn {
    margin-top: 3rem; } }

.kenji .errorPage .error__cont .fa-chevron-right {
  margin-left: 1rem; }

.kenji .headerError .header__menu {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem; }

@media screen and (max-width: 1023px) {
  .kenji .headerError .header__menu {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; } }

.kenji .tokenErrorPage .error {
  padding: 14rem 0; }

@media screen and (max-width: 1023px) {
  .kenji .tokenErrorPage .error {
    padding: 12rem 0; } }

@media screen and (max-width: 767px) {
  .kenji .tokenErrorPage .error {
    padding: 10rem 0; } }

.kenji .tokenErrorPage .error__head {
  text-align: center;
  background-color: #f1f4f7;
  padding: 9rem 1.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .tokenErrorPage .error__head {
    padding: 8rem 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .tokenErrorPage .error__head {
    padding: 7rem 1.5rem; } }

.kenji .tokenErrorPage .error__head .fa-hexagon-exclamation {
  font-size: 11rem;
  color: #0072ff; }

@media screen and (max-width: 1023px) {
  .kenji .tokenErrorPage .error__head .fa-hexagon-exclamation {
    font-size: 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .tokenErrorPage .error__head .fa-hexagon-exclamation {
    font-size: 7rem; } }

.kenji .tokenErrorPage .error__cont {
  margin-top: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .tokenErrorPage .error__cont {
    margin-top: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .tokenErrorPage .error__cont {
    margin-top: 3rem; } }

.kenji .tokenErrorPage .error__cont .desc {
  font-size: 1.6rem; }

@media screen and (max-width: 1023px) {
  .kenji .tokenErrorPage .error__cont .desc {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .tokenErrorPage .error__cont .desc {
    font-size: 1.4rem; } }

.kenji .tokenErrorPage .error__cont .title {
  color: #0072ff;
  font-size: 2.4rem;
  margin-bottom: 2.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .tokenErrorPage .error__cont .title {
    font-size: 2rem;
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .tokenErrorPage .error__cont .title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem; } }

.kenji .columnPage .pageTtl {
  margin-bottom: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .columnPage .pageTtl {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .columnPage .pageTtl {
    margin-bottom: 3rem; } }

.kenji .columnPage .columnCtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  .kenji .columnPage .columnCtn {
    margin: 0; } }

.kenji .columnPage .columnCtn__item {
  width: 100%;
  max-width: calc(100% / 3 - 40px);
  margin-right: 6rem;
  margin-bottom: 4rem; }

@media screen and (max-width: 1279px) {
  .kenji .columnPage .columnCtn__item {
    max-width: calc(100% / 3 - 27px);
    margin-right: 4rem; } }

@media screen and (max-width: 1023px) {
  .kenji .columnPage .columnCtn__item {
    max-width: calc(100% / 3 - 20px);
    margin-right: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .columnPage .columnCtn__item {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #cccccc; } }

.kenji .columnPage .columnCtn__item:nth-child(3n) {
  margin-right: 0; }

.kenji .columnPage .columnCtn__item:last-child {
  margin-right: 0; }

@media screen and (max-width: 767px) {
  .kenji .columnPage .columnCtn__item:first-child {
    border-top: 1px solid #cccccc;
    padding-top: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .columnPage .columnCtn__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .columnPage .columnCtn__image {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 1.5rem;
  border: 1px solid #cccccc;
  padding-bottom: 100%; }

@media screen and (max-width: 767px) {
  .kenji .columnPage .columnCtn__image {
    width: 9.4rem;
    height: 9.4rem;
    padding-bottom: inherit;
    margin-bottom: 0; } }

.kenji .columnPage .columnCtn__image img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

@media screen and (max-width: 767px) {
  .kenji .columnPage .columnCtn__infor {
    width: calc(100% - 9.4rem);
    padding-left: 2rem; } }

.kenji .columnPage .columnCtn__txt {
  width: calc(100% - 17rem);
  padding-left: 2.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .columnPage .columnCtn__txt {
    width: calc(100% - 14rem);
    padding-left: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .columnPage .columnCtn__txt {
    width: calc(100% - 9.4rem);
    padding-left: 2rem; } }

.kenji .columnPage .columnCtn__tag {
  background-color: #0072ff;
  border-radius: 1.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding: 0.2rem 1rem;
  min-height: 2.5rem;
  min-width: 10.4rem;
  color: white;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em; }

.kenji .columnPage .columnCtn__tagGr .columnCtn__tag {
  margin-right: 0.5rem; }

.kenji .columnPage .columnCtn__tagGr .columnCtn__tag:last-child {
  margin-right: 0; }

.kenji .columnPage .columnCtn__ttl {
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: 1.6rem; }

@media screen and (max-width: 1279px) {
  .kenji .columnPage .columnCtn__ttl {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .columnPage .columnCtn__ttl {
    font-size: 1.4rem; } }

.kenji .columnPage .columnCtn__desc {
  font-size: 1.4rem;
  padding-top: 1rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 1023px) {
  .kenji .columnPage .columnCtn__desc {
    padding-top: 0.5rem; } }

.kenji .columnPage .columnCtn__date {
  padding-top: 1.5rem;
  color: #0072ff;
  font-size: 1.1rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 1023px) {
  .kenji .columnPage .columnCtn__date {
    padding-top: 0.6rem; } }

@media screen and (max-width: 767px) {
  .kenji .columnPage .columnCtn__date {
    padding-top: 0.7rem; } }

.kenji .columnDetailPage {
  padding: 7rem 5rem 10rem;
  max-width: 1445px;
  margin: 0 auto; }

@media screen and (max-width: 1279px) {
  .kenji .columnDetailPage {
    padding: 5rem 3rem 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .columnDetailPage {
    padding: 4rem 1.5rem 7rem; } }

.kenji .columnDetailPage p {
  margin-bottom: 0; }

.kenji .columnDetailPage .pageTtl {
  margin-bottom: 7.5rem; }

.kenji .columnDetailPage .pageTtl:after {
  background-color: #0072ff; }

@media screen and (max-width: 1279px) {
  .kenji .columnDetailPage .pageTtl {
    margin-bottom: 5.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .columnDetailPage .pageTtl {
    margin-bottom: 3.5rem; } }

.kenji .columnDetailPage .pageTtl--blueLight:after {
  background-color: #00b8e3; }

.kenji .columnDetailPage .pageTtl--blueDark:after {
  background-color: #1f2a8f; }

.kenji .columnDetailPage .pageTtl--green:after {
  background-color: #23b574; }

.kenji .columnDetailPage .pageTtl--purple:after {
  background-color: #685bde; }

.kenji .columnDetailPage .heading {
  font-size: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline; }

@media screen and (max-width: 1023px) {
  .kenji .columnDetailPage .heading {
    font-size: 2.5rem;
    padding-bottom: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .columnDetailPage .heading {
    padding-bottom: 1rem;
    font-size: 2rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: none;
    -webkit-justify-content: none;
    -ms-flex-pack: none;
    justify-content: none;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset; } }

.kenji .columnDetailPage .heading::before {
  display: none; }

.kenji .columnDetailPage .time {
  text-align: right;
  font-weight: 700;
  color: #0072ff;
  min-width: 100px;
  font-size: 1.4rem;
  margin-left: 2rem; }

@media screen and (max-width: 767px) {
  .kenji .columnDetailPage .time {
    margin-top: 0.5rem; } }

.kenji .columnDetailPage .columnCtn__tag {
  background-color: #0072ff;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem 2rem 0.6rem;
  min-height: 2.5rem;
  min-width: 10.4rem;
  color: white;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  font-weight: 700; }

@media screen and (max-width: 767px) {
  .kenji .columnDetailPage .columnCtn__tag {
    padding: 0.2rem 1.5rem 0.4rem; } }

.kenji .columnDetailPage .columnCtn__tag--blue {
  background-color: #0072ff; }

.kenji .columnDetailPage .columnCtn__tag--blueLight {
  background-color: #00b8e3; }

.kenji .columnDetailPage .columnCtn__tag--blueDark {
  background-color: #1f2a8f; }

.kenji .columnDetailPage .columnCtn__tag--green {
  background-color: #23b574; }

.kenji .columnDetailPage .columnCtn__tag--purple {
  background-color: #685bde; }

.kenji .columnDetailPage .columnCtn__tagGr .columnCtn__tag {
  margin-right: 0.5rem; }

.kenji .columnDetailPage .columnCtn__tagGr .columnCtn__tag:last-child {
  margin-right: 0; }

.kenji .columnDetailPage .boxDetail {
  margin-top: 5rem; }

@media screen and (max-width: 767px) {
  .kenji .columnDetailPage .boxDetail {
    margin-top: 4rem; } }

@media screen and (max-width: 479px) {
  .kenji .columnDetailPage .boxDetail {
    margin-top: 3rem; } }

.kenji .columnDetailPage .form__btn {
  margin-top: 5rem; }

.kenji .columnDetailPage .form__btn .btn {
  max-width: 250px; }

.kenji .columnDetailPage .contentEdit .img {
  width: 100%;
  margin-bottom: 5rem; }

@media screen and (max-width: 767px) {
  .kenji .columnDetailPage .contentEdit .img {
    margin-bottom: 3rem; } }

@media screen and (max-width: 479px) {
  .kenji .columnDetailPage .contentEdit .img {
    margin-bottom: 2rem; } }

.kenji .columnDetailPage .contentEdit h3 {
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem; }

.kenji .columnDetailPage .contentEdit h3::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0072ff; }

.kenji .columnDetailPage .contentEdit ul {
  list-style: disc;
  padding-left: 2rem; }

.kenji .columnDetailPage .contentEdit table {
  border: 1px solid #cacaca;
  width: 100%; }

.kenji .columnDetailPage .contentEdit table thead {
  border-bottom: 1px solid #cacaca;
  font-weight: 700;
  background-color: #f2f2f2;
  text-align: center; }

.kenji .columnDetailPage .contentEdit table thead td:first-child {
  width: 168px; }

.kenji .columnDetailPage .contentEdit table tbody th,
.kenji .columnDetailPage .contentEdit table tbody td {
  line-height: 1.57;
  font-size: 1.4rem;
  letter-spacing: 0.08em; }

.kenji .columnDetailPage .contentEdit table tbody th {
  border-right: 1px dotted #cacaca;
  border-bottom: 1px solid #cacaca;
  background-color: #f2f2f2;
  width: 150px;
  padding: 1.15rem 1.2rem; }

@media screen and (max-width: 479px) {
  .kenji .columnDetailPage .contentEdit table tbody th {
    width: 100px; } }

.kenji .columnDetailPage .contentEdit table td {
  padding: 1.15rem 1.2rem;
  border-right: 1px dotted #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .columnDetailPage .contentEdit table td {
    padding: 1.15rem 1.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .columnDetailPage .contentEdit table td:last-child {
    border-right: 0; } }

.kenji .columnDetailPage .contentEdit table ul {
  list-style-type: disc;
  padding-left: 2rem; }

@media screen and (max-width: 767px) {
  .kenji .columnDetailPage .contentEdit table ul {
    padding-left: 1.6rem; } }

.kenji .columnDetailPage .contentEdit table ul li {
  margin-top: 0.5rem; }

@media screen and (max-width: 767px) {
  .kenji .columnDetailPage .contentEdit table ul li {
    line-height: 1.57; } }

.kenji .columnDetailPage .contentEdit table ul li:first-child {
  margin-top: 0; }

.kenji .columnDetailPage .columnDetail .inner {
  max-width: 1024px;
  line-height: 1.8; }

@media screen and (max-width: 767px) {
  .kenji .columnDetailPage .columnDetail .inner {
    padding-left: 0;
    padding-right: 0; } }

.kenji .pageNews .pageTtl {
  margin-bottom: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .pageNews .pageTtl {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageNews .pageTtl {
    margin-bottom: 3rem; } }

.kenji .pageNews .pageTtl.pageTtl--green::after {
  background: #23b574; }

.kenji .pageNews .pageTtl.pageTtl--purple::after {
  background: #685bde; }

.kenji .pageNews .pageTtl.pageTtl--blueDark::after {
  background: #1f2a8f; }

.kenji .pageNews .pageTtl.pageTtl--blueLight::after {
  background: #00b8e3; }

.kenji .pageNews .newsCtn {
  margin-bottom: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .pageNews .newsCtn {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageNews .newsCtn {
    margin-bottom: 3rem; } }

.kenji .pageNews .newsCtn__item:first-child .newsCtn__ctn {
  border-top: 1px solid #cacaca; }

.kenji .pageNews .newsCtn__ctn {
  border-bottom: 1px solid #cacaca;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 1.25rem;
  min-height: 5.7rem;
  position: relative; }

@media screen and (max-width: 767px) {
  .kenji .pageNews .newsCtn__ctn {
    padding: 0.9rem 0 0.8rem; } }

.kenji .pageNews .newsCtn__group {
  width: 19.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 1023px) {
  .kenji .pageNews .newsCtn__group {
    width: 18rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageNews .newsCtn__group {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 0.6rem; } }

.kenji .pageNews .newsCtn__date {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  width: calc(100% - 7.5rem);
  white-space: nowrap; }

@media screen and (max-width: 1023px) {
  .kenji .pageNews .newsCtn__date {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageNews .newsCtn__date {
    width: unset;
    font-size: 1.4rem;
    margin-right: 1.7rem; } }

.kenji .pageNews .newsCtn__tag {
  width: 7.5rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .pageNews .newsCtn__tag {
    width: unset; } }

.kenji .pageNews .newsCtn__tag p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0072ff;
  border-radius: 1.2rem;
  min-height: 2.4rem;
  min-width: 7.5rem;
  padding: 0.2rem 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: white; }

.kenji .pageNews .newsCtn__tag.newsCtn__tag--purple p {
  background-color: #685bde; }

.kenji .pageNews .newsCtn__tag.newsCtn__tag--green p {
  background-color: #23b574; }

.kenji .pageNews .newsCtn__tag.newsCtn__tag--blueDark p {
  background-color: #1f2a8f; }

.kenji .pageNews .newsCtn__tag.newsCtn__tag--blueLight p {
  background-color: #00b8e3; }

.kenji .pageNews .newsCtn__txt {
  width: calc(100% - 19.3rem);
  padding-left: 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1023px) {
  .kenji .pageNews .newsCtn__txt {
    width: calc(100% - 18rem); } }

@media screen and (max-width: 767px) {
  .kenji .pageNews .newsCtn__txt {
    width: 100%;
    padding-left: 0; } }

.kenji .pageNews .newsCtn__txt i {
  font-size: 1.4rem;
  margin-left: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .pageNews .newsCtn__txt i {
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

.kenji .pageNews .newsCtn__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 1023px) {
  .kenji .pageNews .newsCtn__ttl {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageNews .newsCtn__ttl {
    font-size: 1.4rem;
    padding-right: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageNews .newsCtn__tagGr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .pageNews .newsCtn__tagGr .newsCtn__tag {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem; }

@media screen and (max-width: 767px) {
  .kenji .pageNews .newsCtn__tagGr .newsCtn__tag {
    margin-right: 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageNews .newsCtn__tagGr .newsCtn__tag:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0; } }

.kenji .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .pagination {
    padding-top: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .pagination {
    padding-top: 1rem; } }

.kenji .pagination .page-item {
  list-style-type: none; }

.kenji .pagination .page-item .label {
  display: none; }

.kenji .pagination .page-item .page-link {
  padding: 8px;
  color: #0072ff;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: block;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.kenji .pagination .page-item .icon-arrow-right {
  position: relative;
  margin: 0 4px; }

.kenji .pagination .page-item .icon-arrow-right:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/common/icon_pagi_prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 8px;
  height: 14px; }

.kenji .pagination .page-item .icon-arrow-right:last-child:before {
  background-image: url(../img/common/icon_pagi_next.png); }

.kenji .pagination .page-item .icon-arrow-right.icon-arrow-right-purple:before {
  background-image: url(../img/common/icon_pagi_prev_puple.png); }

.kenji .pagination .page-item .icon-arrow-right.icon-arrow-right-purple:last-child:before {
  background-image: url(../img/common/icon_pagi_next_puple.png); }

.kenji .pagination .page-item .icon-arrow-right.icon-arrow-right-green:before {
  background-image: url(../img/common/icon_pagi_prev_green.png); }

.kenji .pagination .page-item .icon-arrow-right.icon-arrow-right-green:last-child:before {
  background-image: url(../img/common/icon_pagi_next_green.png); }

.kenji .pagination .page-item .icon-arrow-right.icon-arrow-right-blueDark:before {
  background-image: url(../img/common/icon_pagi_prev_blueDark.png); }

.kenji .pagination .page-item .icon-arrow-right.icon-arrow-right-blueDark:last-child:before {
  background-image: url(../img/common/icon_pagi_next_blueDark.png); }

.kenji .pagination .page-item .icon-arrow-right.icon-arrow-right-blueLight:before {
  background-image: url(../img/common/icon_pagi_prev_blueLight.png); }

.kenji .pagination .page-item .icon-arrow-right.icon-arrow-right-blueLight:last-child:before {
  background-image: url(../img/common/icon_pagi_next_blueLight.png); }

.kenji .pagination .page-item:hover {
  background-color: #e9e9e9;
  border-radius: 50%; }

.kenji .pagination .page-item:hover .page-link {
  color: #000000;
  opacity: 1; }

.kenji .pagination .page-item:first-child:hover, .kenji .pagination .page-item:last-child:hover {
  background-color: #fff; }

.kenji .pagination .page-item:first-child:hover .page-link, .kenji .pagination .page-item:last-child:hover .page-link {
  opacity: 0.8; }

.kenji .pagination .page-item.active {
  margin: 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #e9e9e9;
  border-radius: 50%; }

.kenji .pagination .page-item.active .page-link {
  text-align: center;
  color: #000000;
  padding: 4px 7px 5px; }

@media screen and (max-width: 767px) {
  .kenji .pagination .page-item.active .page-link {
    padding: 4px 7px 5px; } }

.kenji .pagination .page-item.active:hover {
  background-color: #e9e9e9; }

.kenji .pagination.pagination__green .page-item .page-link {
  color: #23b574; }

.kenji .pagination.pagination__purple .page-item .page-link {
  color: #685bde; }

.kenji .pagination.pagination__blueDark .page-item .page-link {
  color: #1f2a8f; }

.kenji .pagination.pagination__blueLight .page-item .page-link {
  color: #00b8e3; }

.kenji .pageFeature .brSm {
  display: none; }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .brSm {
    display: block; } }

.kenji .pageFeature .heading {
  border-color: #ededed; }

.kenji .pageFeature .heading:before {
  background-color: #00b8e3; }

.kenji .pageFeature .bannerFeature {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1340px; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .bannerFeature {
    padding: 0 30px; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .bannerFeature {
    padding: 0;
    margin: 0 -2rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .inner {
    padding: 0; } }

.kenji .pageFeature .btnArea__btn--lg {
  width: auto;
  padding-left: 3rem;
  padding-right: 3rem; }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .btnArea__btn--lg {
    min-width: 290px;
    font-size: 1.4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media screen and (max-width: 374px) {
  .kenji .pageFeature .btnArea__btn--lg {
    min-width: auto; } }

.kenji .pageFeature .btnArea__btn--lg i {
  padding-left: 0.5rem; }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .btnArea__btn--lg i .mb03 {
    margin-bottom: 0.3rem; } }

.kenji .pageFeature .btnArea__btn {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3); }

.kenji .pageFeature .btnArea {
  padding-top: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .btnArea {
    padding-top: 4.5rem; } }

.kenji .pageFeature .btnArea.btnLeft {
  text-align: left !important; }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .btnArea.btnLeft {
    text-align: center !important;
    padding-top: 3rem; } }

.kenji .pageFeature .btnArea .btnMd {
  min-width: 290px; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .btnArea .btnMd {
    min-width: 250px; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .btnArea .btnMd {
    min-width: 290px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (max-width: 374px) {
  .kenji .pageFeature .btnArea .btnMd {
    min-width: 250px; } }

.kenji .pageFeature .btnArea--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

@media screen and (max-width: 1023px) {
  .kenji .pageFeature .btnArea--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }

.kenji .pageFeature .btnArea--flex .btnArea__btn {
  width: 300px; }

@media screen and (max-width: 1023px) {
  .kenji .pageFeature .btnArea--flex .btnArea__btn {
    width: 250px; } }

.kenji .pageFeature .btnArea .mr-3 {
  margin-right: 3rem !important; }

@media screen and (max-width: 1023px) {
  .kenji .pageFeature .btnArea .mr-3 {
    margin-right: 0 !important;
    margin-bottom: 1.5rem !important; } }

.kenji .pageFeature .boxTitle {
  margin-top: 10rem;
  margin-bottom: 9rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .boxTitle {
    margin-top: 7rem;
    margin-bottom: 6.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .boxTitle {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; } }

.kenji .pageFeature .boxTitle .featureHead {
  font-size: 3rem;
  text-align: center; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .boxTitle .featureHead {
    font-size: 2.4rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .boxTitle .featureHead {
    font-size: 1.8rem;
    text-align: left; } }

.kenji .pageFeature .boxStep {
  padding: 6.5rem 0;
  border-top: 2px solid #00b8e3;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.kenji .pageFeature .boxStep:last-child {
  border-bottom: 2px solid #00b8e3; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .boxStep {
    padding: 5rem 0; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .boxStep {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4rem 0; } }

.kenji .pageFeature .boxStep__num {
  text-align: center;
  width: 210px;
  border-right: 1px dotted #9f9f9f;
  padding-top: 2rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .boxStep__num {
    width: 180px; } }

@media screen and (max-width: 1023px) {
  .kenji .pageFeature .boxStep__num {
    width: 140px; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .boxStep__num {
    width: 100%;
    padding-top: 0;
    border-right: 0; } }

.kenji .pageFeature .boxStep__num .text {
  position: relative; }

.kenji .pageFeature .boxStep__num .text:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00b8e3;
  width: 35px;
  height: 2px; }

.kenji .pageFeature .boxStep__num .number {
  font-size: 8.4rem;
  font-family: "Hammersmith One", serif; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .boxStep__num .number {
    font-size: 8rem; } }

@media screen and (max-width: 1023px) {
  .kenji .pageFeature .boxStep__num .number {
    font-size: 7.6rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .boxStep__num .number {
    font-size: 7.4rem; } }

.kenji .pageFeature .boxStep__cont {
  width: calc(100% - 210px);
  padding-left: 7.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .boxStep__cont {
    width: calc(100% - 180px);
    padding-left: 5rem; } }

@media screen and (max-width: 1023px) {
  .kenji .pageFeature .boxStep__cont {
    width: calc(100% - 140px);
    padding-left: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .boxStep__cont {
    padding-left: 0;
    width: 100%; } }

.kenji .pageFeature .boxStep__cont .stepHead {
  font-weight: 700;
  margin-bottom: 3.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .boxStep__cont .stepHead {
    margin-bottom: 2.5rem; } }

.kenji .pageFeature .boxStep__cont .stepHead span {
  font-size: 2.4rem;
  display: block; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .boxStep__cont .stepHead span {
    font-size: 2rem; } }

@media screen and (max-width: 479px) {
  .kenji .pageFeature .boxStep__cont .stepHead span {
    font-size: 1.8rem; } }

.kenji .pageFeature .boxStep__cont .stepHead .sm {
  font-size: 1.6rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .boxStep__cont .stepHead .sm {
    font-size: 1.5rem; } }

@media screen and (max-width: 479px) {
  .kenji .pageFeature .boxStep__cont .stepHead .sm {
    font-size: 1.4rem; } }

.kenji .pageFeature .boxStep__cont .text {
  line-height: 1.75;
  font-size: 1.6rem; }

@media screen and (max-width: 479px) {
  .kenji .pageFeature .boxStep__cont .text {
    font-size: 1.4rem; } }

.kenji .pageFeature .boxStep__cont .text.mt-3 {
  margin-top: 3.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .boxStep__cont .text.mt-3 {
    margin-top: 2rem; } }

.kenji .pageFeature .boxStep__cont .text.mb-3 {
  margin-bottom: 3.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeature .boxStep__cont .text.mb-3 {
    margin-bottom: 2rem; } }

.kenji .pageFeature .boxStep__cont .text--lg {
  font-size: 2rem; }

@media screen and (max-width: 479px) {
  .kenji .pageFeature .boxStep__cont .text--lg {
    font-size: 1.8rem; } }

.kenji .pageFeature .boxStep__cont .text--red {
  color: #e9340a;
  font-size: 2rem; }

@media screen and (max-width: 479px) {
  .kenji .pageFeature .boxStep__cont .text--red {
    font-size: 1.8rem; } }

.kenji .pageFeature .boxStep__cont .text--red .text--lg {
  font-size: 3.4rem; }

@media screen and (max-width: 479px) {
  .kenji .pageFeature .boxStep__cont .text--red .text--lg {
    font-size: 3rem; } }

.kenji .pageFeature .boxStep__cont .text--round {
  margin-top: 3.4rem;
  margin-bottom: 2.5rem;
  padding: 1.5rem 2rem;
  border: 1px solid #00b8e3;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #00b8e3; }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .boxStep__cont .text--round {
    text-align: center;
    line-height: 2; } }

@media screen and (max-width: 479px) {
  .kenji .pageFeature .boxStep__cont .text--round {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 1.4rem; } }

.kenji .pageFeature .boxStep__cont .link {
  font-size: 1.2rem;
  text-decoration: underline;
  text-underline-offset: 4px; }

.kenji .pageFeature .boxStep__cont .boxFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -2rem; }

@media screen and (max-width: 1023px) {
  .kenji .pageFeature .boxStep__cont .boxFlex {
    margin: -1rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .boxStep__cont .boxFlex {
    margin: -1.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .pageFeature .boxStep__cont .boxFlex__item {
  width: 50%;
  padding: 2rem; }

@media screen and (max-width: 1023px) {
  .kenji .pageFeature .boxStep__cont .boxFlex__item {
    padding: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .boxStep__cont .boxFlex__item {
    padding: 1.5rem;
    width: 100%; } }

.kenji .pageFeature .boxStep__cont .boxFlex--sm {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .pageFeature .boxStep__cont .boxFlex--sm {
    margin: -1rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .boxStep__cont .boxFlex--sm {
    margin: -1rem; } }

.kenji .pageFeature .boxStep__cont .boxFlex--sm .boxFlex__item {
  width: 33.3%;
  padding: 1.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .pageFeature .boxStep__cont .boxFlex--sm .boxFlex__item {
    padding: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .boxStep__cont .boxFlex--sm .boxFlex__item {
    padding: 1rem;
    width: 50%; } }

.kenji .pageFeature .boxStep__cont .boxFlex--sm .boxFlex__item .text--thumb {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .pageFeature .boxStep__cont .boxFlex--sm .boxFlex__item .text--thumb {
    font-size: 1.4rem; } }

.kenji .pageFeature .boxStep__cont .boxFlex--sm .boxFlex__item .text--thumb span {
  display: block; }

.kenji .pageFeatureHamamatsu .heading:before {
  background-color: #685bde !important; }

.kenji .pageFeatureHamamatsu .btnArea__btn--type3 {
  background-color: #685bde !important; }

.kenji .pageFeatureHamamatsu .boxStep {
  border-color: #685bde !important; }

.kenji .pageFeatureHamamatsu .boxStep__num .text:before {
  background-color: #685bde !important; }

.kenji .pageFeatureHamamatsu .boxStep__cont .text--round {
  border-color: #685bde !important;
  color: #685bde !important; }

.kenji .pageFeatureHamamatsu .boxMember {
  margin-top: 6.6rem;
  margin-bottom: 4.5rem; }

@media screen and (max-width: 1023px) {
  .kenji .pageFeatureHamamatsu .boxMember {
    margin-top: 5rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .boxMember {
    margin-top: 4rem;
    margin-bottom: 3.5rem; } }

.kenji .pageFeatureHamamatsu .boxMember__ttl {
  font-size: 2rem;
  margin-bottom: 4.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeatureHamamatsu .boxMember__ttl {
    font-size: 1.8rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .boxMember__ttl {
    font-size: 1.6rem;
    margin-bottom: 3rem; } }

.kenji .pageFeatureHamamatsu .boxMember .member {
  padding: 0 2rem;
  margin: 0 -4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeatureHamamatsu .boxMember .member {
    padding: 0 1rem;
    margin: 0 -2rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .boxMember .member {
    padding: 0;
    margin: 0 -0.5rem; } }

.kenji .pageFeatureHamamatsu .boxMember .member__item {
  padding: 0 4rem;
  width: 33.3%; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeatureHamamatsu .boxMember .member__item {
    padding: 0 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .boxMember .member__item {
    padding: 0 0.5rem; } }

.kenji .pageFeatureHamamatsu .boxMember .member__date {
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem; }

.kenji .pageFeatureHamamatsu .boxMember .member__name {
  margin-top: 1rem;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .boxMember .member__name {
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .boxMember .member__name .text--lg {
    font-size: 1.5rem; } }

.kenji .pageFeatureHamamatsu .member__hind {
  margin-top: 3rem;
  font-weight: 700;
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .member__hind {
    font-size: 1.4rem; } }

.kenji .pageFeatureHamamatsu .boxDate {
  margin-top: 3.5rem;
  background-color: #f6f5ff;
  padding: 6rem 3rem;
  border-radius: 5px;
  margin-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .pageFeatureHamamatsu .boxDate {
    padding: 4.5rem 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .boxDate {
    padding: 3rem 2rem; } }

.kenji .pageFeatureHamamatsu .boxDate__ttl {
  text-align: center;
  font-weight: 700;
  color: #685bde;
  font-size: 1.6rem;
  margin-bottom: 3rem; }

.kenji .pageFeatureHamamatsu .boxDate__hind {
  line-height: 2; }

.kenji .pageFeatureHamamatsu .listDate {
  max-width: 573px;
  margin: 0 auto; }

.kenji .pageFeatureHamamatsu .listDate__item {
  border-top: 1px solid #000000;
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.kenji .pageFeatureHamamatsu .listDate__item:last-child {
  border-bottom: 1px solid #000000; }

.kenji .pageFeatureHamamatsu .listDate__item .year {
  width: 110px;
  padding-left: 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .listDate__item .year {
    padding-left: 0.5rem;
    width: 60px; } }

.kenji .pageFeatureHamamatsu .listDate__item .member {
  width: calc(100% - 110px); }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .listDate__item .member {
    width: calc(100% - 60px); } }

.kenji .pageFeatureHamamatsu .listDate__item .member .mr-2 {
  display: inline-block;
  margin-right: 2.5rem; }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .listDate__item .member .mr-2 {
    margin-bottom: 0.6rem; } }

.kenji .pageFeatureHamamatsu .btnArea__btn--sm {
  width: 100%;
  min-width: auto !important; }

.kenji .pageFeatureHamamatsu .boxFlex--smDiff .btnArea {
  padding-top: 2rem; }

.kenji .pageFeatureHamamatsu .boxFlex--smDiff .boxFlex__item {
  padding: 3rem 1.5rem !important; }

@media screen and (max-width: 1279px) {
  .kenji .pageFeatureHamamatsu .boxFlex--smDiff .boxFlex__item {
    width: 50% !important; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .boxFlex--smDiff .boxFlex__item {
    width: 100% !important;
    padding: 2rem 1.5rem !important; } }

.kenji .pageFeatureHamamatsu .boxFlex--smDiff .boxFlex__item img {
  width: 100%; }

.kenji .pageFeatureHamamatsu .btnArea__btn--md {
  width: 300px !important; }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureHamamatsu .btnArea__btn--md {
    width: 250px !important; } }

.kenji .pageFeatureNumazu .heading:before {
  background-color: #1f2a8f !important; }

.kenji .pageFeatureNumazu .btnArea__btn--type3 {
  background-color: #1f2a8f !important; }

.kenji .pageFeatureNumazu .boxStep {
  border-color: #1f2a8f !important; }

.kenji .pageFeatureNumazu .boxStep__num .text:before {
  background-color: #1f2a8f !important; }

.kenji .pageFeatureNumazu .boxStep__cont .text--round {
  border-color: #1f2a8f !important;
  color: #1f2a8f !important; }

.kenji .pageFeatureNumazu .boxStep .text--smm {
  font-size: 1.2rem; }

.kenji .pageFeatureMatsuzaki .heading:before {
  background-color: #23b574 !important; }

.kenji .pageFeatureMatsuzaki .btnArea__btn--type3 {
  background-color: #23b574 !important; }

.kenji .pageFeatureMatsuzaki .boxStep {
  border-color: #23b574 !important; }

.kenji .pageFeatureMatsuzaki .boxStep__num .text:before {
  background-color: #23b574 !important; }

.kenji .pageFeatureMatsuzaki .boxStep__cont .text--round {
  border-color: #23b574 !important;
  color: #23b574 !important; }

.kenji .pageFeatureMatsuzaki .text--thumb {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureMatsuzaki .text--thumb {
    font-size: 1.4rem; } }

.kenji .pageFeatureMatsuzaki .boxFlex.pb-3 {
  padding-bottom: 1rem; }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureMatsuzaki .boxFlex.pb-3 {
    padding-bottom: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureMatsuzaki .boxFlex--sm-lg .boxFlex__item {
    width: 100% !important; }
  .kenji .pageFeatureMatsuzaki .boxFlex--sm-lg .boxFlex__item img {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureMatsuzaki .boxFlex--2 {
    margin: -1rem !important; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureMatsuzaki .boxFlex--2 .boxFlex__item {
    width: 50% !important;
    padding: 1rem !important; } }

.kenji .pageFeatureMatsuzaki .boxImg {
  margin: 2rem -1rem 0; }

.kenji .pageFeatureMatsuzaki .boxFlex--sm .mb-1 {
  margin-bottom: 1rem; }

.kenji .pageFeatureMatsuzaki .btnArea__btn--hug {
  width: 443px !important; }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureMatsuzaki .btnArea__btn--hug {
    width: 340px !important; } }

@media screen and (max-width: 479px) {
  .kenji .pageFeatureMatsuzaki .btnArea__btn--hug {
    width: 100% !important;
    max-width: 325px; } }

.kenji .pageFeatureMatsuzaki .boxCreate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureMatsuzaki .boxCreate {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .pageFeatureMatsuzaki .boxCreate__left {
  width: 300px; }

@media screen and (max-width: 1023px) {
  .kenji .pageFeatureMatsuzaki .boxCreate__left {
    width: 200px; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureMatsuzaki .boxCreate__left {
    width: 100%;
    margin-bottom: 3rem; } }

.kenji .pageFeatureMatsuzaki .boxCreate__left .stepHead {
  margin-bottom: 1.5rem; }

.kenji .pageFeatureMatsuzaki .boxCreate__left .pdf {
  text-decoration: underline;
  text-underline-offset: 4px; }

.kenji .pageFeatureMatsuzaki .boxCreate__left .pdf i {
  margin-left: 0.5rem; }

.kenji .pageFeatureMatsuzaki .boxCreate__right {
  width: calc(100% - 300px);
  padding-left: 5rem; }

@media screen and (max-width: 1023px) {
  .kenji .pageFeatureMatsuzaki .boxCreate__right {
    width: calc(100% - 200px);
    padding-left: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureMatsuzaki .boxCreate__right {
    width: 100%;
    padding-left: 0; } }

.kenji .pageFeatureMatsuzaki .boxCreate__right .textmb {
  font-size: 1.6rem;
  margin-bottom: 3rem; }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureMatsuzaki .boxCreate__right .textmb {
    font-weight: 700; } }

.kenji .pageFeatureMatsuzaki .boxCreate__right .list {
  max-width: 400px; }

@media screen and (max-width: 767px) {
  .kenji .pageFeatureMatsuzaki .boxCreate__right .list {
    max-width: 100%; } }

.kenji .pageFeatureMatsuzaki .boxCreate__right .list__item {
  padding: 1rem;
  padding-left: 1.5rem;
  background-color: #f2f2f2;
  margin-bottom: 1rem;
  border-left: 5px solid #23b574;
  font-weight: 700; }

.kenji .pageFeatureMatsuzaki .boxCreate__right .list__item:last-child {
  margin-bottom: 0; }

.kenji .pageFacility .brSm {
  display: none; }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .brSm {
    display: block; } }

.kenji .pageFacility .text--blue {
  color: #00b8e3;
  display: inline-block;
  margin-right: 0.3rem; }

.kenji .pageFacility .heading {
  border-color: #ededed; }

.kenji .pageFacility .heading:before {
  background-color: #00b8e3; }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .inner {
    padding: 0; } }

.kenji .pageFacility .mapFacility {
  margin-bottom: 5.8rem; }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .mapFacility {
    margin-bottom: 5.6rem; } }

.kenji .pageFacility .mapFacility .titleMap {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 3rem; }

.kenji .pageFacility .mapFacility .mapGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .mapFacility .mapGroup {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .pageFacility .mapFacility .mapGroup .map {
  width: 744px; }

@media screen and (max-width: 1279px) {
  .kenji .pageFacility .mapFacility .mapGroup .map {
    width: 600px; } }

@media screen and (max-width: 1023px) {
  .kenji .pageFacility .mapFacility .mapGroup .map {
    width: 450px; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .mapFacility .mapGroup .map {
    width: 100%; } }

.kenji .pageFacility .mapFacility .mapGroup .map iframe {
  width: 100%;
  height: 415px; }

@media screen and (max-width: 1023px) {
  .kenji .pageFacility .mapFacility .mapGroup .map iframe {
    height: 350px; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .mapFacility .mapGroup .map iframe {
    height: 442px; } }

.kenji .pageFacility .mapFacility .mapGroup .text {
  width: calc(100% - 744px);
  padding-left: 7rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFacility .mapFacility .mapGroup .text {
    width: calc(100% - 600px);
    padding-left: 5rem; } }

@media screen and (max-width: 1023px) {
  .kenji .pageFacility .mapFacility .mapGroup .text {
    width: calc(100% - 450px);
    padding-left: 2.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .mapFacility .mapGroup .text {
    width: 100%;
    padding-left: 0; } }

.kenji .pageFacility .mapFacility .mapGroup .text .mapTtl {
  line-height: 1.7;
  font-size: 1.6rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFacility .mapFacility .mapGroup .text .mapTtl {
    font-size: 1.5rem; } }

@media screen and (max-width: 1023px) {
  .kenji .pageFacility .mapFacility .mapGroup .text .mapTtl {
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .mapFacility .mapGroup .text .mapTtl {
    font-size: 1.4rem; } }

.kenji .pageFacility .mapFacility .mapGroup .text .mapHead {
  display: none; }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .mapFacility .mapGroup .text .mapHead {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 3rem;
    margin-top: 3rem; } }

.kenji .pageFacility .boxPlace {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFacility .boxPlace {
    margin: -2rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .boxPlace {
    margin: -1.5rem; } }

.kenji .pageFacility .boxPlace__item {
  width: 50%;
  padding: 2.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFacility .boxPlace__item {
    padding: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .boxPlace__item {
    padding: 1.5rem;
    width: 100%; } }

.kenji .pageFacility .boxPlace__ttl {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1.6rem; }

.kenji .pageFacility .boxPlace--sm {
  margin: -1.5rem -3rem;
  padding-top: 1.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFacility .boxPlace--sm {
    margin: -1.5rem -2rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .boxPlace--sm {
    margin: -0.75rem; } }

.kenji .pageFacility .boxPlace--sm .boxPlace__item {
  width: 33.3%;
  padding: 1.5rem 3rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFacility .boxPlace--sm .boxPlace__item {
    padding: 1.5rem 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .boxPlace--sm .boxPlace__item {
    padding: 0.75rem;
    width: 50%; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .boxPlace--sm .boxPlace__ttl {
    font-size: 1.4rem; } }

.kenji .pageFacility .boxservice {
  margin-top: 10rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFacility .boxservice {
    margin-top: 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .boxservice {
    margin-top: 6rem; } }

.kenji .pageFacility .boxservice__ttl {
  font-size: 2.4rem;
  margin-bottom: 3rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFacility .boxservice__ttl {
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .boxservice__ttl {
    font-size: 1.6rem; } }

.kenji .pageFacility .boxservice .boxPlace--sm {
  padding-top: 0;
  margin: -3rem -2rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFacility .boxservice .boxPlace--sm {
    margin: -3rem -1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .boxservice .boxPlace--sm {
    margin: -3rem -1.5rem; } }

.kenji .pageFacility .boxservice .boxPlace--sm .boxPlace__item {
  width: 33.3%;
  padding: 3rem 2rem; }

@media screen and (max-width: 1279px) {
  .kenji .pageFacility .boxservice .boxPlace--sm .boxPlace__item {
    padding: 3rem 1.5rem; } }

@media screen and (max-width: 1023px) {
  .kenji .pageFacility .boxservice .boxPlace--sm .boxPlace__item {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .boxservice .boxPlace--sm .boxPlace__item {
    padding: 3rem 1.5rem;
    width: 100%; } }

.kenji .pageFacility .boxservice .boxPlace--sm .boxPlace__txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.7; }

.kenji .pageFacility .boxservice .boxPlace--sm .btnArea {
  padding-top: 3rem; }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .boxservice .boxPlace--sm .btnArea {
    padding-top: 2rem; } }

@media screen and (max-width: 1279px) {
  .kenji .pageFacility .boxservice .boxPlace--sm .btnArea .btnArea__btn {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacility .boxservice .boxPlace--sm .btnArea .btnArea__btn {
    width: 290px; } }

.kenji .pageFacilityHamamatsu .heading:before {
  background-color: #685bde; }

.kenji .pageFacilityHamamatsu .text--blue {
  color: #685bde; }

.kenji .pageFacilityHamamatsu .btnArea__btn--type3 {
  background-color: #685bde; }

.kenji .pageFacilityMatsuzaki .ttlPage {
  margin-bottom: 4.5rem;
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  .kenji .pageFacilityMatsuzaki .ttlPage {
    margin-bottom: 3rem;
    font-size: 1.4rem; } }

.kenji .pageFacilityMatsuzaki .heading:before {
  background-color: #23b574; }

.kenji .pageFacilityMatsuzaki .text--blue {
  color: #23b574; }

.kenji .pageFacilityMatsuzaki .btnArea__btn--type3 {
  background-color: #23b574; }

.kenji .pageFacilityNumazu .heading:before {
  background-color: #1f2a8f; }

.kenji .pageFacilityNumazu .text--blue {
  color: #1f2a8f; }

.kenji .pageFacilityNumazu .btnArea__btn--type3 {
  background-color: #1f2a8f; }

@media screen and (max-width: 767px) {
  .kenji .pageFacilityNumazu .mapTtl {
    margin-bottom: 3rem; } }

.kenji .pageFacilityNumazu .mapGroup .text {
  padding-right: 7rem;
  padding-left: 0 !important; }

@media screen and (max-width: 1279px) {
  .kenji .pageFacilityNumazu .mapGroup .text {
    padding-right: 5rem; } }

@media screen and (max-width: 1023px) {
  .kenji .pageFacilityNumazu .mapGroup .text {
    padding-right: 2.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .pageFacilityNumazu .mapGroup .text {
    padding-right: 0; } }

.kenji .qaPage .pageTtl {
  letter-spacing: 0.1em;
  padding-bottom: 3.5rem;
  margin-bottom: 6rem; }

@media screen and (max-width: 1279px) {
  .kenji .qaPage .pageTtl {
    margin-bottom: 4rem;
    padding-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .kenji .qaPage .pageTtl {
    padding-bottom: 1.5rem;
    margin-bottom: 3.5rem; } }

.kenji .qaPage .pageTtl:after {
  width: 327px;
  height: 5px;
  background-color: #00b8e3;
  -webkit-transform: none;
  transform: none;
  bottom: -5px; }

@media screen and (max-width: 767px) {
  .kenji .qaPage .pageTtl:after {
    height: 4px;
    bottom: -4px;
    width: 83px; } }

.kenji .qaPage .pageTtl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background-color: #ededed; }

@media screen and (max-width: 767px) {
  .kenji .qaPage .pageTtl:before {
    height: 4px;
    bottom: -4px; } }

.kenji .qaPage .pageTtl__ja {
  font-size: 3.4rem; }

@media screen and (max-width: 1279px) {
  .kenji .qaPage .pageTtl__ja {
    font-size: 2.6rem; } }

@media screen and (max-width: 767px) {
  .kenji .qaPage .pageTtl__ja {
    font-size: 2.2rem; } }

.kenji .qaPage .hrQa {
  border-top: 1px solid #00b8e3;
  margin: 0 -2rem 2.5rem; }

@media screen and (max-width: 767px) {
  .kenji .qaPage .inner {
    padding: 0; } }

.kenji .qaPage .qa .qaTtl {
  padding-bottom: 6rem; }

@media screen and (max-width: 1279px) {
  .kenji .qaPage .qa .qaTtl {
    padding-bottom: 4rem; } }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaTtl {
    padding-bottom: 3rem; } }

.kenji .qaPage .qa .qaTtl__txt {
  font-size: 2.4rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 1279px) {
  .kenji .qaPage .qa .qaTtl__txt {
    font-size: 2.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaTtl__txt {
    font-size: 2rem; } }

.kenji .qaPage .qa .qaBox .qaList__ttl {
  font-size: 2.4rem;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 6rem;
  margin-top: 9rem; }

@media screen and (max-width: 1279px) {
  .kenji .qaPage .qa .qaBox .qaList__ttl {
    margin-bottom: 4rem;
    padding-left: 3.5rem;
    font-size: 2.2rem;
    margin-top: 6rem; } }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaBox .qaList__ttl {
    margin: 4rem 2rem 3rem;
    padding-left: 3.2rem;
    font-size: 2rem; } }

.kenji .qaPage .qa .qaBox .qaList__ttl:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-color: #00b8e3;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 1279px) {
  .kenji .qaPage .qa .qaBox .qaList__ttl:before {
    width: 2.3rem;
    height: 2.3rem; } }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaBox .qaList__ttl:before {
    width: 2rem;
    height: 2rem; } }

.kenji .qaPage .qa .qaBox .qaList__ttl.mt0 {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaBox .qaList {
    margin: 0 -2rem; } }

.kenji .qaPage .qa .qaBox .qaList .txtColor {
  color: #00b8e3;
  font-weight: bold; }

.kenji .qaPage .qa .qaBox .qaList a {
  color: #00b8e3;
  font-weight: bold;
  padding-bottom: 3px;
  background: -webkit-linear-gradient(top, transparent calc(100% - 1px), #00b8e3 1px);
  background: linear-gradient(180deg, transparent calc(100% - 1px), #00b8e3 1px); }

.kenji .qaPage .qa .qaBox .qaList__plus {
  font-size: 1.6rem;
  width: 20px;
  text-align: right; }

.kenji .qaPage .qa .qaBox .qaList__plus.active i {
  --fa: "\f068";
  --fa--fa: "\f068\f068"; }

.kenji .qaPage .qa .qaBox .qaList .qaList__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 2.5rem 1.5rem 3rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: -1px;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaBox .qaList .qaList__question {
    padding: 1rem 2rem; } }

.kenji .qaPage .qa .qaBox .qaList .qaList__question:hover .qaList__text {
  text-decoration: underline;
  text-underline-position: from-font; }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaBox .qaList .qaList__question:hover .qaList__text {
    text-decoration: none; } }

.kenji .qaPage .qa .qaBox .qaList .qaList__iconque {
  width: 35px;
  height: 35px;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #00b8e3;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%; }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaBox .qaList .qaList__iconque {
    font-size: 1.6rem;
    padding-top: 3px; } }

.kenji .qaPage .qa .qaBox .qaList .qaList__iconque p {
  line-height: 1;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  letter-spacing: 0.05em; }

.kenji .qaPage .qa .qaBox .qaList .qaList__text {
  width: calc(100% - 55px);
  padding-left: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75; }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaBox .qaList .qaList__text {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2; } }

.kenji .qaPage .qa .qaBox .qaList .qaList__answer {
  padding: 3rem 6rem 5rem 3rem;
  border-bottom: 1px solid #cccccc;
  background-color: #f4fbfb;
  line-height: 1.75;
  display: none;
  position: relative; }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaBox .qaList .qaList__answer {
    padding: 2.5rem 2rem 4rem 2rem; } }

.kenji .qaPage .qa .qaBox .qaList .qaList__answer:before {
  content: "A.";
  position: absolute;
  width: 35px;
  height: 35px;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #00b8e3;
  font-family: "Hammersmith One", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaBox .qaList .qaList__answer:before {
    font-size: 1.8rem; } }

.kenji .qaPage .qa .qaBox .qaList .qaList__answer:before p {
  line-height: 1;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px); }

.kenji .qaPage .qa .qaBox .qaList .qaList__answer p {
  padding-left: 4.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75; }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaBox .qaList .qaList__answer p {
    font-size: 1.4rem;
    line-height: 2; } }

.kenji .qaPage .qa .qaBox .qaList .qaList__subbox {
  background-color: white;
  padding: 1rem 3.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

@media screen and (max-width: 767px) {
  .kenji .qaPage .qa .qaBox .qaList .qaList__subbox {
    padding: 2rem 1.5rem; } }

.kenji .qaPage .qa .qaBox .qaList .qaList__subbox:last-child {
  margin-bottom: 0; }

.kenji .qaPage .qa .qaBox .qaList .qaList__subbox p {
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em; }

.kenji .qaPage--hamamatsu .pageTtl:after {
  background-color: #685bde; }

.kenji .qaPage--hamamatsu .hrQa {
  border-top: 1px solid #685bde; }

.kenji .qaPage--hamamatsu .qa .qaBox .qaList__ttl:before {
  background-color: #685bde; }

.kenji .qaPage--hamamatsu .qa .qaBox .qaList .qaList__iconque {
  background-color: #685bde; }

.kenji .qaPage--hamamatsu .qa .qaBox .qaList .qaList__answer {
  background-color: #faf7ff; }

.kenji .qaPage--hamamatsu .qa .qaBox .qaList .qaList__answer:before {
  color: #685bde; }

.kenji .qaPage--hamamatsu .qa .qaBox .qaList .txtColor {
  color: #685bde; }

.kenji .qaPage--hamamatsu .qa .qaBox .qaList .txtColor a {
  color: #685bde;
  background: -webkit-linear-gradient(top, transparent calc(100% - 1px), #685bde 1px);
  background: linear-gradient(180deg, transparent calc(100% - 1px), #685bde 1px); }

.kenji .qaPage--numazu .pageTtl:after {
  background-color: #1f2a8f; }

.kenji .qaPage--numazu .hrQa {
  border-top: 1px solid #1f2a8f; }

.kenji .qaPage--numazu .qa .qaBox .qaList__ttl:before {
  background-color: #1f2a8f; }

.kenji .qaPage--numazu .qa .qaBox .qaList .qaList__iconque {
  background-color: #1f2a8f; }

.kenji .qaPage--numazu .qa .qaBox .qaList .qaList__answer {
  background-color: #eff2f8; }

.kenji .qaPage--numazu .qa .qaBox .qaList .qaList__answer:before {
  color: #1f2a8f; }

.kenji .qaPage--numazu .qa .qaBox .qaList .txtColor {
  color: #1f2a8f; }

.kenji .qaPage--numazu .qa .qaBox .qaList .txtColor a {
  color: #1f2a8f;
  background: -webkit-linear-gradient(top, transparent calc(100% - 1px), #1f2a8f 1px);
  background: linear-gradient(180deg, transparent calc(100% - 1px), #1f2a8f 1px); }

.kenji .qaPage--matsuzaki .pageTtl:after {
  background-color: #23b574; }

.kenji .qaPage--matsuzaki .hrQa {
  border-top: 1px solid #23b574; }

.kenji .qaPage--matsuzaki .qa .qaBox .qaList__ttl:before {
  background-color: #23b574; }

.kenji .qaPage--matsuzaki .qa .qaBox .qaList .qaList__iconque {
  background-color: #23b574; }

.kenji .qaPage--matsuzaki .qa .qaBox .qaList .qaList__answer {
  background-color: #eff6f3; }

.kenji .qaPage--matsuzaki .qa .qaBox .qaList .qaList__answer:before {
  color: #23b574; }

.kenji .qaPage--matsuzaki .qa .qaBox .qaList .txtColor {
  color: #23b574; }

.kenji .qaPage--matsuzaki .qa .qaBox .qaList .txtColor a {
  color: #23b574;
  background: -webkit-linear-gradient(top, transparent calc(100% - 1px), #23b574 1px);
  background: linear-gradient(180deg, transparent calc(100% - 1px), #23b574 1px); }

.kenji .accessPage .accessCtn__ttl {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 3rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 1279px) {
  .kenji .accessPage .accessCtn__ttl {
    font-size: 2.2rem; } }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn__ttl {
    font-size: 2rem;
    margin-bottom: 2rem; } }

.kenji .accessPage .accessCtn__ttl span {
  color: #00b8e3;
  padding-right: 5px; }

.kenji .accessPage .accessCtn__ttl--small {
  margin-bottom: 2rem; }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn__ttl--small {
    margin-bottom: 1rem; } }

.kenji .accessPage .accessCtn__txt {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 2rem;
  letter-spacing: 0.06em; }

@media screen and (max-width: 1279px) {
  .kenji .accessPage .accessCtn__txt {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn__txt {
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 2rem; } }

.kenji .accessPage .accessCtn__txt.pb0 {
  padding-bottom: 0; }

.kenji .accessPage .accessCtn__txt .bold {
  font-weight: bold; }

.kenji .accessPage .accessCtn__txt--pbbig {
  padding-bottom: 3rem; }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn__txt--pbbig {
    padding-bottom: 2rem; } }

.kenji .accessPage .accessCtn__txt--type2 {
  font-weight: bold;
  line-height: 2.18;
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn__txt--type2 {
    line-height: 1.75;
    padding-bottom: 2rem; } }

.kenji .accessPage .accessCtn__txt--big {
  padding-bottom: 3.5rem; }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn__txt--big {
    padding-bottom: 2rem; } }

.kenji .accessPage .accessCtn__item {
  padding: 6rem 0;
  border-bottom: 1px solid #cccccc; }

@media screen and (max-width: 1279px) {
  .kenji .accessPage .accessCtn__item {
    padding: 5rem 0; } }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn__item {
    padding: 4rem 0; } }

.kenji .accessPage .accessCtn__item:first-child {
  padding-top: 0; }

.kenji .accessPage .accessCtn__item:last-child {
  padding-bottom: 0;
  border-bottom: 0; }

.kenji .accessPage .accessCtn__white {
  border: 1px solid #00b8e3;
  border-radius: 5px;
  padding: 2.7rem 3rem;
  margin-bottom: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn__white {
    margin-bottom: 3rem;
    padding: 1.3rem 1.5rem; } }

.kenji .accessPage .accessCtn__white p {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em; }

@media screen and (max-width: 1279px) {
  .kenji .accessPage .accessCtn__white p {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn__white p {
    font-size: 1.4rem;
    line-height: 2; } }

.kenji .accessPage .accessCtn .accessBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 1023px) {
  .kenji .accessPage .accessCtn .accessBox--reverse .accessBox__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0; }
  .kenji .accessPage .accessCtn .accessBox--reverse .accessBox__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 2.5rem; } }

.kenji .accessPage .accessCtn .accessBox .accessCtn__ttl {
  margin-bottom: 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn .accessBox .accessCtn__ttl {
    margin-bottom: 0.5rem; } }

.kenji .accessPage .accessCtn .accessBox iframe {
  width: 100%; }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn .accessBox iframe {
    height: 405px;
    margin: 0 -2rem;
    width: calc(100% + 4rem); } }

.kenji .accessPage .accessCtn .accessBox__left {
  width: 50%;
  padding-right: 2.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .accessPage .accessCtn .accessBox__left {
    padding-right: 1rem; } }

@media screen and (max-width: 1023px) {
  .kenji .accessPage .accessCtn .accessBox__left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 3rem; } }

.kenji .accessPage .accessCtn .accessBox__right {
  width: 50%;
  padding-left: 2.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .accessPage .accessCtn .accessBox__right {
    padding-left: 1rem; } }

@media screen and (max-width: 1023px) {
  .kenji .accessPage .accessCtn .accessBox__right {
    width: 100%;
    padding-left: 0; } }

.kenji .accessPage .accessCtn .accessBox__right--pd {
  padding-top: 6rem; }

@media screen and (max-width: 1279px) {
  .kenji .accessPage .accessCtn .accessBox__right--pd {
    padding-top: 3rem; } }

@media screen and (max-width: 1023px) {
  .kenji .accessPage .accessCtn .accessBox__right--pd {
    padding-top: 0; } }

.kenji .accessPage .accessCtn .accessBox__right p {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em; }

@media screen and (max-width: 1279px) {
  .kenji .accessPage .accessCtn .accessBox__right p {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn .accessBox__right p {
    font-size: 1.4rem;
    line-height: 2; } }

.kenji .accessPage .accessCtn .accessBox__right .note {
  font-size: 1.4rem;
  padding-top: 0.5rem; }

@media screen and (max-width: 1279px) {
  .kenji .accessPage .accessCtn .accessBox__right .note {
    font-size: 1.3rem; } }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn .accessBox__right .note {
    font-size: 1.2rem;
    padding-top: 0.2rem; } }

.kenji .accessPage .accessCtn .accessBox .btnArea {
  padding-top: 3.4rem; }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn .accessBox .btnArea {
    padding-top: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn .accessBox .btnArea--type2 {
    text-align: center; } }

.kenji .accessPage .accessCtn .accessBox .btnArea--type2 .btnArea__btn {
  min-width: 299px; }

.kenji .accessPage .accessCtn .accessBox .btnArea__btn {
  min-width: 443px; }

@media screen and (max-width: 1279px) {
  .kenji .accessPage .accessCtn .accessBox .btnArea__btn {
    min-width: 320px; } }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn .accessBox .btnArea__btn {
    min-width: 299px; } }

@media screen and (max-width: 374px) {
  .kenji .accessPage .accessCtn .accessBox .btnArea__btn {
    min-width: 100%; } }

.kenji .accessPage .accessCtn .accessBox .accessTable {
  border: 1px solid #cccccc; }

.kenji .accessPage .accessCtn .accessBox .accessTable__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #cccccc; }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn .accessBox .accessTable__item {
    border-bottom: 0; } }

.kenji .accessPage .accessCtn .accessBox .accessTable__item:last-child {
  border-bottom: 0; }

.kenji .accessPage .accessCtn .accessBox .accessTable__ttl {
  width: 14rem;
  background-color: #f2f2f2;
  padding: 1.6rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn .accessBox .accessTable__ttl {
    width: 100%;
    padding: 0.7rem 1.8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.kenji .accessPage .accessCtn .accessBox .accessTable__desc {
  width: calc(100% - 14rem);
  padding: 1.6rem 2.5rem;
  line-height: 1.7;
  font-size: 1.6rem; }

@media screen and (max-width: 1279px) {
  .kenji .accessPage .accessCtn .accessBox .accessTable__desc {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn .accessBox .accessTable__desc {
    width: 100%;
    padding: 0.9rem 1.8rem;
    font-size: 1.4rem; } }

.kenji .accessPage .accessCtn .accessBox .accessTable__desc p {
  letter-spacing: 0; }

.kenji .accessPage .accessCtn .accessBox .accessTable__desc .bold {
  font-weight: bold; }

.kenji .accessPage .accessCtn .accessBox .accessTable__desc .note {
  font-size: 1.4rem;
  padding-top: 0;
  letter-spacing: 0.03em; }

@media screen and (max-width: 1279px) {
  .kenji .accessPage .accessCtn .accessBox .accessTable__desc .note {
    font-size: 1.3rem; } }

@media screen and (max-width: 767px) {
  .kenji .accessPage .accessCtn .accessBox .accessTable__desc .note {
    font-size: 1.2rem;
    line-height: 2; } }

.kenji .accessPage--hamamatsu .pageTtl:after {
  background-color: #685bde; }

.kenji .accessPage--hamamatsu .accessCtn__ttl span {
  color: #685bde; }

.kenji .accessPage--hamamatsu .btnArea__btn {
  background-color: #685bde; }

.kenji .accessPage--numazu .pageTtl:after {
  background-color: #1f2a8f; }

.kenji .accessPage--numazu .accessCtn__ttl span {
  color: #1f2a8f; }

.kenji .accessPage--numazu .btnArea__btn {
  background-color: #1f2a8f; }

.kenji .accessPage--matsuzaki .pageTtl:after {
  background-color: #23b574; }

.kenji .accessPage--matsuzaki .accessCtn__ttl span {
  color: #23b574; }

.kenji .accessPage--matsuzaki .accessCtn__txt .bold {
  line-height: 2.18; }

.kenji .accessPage--matsuzaki .btnArea__btn {
  background-color: #23b574; }

.kenji .contactPage {
  max-width: 1445px;
  margin: 0 auto;
  padding: 5rem 5rem 10rem; }

@media screen and (max-width: 1023px) {
  .kenji .contactPage {
    padding: 4rem 3rem 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .contactPage {
    padding: 3rem 2rem 6rem; } }

.kenji .contactPage .innerS {
  max-width: 1220px; }

@media screen and (max-width: 900px) {
  .kenji .contactPage .innerS {
    padding-left: 0;
    padding-right: 0; } }

.kenji .contactPage .contactStep .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
  position: relative; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .contactStep .step {
    margin: 0 -0.5rem; } }

@media screen and (max-width: 575px) {
  .kenji .contactPage .contactStep .step {
    margin: -1rem 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .contactPage .contactStep .step::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #0072ff;
  z-index: -1; }

@media screen and (max-width: 575px) {
  .kenji .contactPage .contactStep .step::before {
    height: 50%;
    width: 2px; } }

.kenji .contactPage .contactStep .step__item {
  width: 33.3%;
  padding: 0 1.5rem; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .contactStep .step__item {
    padding: 0 0.5rem; } }

@media screen and (max-width: 575px) {
  .kenji .contactPage .contactStep .step__item {
    padding: 1rem 0;
    width: 100%; } }

.kenji .contactPage .contactStep .step__link {
  font-weight: 700;
  font-size: 1.6rem;
  border: 1px solid #0072ff;
  padding: 1.7rem 1rem;
  border-radius: 30px;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media screen and (max-width: 1023px) {
  .kenji .contactPage .contactStep .step__link {
    font-size: 1.4rem;
    padding: 1.3rem 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .contactPage .contactStep .step__link {
    font-size: 1.2rem;
    padding: 1rem 1rem; } }

@media screen and (max-width: 575px) {
  .kenji .contactPage .contactStep .step__link {
    padding: 1.5rem 1rem; } }

.kenji .contactPage .contactStep .step__link:hover {
  opacity: 1; }

.kenji .contactPage .contactStep .step__link.active {
  color: #ffffff;
  background-color: #0072ff; }

.kenji .contactPage .contactStep .step__hind {
  margin-top: 5rem;
  font-size: 1.6rem; }

@media screen and (max-width: 1023px) {
  .kenji .contactPage .contactStep .step__hind {
    margin-top: 4rem;
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .contactPage .contactStep .step__hind {
    margin-top: 3rem;
    font-size: 1.4rem; } }

.kenji .contactPage .contactForm {
  margin-top: 10rem; }

@media screen and (max-width: 1023px) {
  .kenji .contactPage .contactForm {
    margin-top: 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .contactPage .contactForm {
    margin-top: 6rem; } }

.kenji .contactPage .contactForm .head {
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid #0072ff;
  margin-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .kenji .contactPage .contactForm .head {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    border-bottom: 3px solid #0072ff; } }

@media screen and (max-width: 767px) {
  .kenji .contactPage .contactForm .head {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #0072ff; } }

.kenji .contactPage .formBox {
  margin-top: 4rem; }

@media screen and (max-width: 1023px) {
  .kenji .contactPage .formBox {
    margin-top: 3rem; } }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox {
    margin-top: 2rem; } }

.kenji .contactPage .formBox .text--red {
  color: #eb1e1e; }

.kenji .contactPage .formBox .form .mr--1 {
  margin-right: 1rem; }

.kenji .contactPage .formBox .form .mx--05 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.kenji .contactPage .formBox .form .mr--3 {
  margin-right: 3rem; }

.kenji .contactPage .formBox .form .mr--5 {
  margin-right: 5.5rem; }

.kenji .contactPage .formBox .form .hind {
  color: #0072ff;
  margin-left: 2rem; }

.kenji .contactPage .formBox .form .hind:hover {
  opacity: 1; }

.kenji .contactPage .formBox .form .hind--icon {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #0072ff;
  color: #ffffff;
  text-align: center;
  margin-right: 0.5rem; }

.kenji .contactPage .formBox .form .hind--text {
  text-decoration: underline;
  text-underline-offset: 10px; }

.kenji .contactPage .formBox .form .hind.tooltip {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1rem; }

.kenji .contactPage .formBox .form .hind.tooltip:focus-visible {
  outline: 0; }

.kenji .contactPage .formBox .form .hind.tooltip.btnDisabled {
  border: 0 !important;
  background-color: transparent !important; }

.kenji .contactPage .formBox .form .hind.tooltip.btnDisabled .hind--icon {
  background-color: #878787; }

.kenji .contactPage .formBox .form .hind.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px; }

.kenji .contactPage .formBox .form .hind.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent; }

.kenji .contactPage .formBox .form .hind.tooltip:hover .tooltiptext {
  visibility: visible; }

.kenji .contactPage .formBox .form--hind {
  margin-top: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form--hind {
    margin-top: 2rem; } }

.kenji .contactPage .formBox .form .borderBottom {
  border-bottom: 1px solid #cccccc; }

.kenji .contactPage .formBox .form .boxSearch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 255px); }

@media screen and (max-width: 1023px) {
  .kenji .contactPage .formBox .form .boxSearch {
    width: 100%;
    margin-top: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form .boxSearch {
    margin-top: 0;
    width: calc(100% - 255px); } }

@media screen and (max-width: 600px) {
  .kenji .contactPage .formBox .form .boxSearch {
    width: 100%;
    margin-top: 1.5rem; } }

@media screen and (max-width: 1023px) {
  .kenji .contactPage .formBox .form .boxSearch span {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form .boxSearch span {
    margin-right: 1rem;
    margin-bottom: 0;
    display: inline;
    width: auto; } }

@media screen and (max-width: 600px) {
  .kenji .contactPage .formBox .form .boxSearch span {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem; } }

.kenji .contactPage .formBox .form .boxGrey {
  background-color: #f4f4f4;
  padding: 3rem;
  padding-bottom: 1.5rem;
  margin-top: 4rem;
  border: 1px solid #cccccc;
  border-radius: 6px; }

@media screen and (max-width: 1023px) {
  .kenji .contactPage .formBox .form .boxGrey {
    padding: 1.5rem; } }

.kenji .contactPage .formBox .form .boxGrey .boxContent__head {
  font-size: 1.6rem;
  border-bottom: 3px solid #0072ff;
  margin-bottom: 2rem; }

@media screen and (max-width: 1023px) {
  .kenji .contactPage .formBox .form .boxGrey .boxContent__head {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form .boxGrey .boxContent__head {
    font-size: 1.4rem; } }

.kenji .contactPage .formBox .form .boxGrey .form__group:last-child {
  border-bottom: 0; }

.kenji .contactPage .formBox .form .boxGrey .form__check {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form .boxGrey .form__check {
    width: 100% !important;
    margin-right: 0;
    margin-top: 1rem; }
  .kenji .contactPage .formBox .form .boxGrey .form__check:first-child {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form .formFlexWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 374px) {
  .kenji .contactPage .formBox .form .formFlexWrap .form__input--ss {
    max-width: 70px; } }

.kenji .contactPage .formBox .form__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-top: 1px solid #cccccc; }

.kenji .contactPage .formBox .form__group:last-child {
  border-bottom: 1px solid #cccccc; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.kenji .contactPage .formBox .form__label {
  min-height: 40px;
  width: 250px;
  padding: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__label {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0; } }

.kenji .contactPage .formBox .form__label--hind {
  font-weight: 400;
  margin-top: 1rem; }

.kenji .contactPage .formBox .form__left {
  min-height: 40px;
  width: 250px;
  padding: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__left {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #cccccc; } }

.kenji .contactPage .formBox .form__left .form__label {
  padding: 0;
  min-height: auto; }

.kenji .contactPage .formBox .form__control {
  width: calc(100% - 250px);
  padding: 1.5rem;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__control {
    width: 100%;
    padding-right: 0; } }

.kenji .contactPage .formBox .form__input {
  height: 40px;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #0072ff;
  border-radius: 6px;
  background-color: #ffffff; }

.kenji .contactPage .formBox .form__input:focus {
  outline: none; }

.kenji .contactPage .formBox .form__input--md {
  max-width: 298px; }

.kenji .contactPage .formBox .form__input--tb {
  max-width: 200px; }

.kenji .contactPage .formBox .form__input--ss {
  max-width: 111px; }

@media screen and (max-width: 1023px) {
  .kenji .contactPage .formBox .form__input--ss {
    max-width: 80px; } }

.kenji .contactPage .formBox .form__input--lg {
  max-width: 440px; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__input--lg {
    max-width: 100%;
    margin-bottom: 1rem; } }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__input--lg.mr--3 {
    margin-right: 0; } }

.kenji .contactPage .formBox .form__input--xs {
  max-width: 166px; }

@media screen and (max-width: 1023px) {
  .kenji .contactPage .formBox .form__input--xs {
    max-width: 120px; } }

@media screen and (max-width: 374px) {
  .kenji .contactPage .formBox .form__input--xs {
    max-width: 110px; } }

.kenji .contactPage .formBox .form__input--search {
  background: transparent url(../img/flow/icon_search.png) no-repeat right 10px center;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-left: 4rem; }

.kenji .contactPage .formBox .form__input--search::-webkit-input-placeholder {
  color: #000000;
  opacity: 1; }

.kenji .contactPage .formBox .form__input--search::-moz-placeholder {
  color: #000000;
  opacity: 1; }

.kenji .contactPage .formBox .form__input--search::-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

.kenji .contactPage .formBox .form__input--search::placeholder {
  color: #000000;
  opacity: 1; }

.kenji .contactPage .formBox .form__input[type="radio"]:checked, .kenji .contactPage .formBox .form__input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.kenji .contactPage .formBox .form__input[type="radio"]:checked + label,
.kenji .contactPage .formBox .form__input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 43px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  background-color: #ffffff; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__input[type="radio"]:checked + label,
  .kenji .contactPage .formBox .form__input[type="radio"]:not(:checked) + label {
    padding-left: 33px;
    padding-right: 1rem; } }

.kenji .contactPage .formBox .form__input[type="radio"]:checked + label:before,
.kenji .contactPage .formBox .form__input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #ffffff; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__input[type="radio"]:checked + label:before,
  .kenji .contactPage .formBox .form__input[type="radio"]:not(:checked) + label:before {
    left: 1rem; } }

.kenji .contactPage .formBox .form__input[type="radio"]:checked + label:after,
.kenji .contactPage .formBox .form__input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: 1.6rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: translateY(-50%) scale(1); }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__input[type="radio"]:checked + label:after,
  .kenji .contactPage .formBox .form__input[type="radio"]:not(:checked) + label:after {
    left: 1.3rem; } }

.kenji .contactPage .formBox .form__input[type="radio"]:checked + label:after {
  background: #0072ff; }

.kenji .contactPage .formBox .form__input[type="radio"]:checked + label {
  background-color: #0072ff;
  color: #ffffff; }

.kenji .contactPage .formBox .form__select {
  height: 40px;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #0072ff;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(../img/flow/icon_arrow.png) no-repeat right 10px center;
  background-position: calc(100% - 1.5rem) center;
  background-repeat: no-repeat;
  background-size: 11px 7px;
  background-color: #ffffff; }

.kenji .contactPage .formBox .form__select:focus {
  outline: none; }

.kenji .contactPage .formBox .form__select--md {
  max-width: 200px; }

.kenji .contactPage .formBox .form__select--xss {
  max-width: 100px; }

@media screen and (max-width: 1075px) {
  .kenji .contactPage .formBox .form__select--xss {
    max-width: 85px; } }

@media screen and (max-width: 910px) {
  .kenji .contactPage .formBox .form__select--xss {
    max-width: 85px; } }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__select--xss {
    padding: 8px 10px;
    background-position: calc(100% - 1rem) center; } }

.kenji .contactPage .formBox .form__select--year {
  line-height: 1; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__select--year {
    max-width: 80px; } }

.kenji .contactPage .formBox .form__select--moth {
  line-height: 1; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__select--moth {
    max-width: 60px; } }

.kenji .contactPage .formBox .form__select--day {
  line-height: 1; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__select--day {
    max-width: 60px; } }

.kenji .contactPage .formBox .form__radio__label {
  padding: 0.6rem;
  border: 1px solid #0072ff;
  border-radius: 50px;
  min-width: 130px; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__radio__label {
    min-width: 100px;
    padding: 0.5rem; } }

.kenji .contactPage .formBox .form__radio__label--lg {
  min-width: 170px; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__radio__label--lg {
    min-width: 150px; } }

.kenji .contactPage .formBox .form__radio__label.minW110 {
  min-width: 100px;
  padding-right: 2rem; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .form__radio__label.minW110 {
    min-width: 85px; } }

@media screen and (max-width: 479px) {
  .kenji .contactPage .formBox .form__postal .hind {
    margin-top: 1rem; } }

.kenji .contactPage .formBox .form__check {
  padding: 0.5rem 1rem; }

.kenji .contactPage .formBox .form__check .form__check__label {
  max-width: 100%; }

.kenji .contactPage .formBox .form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: -0.6rem; }

.kenji .contactPage .formBox .form__flex--child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem; }

.kenji .contactPage .formBox .form__flex--child .ml--1 {
  margin-left: 1.5rem; }

.kenji .contactPage .formBox .form__textarea {
  height: auto !important;
  resize: none; }

.kenji .contactPage .formBox .form__check__label {
  display: inline-block;
  position: relative;
  padding: 0.6rem 2rem 0.6rem 1rem;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #0072ff;
  border-radius: 50px;
  width: 100%;
  max-width: 140px;
  min-width: 130px;
  font-weight: 400;
  background-color: #ffffff;
  font-size: 1.4rem; }

.kenji .contactPage .formBox .form__check__label--lg {
  max-width: 170px; }

.kenji .contactPage .formBox .form .form__check__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.kenji .contactPage .formBox .form .checkmark {
  position: absolute;
  top: 47%;
  left: 1.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #cccccc; }

.kenji .contactPage .formBox .form .boxName {
  display: none; }

.kenji .contactPage .formBox .form .boxName.checked {
  display: block; }

.kenji .contactPage .formBox .form input[type="number"]::-webkit-inner-spin-button,
.kenji .contactPage .formBox .form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.kenji .contactPage .formBox .form input[type="number"] {
  -moz-appearance: textfield; }

.kenji .contactPage .formBox .necessary__input {
  background-color: red;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 0 1rem 0.2rem;
  border-radius: 20px;
  white-space: nowrap;
  margin-left: 1.5rem; }

.kenji .contactPage .formBox .btn {
  background-color: #0072ff;
  border: 0;
  color: #ffffff;
  font-weight: 700;
  min-width: 270px;
  font-size: 1.6rem;
  padding: 1.3rem 1rem;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 479px) {
  .kenji .contactPage .formBox .btn {
    min-width: 250px; } }

.kenji .contactPage .formBox .btn .fa-chevron-right {
  margin-left: 1.5rem; }

.kenji .contactPage .formBox .btn:hover {
  opacity: 0.6; }

.kenji .contactPage .formBox .formBottom {
  text-align: center;
  margin-top: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .formBox .formBottom {
    margin-top: 3rem; } }

.kenji .contactPage .formBox .formPrivacy {
  margin-top: 1.5rem; }

.kenji .contactPage .formBox .formPrivacy__link {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #0072ff; }

.kenji .contactPage .formBox .marginMinus {
  margin: -0.5rem -1rem; }

.kenji .contactPage .formBox .marginMinus .form__radio {
  padding: 0.5rem 1rem; }

.kenji .contactPage .txt--diff {
  margin-top: 1rem;
  display: block; }

.kenji .contactPage .preline {
  white-space: pre-line; }

.kenji .contactPage .alert {
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #cacaca;
  margin: 3rem auto;
  position: relative; }

.kenji .contactPage .alert.danger {
  color: #eb1e1e; }

.kenji .contactPage .alert strong {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #000000;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .kenji .contactPage .alert strong {
    font-size: 1.8rem; } }

@media screen and (max-width: 479px) {
  .kenji .contactPage .alert strong {
    font-size: 1.6rem;
    margin-bottom: 0.5rem; } }

.kenji .contactPage .alert .close {
  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;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 50%; }

@media screen and (max-width: 479px) {
  .kenji .contactPage .alert .close {
    width: 24px;
    height: 24px; } }

.kenji .contactPage .form__check__input:checked + .form__check__label .checkmark {
  color: #ffffff; }

.kenji .contactPage .form__check__input:checked + .form__check__label {
  background-color: #0072ff;
  color: #ffffff; }

.kenji .contactConfirmPage .form__group {
  padding: 1rem 0; }

@media screen and (max-width: 767px) {
  .kenji .contactConfirmPage .form__group {
    padding: 0; } }

.kenji .contactConfirmPage .form__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.kenji .contactConfirmPage .form__btn .btn {
  font-size: 1.6rem;
  border: 1px solid #0072ff;
  background-color: #0072ff;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  max-width: 345px;
  padding: 1.2rem;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2); }

.kenji .contactConfirmPage .form__btn .btn:focus {
  outline: none; }

.kenji .contactConfirmPage .form__btn .btn:hover {
  opacity: 0.6; }

@media screen and (max-width: 767px) {
  .kenji .contactConfirmPage .form__btn .btn {
    font-size: 1.5rem; } }

.kenji .contactConfirmPage .form__btn .btn--sm {
  max-width: 200px;
  min-width: auto; }

.kenji .contactConfirmPage .form__btn .btn.disabled {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #878787;
  -webkit-box-shadow: none;
  box-shadow: none; }

.kenji .contactConfirmPage .form__btn .btn.disabled:hover {
  opacity: 1; }

.kenji .contactConfirmPage .form__btn .btn--return {
  margin-top: 2.5rem;
  color: #000000;
  background-color: #cccccc;
  border-color: #cccccc; }

.kenji .contactThanksPage .contactForm {
  margin-top: 12rem; }

@media screen and (max-width: 1023px) {
  .kenji .contactThanksPage .contactForm {
    margin-top: 8rem; } }

@media screen and (max-width: 767px) {
  .kenji .contactThanksPage .contactForm {
    margin-top: 6rem; } }

.kenji .contactThanksPage .headPage {
  margin-bottom: 4rem; }

@media screen and (max-width: 767px) {
  .kenji .contactThanksPage .headPage {
    margin-bottom: 2rem; } }

.kenji .contactThanksPage .headPage--desc {
  font-size: 1.6rem;
  line-height: 1.8; }

@media screen and (max-width: 767px) {
  .kenji .contactThanksPage .headPage--desc {
    font-size: 1.4rem; } }

.kenji .padding-6 {
  padding: 0.6rem; }
