@charset "UTF-8";
/**
 * Foundation
**/
/**
 * Layout
**/
/**
 * Component
**/
/**
 * Project
**/
/**
 * BLOCK: p-index
**/
#inpage_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .u-hideSp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-index {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-index {
    margin-top: 40px;
  }
}

.p-index__title::before {
  content: "";
  display: inline-block;
  background: #fff0;
  background-repeat: no-repeat;
  background-position: top;
}

@media screen and (min-width: 768px) {
  .p-index__title::before {
    width: 32px;
    height: 32px;
    background-size: 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-index__title::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: 20px 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-index__content {
    margin-top: 48px;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-index__content {
    margin-top: 30px;
    padding: 22.5px;
  }
}

.p-index.is-d .p-index__title {
  color: #409aa9;
}

.p-index.is-d .p-index__title::before {
  content: "";
  background-image: url("/information/assets/images/common/icon_download_02.svg");
}

@media screen and (min-width: 768px) {
  .p-index.is-d .p-index__title::before {
    margin-right: 15px;
  }
}

.p-index.is-d .p-index__content {
  background: #dff2f0;
}

.p-index.is-s .p-index__title::before {
  content: "";
  background-image: url("/information/assets/images/common/icon_support_02.svg");
}

@media screen and (min-width: 768px) {
  .p-index.is-s .p-index__title::before {
    margin-right: 10px;
  }
}

.p-index-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-index-link {
    margin-top: -74px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-link {
    margin-top: -77px;
    height: 74px;
  }
}

.p-index-link__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
  font-weight: 600;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (min-width: 768px) {
  .p-index-link__tab {
    width: calc((100% - 20px) / 2);
    border-radius: 8px 8px 0 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-link__tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 8px) / 2);
    border-radius: 8px 8px 0 0;
    font-size: 18px;
  }
}

.p-index-link__tab .tab-icon {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-index-link__tab .tab-icon {
    margin-right: 12px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-link__tab .tab-icon {
    margin-bottom: 8px;
    width: 20px;
    height: 20px;
  }
}

.p-index-link__tab .tab-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
}

.p-index-link__tab .tab-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
}

@media screen and (min-width: 768px) {
  .p-index-link__tab::after {
    content: "";
    display: inline-block;
    margin-left: 12px;
    width: 14px;
    height: 14px;
    border-right-style: solid;
    border-right-width: 2.5px;
    border-bottom-style: solid;
    border-bottom-width: 2.5px;
    background: #fff0;
    -webkit-transform: translateY(-25%) rotate(45deg);
            transform: translateY(-25%) rotate(45deg);
  }
}

.p-index-link__tab.is-d .tab-icon::before {
  background-image: url("/information/assets/images/common/icon_download_02.svg");
}

.p-index-link__tab.is-d .tab-icon::after {
  background-image: url("/information/assets/images/common/icon_download_01.svg");
}

.p-index-link__tab.is-s .tab-icon::before {
  background-image: url("/information/assets/images/common/icon_support_02.svg");
}

.p-index-link__tab.is-s .tab-icon::after {
  background-image: url("/information/assets/images/common/icon_support_01.svg");
}

.p-index-link__tab .tab-icon::before {
  opacity: 1;
}

.p-index-link__tab .tab-icon::after {
  opacity: 0;
}

.p-index-link__tab::after {
  border-color: #ccc;
}

.p-index-link__tab.is-d {
  color: #409aa9;
}

.p-index-link__tab.is-s {
  color: #4a9d6a;
}

.p-index-link__tab.active {
  text-decoration: none;
}

.p-index-link__tab.active .tab-icon::before {
  opacity: 0;
}

.p-index-link__tab.active .tab-icon::after {
  opacity: 1;
}

.p-index-link__tab.active::after {
  border-color: #fff;
}

.p-index-link__tab.active.is-d {
  color: #fff;
  background-color: #62b8c6;
}

.p-index-link__tab.active.is-s {
  color: #fff;
  background-color: #75CE97;
}

.p-index-link__tab.default {
  background-color: #fff;
  text-decoration: none;
}

.p-index-link__tab.default .tab-icon::before {
  opacity: 1;
}

.p-index-link__tab.default .tab-icon::after {
  opacity: 0;
}

.p-index-link__tab.default::after {
  border-color: #ccc;
}

.p-index-link__tab.default.is-d {
  color: #409aa9;
}

.p-index-link__tab.default.is-s {
  color: #4a9d6a;
}

@media screen and (max-width: 767px) {
  .p-index-link.is-fixed {
    position: fixed;
    top: 60px;
    z-index: 2;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: 100%;
    height: 55px;
  }
  .p-index-link.is-fixed .p-index-link__tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50%;
    border-radius: 0;
  }
  .p-index-link.is-fixed .p-index-link__tab .tab-icon {
    margin: 0;
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .p-index-link.is-fixed .p-index-link__tab .tab-icon {
    margin-right: 2.66667vw;
  }
}

/**
 * BLOCK: p-index-content
 * もろもろコンテンツを作ります
**/
@media screen and (min-width: 768px) {
  .p-index-content:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content:not(:first-child) {
    margin-top: 40px;
  }
}

.p-index-content .c-title04.is-d {
  color: #409aa9;
  background-image: linear-gradient(to right, #409aa9, #409aa9 6px, #fff0 0, #fff0);
}

@media screen and (min-width: 768px) {
  .p-index-content__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-index-content__cards:not(:first-child) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__cards:not(:first-child) {
    margin-top: 31px;
  }
}

.p-index-content__cards .card {
  display: block;
}

.p-index-content__cards .card.is-wide {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-index-content__cards .card.is-wide .c-content02__img {
    width: calc(50% - 20px - (20px / 2));
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-index-content__cards .card {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .p-index-content__cards .card .c-content02__img {
    width: calc(50% - 20px);
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__cards .card:not(:first-child) {
    margin-top: 31px;
  }
}

.p-index-content__cards .card.is-d .c-content02 {
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.p-index-content__cards .card.is-d .c-content02__img {
  background-color: #62b8c6;
}

.p-index-content__cards .card.is-d .txt {
  -webkit-transition: color 450ms ease;
  transition: color 450ms ease;
}

.p-index-content__cards .card.is-d .txt__title {
  color: #409aa9;
}

.p-index-content__cards .card.is-d:hover .c-content02 {
  background-color: #62b8c6;
}

.p-index-content__cards .card.is-s .c-content02 {
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.p-index-content__cards .card.is-s .c-content02__img {
  background-color: #75CE97;
}

.p-index-content__cards .card.is-s .txt {
  -webkit-transition: color 450ms ease;
  transition: color 450ms ease;
}

.p-index-content__cards .card.is-s .txt__title {
  color: #4a9d6a;
}

.p-index-content__cards .card.is-s:hover .c-content02 {
  background-color: #75CE97;
}

.p-index-content__cards .card:hover {
  text-decoration: none;
}

.p-index-content__cards .card:hover .c-content02__txt .txt__title {
  color: #fff;
}

.p-index-content__cards .card:hover .c-content02__txt .txt__txt {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-index-content__cards .card .c-content02 {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__cards .card .c-content02 {
    padding: 15px;
  }
}

.p-index-content__cards .card .c-content02__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .p-index-content__cards .card .c-content02__img {
    margin-right: 20px;
    height: 185px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__cards .card .c-content02__img {
    width: 100%;
    height: 118px;
    padding: 15px;
  }
  .p-index-content__cards .card .c-content02__img img {
    height: 100%;
  }
}

.p-index-content__cards .card .c-content02__img img {
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .p-index-content__cards .card .c-content02__txt {
    position: relative;
    width: calc(50% + (20px / 2));
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__cards .card .c-content02__txt {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-index-content__cards .card .c-content02__txt .txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-index-content__cards .card .c-content02__txt .txt__title {
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .p-index-content__cards .card .c-content02__txt .txt__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__cards .card .c-content02__txt .txt__title {
    font-size: 22px;
  }
}

.p-index-content__cards .card .c-content02__txt .txt__txt {
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-index-content__cards .card .c-content02__txt .txt__txt {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__cards .card .c-content02__txt .txt__txt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .p-index-content__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-index-content__btns:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__btns:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-index-content__btns .btn.is-wide {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .p-index-content__btns .btn {
    width: calc((100% - 20px * 2) / 3);
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__btns .btn:not(:first-child) {
    margin-top: 15px;
  }
}

.p-index-content__ques.c-block01 {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-index-content__ques.c-block01 {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__ques.c-block01 {
    padding: 15px;
  }
}

.p-index-content__ques > dt {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-index-content__ques > dt {
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__ques > dt {
    padding-bottom: 7.5px;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
  }
}

.p-index-content__ques .Q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (min-width: 768px) {
  .p-index-content__ques .Q {
    padding: 20px 0;
    border-bottom: 2px dashed #ccc;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__ques .Q {
    padding: 7.5px 0;
    border-bottom: 2px dashed #ccc;
    font-size: 16px;
    line-height: 1.6;
  }
}

.p-index-content__ques .Q::before {
  content: "Q.";
  margin-right: 5px;
  display: block;
  color: #4a9d6a;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-index-content__ques .Q::before {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__ques .Q::before {
    font-size: 22px;
  }
}

.p-index-content__ques .Q > a {
  color: #000;
  text-decoration: underline;
}

.p-index-content__ques .Q > a:hover {
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-index-content__ques .c-button03 {
    margin-left: auto;
    margin-top: 20px;
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content__ques .c-button03 {
    margin-top: 15px;
  }
}

.p-content__title {
  line-height: 1;
  color: #409aa9;
}

@media screen and (min-width: 768px) {
  .p-content__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-content__title {
    font-size: 18px;
  }
}

/**
 * Utility
**/
/*# sourceMappingURL=index.css.map */