.is-tab {
  display: none;
}

.is-sp {
  display: none;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}
.vaM {
  vertical-align: middle;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}
@media only screen and (max-width: 979px) {
  .is-tab {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

/*------------------------------------------
  modules
------------------------------------------*/
.l-grid {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.l-inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 30px;
}

.m-title__type01 {
  font-size: 20px;
  margin: 0 0 1.5em;
}

.m-btn__type01 {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #f9a411;
  font-weight: bold;
  padding: 1em;
  width: 500px;
  max-width: 100%;
  transition: 0.3s;
  box-sizing: border-box;
}
.m-btn__type01:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.js-accTrigger {
  cursor: pointer;
}

.js-accHide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0;
  }
  .m-title__type01 {
    font-size: 18px;
    margin: 0 0 1em;
  }
  .m-btn__type01 {
    font-size: 14px;
  }
  .sp-scroll {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-x: auto;
    overflow-x: auto;
  }
  .sp-scroll-in {
    white-space: normal;
    width: 760px;
  }
}

/*------------------------------------------
  contents
------------------------------------------*/
.s5-returnToTop {
  z-index: 10;
}

.s5-container {
  max-width: 100%;
  padding: 0;
  line-height: 1.8;
  padding-bottom: 60px;
}
.c5-bg_gray {
  background-color: #f6f6f6;
}
.s5-section {
  padding: 100px 0px;
  position: relative;
}
.s5-section:last-child {
  margin-bottom: 0;
}
#section00 {
  padding-top: 50px;
}
.s5-section img {
  max-width: 100%;
}
.s5-section .s5-text {
  margin: 0 0 40px;
}
.s5-section .s5-text:last-child {
  margin-bottom: 0;
}
.s5-section .s5-text p {
  margin: 0 0 1.5em;
}
.s5-section .s5-text p:last-child {
  margin-bottom: 0;
}
.s5-section .s5-text .indent3 {
  padding-left: 3em;
  text-indent: -3em;
}
.s5-section .s5-text table {
  width: 100%;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.s5-section .s5-text table tr {
  border: 1px solid #eee;
}
.s5-section .s5-text table th,
.s5-section .s5-text table td {
  padding: 1.5em 1em;
  border-right: 1px solid #eee;
}
.s5-section .s5-text table th {
  background: #fff;
}
.s5-section .s5-img {
  text-align: center;
  margin: 50px 0 50px;
}
.s5-section .s5-img:last-child {
  margin-bottom: 0;
}
.s5-section .s5-img p {
  text-align: left;
}
.s5-section .s5-faq {
  background: #f7f7f7;
  border: 1px solid #cacbce;
  margin: 0 0 20px;
}
.s5-section .s5-faq:last-child {
  margin-bottom: 0;
}
.s5-section .s5-faq p {
  margin: 0;
}
.s5-section .s5-faq_q {
  font-size: 16px;
  position: relative;
  padding: 1em 2em;
  padding-left: 4em;
}
.s5-section .s5-faq_q:before {
  content: 'Q.';
  font-weight: bold;
  position: absolute;
  left: 2em;
  top: 1em;
}
.s5-section .s5-faq_q span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.s5-section .s5-faq_q span:before,
.s5-section .s5-faq_q span:after {
  content: '';
  position: absolute;
  background: rgba(0,35,236,1.00);
}
.s5-section .s5-faq_q span:before {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.s5-section .s5-faq_q span:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.s5-section .s5-faq_q.ac-open span:after {
  opacity: 0;
}
.s5-section .s5-faq_a {
  padding: 1em 2em 1.5em;
  padding-left: 4em;
  position: relative;
}
.s5-section .s5-faq_a:before {
  content: 'A.';
  font-weight: bold;
  position: absolute;
  color: rgba(0,35,236,1.00);
  left: 2em;
  top: 1em;
}
.s5-section .s5-faq_a:after {
  content: '';
  width: calc(100% - 4em);
  position: absolute;
  left: 2em;
  top: 0;
  background: #e4e5e6;
  height: 1px;
}
.s5-section .s5-faq_a p {
  margin-bottom: 1.5em;
}
.s5-section .s5-faq_a p:last-child {
  margin-bottom: 0;
}
.s5-section .s5-faq_a table {
  width: 90%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
}
.s5-section .s5-faq_a table tr {
  border-bottom: 1px solid #ccc;
}
.s5-section .s5-faq_a table th,
.s5-section .s5-faq_a table td {
  padding: 0.5em 1em;
  border-right: 1px solid #ccc;
}

.s5-section .s5-faq_a table th {
  padding: 0.5em 2em;
  text-align: left;
  background: #c9e5ee;
}
.s5-section .s5-faq_a table .num {
  width: 3em;
  text-align: center;
}

.s5-section-title {
  /*color: rgba(0,35,236,1.00);*/
  font-size: 2em;
  margin: 0 0 30px;
}

.s5-section-contents {
  margin-bottom: 100px;
}
.s5-section-contents:last-child {
  margin-bottom: 0;
}

.s5-nav {
  font-size: 17px;
  padding: 0 30px;
  margin: 40px 0;
}
.s5-nav .l-inner {
  max-width: 1200px;
}
.s5-nav-list {
  padding: 0;
  list-style: none;
  text-align: center;
  justify-content: space-between;
}
.s5-nav li {
  position: relative;
  width: 24%;
  box-sizing: border-box;
}
.s5-nav a {
  display: block;
  padding: 0.8em 0;
  border: 1px solid rgba(0,35,236,1.00);
  position: relative;
  transition: opacity 0.3s;
  line-height: 1.3;
}
.s5-nav a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.s5-nav a.current {
  background: #efabc0;
}
.s5-nav a span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.s5-nav a span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.s5-nav .js-navTrigger a span:after {
  transform: rotate(45deg);
  margin-top: -6px;
}

.s5-nav_child {
  display: none;
  position: absolute;
  width: 100%;
  background: #f9e1e8;
  z-index: 10;
  font-size: 15px;
}
.s5-nav_child p {
  margin: 0;
}
.s5-nav_child a {
  border-top: none;
}

.s5-section_mv {
  position: relative;
  overflow: clip;
  height: 490px;
  background: url('../images/MV.png') no-repeat center;
  background-size: cover;
  background-position: center;
}

.s5-section_mv .s5-section-inner {
  position: relative;
  width: 100%;
}
.s5-section_mv .mv-title {
  font-weight: bold;
  padding: 0;
  margin: 0 0 60px;
  font-size: 4em;
  line-height: 1.4;
  color: rgba(0,35,236,1.00);
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
    0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.s5-section_mv .mv-lead {
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  text-shadow: 0 0 5px #000;
}
.s5-section_mv .mv-caution {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.caution {
  font-size: 60%;
}
.s5-fix_trial {
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(246, 246, 246, 0.8);
  padding: 20px 10px 0;
  box-sizing: border-box;
}
.s5-fix_trial p {
  font-size: 90%;
}
.s5-fix_trial a {
  font-weight: bold;
  font-size: 20px;
  color: #fff !important;
  display: inline-block;
  padding: 10px 30px;
  width: 400px;
  background: rgba(0,35,236,1.00);
  transition: opacity 0.3s;
  border: 2px solid rgba(0,35,236,1.00);
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0px 15px 29px rgb(0 0 0 / 15%);
}
.s5-fix_trial a:hover {
  text-decoration: none;
  background: #fff;
  color: rgba(0,35,236,1.00) !important;
}

@media only screen and (max-width: 979px) {
  .s5-nav {
    font-size: 14px;
  }
  .s5-nav_child {
    font-size: 14px;
  }
  .s5-fix_trial {
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 767px) {
  #section00 {
    padding-top: 0px;
  }
  .s5-container {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .s5-section {
    margin-bottom: 0px;
  }
  .s5-section .s5-text {
    margin-bottom: 30px;
  }
  .s5-section .s5-text .indent3 {
    text-indent: 0;
    padding-left: 0;
  }
  .s5-section .s5-text table th,
  .s5-section .s5-text table td {
    font-size: 13px;
  }
  .s5-section .s5-img {
    margin: 30px 0 30px;
  }
  .s5-section .s5-faq_q {
    font-size: 13px;
    padding: 1em 2.5em;
    padding-left: 3em;
  }
  .s5-section .s5-faq_q:before {
    left: 1em;
  }
  .s5-section .s5-faq_q span {
    width: 14px;
    height: 14px;
    right: 1em;
    top: 1.4em;
    margin-top: 0;
  }
  .s5-section .s5-faq_a {
    font-size: 13px;
    padding: 1em 1em 1.5em;
    padding-left: 3em;
  }
  .s5-section .s5-faq_a:before {
    left: 1em;
  }
  .s5-section .s5-faq_a:after {
    width: calc(100% - 2em);
    left: 1em;
  }
  .s5-section .s5-faq_a table {
    width: 100%;
  }
  .s5-section .s5-faq_a table .num {
    width: 2em;
    padding: 0;
  }
  .s5-section-title {
    font-size: 22px;
    margin-bottom: 1em;
  }
  .s5-section-contents {
    margin-bottom: 50px;
  }
  .s5-nav {
    font-size: 12px;
    padding: 0 20px;
    margin: 20px 0;
  }
  .s5-nav li {
    width: 100%;
    margin: 0 0 2%;
  }
  .s5-nav a span {
    padding-right: 10px;
  }
  .s5-nav a span:after {
    width: 4px;
    height: 4px;
  }
  .s5-nav .js-navTrigger a span:after {
    margin-top: -4px;
  }
  .s5-nav_child {
    font-size: 11px;
    position: static;
  }
  .s5-section_mv {
    height: auto;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .s5-section_mv:before {
    width: 200px;
    background-size: 200px;
  }
  .s5-section_mv .mv-title {
    margin-bottom: 30px;
    font-size: 10vw;
    text-align: center;
  }
  .s5-section_mv .mv-lead {
    font-size: 4.8vw;
  }
  .s5-fix_trial p {
    font-size: 80%;
    line-height: 1.4;
  }
  .s5-fix_trial a {
    font-size: 14px;
    width: 80%;
  }
}

/*------------------------------------------
  js-include_navi
------------------------------------------*/
a.c5-btn_support {
  display: block;
  text-align: center;
  background-color: #eee;
  padding: 0.5em 1em;
  transition: opacity 0.3s ease;
}
a.c5-btn_support:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c5-innerL {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.c5-innerL * {
  box-sizing: border-box;
}

.s5-categoryHeader {
  margin: 25px 0 20px;
  width: 100%;
}

.c5-block_navi {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px;
  margin-bottom: 40px;
  position: relative;
  /*align-items: end;*/
}
.c5-support_navi {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c5-support_navi {
    width: calc(100% / 4);
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.c5-l .c5-list_navi {
  flex: auto;
}

.c5-list_navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.c5-list_navi > ul > li {
  padding: 0 10px;
  border-left: 1px solid #ccc;
}

.c5-list_navi > ul > li:last-child {
  border-right: 1px solid #ccc;
}

.c5-list_navi > ul > li:hover > a::before {
  content: '';
  width: calc(100% + 2px);
  height: 2px;
  background-color: #2f353d;
  bottom: -7px;
  left: -1px;
  position: absolute;
  z-index: 1;
}

.c5-list_navi > ul > li > a {
  text-align: center;
  display: block;
  color: #2f353d !important;
  font-weight: bold;
  padding: 0.5em 0.5em;
  font-size: 14px;
  position: relative;
  text-decoration: none !important;
}

.c5-list_navi > ul > li > a:hover {
  text-decoration: none;
}

.hasChild > a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 24px 12px;
  border-color: transparent transparent #2f353d transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
  display: none;
}

@media screen and (min-width: 768px) {
  .hasChild:hover .c5-list_naviChild {
    display: block;
  }
  .hasChild:hover > a::after {
    display: block;
  }
}

.c5-list_naviChild {
  display: none;
  position: absolute;
  top: calc(100% - 13px);
  left: 0;
  width: 100%;
  z-index: 20;
}

.c5-list_naviChild .inner {
  background-color: #2f353d;
  padding: 30px;
  color: #fff;
  margin-top: 54px;
}

.c5-list_naviChild ul {
  flex-wrap: wrap;
  margin: 0 -15px -40px -15px;
}

.c5-list_naviChild li {
  width: 33.33%;
  /*flex: auto;*/
  padding: 0 10px 40px 10px;
}

.c5-list_naviChild .head {
  font-weight: bold;
}

.c5-list_naviChild .figure {
  margin-top: 10px;
  /*display: none;*/
}

.c5-list_naviChild .figure img {
  width: 100%;
}

.c5-list_naviChild .figure + div {
  margin-top: 10px;
  /*display: none;*/
}

.c5-list_naviChild a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  transition: opacitu 0.3s ease;
}

.c5-list_naviChild a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.c5-anchors_wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.c5-anchors_wrap .c5-innerL {
  padding-top: 15px;
  padding-bottom: 15px;
}

.c5-anchors_wrap.fixed {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
}

.c5-anchors_navi {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.c5-anchors_navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c5-anchors_navi > li {
  text-align: center;
  margin-right: 5px;
  width: 20%;
}

.c5-anchors_navi a {
  display: block;
  padding: 10px;
  height: 100%;
  background-color: #e8f4ff;
  text-decoration: none !important;
  color: #2f353d !important;
  transition: background 0.3s ease;
  border: 1px solid #1e90ff;
}
.sub {
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: -30px;
  color: #ffffff;
}
.c5-cols_movie {
  display: flex;
  margin: 0 -20px;
}
.c5-cols_movie > div {
  flex: 0 1 calc(50% - 40px);
  margin: 0 20px 40px 20px;
}

@media screen and (min-width: 768px) {
  .c5-anchors_navi a.l2 {
    padding-top: 1.5em;
  }
}

.c5-anchors_navi a:hover {
  background-color: #fff;
}

.c5-anchors_navi a span {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .c5-innerL {
    padding: 0 20px;
  }
  .s5-categoryHeader {
    margin: 10px -10px;
  }
  .c5-cols_movie {
    display: block;
    margin: 0;
  }
  .c5-cols_movie > div {
    margin: 0 0 40px 0;
  }
  .c5-cols_movie > div:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c5-anchors_wrap {
    margin-bottom: 0;
  }
  .c5-anchors_wrap .c5-innerL {
    padding: 10px 10px 0 10px;
  }
  .c5-anchors_navi {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .c5-anchors_navi > li {
    margin: 0 5px 10px 5px !important;
    width: calc(50% - 10px);
    font-size: 11px;
  }
  .c5-anchors_navi a {
    padding: 5px;
  }
  .c5-block_navi {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .hasChild > a.active::after {
    display: block;
    border-width: 0 6vw 12vw 6vw;
    top: 0;
  }
  .c5-list_naviChild {
    top: 10.5vw;
  }
  .c5-list_naviChild ul {
    display: block;
    margin: 0;
  }
  .c5-list_naviChild li {
    width: auto;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .c5-list_naviChild li:last-child {
    margin-bottom: 0;
  }
  .c5-list_naviChild .inner {
    margin: 0;
    padding: 15px;
  }
  .c5-list_navi > ul > li {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
    flex: 0 1 50%;
    min-width: 0;
  }
  .c5-list_navi > ul > li a {
    height: 100%;
    font-size: 3.5vw;
    padding: 1vw;
  }
  .c5-list_navi > ul > li a::before {
    display: none;
  }
  a.c5-btn_support {
    font-size: 3.5vw;
  }
  .sub {
    font-size: 5vw;
    text-align: center;
  }
}
.c5-cols_featuresWrap {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
.c5-cols_featuresWrap > div {
  width: calc(50% - 40px);
  margin: 0 20px 60px 20px;
}
@media screen and (min-width: 768px) {
  .c5-cols_featuresWrap .c5-cols_features + .c5-cols_features {
    margin-top: 0;
  }
}
.c5-cols_features {
  display: flex;
}
.c5-cols_features + .c5-cols_features {
  margin-top: 130px;
}
@media screen and (min-width: 768px) {
  .c5-cols_features.reverse .figure {
    order: 1;
    margin-left: 0;
    margin-right: 40px;
  }
  .c5-cols_features.reverse .number {
    order: 2;
  }
  .c5-cols_features.reverse .text {
    order: 3;
  }
}
.c5-cols {
  display: flex;
}
.c5-cols_features .icon {
  min-width: 60px;
  padding-top: 5px;
}
.c5-cols_features .number {
  border-right: 3px solid rgba(0,35,236,1.00);
  padding-right: 40px;
  margin-right: 40px;
  color: rgba(0,35,236,1.00);
  font-weight: bold;
  font-size: 3em;
  line-height: 1;
}
.c5-cols_features .text {
  flex: 1;
}
.c5-cols_features .figure {
  flex: 0 1 340px;
  margin-left: 40px;
}
.c5-cols.col2 {
  margin-left: -25px;
  margin-right: -25px;
  flex-wrap: wrap;
}
.c5-cols.col2 > div {
  width: calc(50% - 50px);
  margin: 0 25px;
}
.c5-cols.col2 > div:nth-child(-n + 2) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c5-cols_featuresWrap {
    display: block;
    margin: 0 0 30px;
  }
  .c5-cols_featuresWrap > div {
    width: auto;
    margin: 60px 0 0 0;
  }
  .c5-cols_featuresWrap > div:first-child {
    margin-top: 0;
  }
  .c5-cols_features {
    flex-wrap: wrap;
  }
  .c5-cols_features + .c5-cols_features {
    margin-top: 60px;
  }
  .c5-cols_features .number {
    display: none;
  }
  .c5-cols_features .figure {
    margin: 20px 0 0 0 !important;
    text-align: center;
    width: 100%;
    flex: none;
  }
  .c5-cols_features .c5-ttl_solSub {
    border-bottom: 2px solid #006db2;
    padding: 0 0 3vw 0;
  }
  .c5-cols_features .number + .text .c5-ttl_solSub {
    padding: 0 0 3vw 7.5vw;
    margin-bottom: 4vw;
    position: relative;
  }
  .c5-cols_features .number + .text .c5-ttl_solSub::before {
    content: attr(data-number) '. ';
    color: #009cff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c5-cols.col2,
  .c5-cols.col3 {
    margin-right: 0;
    margin-left: 0;
  }
  .c5-cols.col2 > div,
  .c5-cols.col3 > div {
    width: auto;
    margin: 0;
  }
  .c5-cols.col2 > div:not(:last-child),
  .c5-cols.col3 > div:not(:last-child) {
    margin-bottom: 30px;
  }
}
.c5-step {
  padding-left: 120px;
  position: relative;
}
.c5-step::before {
  content: '';
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.c5-step > li {
  position: relative;
}
.c5-step > li:not(:last-child) {
  margin-bottom: 8vh;
}
.c5-step > li .icon {
  font-size: 18px;
  color: #fff;
  background: black;
  padding: 5px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 5;
}
.c5-step > li dl {
  padding-left: 70px;
  position: relative;
}
.c5-step > li dl::before,
.c5-step > li dl::after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
}
.c5-step > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: black;
  border-radius: 50%;
  left: -4px;
}
.c5-step > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.c5-step > li dl dt {
  font-size: 20px;
  padding: 4px 10px;
  font-weight: 600;
  color: black;
  background-color: #eee;
  margin-bottom: 1vh;
}
@media screen and (max-width: 768px) {
  .c5-step > li .icon {
    padding: 5px 10px;
  }
  .c5-step > li:not(:last-child) {
    margin-bottom: 4vh;
  }
  .c5-step > li .icon {
    left: -100px;
  }
  .c5-step::before {
    left: 100px;
  }
  .c5-step {
    padding-left: 100px;
  }
  .c5-step > li dl {
    padding-left: 20px;
    position: relative;
  }
  .c5-step > li dl::after {
    width: 15px;
  }
}
.js_modal {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}
.c5-icon_plus {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-color: #333;
}
.c5-icon_plus::before,
.c5-icon_plus::after {
  content: '';
  width: 50%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.c5-icon_plus::after {
  transform: rotate(90deg);
}
.js_modal {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}
.js_modal:hover {
  opacity: 0.7;
}
.js_modal .c5-icon_plus {
  position: absolute;
  top: 10px;
  right: 10px;
}
/*modal-------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.c5-inner {
  max-width: 800px;
  margin: 0 auto;
}
.c5-p0 {
  padding: 0px;
}
.c5-img_border {
  border: 1px solid #ccc;
}
.font-min {
  font-size: 70%;
  color: #000;
}
.c5-scene {
  color: rgba(0,35,236,1.00);
  font-size: 1.6em;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .c5-scene {
    color: rgba(0,35,236,1.00);
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.bg_lowpink {
  background-color: #fff7fa;
}
.c5-font_red {
  color: #ff0072;
  font-size: 120%;
  font-weight: bold;
}
.c5-box {
  max-width: 600px;
  margin: 0 auto 40px;
  padding: 0px 20px;
  border: solid 1px #999;
}
.c5-link_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
.c5-column {
  width: 100%;
}
@media (min-width: 1024px) {
  .c5-column {
    width: calc(100% / 2 - 20px / 2 * 1);
  }
}
/*2023.02.24_h.tomita-added*/
.toggle_contents {
  padding: 15px 0;
}
.toggle_title {
  font-weight: bold;
  width: 42px;
  height: 42px;
  background: #eee;
  line-height: 42px;
  position: absolute;
  right: 20px;
  top: 130px;
  cursor: pointer;
  transition: 0.3s;
}
.toggle_title:hover {
  color: #fd7e00;
}
.toggle_title:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 12px;
  right: 16px;
  transition: 0.2s;
}
.toggle_title.selected:after {
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s;
  top: 24px;
}
.toggle_txt {
  display: none;
}
/*2023.02.24_h.tomita-added*/

@media screen and (max-width: 767px) {
  .c5-sp--pb60 {
    padding-bottom: 60px !important;
    margin-bottom: 0;
  }
}
/*20230518 tokai-pro add*/
.c5-cs_m2-live-list_disc > li::before {
  background-color: rgba(0,35,236,1.00);
}
@media screen and (max-width: 767px) {
  .c5-cs_sp_cols {
    display: block;
  }
}

/*2023.06.12*/

.c5-movie {
  width: 1000px;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .c5-movie {
    width: 100%;
    margin: 0 auto;
  }
}

.c5-b_chageColer {
  background-color: rgba(0,35,236,1.00);
  border-color: rgba(0,35,236,1.00);
}
.c5-b_chageColer:hover {
  background-color: #c02857;
  border-color: #c02857;
}

.c5-ttl_borderL {
  border-left: 15px solid rgba(0,35,236,1.00);
}

.c5-textLink--white::after {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: translateX(-2px) translateY(0px) rotate(-45deg);
  margin-left: 16px;
  flex-shrink: 0;
}

/* 240206 */
.c5-cs_cols_img {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -10px 0 -10px;
}
.c5-cs_cols_img > div {
  flex: 0 1 calc(50% - 20px);
  margin: 0 10px 20px 10px;
}
.c5-cs_cols_img > div.colspan {
  flex: 100%;
  margin: -20px 0 0 0;
}
.c5-cs_img_wide {
  text-align: center;
  margin: 60px 0;
}
.c5-cs_section_ttl + .c5-cs_img_wide {
  margin-top: 0;
}
.c5-cs_img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c5-cs_cols_img {
    display: block;
    margin: 40px 0;
  }
  .c5-cs_cols_img > div {
    margin: 0 0 20px 0;
  }
  .c5-cs_cols_img > div.colspan {
    margin: 0;
  }
  .c5-cs_img_wide {
    margin: 40px 0;
  }
}

.c5-cs_3cols_img {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -10px 0 -10px;
}
.c5-cs_3cols_img > div {
  flex: 0 1 calc(33.33% - 20px);
  margin: 0 10px 20px 10px;
}
.c5-cs_3cols_img > div.colspan {
  flex: 100%;
  margin: -20px 0 0 0;
}
.c5-cs_img_wide {
  text-align: center;
  margin: 60px 0;
}
.c5-cs_section_ttl + .c5-cs_img_wide {
  margin-top: 0;
}
.c5-cs_img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c5-cs_3cols_img {
    display: block;
    margin: 40px 0;
  }
  .c5-cs_3cols_img > div {
    margin: 0 0 20px 0;
  }
  .c5-cs_3cols_img > div.colspan {
    margin: 0;
  }
  .c5-cs_img_wide {
    margin: 40px 0;
  }
}
/* end 240206 */

/* 240410 */
.c5-trial_mb_20 {
  margin-bottom: 20px;
}
.c5-cs_crosslink {
    padding: 30px;
    border: 2px solid rgba(0,35,236,1.00);
    width: 70%;
    margin: auto;
}
.c5-cs_crosslink img {
    width: 230px;
}
.c5-cs_crosslink_col2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.c5-cs_crosslink_intro {
    color: rgba(0,35,236,1.00);
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 600;
    text-align: center;
}
@media only screen and (max-width: 767px){
    .c5-trial_mb_20 {
        margin-bottom: 0;
    }
    .c5-cs_crosslink_col2 {
        display: grid;
        justify-items: center;
    }
    .c5-cs_crosslink img {
        width: 330px;
    }
    .c5-cs_crosslink_col2_item {
        text-align: center;
    }
}
/* end 240410 */

.c5-movieBox {
	background: #f2f2f2;
	padding: 20px;
}
.c5-movieArea {
	max-width: 560px;
	margin: 0 auto;
}
.c5-youtubeThumb {
	max-width: 100%;
}
.c5-youtubeWrap iframe {
	max-width: 100%;
	height: 450px; 
}
@media only screen and (max-width: 767px) {
	.c5-youtubeThumb {
		width: 100%;
	}
	.c5-youtubeWrap iframe {
		height: 55vw; 
	}
}
.c5-contact {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 2;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  bottom: 0;
  width: 100%;
}
.c5-contact .c5-sec__in {
	max-width: 800px;
    width: 100%;
    height: 100px;
    padding: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
	gap: 30px;
}
.c5-contact .c5-sec__in div {
    width: calc(33% - 30px);
}
.c5-contact a {
    color: #fff;
    font-weight: bold;
    font-size: clamp(13px,2vw,18px);
    background: #D24615;
    padding: .5em 0;
    width: 100%;
    max-width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.c5-sec {
  color: #212121;
}
.c5-sec__in {
    position: relative;
    padding: 0 30px;
    margin: auto;
}
.c5-sec img:not(.s5-iconInline) {
    vertical-align: bottom;
    max-width: 100%;
}
.c5-sec p {
    margin: 0 0 1.5em 0
}
.c5-sec .hvop {
    transition: opacity .3s;
}
.c5-sec .hvop:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .c5-contact .c5-sec__in {
    padding: 0;
	gap: 10px;
	height: 100px;
  }
  .c5-contact .c5-sec__in div {
    width: calc(33% - 10px);
  }
  .c5-contact a {
	height: 30px;
	line-height: 1.4;
  }
  .c5-sec .hvop:hover {
    opacity: 1;
  }
}
.justify-c {
	justify-content: center;
}
.align-c {
	align-items: center;
}