.b-mainTtl:has(+ .remote-support-box) {
  margin-bottom: 0 !important;
}
.remote-support-box,
.remote-support-assist-section {
  background: #fff;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .remote-support-box,
  .remote-support-assist-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .remote-support-box,
  .remote-support-assist-section {
    font-size: 18px;
    padding-bottom: 100px;
    border-radius: 20px;
  }
  .remote-support-box {
    padding-left: 110px;
    padding-right: 110px;
  }
  .remote-support-assist-section {
    padding-left: 100px;
    padding-right: 100px;
  }
}



.remote-support-title {
  font-weight: bold;
  letter-spacing: .12em;
  position: relative;
  text-align: center;
  line-height: 1;
}
.remote-support-subtitle .inner {
  padding-bottom: 0.3em;
  letter-spacing: .05em;
}

.remote-support-smtitle {
  position: relative;
  margin-bottom: 8px;
  font-weight: 700;
}
.remote-support-smtitle .icon-win {
  display: inline-block;
  margin-right: .2em;
  margin-left: .1em;
  aspect-ratio: 1/1;
  width: 1.1em;
  transform: translateY(-.3em)
}
.remote-support-xstitle {
  letter-spacing: .07em;
  margin-top: 1em;;
  line-height: 1.5;
}
.remote-support-smtitle + .remote-support-xstitle {
  padding-left: 1.3em;
}

.remote-support-subtitle {
  border-bottom: 1px solid var(--color-gray);
  padding-left: 2em;
  padding-bottom: .55em;
  position: relative;
}
.remote-support-subtitle +.remote-support-sec {
  background: none;
}
.remote-support-subtitle .e-num {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1/1;
  width: 1.5em;
  min-width: 1.5em;
  font-size: 1em;
  text-indent: .1em;
  background: var(--cells);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
  position: absolute;
  top: .1em;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none;
  }
  .visible-pc {
    display: inherit;
  }
  .wrapper {
    padding-bottom: 60px;
  }
  .remote-support-title {
    font-size: 28px;
    margin-bottom: 40px;
    padding-top: 70px;
  }
  .remote-support-subtitle {
    margin-bottom: 20px;
  }
  .remote-support-subtitle .inner {
    display: inline-block;
    font-size: 20px;
  }
  .remote-support-xstitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .top_container {
    padding: 0 15px;
  }
  .visible-sp {
    display: inherit;
  }
  .visible-pc {
    display: none;
  }
  .wrapper {
    padding: 30px 15px;
  }
  .remote-support-title {
    font-size: 24px;
    margin-bottom: 55px;
    padding-top: 55px;
  }
  .remote-support-subtitle {
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .remote-support-subtitle .inner {
    display: block;
    font-size: 18px;
  }
  .remote-support-smtitle .icon-win {
    width: .8em;
    height: .8em;
  }
  .remote-support-xstitle {
    margin-top: 10px;
    font-size: 12px;
  }
  .remote-support-small {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
  }
}
/*
.remote-support-title:after {
  background-color: #0e6eb8;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 88px;
}
*/
/*
@media only screen and (min-width: 768px) {
  * + .remote-support-title{
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  * + .remote-support-title{
    margin-top: 45px;
  }
}
*/
@media only screen and (min-width: 768px) {
  .remote-support-box {
  }
}
@media only screen and (max-width: 768px) {
  .remote-support-box {
  }
}
.remote-support-check-list {
  position: relative;
  padding-left: 1.5em;
}
.remote-support-check-list .remote-support-small {
  font-size: 14px;
}
.remote-support-check-list + .remote-support-check-list {
  margin-top: 15px;
}
.remote-support-check-list:before {
  content: "";
  aspect-ratio: 1/1;
  width: 1.1em;
  background: url(../img/n-common/remote-check.svg) center center / contain no-repeat;
  position: absolute;
  left: 0;
  top: .3em;
}
.remote-support-link {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .remote-support-center {
    padding-top: 50px;
    text-align: center;
  }
  .remote-support-col {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .remote-support-check-list {
    padding-left: 1.75em;
  }
  .remote-support-check-list:before {
    width: 1.2em;
  }
  .remote-support-center {
    padding-top: 65px;
    text-align: center;
    font-size: 18px;
  }
  .remote-support-link:hover {
    text-decoration: none;
  }
  .remote-support-row {
    display: flex;
    justify-content: center;
    max-width: 900px;
    margin: auto;
  }
  .remote-support-row {
    margin-top: 15px;
    margin-bottom: 60px;
  }
}

.remote-support-col {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .remote-support-col {
    width: 450px;
    margin: 30px 15px 0;
  }
}
.remote-support-col-txt {
  margin-bottom: 15px;
  font-weight: 700;
}
.remote-support-ss-block {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .remote-support-ss-block {
    display: flex;
    align-items: center;
  }
}
.remote-support-ss-block + .remote-support-ss-block {
  margin-top: 50px;
}

.remote-support-ss-title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .remote-support-ss-title {
    font-size: 16px;
    margin-left: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .remote-support-ss-title {
    font-size: 14px;
  }
}
.remote-support-ss-img {

  text-align: center;
  flex-shrink: 0;
  padding: 10px;
  background: #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .remote-support-ss-img {
    width: 400px;
    margin-right: 30px;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .remote-support-ss-img {
    max-width: 100%;
    height: 150px;
    margin-bottom: 40px;
  }
}
.remote-support-ss-popup-text {
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  font-size: 11px;
  text-align: left;
}
.remote-support-ss-img:hover:before {
  opacity: 1;
}
.remote-support-ss-img:hover:after {
  opacity: 1;
}
.remote-support-ss-img:before {
  content: "\002315";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 36px;
  opacity: 0;
  transition: opacity 0.5s;
}
.remote-support-ss-img:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 768px) {
  .remote-support-ss-block-text {
    line-height: normal;
    font-size: 14px;
  }
}
.remote-support-ss-img img {
  max-width: 100%;
  max-height: 100%;
}
.remote-support-ss-info {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .remote-support-assist-section {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .remote-support-assist-section {
    margin-top: 40px;
  }
}
.content .cmn_link_btn {
  margin-bottom: 0;
}
.remote-support-btn-info {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .remote-support-btn-info {
    font-size: 12px;
  }
}

.remote-support-block-title {
  position: relative;
  padding-left: .8em;
}
.remote-support-block-title::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #0e6eb8;
}
.remote-support-sec {
  background: var(--color-gray-WG);
  transition: all .3s;
  border-radius: 10px;
}
.remote-support-acHead {
  position: relative;
  line-height: 1.25;
}
.remote-support-acHead::before {
  content: "";
  aspect-ratio: 1/1;
  background: url(../img/n-common/ic-product-plus.png) center center / contain;
  background-color: var(--color-gray-L);
  border-radius: 50%;
  position: absolute;
  transform-origin: center center;
  transition: .3s all;
}
.remote-support-acHead.-active::before {
  transform: rotate(45deg);
}
.remote-support-acHead .inner {
  display: flex;
  align-items: center;
  font-weight: normal;
}
.remote-support-img {
  max-width: 880px;
  margin: auto;
}

.remote-support-acCont {
  background: url(../img/n-common/line-dash-h.png) left top repeat-x;
}
@media only screen and (min-width: 768px) {
  .remote-support-arcWrap {
    margin-top: 60px;
  }
  .remote-support-arc + .remote-support-arc {
    margin-top: 60px;
  }
  .remote-support-sec {
    margin-top: 10px;
  }
  .remote-support-acHead {
    padding: 1em 30px;
    cursor: pointer;
    margin: 0;
  }
  .remote-support-acHead .inner {
    font-size: 18px;
  }
  .remote-support-acCont {
    margin: 0 1.5em;
    padding: 30px 50px 50px;
  }
  .remote-support-block + .remote-support-block {
    margin-top: 30px;
  }
  .remote-support-block-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .remote-support-img + .remote-support-smtitle {
    margin-top: 1.5rem;
  }
  .remote-support-acHead::before {
    width: 1.8em;
    top: 1.1em;
    right: 1.2em;
  }
  .remote-support-acHead:hover::before {
    background-color: var(--cells-L);
  }
}
@media only screen and (max-width: 767px) {
  .remote-support-arcWrap {
    margin-top: 30px;
  }
  .remote-support-arc + .remote-support-arc {
    margin-top: 40px;
  }
  .remote-support-sec {
    margin-top: 10px;
  }
  .remote-support-acHead {
    padding: 1em 3em 1em 1.3em;
    font-size: 16px;
    margin: 0;
  }
  .remote-support-acHead .inner::after {
    margin-left: .5em;
  }
  .remote-support-acCont {
    padding: 20px 20px;
  }
  .remote-support-block + .remote-support-block {
    margin-top: 20px;
  }
  .remote-support-block-title {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .remote-support-img + .remote-support-smtitle {
    margin-top: 1rem;
  }
  .remote-support-acHead::before {
    width: 1.5em;
    top: 1em;
    right: 1em;
  }
}

.cmn_link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-gray-L);
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  margin: auto;
  line-height: 1;
  filter: var(--sdw)
}
.cmn_link_btn.m-blue {
  background: #050951;
}
@media only screen and (max-width: 767px) {
  .cmn_link_btn {
    width: 235px;
    height: 40px;
    font-size: 18px;
    margin-top: 25px;
  }
  .cmn_link_btn img {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .cmn_link_btn {
    width: 375px;
    height: 80px;
    font-size: 24px;
    margin-top: 25px;
  }
  .cmn_link_btn img {
    max-width: 300px;
  }
  .cmn_link_btn:hover {
    filter: var(--sdw20);
    color: #fff !important;
  }
  .cmn_link_btn:hover span {
    color: #fff;
  }
}