@charset "UTF-8";
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.h2__title--ja {
  text-align: center;
  line-height: 1.3;
}
.h3__title {
  margin-top: 60px;
}
.h3__title h3 {
  font-size: 20px;
}
/*
.main-article__contents--inner {
	padding: 0 50px;
}
*/
/*-------------------------
slove
-------------------------*/
.h2__title--ja span {
  color: #CC023A;
}
.lb-forsolve__375 {
  display: none;
}
.solve-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.solve-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  row-gap: 20px;
  width: calc((100% - 60px) / 3);
  height: auto;
}
.solve-content__prob {
  background-color: #E7E7E7;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
}
.lb-forsolvetitle {
  display: block;
}
img.solve-arrowicon {
  height: 20px;
  width: auto;
}
.solve-content__point img {
  height: 100px;
  width: auto;
}
.solve-content__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  row-gap: 30px;
  border-radius: 10px;
  border: 2px solid #00B5BA;
  padding: 30px 15px;
  width: 100%;
}
.solve-content__point h3 {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -.03em;
}
/*-------------------------
summary
-------------------------*/
.lb-forsummarytitle {
  display: none;
}
.section-summary p {
  text-align: justify;
}
.summary-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 30px;
  margin: 60px auto 0 auto;
}
.summary-detail__item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.summary-detail__item h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.section-summary img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 20px auto 0 auto;
  border: 0.75px solid #AFAFAF;
  border-radius: 4px;
}
/*-------------------------
feature
-------------------------*/
.feature-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  column-gap: 60px;
}
.feature-content__item:nth-child(2) {
  margin: 60px 0;
  padding: 60px 0;
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
}
.feature-item__descrip h3 {
  font-size: 28px;
  font-weight: 600;
}
.feature-item__descrip ul {
  margin: 40px 0 20px 0;
}
.feature-item__descrip ul li {
  margin-bottom: 10px;
  font-size: 18px;
}
.feature-item__descrip ul li::first-letter {
  font-size: 18px;
  color: #808080;
  margin-right: 3px;
}
.feature-content__item img {
  width: 320px;
  height: auto;
}
p.feature-item__note {
  font-size: 16px;
}
.feature-item__descrip {
  width: 67%;
  flex-shrink: 0;
}
.modal__open img {
  width: 100%;
  height: auto;
}
.modal__open:hover {
  cursor: pointer;
}
.modal {
  display: none;
}
.modal {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  overflow: auto;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  left: 0;
  width: 100%;
}
.modal__content {
  background: #FFF;
  /*  border-radius: 6px;*/
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*
  width: 50%;
  max-width: 950px;
  height: auto;
  max-height: 900px;
*/
  width: 80%;
  max-width: 950px;
  max-height: 80%;
  overflow: auto;
}
.modal__content img {
  width: 100%;
  height: auto;
}
.modal .close__icon {
  position: absolute;
  top: 7%;
  right: 23%;
  z-index: 9;
}
.close__icon {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.close__icon::before, .close__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40%;
  width: 4px;
  height: 30px;
  background: #FFF;
}
.close__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
  /*  transform: rotate(45deg);*/
}
.close__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  /*  transform: rotate(-45deg);*/
}
/*-------------------------
function
-------------------------*/
.function-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.function-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  row-gap: 20px;
  width: calc((100% - 60px) / 4);
  height: 240px;
  padding: 20px 15px;
  background-color: #FFF;
  border: 2px solid #00B5BA;
  border-radius: 10px;
}
.function-content__item h3 {
  font-size: 21px;
  font-weight: 600;
  height: 55px;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.function-content__item img {
  width: 103px;
  height: auto;
}
.function-content__item p {
  font-size: 16px;
  /*  letter-spacing: -.03em;*/
}
.function-item__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}
.function-note {
  font-size: 16px;
  display: block;
  margin: 20px 0 0 0;
}
/*-------------------------
planfee
-------------------------*/
.section-planfee p {
  text-align: justify;
}
.section-planfee a {
  color: #004386;
  text-decoration: underline;
  margin: 10px 0 20px 0;
  display: block;
  width: fit-content;
}
.section-planfee a:hover {
  color: #004386;
  text-decoration: none;
}
.section-planfee a:visited {
  color: #004386;
}
.section-planfee a::after {
  content: '';
  display: inline-block;
  border: 0;
  border-top: 2px solid #004386;
  border-right: 2px solid #004386;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%) rotate(45deg);
}
.section-planfee h4 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #AFAFAF;
  padding-bottom: 10px;
  margin: 40px 0 20px 0;
}
.section-planfee table {
  margin: 10px 0 0 0;
  width: 100%;
}
.section-planfee table th {
  text-align: center;
}
.section-planfee table th, .section-planfee table td {
  vertical-align: middle;
  line-height: 1.3;
  padding: 15px;
  /*  word-break: keep-all;*/
  /*  white-space: nowrap;*/
}
th.table-blankspace {
  background-color: unset;
  border: none;
}
th.table-maintitle {
  font-weight: 600;
  background-color: #E7E7E7;
  border: 1px solid #AFAFAF;
}
td.table-subtitle {
  font-weight: 600;
  background-color: #F6F6F6;
  border: 1px solid #AFAFAF;
}
td.table-regulartxt {
  font-weight: normal;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #AFAFAF;
}
td.table-regulartxt-left {
  text-align: left;
}
/*
.section-planfee span {
  margin: 10px 0 60px 0;
  display: block;
  line-height: 1.5;
}
*/
span.table-firstnote {
  margin: 10px 0 60px 0;
  display: block;
  line-height: 1.5;
}
span.table-secnote {
  margin: 10px 0 0 0;
  display: block;
  line-height: 1.5;
}
span.table-notemark {
  font-size: 0.7em;
  vertical-align: top;
  margin: 0 0 0 2px;
  display: inline-block;
}
.planfee-table__area {
  overflow-x: auto;
  padding: 0 0 20px 0;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  /*  max-width: 1050px;*/
  margin: 0 auto;
}
/*for scroll bar*/
.planfee-table__area::-webkit-scrollbar {
  height: 10px;
  border-radius: 6px;
}
.planfee-table__area::-webkit-scrollbar-track {
  background: #F6F6F6;
  border-radius: 6px;
}
.planfee-table__area::-webkit-scrollbar-thumb {
  background: #AFAFAF;
  border: none;
  border-radius: 6px;
}
.planfee-table__area::-webkit-scrollbar-thumb:hover {
  background: #808080;
  border-radius: 6px;
}
.table-w20 {
  width: 20%;
}
.table-w215 {
  width: 21.5%;
}
.table-w40 {
  width: 40%;
}
.lb-forplanfeeoption, .lb-forplanfee375 {
  display: none;
}
/*-------------------------
support
-------------------------*/
.support-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}
.support-content__link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  position: relative;
}
.support-content__link a {
  border: 1px solid #D6D6D6;
  background-color: #F6F6F6;
  border-radius: 6px;
  padding: 20px 15px;
  display: block;
  text-align: center;
  font-weight: 600;
}
.support-content__link a::after {
  content: '';
  border: 0;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.support-content__link a:hover::after {
  right: 1.5rem;
}
.support-content__link a:hover {
  color: unset;
}
.support-manual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 60px;
}
p.support-manual__title {
  font-size: 18px;
  font-weight: 600;
  margin: 60px auto 20px auto;
}
.support-manual div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  align-content: center;
  column-gap: 10px;
}
.support-manual img {
  width: 22px;
  height: auto;
}
.support-manual__link {
  color: #004386;
  text-decoration: underline;
}
.support-manual__link:hover {
  color: #004386;
  text-decoration: none;
}
.support-manual__link:visited {
  color: #004386;
}
/*-------------------------
download
-------------------------*/
.download-content {
  padding: 40px;
  background-color: #F6F6F6;
  border-radius: 10px;
}
.download-content p {
  font-size: 18px;
  text-align: center;
}
.download-content img {
  width: auto;
  height: 220px;
  display: block;
  margin: 30px auto 0 auto;
}
.download-btn {
  position: relative;
  text-align: center;
  width: 40%;
  /* width: calc((100% - 60px) / 2);*/
  margin: 40px auto 0;
}
.download-btn a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  padding: 20px;
  background-color: #CC023A;
  border: 1px solid #222020;
  border-radius: 8px;
}
.download-btn a::after {
  content: '';
  border: 0;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.download-btn a:hover::after {
  right: 1.5rem;
}
.section-download {
  margin-bottom: -80px;
}
.lb-fordownloadtitle {
  display: none;
}
@media screen and (min-width:1500px) and (max-width:1643px) {
  .modal .close__icon {
    position: absolute;
    top: 5%;
    right: 15%;
    z-index: 9;
  }
}
@media screen and (min-width:1280px) and (max-width:1440px) {
  .modal .close__icon {
    position: absolute;
    top: 8%;
    right: 9%;
    z-index: 9;
  }
}
@media screen and (min-width:1024px) and (max-width:1279px) {
  .modal .close__icon {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 9;
  }
}
/*
@media screen and (min-width:990px) and (max-width:1023px) {}
*/
@media (max-width: 991px) {
  .modal__content {
    width: 85%;
    max-height: 85%;
  }
  .close__icon {
    width: 20px;
    height: 20px;
  }
  .close__icon::before, .close__icon::after {
    width: 3px;
    height: 25px;
  }
  .modal .close__icon {
    position: absolute;
    top: 5%;
    right: 4%;
    z-index: 9;
  }
}
@media (max-width: 768px) {
  .solve-content {
    flex-direction: column;
    row-gap: 40px;
  }
  .solve-content__item {
    width: 100%;
    height: auto;
    flex-direction: row;
    row-gap: 30px;
    column-gap: 15px;
  }
  .lb-forsolvetitle {
    display: none;
  }
  .solve-content__prob {
    height: 253px;
    font-size: 20px;
  }
  img.solve-arrowicon {
    height: 25px;
    width: auto;
    transform: rotate(270deg);
  }
  .solve-content__point {
    height: 253px;
    padding: 30px 15px;
  }
  .summary-detail {
    flex-direction: column;
    row-gap: 40px;
  }
  .section-summary img {
    width: 70%;
  }
  .feature-item__descrip {
    width: 100%;
  }
  .feature-content__item {
    row-gap: 30px;
    flex-direction: column;
    align-items: stretch;
  }
  .modal__open {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .modal__open img {
    width: 100%;
    height: auto;
  }
  .function-content {
    gap: 25px;
    justify-content: center;
  }
  .function-content__item h3 {
    font-size: 22px;
  }
  .function-content__item {
    width: calc((100% - 100px) / 2);
    padding: 15px 30px;
  }
  .h3__title h3 {
    line-height: 1.5;
  }
  .section-planfee table {
    /*    width: max-content;*/
    width: 100%;
    overflow-x: scroll;
  }
  .section-planfee table th, .section-planfee table td {
    white-space: nowrap;
  }
  .table-w215 {
    width: 230px;
    min-width: 230px;
  }
  .lb-forplanfeeoption {
    display: block;
  }
  .support-content {
    flex-direction: column;
    row-gap: 20px;
  }
  .support-content__link {
    width: 70%;
  }
  .support-content__link a {
    padding: 15px;
  }
  .support-manual {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-left: 40px;
  }
  .section-download {
    margin-bottom: 0;
  }
  .download-btn {
    width: 60%;
  }
}
/*
@media (max-width: 670px) {
  .modal .close__icon {
    top: 10%;
    right: 6%;
  }
}
*/
@media (max-width: 608px) {
  .solve-content__prob {
    height: 215px;
    font-size: 18px;
  }
  .solve-content__point {
    height: 218px;
    row-gap: 15px;
    padding: 25px 15px;
  }
  .solve-content__point h3 {
    font-size: 18px;
  }
  .lb-forsolvetitle {
    display: none;
  }
  .function-content__item {
    width: calc((100% - 40px) / 2);
    padding: 15px 20px;
  }
  .download-btn {
    width: 70%;
  }
  .download-btn a::after {
    right: 1.5rem;
  }
  .download-btn a:hover::after {
    right: 1.2rem;
  }
}
@media (max-width: 585px) {
  .solve-content {
    row-gap: 60px;
  }
  .solve-content__item {
    width: 70%;
    row-gap: 20px;
    flex-direction: column;
  }
  /*
  .lb-forsolvetitle {
    display: block;
  }
*/
  img.solve-arrowicon {
    transform: rotate(0deg);
  }
  .solve-content__prob, .solve-content__point h3 {
    font-size: 20px;
  }
  .solve-content__prob {
    height: 110px;
  }
  .summary-detail__item h3 {
    font-size: 18px;
  }
  .function-content__item {
    width: calc((100% - 40px) / 2);
    height: 250px;
    padding: 15px;
  }
  .function-item__upper {
    row-gap: 10px;
  }
  .function-content__item h3 {
    font-size: 18px;
  }
  .section-planfee p, .section-planfee a {
    text-align: inherit;
  }
  .support-manual {
    margin-left: 0;
  }
  .support-content__link {
    width: 80%;
  }
  .download-btn {
    width: 75%;
  }
}
@media (max-width: 510px) {
  .function-content__item h3 {
    font-size: 17px;
  }
  .download-btn a {
    padding: 20px 40px 20px 20px;
  }
}
@media (max-width: 480px) {
  .solve-content__item {
    row-gap: 25px;
    width: 80%;
  }
  .solve-content__point {
    height: 100%;
  }
  .solve-content__prob, .solve-content__point h3 {
    font-size: 18px;
  }
  .lb-forsummarytitle {
    display: block;
  }
  .section-summary p {
    font-size: 16px;
  }
  .function-note {
    font-size: 14px;
  }
  .feature-item__descrip h3 {
    font-size: 24px;
  }
  .feature-item__descrip ul li {
    font-size: 16px;
  }
  .feature-item__descrip ul li::first-letter {
    font-size: 16px;
  }
  p.feature-item__note {
    font-size: 14px;
  }
  /*
  .modal .close__icon {
    top: 20%;
    right: 6%;
  }
*/
  .function-content {
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .function-content__item {
    width: 80%;
    height: 100%;
    padding: 20px;
  }
  .function-content__item h3 {
    font-size: 20px;
    height: auto;
  }
  /*
  .lb-forfunctionPC {
    display: none;
  }
*/
  .section-planfee p, .section-planfee a {
    font-size: 16px;
  }
  .section-planfee a::after {
    width: 8px;
    height: 8px;
  }
  .h3__title h3 {
    font-size: 18px;
  }
  .section-planfee h4 {
    font-size: 16px;
    margin: 30px 0 10px 0;
  }
  .section-planfee table th {
    font-size: 16px;
  }
  .section-planfee span {
    font-size: 14px;
  }
  .support-content__link a::after {
    width: 10px;
    height: 10px;
  }
  .support-content__link {
    width: 100%;
  }
  .support-manual__link {
    line-height: 1.5;
  }
  .download-content {
    padding: 30px;
  }
  .download-content p {
    font-size: 16px;
  }
  .download-btn {
    width: 90%;
  }
  .download-btn a {
    font-size: 22px;
    padding: 15px 20px;
  }
  .download-content img {
    width: auto;
    height: 160px;
  }
}
@media (max-width: 445px) {
  .function-content__item {
    width: 80%;
    padding: 20px 15px;
  }
  .download-btn {
    width: 100%;
  }
  .download-btn a {
    padding: 15px 30px 15px 15px;
  }
}
@media (max-width: 375px) {
  .lb-forsolve__375 {
    display: block;
  }
  .solve-content__item {
    row-gap: 20px;
  }
  .function-content__item {
    width: 90%;
    padding: 20px;
  }
  .planfee-table__area::-webkit-scrollbar {
    height: 8px;
    border-radius: 4px;
  }
  .planfee-table__area::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  .planfee-table__area::-webkit-scrollbar-track {
    border-radius: 4px;
  }
  .lb-forplanfee375 {
    display: block;
  }
  .lb-fordownloadtitle {
    display: block;
  }
  .download-btn {
    width: 100%;
  }
  .download-btn a {
    font-size: 20px;
  }
  .download-btn a::after {
    right: 1.5rem;
  }
  .download-btn a:hover::after {
    right: 1.2rem;
  }
}
@media (max-width: 320px) {
  .solve-content__item {
    width: 100%;
  }
  .function-content__item {
    width: 100%;
    height: 100%;
    padding: 20px 15px;
  }
  .support-content__link a::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 8px;
    height: 8px;
    right: 1.2rem;
  }
  .support-content__link a:hover::after {
    right: 1.0rem;
  }
  .support-manual__link {
    font-size: 14px;
  }
  .download-btn a {
    padding: 20px 30px 20px 10px;
  }
  .download-btn a::after {
    width: 10px;
    height: 10px;
    right: 1rem;
  }
  .download-btn a:hover::after {
    right: 0.8rem;
  }
}