/* Voice */
.voiceTT{
    width: 75rem;
    height: auto;
}

.voice01ImgL{
    width: 37.3rem;
    height: auto;
}

.voice01ImgR{
    width: 47.4rem;
    height: auto;
    transform: translate(-12.7rem, -5.6rem);
}

.vQAItem {
    padding-left: 11.2rem;
    padding-right: 2.5rem;
}

.vQA img{
    width: 6.9rem;
    height: auto;
    position: absolute;
    left: 2rem;
    top:0;
}

.voice02ImgL{
    width: 72.3rem;
    height: auto;
    z-index: 1;
}

.voice02ImgR{
    width: 35rem;
    height: auto;
    transform: translate(-31.3rem, 5.3rem);
    z-index: -1;
}
/* Feedback */
.feedBack{
    background: url(../img/feedback/fbbg.png) no-repeat;
    background-size: 100% 100%;
    padding: 2.5rem 0 2rem 0;
}

.feedBackTT{
    width: 59.1rem;
    height: auto;
    margin-bottom: 2rem;
}

.fBackDesc {
    width: 65rem;
    margin: 0 auto;
}

.fBackDescContent{
    position: absolute;
    width: 59rem;
    top: 35.7rem;
    left: 3rem;
}

.modalTT {
    width: 55.8rem;
    display: block;
    margin: 0 auto 2rem auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 102;
    padding: 3rem 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.modal::-webkit-scrollbar {
    display: none;
}
  
.modal-content {
    width: 65rem;
    padding: 3rem;
    box-sizing: border-box;
    background-image: url(https://zest-music.jp/ac/lp/music/counseling03/img/feedback/modalBorder.png);
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}
  
.closeModal {
    position: absolute;
    width: 4.8rem;
    right: 1.5rem;
    top: 1.5rem;
    cursor: pointer;
}

.btnModal {
    cursor: pointer;
}

/* Chart */
.chart{
    background: url(../img/chart/bg.jpg) no-repeat;
    background-size: 78rem auto;
    background-position: left top;
    padding-bottom: 7.5rem;
}
.chartTT{
    width: 84.2rem;
    height: auto;
    padding: 10rem 2rem 0 2rem;
    margin-bottom: 4rem;
}

.chartItem img{
    width: 52rem;
    height: auto;
    margin-bottom: -1rem;
}

.chartItem:nth-child(3) img{
    width: 64.9rem;
    height: auto;
}

.cItemDesc{
    position: absolute;
    top: 1.55rem;
    left: 18.3rem;
    text-align: center;
}

.cItemDesc02{
    position: absolute;
    top: 1.7rem;
    left: 10.8rem;
    text-align: center;
}

.cItemDesc00 {
    position: absolute;
    top: 1.8rem;
    left: 18rem;
    text-align: center;
}

/* Fee */
.fee{
    background: url(../img/fee/bg.png) no-repeat;
    width: 75rem;
    height: auto;
}

.feeTT{
    width: 42rem;
    height: auto;
    padding-top: 3rem;
}

.feeDesc{
    padding: 1rem 2rem 9rem 2rem;
}

/* FeeDetail */
.feeDetailLst{
    width: 71rem;
    height: auto;
    margin-top: -8rem;
}

.fDetailDesc{
    padding-left: 1.5rem;
    display: block;
}

/* Flow */
.flowTTImg{
    margin-bottom: 6rem;
    width: 68rem;
    height: auto;
}

.flowItemTtImg01{
    width: 54.4rem;
    height: auto;
    max-width: initial;
    margin: 0 0 2rem 2rem;
}

.flowItemTtImg02{
    width: 68.1rem;
    height: auto;
    margin: 0 0 2rem 2rem;
}

.flowItemTtImg03{
    width: 53.1rem;
    height: auto;
    margin: 0 0 3rem 2rem;
}

.flowItemImg{
    width: 60rem;
    height: auto;
    margin: 0 auto;
    display: block;
}

.flowItem::after{
    content: '';
    position: absolute;
    background: url(../img/register/arrw.svg);
    width: 10.8rem;
    height: 3rem;
    left: 33rem;
    bottom: -3rem;
}

.flowItemDesc::after{
    content: '';
    position: absolute;
    background: url(../img/register/arrw.svg);
    width: 10.8rem;
    height: 3rem;
    left: 33rem;
    bottom: -8rem;
}

.flowItemDesc{
    line-height: 7.8rem;
}

.flowItem:last-child:after{
    display: none;
}

.flow .w600 {
    margin-left: auto;
    margin-right: auto;
}

/* QA */
.faq_q{
    background: #00ADDE;
    color: #fff;
    cursor: pointer;
    position: relative;
    min-height: 11.3rem;
    display: flex;
    align-items: center;
    justify-items: center;
    padding-left: 7rem;
}

.faq_q::before {
    content: "";
    display: inline-block;
    background: url(../img/faq/q.svg) no-repeat center top;
    position: absolute;
    width: 3rem;
    height: 4.4rem;
    left: 2rem;
    top: 50%;
    transform: translate(0, -50%);
}

.faq_a{
    width: 100%;
    height: auto;
    background: #F2FFFF;
    position: relative;
    display: none;
    padding: 1.3rem 4rem 2rem 7rem;
}



.faq_a::before {
    content: "";
    display: inline-block;
    background: url(https://zest-music.jp/ac/lp/music/counseling03/img/faq/a.svg) no-repeat center top;
    position: absolute;
    width: 3rem;
    height: 4.4rem;
    top: 2.2rem;
    left: 2rem;
}

/* Footer */
#footer{
    width: 100%;
    background: url(../img/footer/bg.svg) no-repeat center top;
    background-size: 100% 100%;
    padding: 4rem 0 5rem 0;
    box-sizing: border-box;
}

.footerNav {
    width: 54.3rem;
    margin-left: 12rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
}

.footerNav a {
    text-decoration: none;
    display: inline-block;
    padding-left: 4rem;
    position: relative;
    color: #333333;
}

.footerNav a:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0 0.8rem 1.4rem;
    border-color: transparent transparent transparent #333333;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}