@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
 PC
 -------------------------------------------------------------------------------------------------*/
article::before {
    height: 960px;
}
#page-title p {
    width: clamp(70%, (1366px - 100vw)*1000, 100%);
}
.qa-list {
    padding: 80px 0;
}
.qa-list dt,
.qa-list dd {
    display: flex;
    align-items: baseline;
}
.qa-list dt {
    font-size: 2.8rem;
    position: relative;
}
.qa-list dt::before{
    content: '';
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
    height: 12px;
    background-color: #DCEEFF;
    z-index: -1;
}
.qa-list dt span {
    width: 100%;
}
.qa-list dd {
    font-size: 2rem;
    padding-bottom: 60px;
}
.qa-list dd div {
    width: 100%;
}
.qa-list b {
    font-size: 4rem;
    width: 5%;
}
.qa-list dt b {
    color: #104e88;
}
.qa-list dd b {
    color: #FF5806;
    width: 5.5%;
}

/*--------------------------------------------------------------------------------------------------
 PC-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1365px) {



}

/*--------------------------------------------------------------------------------------------------
 Tablet-SP
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

article::before {
    height: clamp(800px, 213vw, 820px);
}
.qa-list dt {
    font-size: clamp(2.4rem, 6vw, 2.8rem);
    line-height: 1.2;
    padding: 0 10px;
}
.qa-list dt::before {
    bottom: -0.5rem;
}
.qa-list dd {
    font-size: clamp(1.7rem, 4vw, 2rem);
    line-height: 1.6;
    padding: 0 10px 40px;
}
.qa-list b {
    width: 8%;
}
.qa-list dd b {
    width: 8%;
}

}

/*--------------------------------------------------------------------------------------------------
 SP-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

.qa-list b {
    width: 15%;
}
.qa-list dd b {
    width: 15%;
}

}
