.main {
  padding: 0 0 40px 0;
}
.main img {
  height: auto!important;
}
.plain-link {
  text-decoration: underline;
  color: #ff6600;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.cmn-flex-rvs .cmn-image {
  max-width: 172px;
  margin-left: 75px;
}
.cmn-flex-rvs .cmn-text p {
  padding-left: 1em;
}
/*--------------------
  accordion
--------------------*/
.toggle-section.main {
  padding-bottom: 0;
}
.toggle-group>.toggle-head .question {
  font-weight: bold;
}
.toggle-group>.toggle-head .question-initial {
  font-size: 1.8rem;
  top: 0;
}
.toggle-group>.toggle-head .question-text {
  font-size: 1.8rem;
}
.toggle-section .step {
  font-size: 16px;
}
.toggle-section .note-s {
  font-size: 12px;
}
.toggle-group>.toggle-head .icon {
  top: 38%;
}
.toggle-group>.toggle-body {
  background-color: #F5F5F5;
}
.cmn-figures {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  justify-content: center;
  grid-gap: 1rem;
}
.toggle-section .cmn-figures>.cmn-figure {
  max-width: 217px;
  width: 100% !important;
  margin: 0 auto;
}
.toggle-section p.h-120 {
  height: 120px;
}
.toggle-section p.h-72 {
  height: 72px;
}

@media screen and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 40px !important;
  }
  .cmn-flex-rvs .cmn-text p {
    padding-left: 0;
  }
  /*--------------------
    accordion
  --------------------*/
  .toggle-group>.toggle-head .question-initial {
    font-size: 1.6rem;
  }
  .toggle-group>.toggle-head .question-text {
    font-size: 1.6rem;
  }
  .toggle-section .cmn-figures .cmn-figure {
    text-align: left;
  }
  .toggle-section p.h-120, .toggle-section p.h-72 {
    height: auto;
  }
}