@charset "UTF-8";

.sideMenu>dl>dt {
  font-size: 22px;
  font-size: 2.2rem;
}

.sideMenu > dl > dt > a {
  padding: 1em 0 1em 0.7em;
}

.sideMenu dl dd>ul dd>ul li:last-child a {
  font-size: 15px;
  font-size: 1.5rem;
}

html {
  scroll-behavior: smooth;
  word-break: break-all;
}

.kv {
  background: url(/support07/images/img_support07_mv.png);
  background-size: contain;
  background-repeat: no-repeat;
  /* padding-top: 21%;
  position: relative; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 720px;
  padding: 10px 20px 0 10px;
}

.kv h1 {
  font-family: 'Noto Serif JP', serif;
  /* position: absolute;
  top: 40%;
  left: 16%; */
}

.kv img {
  width: 90px;
}

.border-box {
  border: solid 1px #dcdcdc;
  border-radius: 10px;
  padding: 20px 10px;
  margin: 30px 0;
}

.border-box-flex {
  display: flex;
  justify-content: space-between;
}

.border-box-flex.around {
  justify-content: space-around;
}

.border-box-flex.around img{
  width: 140px;
}

.border-box-inner{
  width: 340px;
}

.band-headline {
  background-color: #359942;
  padding: 8px 0;
  margin: 0 0 35px 0;
  text-align: center;
}

.band-headline-title{
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  line-height: initial;
}

.border-box img {
  width: 100%;
}

.border-box-source {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.border-box-text{
  font-size: 20px;
  font-size: 2.0rem;
}

.border-box-text strong{
  color: #f1ad48;
}

.border-box-flex li{
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0 0 10px 0;
  text-indent: -2em;
  padding-left: 2em;
}

.border-box-flex li::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/support07/images/img_support07_check.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.listUl04 > li{
  color: #359942;
}



@media screen and (max-width: 768px) {
  .subject:after {
    bottom: 0;
    right: .6em;
    width: 102px;
    height: 90px;
    background: url(/support01/images/img_support@2x.png);
    background-size: cover;
  }

  .sideMenu dl dd {
    width: 100%;
    padding: 0 0 1.5em 1.5em;
  }

  .sideMenu dl dd dd>ul {
    margin: 0 0 0 .3em;
  }

  .sideMenu dl dd>ul>li dt {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
  }

  h2.heading01{
    line-height: 1.8;
  }
  .kv {
    background: url(/support07/images/img_support07_mv_sp.png);
    /* padding-top: 69%; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 61.176vw;
  }
  .kv h1 {
    /* top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 10rem;
    font-size: 27px;
    font-size: 2.7rem; */
    font-size: 4.706vw;
    line-height: 1.7;
  }
  .kv img {
    width: 18.824vw;
  }
  .border-box-flex {
    display: block;
  }
  .border-box-inner{
    width: 100%;
  }
  .border-box-inner:nth-child(2){
    margin: 20px 0 0 0;
  }
  .border-box-flex.around img{
    width: 100%;
    margin: 20px 0 0 0;
  }
  .border-box-source {
    text-align: left;
  }
  .band-headline{
    padding: 10px;
  }
}