<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MEDIA QUERIES
 * ----------------------------------------------- */
.section-flow {
  background: #ede7f2;
  text-align: justify;
}
.section-flow .flow-inner {
  position: relative;
}
.section-flow .flow-text {
  background: #fff;
  border: 1px solid #c1abd3;
  text-align: center;
  font-weight: bold;
  position: absolute;
}
.section-flow .flow-text.flow-before {
  left: 0;
}
.section-flow .flow-item {
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.section-flow .flow-item .flow-title {
  font-weight: bold;
}
.section-flow .flow-item .flow-info {
  position: relative;
  z-index: 2;
}
.section-flow .flow-item:after {
  content: "";
  position: absolute;
}
.section-flow .flow-item:nth-child(1) .flow-info {
  background: #2f124e;
}
.section-flow .flow-item:nth-child(2) .flow-info {
  background: #1b706a;
}
.section-flow .flow-item:nth-child(3) .flow-info {
  background: #36867e;
}
.section-flow .flow-item:nth-child(4) .flow-info {
  background: #519b92;
}
.section-flow .flow-item:nth-child(5) .flow-info {
  background: #c1abd3;
}

/* åŒºåˆ‡ã‚Šç·š */
hr.kasen1 {
  border-top: 1px solid #8c8b8b;
}

@media print, (min-width: 768px) {
  .section-flow {
    padding: 70px 0 80px;
    line-height: 2.23;
  }
  .section-flow .wrapper {
    position: relative;
  }
  .section-flow .common-breadcrumb {
    position: absolute;
    left: 0;
    top: -53px;
  }
  .section-flow .title-primary {
    margin-bottom: 23px;
  }
  .section-flow .flow-inner {
    width: 800px;
    margin: 45px auto 0;
    padding-top: 46px;
  }
  .section-flow .flow-text {
    font-size: 13px;
    line-height: 1.5;
    top: 0;
    padding: 5px 10px 7px;
  }
  .section-flow .flow-text.flow-before {
    width: 390px;
  }
  .section-flow .flow-text.flow-after {
    width: 154px;
    right: 4px;
  }
  .section-flow .list-flow {
    display: -ms-flexbox;
    display: flex;
  }
  .section-flow .flow-item {
    width: 155px;
    height: 126px;
    padding-right: 39px;
    font-size: 14px;
  }
  .section-flow .flow-item .flow-info {
    padding: 51px 0 10px 20px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .section-flow .flow-item .flow-number {
    left: 21px;
    top: 23px;
    position: absolute;
  }
  .section-flow .flow-item .flow-title {
    margin-right: -10px;
  }
  .section-flow .flow-item:after {
    right: 0;
    top: -2px;
    bottom: -2px;
    border-top: 65px solid transparent;
    border-bottom: 65px solid transparent;
    border-left: 40px solid transparent;
  }
  .section-flow .flow-item:not(:last-child) {
    margin-right: 6px;
  }
  .section-flow .flow-item:nth-child(1):after {
    border-left-color: #2f124e;
  }
  .section-flow .flow-item:nth-child(2):after {
    border-left-color: #1b706a;
  }
  .section-flow .flow-item:nth-child(3):after {
    border-left-color: #36867e;
  }
  .section-flow .flow-item:nth-child(4):after {
    border-left-color: #519b92;
  }
  .section-flow .flow-item:nth-child(5):after {
    border-left-color: #c1abd3;
  }
  span.title-small {
  font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-flow {
    padding: 0.47rem 0 0.61rem;
  }
  .section-flow .title-primary {
    margin-bottom: 0.2rem;
  }
  .section-flow .flow-note {
    line-height: 2.1;
    font-size: 0.1rem;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 1em;
  }
  .section-flow .flow-inner {
    margin-top: 0.42rem;
    padding-left: 0.52rem;
  }
  .section-flow .flow-text {
    font-size: 0.15rem;
    line-height: 1.4;
    padding: 0.05rem 0.08rem;
    left: 0;
    width: 0.39rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .section-flow .flow-text &gt; span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
  }
  .section-flow .flow-text.flow-before {
    height: 2.9rem;
    top: 0;
  }
  .section-flow .flow-text.flow-after {
    height: 1.37rem;
    bottom: -0.28rem;
  }
  .section-flow .flow-text.flow-after &gt; span {
    -ms-transform: scaleY(0.75);
        transform: scaleY(0.75);
    white-space: nowrap;
    -ms-transform-origin: center center;
        transform-origin: center center;
  }
  .section-flow .flow-item {
    padding-bottom: 0.42rem;
    letter-spacing: 0.05em;
    width: 2.4rem;
    font-size: 0.18rem;
    text-align: center;
  }
  .section-flow .flow-item .flow-info {
    padding: 0.16rem 0.15rem 1px;
  }
  .section-flow .flow-item .flow-number {
    margin-bottom: 0.04rem;
  }
  .section-flow .flow-item .flow-title {
    margin-bottom: -0.08rem;
  }
  .section-flow .flow-item:after {
    right: -0.02rem;
    left: -0.02rem;
    bottom: 1px;
    border-top: 0.42rem solid transparent;
    border-right: 1.22rem solid transparent;
    border-left: 1.22rem solid transparent;
  }
  .section-flow .flow-item:not(:last-child) {
    margin-bottom: 0.19rem;
  }
  .section-flow .flow-item:nth-child(1):after {
    border-top-color: #2f124e;
  }
  .section-flow .flow-item:nth-child(2):after {
    border-top-color: #1b706a;
  }
  .section-flow .flow-item:nth-child(3):after {
    border-top-color: #36867e;
  }
  .section-flow .flow-item:nth-child(4):after {
    border-top-color: #519b92;
  }
  .section-flow .flow-item:nth-child(5):after {
    border-top-color: #c1abd3;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-flow {
    padding-bottom: 0.5rem;
  }
  .section-flow .flow-inner {
    margin-top: 0.28rem;
  }

  .section-download-common {
    padding-top: 0.47rem;
  }
}
.section-performance {
  background: #fcf5ec;
}
.section-performance .performance-caption {
  text-align: center;
}
.section-performance .list-performance .button-primary {
  width: 100%;
}
@media print, (min-width: 768px) {
  .section-performance {
    padding: 78px 0 80px;
    line-height: 2.23;
  }
  .section-performance .title-primary {
    margin-bottom: 27px;
  }
  .section-performance .list-performance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .section-performance .list-performance &gt; li {
    width: 465px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-performance {
    padding: 0.48rem 0 0.5rem;
  }
  .section-performance .title-primary {
    margin-bottom: 0.21rem;
  }
  .section-performance .list-performance {
    margin-top: 0.25rem;
  }
  .section-performance .list-performance &gt; li {
    margin-top: 0.2rem;
  }
}

/* MEDIA QUERIES Change Resistration.css Nest
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .list-row-common &gt; li:not(:last-child) {
    margin-bottom: 30px;
  }

  .row-common {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .row-common .text-common {
    margin-top: 11px;
  }
  .row-common .column-info,
  .row-common .text-common {
    -ms-flex: 1;
        flex: 1;
    padding-right: 60px;
  }
  .row-common .button-download {
    width: 240px;
  }
  .row-common .column-content {
    padding-left: 1em;
  }
  .txt_str {
	font-weight: 800;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-row-common &gt; li:not(:last-child) {
    margin-bottom: 0.42rem;
  }

  .row-common .button-download {
    width: 100%;
    margin-top: 0.22rem;
  }
  .row-common .column-content {
    padding-left: 1em;
  }
  .txt_str {
	font-weight: 800;
  }
}
@media print, (min-width: 768px) {
  .section-faq-common {
    padding: 78px 0 80px;
    line-height: 2.23;
  }
  .section-faq-common .title-primary {
    margin-bottom: 25px;
  }
  .section-faq-common .faq-description {
    text-align: center;
    margin-bottom: 30px;
  }
  .section-faq-common .button-primary {
    width: 465px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-faq-common {
    padding: 0.48rem 0 0.5rem;
    line-height: 2.154;
  }
  .section-faq-common .title-primary,
  .section-faq-common .faq-description {
    margin-bottom: 0.2rem;
  }
  .section-faq-common .faq-description {
    letter-spacing: 0.04em;
    text-align: justify;
  }
  .section-faq-common .button-primary {
    width: 100%;
  }
}

.section-format .list-text-number &gt; li {
  position: relative;
}
.section-format .list-text-number .text-number {
  position: absolute;
  top: 0;
  right: 100%;
  white-space: nowrap;
}
.section-format .link-pdf {
  display: inline-block;
  position: relative;
}
.section-format .link-pdf:after, .section-format .link-pdf:before {
  position: absolute;
}
.section-format .link-pdf:after {
  content: "";
  right: 0;
  background: no-repeat center center/100% auto;
}
.section-format .link-pdf:before {
  content: "&gt;&gt;";
  left: 0;
}
.section-format .is-none-arrow {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.section-format .is-none-arrow:before {
  display: none;
}

@media print, (min-width: 768px) {
  .section-format {
    padding: 80px 0 92px;
    line-height: 2.23;
  }
  .section-format .wrapper {
    position: relative;
  }
  .section-format .common-breadcrumb {
    position: absolute;
    left: 0;
    top: -52px;
  }
  .section-format .title-primary {
    margin-bottom: 39px;
  }
  .section-format .format-row:not(:last-child) {
    margin-bottom: 39px;
  }
  .section-format .format-row.is-format-row {
    margin-bottom: 32px;
  }
  .section-format .is-format-row .title-primary {
    margin-bottom: 27px;
  }
  .section-format .column-info .title-default {
    margin-top: 5px;
  }
  .section-format .list-text-number {
    padding-left: 15px;
  }
  .section-format .list-text-number &gt; li {
    padding-left: 38px;
  }
  .section-format .list-text-number .text-number {
    margin-right: -38px;
  }
  .section-format .list-link-pdf {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -16px;
  }
  .section-format .list-link-pdf &gt; li {
    margin-right: 16px;
  }
  .section-format .format-info {
    padding-left: 18px;
  }
  .section-format .link-pdf {
    padding: 0 27px 0 1.3em;
  }
  .section-format .link-pdf:after {
    width: 22px;
    height: 28px;
    top: 8px;
    background-image: url(../img/common/icon_pdf.png);
  }
  .section-format .link-pdf:before {
    top: 1px;
  }
  .is-mac .section-format .link-pdf:before {
    top: 0;
  }
  .section-format .list-common-row &gt; li:not(:last-child) {
    margin-bottom: 15px;
  }
  .section-format .list-common-row .column-info {
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-format {
    padding: 0.47rem 0 0.48rem;
  }
  .section-format .title-primary {
    margin-bottom: 0.2rem;
  }
  .section-format .format-row {
    margin-bottom: 0.3rem;
  }
  .section-format .format-row:last-child {
    margin-bottom: 0;
  }
  .section-format .format-row.is-format-row {
    margin: 0.48rem 0 0.23rem;
  }
  .section-format .format-individual .title-primary {
    margin-bottom: 0.15rem;
  }
  .section-format .is-none-arrow {
    width: 2.4rem;
    height: 0.65rem;
    margin: 0.26rem auto 0;
    font-size: 0.18rem;
  }
  .section-format .column-info .title-default {
    margin-top: 5px;
  }
  .section-format .list-text-number {
    padding-left: 0.11rem;
  }
  .section-format .list-text-number &gt; li {
    padding-left: 0.26rem;
  }
  .section-format .list-text-number .text-number {
    margin-right: -0.27rem;
  }
  .section-format .format-info {
    padding: 0.08rem 0 0 0.13rem;
    margin-bottom: -0.05rem;
  }
  .section-format .link-pdf {
    padding: 0 0.34rem 0 1.3em;
    min-width: 2.22rem;
  }
  .section-format .link-pdf:after {
    width: 0.3rem;
    height: 0.38rem;
    top: -0.06rem;
    background-image: url(../img/common/icon_pdf.svg);
  }
  .section-format .list-common-row &gt; li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .section-format .list-link-pdf &gt; li:not(:last-child) {
    margin-bottom: 0.16rem;
  }
}
.section-performance {
  background: #ede7f2;
}
.section-performance .performance-photo img {
  display: block;
  width: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .section-performance {
    padding: 66px 0 50px;
  }
  .section-performance .title-primary {
    margin-bottom: 41px;
  }
  .section-performance .performance-photo {
    margin-bottom: 7px;
  }
  .section-performance .performance-photo img {
    height: 170px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-performance {
    padding: 0.48rem 0 0.22rem;
  }
  .section-performance .title-primary {
    margin-bottom: 0.2rem;
  }
  .section-performance .performance-photo {
    margin-bottom: 0.05rem;
  }
  .section-performance .performance-photo img {
    height: 1.66rem;
  }
  .section-performance .performance-title {
    min-height: 0.44rem;
  }
}
/* h3 category design BackColir:None
 * ----------------------------------------------- */

 .title_type01_category{
  position: relative;
  width: 100%;
  margin-bottom: 20px;
 }
.title_type01_category::before{
  position: absolute;
  top: calc(50% - 8px);
  left: 1px;
  content: "";
  width: 2px;
  height: 16px;
  background: #c1abd3;
}
.title_type01_category span{
  display: inline-block;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 800;
  color:#2f124e;
}
@media only screen and (max-width: 767.98px){
  .title_type01_category span{
    font-size: 1.2em;
  }
}

/* ACOORDION SET START */
.application-detail {
  display: none;
}
.detail-title {
  line-height: 1.5;
}
.is-current {
  display: block;
}
.tab-item {
  display: none;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.item-answer::before {
  position: absolute;
  left: 0;
}
.item-question {
  background: #ede7f2;
  position: relative;
}
.icon-plus {
  cursor: pointer;
  padding-right: 0.22rem;
}
.icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url(../img/common/icon_expand_bold.svg) no-repeat 0 0/100% auto;
}
.icon-plus.is-active:after {
  background-position: 0 bottom;
}
.item-answer {
  position: relative;
  font-weight: 400;
  text-align: justify;
}
.faq-accordion {
  display: none;
}

@media print, (min-width: 768px) {
/* FAQ ACCORDION PC */
.application-detail {
    margin-bottom: 20px;
    line-height: 1.72;
  }
.application-detail &gt; li {
    margin-bottom: 15px;
  }
.is-line-height {
    line-height: 2.23;
    padding-top: 4px;
  }
.detail-title {
    font-size: 30px;
    letter-spacing: 0.03em;
  }
.item-question-aa {
    padding: 29px 40px 31px 120px;
    font-size: 20px;
    line-height: 1.5;
  }
.item-question-aa::before {
    padding: 15px 0;
    top: 10px;
    bottom: 10px;
    width: 90px;
  }
.detail-item &gt; li:not(:last-child) {
    margin-bottom: 10px;
  }
.item-answer {
    padding: 28px 0 22px 34px;
    font-size: 18px;
  }
.item-answer::before {
    width: 26px;
    height: 28px;
    top: 15px;
  }
.title-primary {
    margin-bottom: 10px;
  }
.icon-plus::after {
    margin-top: -6.5px;
    right: 20px;
    width: 15px;
    height: 15px;
  }
}

@media only screen and (max-width: 767.98px) {

/* FAQ ACCORDION MOBILE */
  .application-detail {
    margin-bottom: 0.48rem;
    line-height: 1.92;
    font-size: 0.12rem;
  }
  .application-detail &gt; li {
    margin-bottom: 0.4rem;
  }
  .detail-item &gt; li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .detail-title {
    margin-bottom: 0.14rem;
    font-size: 0.18rem;
    letter-spacing: 0.03em;
  }
  .item-question-aa {
    padding: 0.19rem 0.35rem 0.2rem 0.55rem;
  }
  .item-question-aa::before {
    width: 0.46rem;
    top: 0.1rem;
    bottom: 0.1rem;
    background-size: 0.16rem auto;
  }
  .item-answer {
    padding: 0.28rem 0 0.24rem 0.22rem;
  }
  .item-answer::before {
    width: 0.18rem;
    height: 0.19rem;
    top: 0.28rem;
  }
  .title-primary {
    margin-bottom: 0.27rem;
  }
  .icon-plus::after {
    margin-top: -0.07rem;
    right: 0.1rem;
    width: 0.13rem;
    height: 0.14rem;
  }
}

/* ACCORDION SET END */

/*# sourceMappingURL=others.css.map */</pre></body></html>