<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.faq .faq-blk .question {
    background-color: #f8f6f3;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
}
.faq .faq-blk .question:last-child {
    margin-bottom: 0;
}
.faq .faq-blk .question h3 {
    font-weight: 700;
    position: relative;
    padding-left: 45px;
    background-image: url("../images/icon_open.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px;
    text-decoration: underline;
    cursor: pointer;
    padding-right: 60px;
    line-height: 1.8;
}
.faq .faq-blk .question h3:hover {
    text-decoration: none;
}
.faq .faq-blk .question h3.active {
    background-image: url("../images/icon_close2.png");
}
.faq .faq-blk .question h3:before {
    font-family: 'Hind Siliguri', sans-serif;
    width: 30px;
    line-height: 30px;
    background-color: #218D49;
    color: #fff;
    text-align: center;
    content: "Q";
    z-index: 1;
    position: absolute;
    left: 0;
    top: -2px;
}
.faq .faq-blk .question .answer {
    margin-top: 20px;
    display: none;
}

@media screen and (max-width: 480px) {
.faq .faq-blk .question {
  padding: 15px;
  margin-bottom: 10px;
}
.faq .faq-blk .question h3 {
    padding-left: 35px;
    background-size: 20px;
    padding-right: 30px;
}
.faq .faq-blk .question .answer {
    margin-top: 15px;
    
}
.faq .faq-blk .question h3::before {
  width: 25px;
  line-height: 25px;
  left: 0;
  top: 0px;
}
}

.flow .dtl li {
    
    margin-bottom: 60px;
    position: relative;
}
.app-btn a {
    background-color: #eaad56;
}
.flow .dtl li:after {
  position: absolute;
    bottom: -35px;
  right: 50%;
    margin-right: -13px;
  display: block;
  content: '';
  width: 26px;
  height: 26px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top-width: 3px;
  border-right-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #218D49;
  border-right-color: #218D49;
}
.flow .dtl li:last-child:after {
    display: none;
}


.flow .dtl li .tbl{
    display: table;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.flow .dtl li .tbl .step {
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: 'Hind Siliguri', sans-serif;
    color: #218D49;
    font-weight: 700;
    font-size: 25px;
    background-color: #218D49;
    color: #fff;
    text-align: center;
}
.flow .dtl li .tbl .txt {
    display: table-cell;
    vertical-align: middle;
    background-color: #f8f6f3;
    padding: 25px;
    position: relative;
    padding-left: 40px;
}

.flow .dtl li .tbl .txt:before {
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 20px;
border-color: transparent transparent transparent #218D49;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    margin-top: -10px;
    top: 50%;

}

.flow .dtl li h2 {
    font-weight: 700;
    font-size: 20px;
    color: #218D49;
}

.flow .dtl li p {
    margin-top: 10px;
}
.flow .flow-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-right: -2%;
    margin-top: 25px;
}
.flow .flow-row .blk {
    flex: 1;
    background-color: #F3ECE1;
    border-radius: 8px;
    padding: 25px;
    width: 45.9999%;
    margin-left: 2%;
    margin-right: 2%;
}
.flow .flow-row .blk h3 {
    font-weight: 700;
    text-align: center;
    font-size:19px;
    color: #218D49;
}
.flow .flow-row .blk .btn {
    margin-top: 20px;
}
@media screen and (max-width: 980px) {
.flow .flow-row {
    display: block;
    margin-left: 0%;
    margin-right: 0%;
}
.flow .flow-row .blk {
    width: auto;
    margin-left: 0%;
    margin-right: 0%;
}
    .flow .flow-row .blk:first-child {
        margin-bottom: 20px;
    }
    .flow .dtl li h2 {
        text-align: center;
    }
.flow .dtl li p {
    margin-top: 10px;
}
.flow .dtl li .tbl{
    display: block;
}
.flow .dtl li .tbl .step {
    display: block;
    width: auto;
    text-align: center;
    padding: 15px;
}
.flow .dtl li .tbl .txt {
    display: block;
}
.flow .dtl li .tbl .txt:before {
    display: none;

}
.flow .dtl li .tbl .txt:after {
width: 0;
height: 0;
border-style: solid;
border-width: 12px 10px 0 10px;
border-color: #218D49 transparent transparent transparent;
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -10px;
    top: 0;

}

}

@media screen and (max-width: 480px) {
.flow .flow-row .blk h3 {
  font-size: 18px;
}
.flow .dtl li .tbl .txt {
  padding: 20px;
}
.flow .dtl li .tbl .step {
  font-size: 20px;
    padding: 12px;
}
.flow .dtl li h2 {
  font-size: 18px;
    margin-bottom: 10px;
}
}


.support .price {
    color: #218D49;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
    font-size: 16px;
}
.support .price dd {
    font-size: 160%;
}
.support .sub-txt {
    display: block;
    text-align: center;
    font-size: 95%;
    margin-top: 5px;
    margin-bottom: 50px;
}
.support table {
    border-collapse: separate;
border-spacing: 2px;
    table-layout: fixed;

    
}
.support table thead th {
    background-color: #218D49;
    color: #fff;
    text-align: center;
    padding: 5px;
    
}
.support table tbody th {
    background-color: #f8f6f3;
    padding: 10px;
    width: 200px;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
}
.support table tbody th .half {
    font-weight: 700;
    
}
.support table tbody th .half span{
    font-size: 26px;
    color: #c1272d;
    margin-left: 3px;
}
.support table td {
    background-color: #f8f6f3;
    padding: 10px;
    text-align: center;
}
.support table td.yen {
    font-weight: 700;
    font-size: 33px;
    color: #218D49;
}
.support table td.half-yen {
    font-weight: 700;
    font-size: 30px;
    color: #c1272d;
}
.support .cau {
    font-size: 90%;
    margin-top: 10px;
    line-height: 1.6;
}
.support .cau li {
    padding-left: 1em;
    text-indent: -1em;
}
.support .special-txt {
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
}
.support .special-txt span {
    font-weight: 700;
    font-size: 36px;
    color: #c1272d;
}
.support .system {
}
.support .system p {
    text-align: center;
}
.support .flex {
    display: flex;
    align-items: flex-start;
}
.support .flex section{
    width: 48%;
}
.support .flex section:nth-child(2) {
    margin-left: auto;
}
@media screen and (max-width: 980px) {
.support .flex {
    display: block;
}
.support .flex section{
    width: 100%;
}
}




@media screen and (max-width: 480px) {
.support .price dd {
  font-size: 130%;
}
.support table {
  table-layout: inherit;
}
.support table tbody th {
  padding: 5px;
  width: 150px;
    font-size: 13px;
}
.support table td{
  padding: 5px;
    width: 20%;
}
.support table td.half-yen {
    font-size: 20px;
}
.support table tbody th .half span {
  font-size: 18px;
  margin-left: 0px;
    display: block;
}
.support table td.yen {
  font-size: 25px;
}
.support table thead th {
  font-size: 13px;
  font-weight: 500;
    padding: 2px;
}
.support .sub-txt {
  margin-bottom: 30px;
}
.support .price {
  margin-top: 20px;
}
.support .special-txt {
  margin-top: 10px;
}
.support .special-txt span {
    display: block;
  font-size: 26px;
}
}

.class-flow .tab-menu {
    background-color: #f8f6f3;
        border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    margin-bottom: 60px;
}
.class-flow .tab-menu li {
    padding: 25px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    border-bottom: #d7d7d7 8px solid;
    width: 50%;
    cursor: pointer;
    position: relative;
 }
.class-flow .tab-menu li:not(:last-child):after {
    background-color: #d7d7d7;
    width: 1px;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 15px;
    bottom: 15px;
}
.class-flow .tab-menu li.current {
    border-bottom-color: #218D49;
    color: #218D49;
}
.class-flow .tab-menu li:hover {
    color: #218D49;
    text-decoration: underline;
}
.class-flow .tab-menu li.current:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #218D49 transparent transparent transparent;
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
}
.class-flow .flow-box h2 {
    font-weight: 500;
    font-size: 28px;
    padding: 20px;
    text-align: center;
    background-color: #218D49;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
}
.class-flow .flow-box .flex {
    display: flex;
    align-items: flex-start;
}
.class-flow .flow-box .flex:not(:last-child) {
    margin-bottom: 30px;
}
.class-flow .flow-box .flex .photo {
    flex-shrink: 0;
    width: 250px;
    margin-right: 40px;
}
.class-flow .flow-box .flex .photo img {
    border-radius: 8px;
}
.class-flow .flow-box .flex h3 {
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 10px;
}
.class-flow .flow-box .blk {
    position: relative;
    margin-bottom: 40px;
}
.class-flow .flow-box .blk:not(:last-child):after {
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top-width: 3px;
    border-right-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #218D49;
    border-right-color: #218D49;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.class-flow .flow-box {
    display: none;
}
.class-flow .flow-box.is-show {
    display: block;
}

@media screen and (max-width: 980px) {
.class-flow .flow-box .flex {
  display: block;
}
.class-flow .flow-box .flex .photo {
  width: 100%;
  margin-right: 0px;
    margin-bottom: 30px;
}
.class-flow .flow-box .flex:not(:last-child) {
  margin-bottom: 50px;
}
}
@media screen and (max-width: 480px) {
.class-flow .tab-menu li {
  padding: 12px;
  font-size: 16px;
    border-bottom-width: 5px;
}
.class-flow .tab-menu li.current::before {
  bottom: -13px;
}
.class-flow .tab-menu {
  margin-bottom: 30px;
}
.class-flow .flow-box h2 {
  font-size: 20px;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.class-flow .flow-box .flex h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.class-flow .flow-box .flex:not(:last-child) {
    margin-bottom: 35px;
}
.class-flow .flow-box .flex .photo {
    margin-bottom: 20px;
  }
}










</pre></body></html>