@charset "UTF-8";

/******************************
pagesec-support
******************************/


.supportcmn .supportlist ul{
  margin: 1rem auto;
}
.supportcmn .supportlist > div:first-of-type ul{
  max-width: 350px;
  margin: 2rem 0;
}
.supportcmn .supportlist > div:nth-of-type(2) li{
  width: auto;
}

.other-sup{
  margin-top: 5rem;
}
.other-sup .ttl{
  background: #0085B1;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 1rem 2rem;
}
.other-sup .txtbox{
  padding: 2rem;
}
.other-sup .txtbox ul{
  border: 2px dotted #0085B1;
  border-radius: 20px;
  gap: 1rem 2rem;
  padding: 2rem;
  margin-top: 2rem;
}

/* 拡大 */
.fontsizebig .other-sup .ttl{
  font-size: 2.4rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fontsizebig .other-sup .ttl{
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .other-sup .ttl{
    font-size: 2rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1350px) {
  .other-sup .txtbox{
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .supportcmn .supportlist > div:nth-of-type(2) li{
    width: 100%;
  }
  .other-sup .ttl{
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .other-sup .ttl{
    font-size: 1.8rem;
  }
  .other-sup .txtbox{
    padding: 1.5rem;
  }
  .other-sup .txtbox ul{
    border-radius: 8px;
    padding: 1rem;
  }

}