@charset "UTF-8";
/**
 *  サポート
 *
 */
/* カテトップ
  ========================================================================== */
.category-wrap .category-wrap-cont {
  border-bottom: 2px solid #7ec694;
  margin-bottom: 30px;
}
.category-wrap .category-wrap-box {
  display: block;
  padding: 35px 60px;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.category-wrap .category-wrap-box .category-wrap-box-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-icon {
  width: 120px;
  height: 120px;
  background-color: #ebf6ee;
  border-radius: 50%;
  position: relative;
}
.category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-txt {
  width: calc(100% - 120px);
  padding-left: 60px;
}
.category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-txt .category-wrap-box-ttl .category-ttl {
  float: left;
}
.category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-txt .category-wrap-box-ttl .btn {
  float: right;
  padding: 10px 47px 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
.category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-txt .category-ttl {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: bold;
}
.category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-txt .category-ttl span {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
}
.category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-txt .category-date {
  color: #888;
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-date-sp,
  .category-wrap .category-wrap-box .category-wrap-box-inner .btn-sp {
    display: none;
  }
}
.category-wrap .category-wrap-box .category-wrap-box-inner .category-label9 {
  width: 100%;
  padding-left: 0;
}
.category-wrap .category-wrap-box .category-wrap-box-inner .category-label9 .category-ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
.category-wrap .category-wrap-box:before, .category-wrap .category-wrap-box:after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
.category-wrap .category-wrap-box:before {
  background-color: #38a75b;
  bottom: 2px;
  height: 4px;
}
.category-wrap .category-wrap-box:after {
  background-color: #278847;
  bottom: 0;
  height: 2px;
}
.category-wrap a {
  text-decoration: none !important;
}

@media screen and (min-width: 768px), print {
  .category-wrap .category-wrap-cont a:hover .btn {
    background: rgba(56, 167, 91, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .category-wrap .category-wrap-cont {
    margin-bottom: 8vw;
  }
  .category-wrap .category-wrap-box {
    padding: 5.33vw 5.33vw 6.67vw;
    box-shadow: 0px 0.53vw 1.6vw 0px rgba(0, 0, 0, 0.2);
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-icon {
    width: 70px;
    height: 70px;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-icon img {
    width: 56%;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-txt {
    width: calc(100% - 70px);
    padding-left: 4vw;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-txt .category-wrap-box-ttl .category-ttl {
    float: none;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-txt .category-wrap-box-ttl .btn {
    display: none;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-txt .category-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-txt .category-ttl span {
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 0.8vw;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-wrap-box-txt .category-date {
    display: none;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-date-sp {
    color: #888;
    margin-top: 2.67vw;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .btn-sp {
    display: block;
    width: 100%;
    padding: 2.67vw 12.53vw;
    font-size: 3.47vw;
    margin-top: 4vw;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .btn-sp:after {
    right: 4vw;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-label9 {
    width: 100%;
    padding-left: 0;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-label9 .category-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .category-wrap .category-wrap-box .category-wrap-box-inner .category-label9 .category-date {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .category-wrap .category-wrap-box:before {
    bottom: 0.53vw;
    height: 1.07vw;
  }
  .category-wrap .category-wrap-box:after {
    bottom: 0;
    height: 0.53vw;
  }
}
/* 共通
 ========================================================================== */
.support-sct {
  padding-top: 80px;
}
.support-sct:first-child {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .support-sct {
    padding-top: 14.67vw;
  }
  .support-sct:first-child {
    padding-top: 14.67vw;
  }
}
/* よくあるご質問
  ========================================================================== */
.support-srch-keyword {
  display: flex;
}
.support-srch-keyword .form-item {
  width: 400px;
}
.support-srch-keyword .form-btn-srch {
  margin-left: 16px;
  width: 120px;
  font-size: 15px;
  font-size: 1.5rem;
}
.support-srch-keyword .form-btn-srch-icon {
  width: 15px;
}
.support-srch-keyword .form-btn-srch-icon svg {
  height: 15px;
  width: 15px;
}

@media screen and (max-width: 767px) {
  .support-srch-keyword {
    display: flex;
  }
  .support-srch-keyword .form-item {
    width: 60vw;
  }
  .support-srch-keyword .form-btn-srch {
    font-size: 3.73vw;
    margin-left: 2.67vw !important;
    margin-top: 0 !important;
    width: 24vw;
  }
  .support-srch-keyword .form-btn-srch-icon {
    width: 3.73vw;
  }
  .support-srch-keyword .form-btn-srch-icon svg {
    height: auto;
    width: 3.73vw;
  }
}
/* マニュアル
  ========================================================================== */
.support-sct-movie {
  background: #f5f5f5;
  padding: 30px 15px 15px 35px;
  margin-top: 50px;
}
.support-sct-movie .ttl03 {
  margin-top: 0;
}
.support-sct-movie .list-movie {
  letter-spacing: -0.4em;
}
.support-sct-movie .list-movie li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .support-sct-movie {
    padding: 7.47vw 6.67vw 4vw 6.67vw;
    margin-top: 8vw;
  }
  .support-sct-movie .list-movie li {
    margin-bottom: 4vw;
    margin-right: 0;
  }
  .support-sct-movie .list-movie li img {
    width: 100%;
  }
}
/* 動作環境
  ========================================================================== */
.support-sct .tbl01 th[scope=row] {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .support-sct .tbl01 th[scope=row] {
    width: 40%;
  }
}
/* 旧バージョン ダウンロードボタン
  ========================================================================== */
.support-sct-link {
  display: flex;
  justify-content: center;
}
.support-sct-link li {
  margin-right: 30px;
}
.support-sct-link li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .support-sct-link {
    display: block;
  }
  .support-sct-link li {
    margin-right: 0;
  }
  .support-sct-link li:last-child {
    margin-top: 5.33vw;
  }
}
/* 利用規約 リスト
  ========================================================================== */
.cmn-sct .list-decimal,
.support-sct .list-decimal {
  margin-top: 30px;
}
.cmn-sct .list-decimal > li,
.support-sct .list-decimal > li {
  margin-bottom: 15px;
  padding-left: 3px;
}
.cmn-sct .list-fix,
.support-sct .list-fix {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .cmn-sct .list-decimal,
  .support-sct .list-decimal {
    margin-top: 5.33vw;
  }
  .cmn-sct .list-decimal > li,
  .support-sct .list-decimal > li {
    margin-bottom: 3.2vw;
    padding-left: 0.8vw;
  }
  .cmn-sct .list-fix,
  .support-sct .list-fix {
    margin-top: 5.33vw;
    margin-bottom: 5.33vw;
  }
}
/* モバイルアプリ
  ========================================================================== */
.support-sct .sct-app-box {
  display: flex;
  flex-wrap: wrap;
}
.support-sct .sct-app-box .sct-app-box-pic {
  width: 149px;
  text-align: center;
}
.support-sct .sct-app-box .sct-app-box-txt {
  width: 550px;
  padding-left: 30px;
  text-align: center;
  margin-top: 10px;
}
.support-sct .sct-app-box .sct-app-box-txt .sct-app-box-copy,
.support-sct .sct-app-box .sct-app-box-txt .sct-app-box-comment {
  font-weight: bold;
  line-height: 1.6;
}
.support-sct .sct-app-box .sct-app-box-txt .sct-app-box-copy {
  color: #38a75b;
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 30px;
}
.support-sct .sct-app-box .sct-app-box-txt .sct-app-box-comment {
  font-size: 27px;
  font-size: 2.7rem;
}
.support-sct .sct-app-box .sct-app-box-txt .sct-app-box-btn {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.support-sct .sct-app-box .sct-app-box-txt .sct-app-box-btn li:first-child {
  padding-right: 15px;
}
.support-sct .sct-app-box .sct-app-box-txt .sct-app-box-btn li a[target=_blank]:after {
  content: none;
}
.support-sct .sct-app-box .sct-app-box-txt .list-note {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .support-sct .sct-app-box {
    display: flex;
    flex-wrap: wrap;
  }
  .support-sct .sct-app-box .sct-app-box-pic {
    width: 100%;
  }
  .support-sct .sct-app-box .sct-app-box-txt {
    width: 100%;
    padding-left: 0;
    text-align: left;
  }
  .support-sct .sct-app-box .sct-app-box-txt .sct-app-box-copy,
  .support-sct .sct-app-box .sct-app-box-txt .sct-app-box-comment {
    text-align: center;
  }
  .support-sct .sct-app-box .sct-app-box-txt .sct-app-box-copy {
    font-size: 4vw;
    margin-top: 5.33vw;
  }
  .support-sct .sct-app-box .sct-app-box-txt .sct-app-box-comment {
    font-size: 5.87vw;
  }
  .support-sct .sct-app-box .sct-app-box-txt .sct-app-box-btn {
    margin-top: 4vw;
    margin-bottom: 2.67vw;
  }
}
.red {
  color: #ff0000;
}

.gray {
  color: #888;
}

.list-arrow-link .link {
  font-size: 16px;
  font-size: 1.6rem;
}

.list-arrow-link .uline {
  text-decoration: underline;
}

.list-arrow-link .txt {
  color: #888;
  font-weight: 500;
}