@charset "UTF-8";

#qa {
    padding: 5.5vw;
    background-color: #f7f4f4;
}

#qa hr {
    border:none;
    background-color: #b5b5b5;
    height: 1px;
}

#qa dl {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#qa dt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2vw;
    cursor: pointer;
    font-weight: normal;
    color: #52577e;
}

#qa dt .q {
    font-size: 2.222vw;
    color: #52577e;
    margin-right: 1vw;
}

#qa dt .qtext {
    width: 100%;
}

#qa dt .IconPlus {
}

#qa dt:hover {
    cursor: pointer;
}

#qa dd {
    display: none;
    position: relative;
    font-size: 2vw;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #5e5e5e;
    margin-inline-end: 2.7vw;
}

#qa dd .a {
  object-fit: contain;
  font-size: 2.222vw;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #cd2929;
}

.rotateOpen {
    transition: .5s ;
    transform: rotateZ( 45deg ) ;
}

.rotateClose {
    transition: .5s ;
    transform: rotateZ( 0deg ) ;
}

@media screen and (max-width: 600px) {
    #qa {
        padding: 5.5vw 0;
    }
    #qa dt {
        margin-left: 3vw ;
        margin-right: 3vw ;
    }
    #qa dt, #qa dl .atext {
        font-size: 5vw;
    }
    #qa dt .q, #qa dl .a {
        font-size: 6vw;
    }
}