@charset "UTF-8";

@charset "UTF-8";

#lv {
    background: #636363;
    height: 104px;
    padding-bottom: 0;
}

#lv p span {
    display: inline-block;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0 60px;
    position: relative;
    word-break: break-all;
    line-height: 1.2;
    font-weight: 100;
}

.composite_box01 .inner_item a {
    display:block!important;
}


/* 箇条書き（li）デザイン */
.inner_item_txt li {
    list-style: disc;
    margin-left: 30px;
}

/* PC・スマホid */
#sp+section{
  display: none;
}
@media screen and (max-width: 768px) {
  #pc+section{
    display: none;
  }
  #sp+section{
    display: block;
  }
}
main>a#pc:first-child + section,
main>a#sp:nth-child(3) + section {
    padding-top: 50px;
}