@charset "UTF-8";
/* support
-------------------------------------------- */
.support {
  margin: 56px auto 80px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .support {
    margin: 24px auto 40px;
  }
}
.support__li {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    justify-content: space-between
}
.support_item {
    background: #FCF8F7;
    margin-bottom: 3.2rem;
    border-radius: 4px;
    width: 100%;
}
section:not(:last-child) .support__li{
    margin-bottom: 8rem;
}

.support_item--lg {
    padding: 4rem 4.2rem 3.5rem;
}

.support_item--lg .support__img {
    text-align: center;
}
.num-area {
    margin-bottom: 1rem;
}

.num {
    font-weight: bold;
    line-height: 100%
}

.num--brand {
    color: #d61518
}

.num--lg {
    color: #d61518;
    font-family: "Noto Sans",sans-serif;
    font-size: 8rem;
    font-weight: bold;
    line-height: 150%
}

.num--md {
    color: #d61518;
    font-family: "Noto Sans",sans-serif;
    font-size: 4rem;
    font-weight: bold;
    line-height: 150%;
    line-height: 100%
}

.num--sm {
    font-size: 1.8rem
}

.num--outline {
    text-stroke: 2px #d61518;
    -webkit-text-stroke: 1.5px #d61518;
    color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    text-align: center;
    display: block;
}

.num__ttl {
    color: #d61518;
    font-size: 1rem;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
}
.support__head {
    width:40%;
    flex-direction: column;
}
.support__body {
    width: calc(60% - 2rem);
}
.support__img img{
    max-height: 160px;
    mix-blend-mode: multiply;
}
.support__descarea {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.support__ttl {
    color: #d61518;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-block: 2rem;
}

.support__note {
    margin-bottom: 0.4rem;
    line-height: initial;
    margin-top: 0.4rem;
    font-size: 0.85em;
}
.support_tbl{
    border-collapse: collapse;
    border-spacing: 0;
    line-height: initial;
    width: 100%;
    table-layout: fixed;
}
.support_item .support_tbl:not(:last-child){
    margin-block: 2rem 3rem;
}
.support_item .support_tbl:last-child{
    margin-top: 2rem;
}
.support_tbl caption{
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
}
.support_tbl thead{
    background: #F7DFD4;
}
.support_tbl tbody{
    background: #fff;
}
.support_tbl thead th{
    padding: 12px;
    border: 1px solid #BDBDBD;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
}
.support_tbl thead th:nth-child(1){
    width: 60%;
}
.support_tbl tbody th,
.support_tbl tbody td{
    padding: 10px;
    font-weight: normal;
    border: 1px solid #BDBDBD;
    vertical-align: middle;
}
.g-table{
    max-width: 600px;
}
.g-table thead{
    background:#e7e4e4;
}
.g-table thead th,
.g-table tbody th,
.g-table tbody td{
    padding:5px 12px;
}
.g-table thead th:nth-child(1){
    width: 200px;
}
@media screen and (max-width: 768px) {
    .support__descarea{
        flex-direction: column;
        gap: 15px;
    }
    .support__head{
      width: 70%;
      align-items: flex-start;
    }
    .support__body{
        width: 100%;
    }
    .support_item{
        position: relative;
        margin-bottom: 1.5rem;
        border-radius: 0;
    }
    .num--outline,
    .num__ttl,
    .support__ttl{
        text-align: left;
    }
    .support_item .support__img{
        position: absolute;
        top:1rem;
        right:1rem;
    }
    .support__img img{
        max-height: 120px;
    }
    .support_item--lg{
        padding: 40px 5%;
    }
    .support_tbl thead th:nth-child(1){
      width: 50%;
    }
    .g-table thead th:nth-child(1){
      width: 125px;
    }
}