section.faq{
    margin-top: 100px;
    margin-bottom: 160px;
}

section.faq2{
    margin-bottom: 120px;
}

section.faq ul.faq_list li{
    position: relative;
}

section.faq dl{
    border-top: solid 1px #818181;
}

section.faq ul li:last-child dl{
    border-bottom: solid 1px #818181;
}

section.faq dl dt{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 190%;
    padding: 20px 125px 20px 0;
    min-height: 100px;
    padding-left: 122px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media screen and (min-width:1190px){

    section.faq dl dt:hover{
        opacity: 0.6;
    }

}

section.faq dl dt::before{
    position: absolute;
    content: '';
    background-image: url(../img/common/sq-faq-q_icon.svg);
    width: 62.6px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 30px;
    top: 20px;
}

section.faq dl dd{
    padding: 0 125px 20px 122px;
    display: none;
}

section.faq dl dd *{
    color: #818181;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
}

section.faq dl dd p:not(:last-child){
    margin-bottom: 30px;
}



section.faq dl dd table{
   border-collapse: collapse; 
   max-width: 337px;
   width: 100%;
   margin-bottom: 30px;
}

section.faq dl dd table.pattern02{
    max-width: 706px;
}

section.faq dl dd table tr{
    border-bottom: 0.7px solid #B8B8B8;
}

section.faq dl dd table tr th,section.faq dl dd table tr td{
    padding: 15px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

section.faq dl dd table tr th{
    padding-left: 30px;
}

section.faq dl dd table tr td{
    padding-right: 30px;
    text-align: right;
}

section.faq dl dd table.pattern02 tr td{
    text-align: left;
}

section.faq dl dd table.pattern02 tr td{
    padding-right: 0;
}

section.faq dl dd table tr:first-child{
    border-top: 0.7px solid #B8B8B8;
}

.space_between{
    justify-content: space-between;
}


.cross {
  position: absolute;
  right: 55px;
  top: calc(50% - 15px);
  width: 36px;
  height: 36px;
  cursor: pointer;
  transform: rotate(-45deg);
  transition: 0.5s;
}

.cross::before,
.cross::after {
  content: "";
  position: absolute;
  background-color: #004CA0;
}

.cross::before {
  width: 100%;
  height: 3px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.cross::after {
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: .5s;
}

section.faq li.active .cross::after {
  transform: translateX(-50%) rotate(135deg);
}


section.faq h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 180%;
    letter-spacing: 2.04px;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width:1190px){
    section.faq{
        margin-top: 60px;
        margin-bottom: 120px;
    }
    section.faq2{
        margin-bottom: 80px;
    }
    section.faq dl dt{
        padding: 20px 122px 20px 100px;
    }
    section.faq dl dd{
        padding: 0 125px 20px 100px;
    }
    section.faq dl dt::before{
        width: 40px;
        height: 40px;
    }
    section.faq dl dt{
        font-size: 18px;
        min-height: 80px;
    }
    section.faq dl dd *{
        font-size: 16px!important;
    }
    .cross {
        width: 25px;
        height: 25px;
        top: calc(50% - 7.5px);
    }
    section.faq h2{
        font-size: 26px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:500px){
        section.faq{
            margin-top: 50px;
            margin-bottom: 100px;
        }
        section.faq2{
            margin-bottom: 100px;
        }
       section.faq dl dt{
            padding: 20px 40px 20px 50px;
            min-height: 74px;
       }
       section.faq dl dd{
            padding: 0 40px 20px 50px;
        }
       section.faq dl dt::before{
        left: 0;
       }
       .cross{
        right: 10px;
       }
       section.faq dl dt{
            font-size: 16px;
        }
        section.faq dl dd *{
            font-size: 15px!important;
        }
        section.faq dl dd table.pattern02 tr th, section.faq dl dd table.pattern02 tr td{
            display: block;
            padding: 20px 10px 20px 10px;
        }
        section.faq dl dd table.pattern02 tr td{
            padding-top: 0;            
        }
        section.faq h2{
            font-size: 22px;
        }
}