.faq__blockListItemQuestion {    position: relative;    cursor: pointer;    padding: 24px 20px;    display: flex}@media screen and (max-width: 480px) {    .faq__blockListItemQuestion {        padding:4vw .5333333333vw    }}.faq__blockListItemQuestion:before {    content: "Q";    flex: 0 0 35px;    color: #065fd4;    font-size: 24px;    line-height: 24px}@media screen and (max-width: 480px) {    .faq__blockListItemQuestion:before {        flex:0 0 30px;        font-size: 22px;        line-height: 22px    }}.faq__blockListItemQuestion:after {    content: "";    display: block;    width: 0;    height: 100%;    position: absolute;    top: 0;    left: 0;    background-color: #f7f8f9;    transition: width .3s ease-in-out;    z-index: -1}@media (hover: hover) and (pointer: fine) {    .faq__blockListItemQuestion:hover:after {        width:100%    }}@media screen and (max-width: 480px) {    .faq__blockListItemQuestionLabel {        margin-right:6vw    }}.faq__blockListItemQuestionIcon {    margin-top: 4px;    margin-left: auto;    position: relative;    width: 19px;    height: 19px;    flex: 0 0 19px}@media screen and (max-width: 480px) {    .faq__blockListItemQuestionIcon {        flex:0 0 4vw;        width: 4vw;        height: 4vw    }}.faq__blockListItemQuestionIcon:before,.faq__blockListItemQuestionIcon:after {    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%,-50%);    content: "";    background: #065fd4;    width: 100%;    height: 3px;    border-radius: 3px;    display: block}.faq__blockListItemQuestionIcon:after {    transform: translate(-50%,-50%) rotate(90deg)}.faq__blockListItemAnswer {    overflow: hidden;    max-height: 0;    transition: max-height .2s ease-in-out}.faq__blockListItemAnswerInner {    padding: 10px 49px 30px 20px;    display: flex}@media screen and (max-width: 480px) {    .faq__blockListItemAnswerInner {        padding:0 9.8666666667vw 4vw .5333333333vw    }}.faq__blockListItemAnswerInner:before {    content: "A";    flex: 0 0 35px;    color: #065fd4;    font-size: 24px;    line-height: 24px}@media screen and (max-width: 480px) {    .faq__blockListItemAnswerInner:before {        flex:0 0 30px;        font-size: 22px;        line-height: 22px    }}.faq__blockListItemAnswerText {    flex: 0 0 calc(100% - 35px);    word-break: break-all;    white-space: pre-line}@media screen and (max-width: 480px) {    .faq__blockListItemAnswerText {        flex:0 0 calc(100% - 30px)    }}.faq__blockListItemAnswerText a {    color: #065fd4}@media (hover: hover) and (pointer: fine) {    .faq__blockListItemAnswerText a:hover {        text-decoration:underline    }}.faq__blockListItemQuestionIcon:after {    opacity: 1}.faq__blockListItem .isExpand .faq__blockListItemQuestionIcon:after {    opacity:0}.faq__blockListItem .isExpand .faq__blockListItemAnswer {    max-height: 1200px}* {    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;    box-sizing: border-box}html,body {    overflow-x: hidden;    width: 100%}body * {    font-family: Roboto,YakuHanJP,Noto Sans JP,sans-serif;    -webkit-font-smoothing: antialiased}body {    overflow: hidden;    width: 100vw}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {    margin: 0;    padding: 0;    border: 0;    font-size: 100%;    font: inherit;    vertical-align: baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {    display: block}body {    line-height: 1}ol,ul {    list-style: none}blockquote,q {    quotes: none}blockquote:before,blockquote:after,q:before,q:after {    content: "";    content: none}table {    border-collapse: collapse;    border-spacing: 0}html {    font-size: calc(15px + .390625vw)}img {    width: 100%;    min-height: 100%;    max-width: 100%;    max-height: 100%;    object-fit: cover}a {    text-decoration: none;    color: inherit}.pc {    display: block}@media screen and (max-width: 768px) {    .pc {        display:none    }}@media screen and (max-width: 480px) {    .pc {        display:none    }}.tablet {    display: none}@media screen and (max-width: 768px) {    .tablet {        display:block    }}.sp {    display: none}@media screen and (max-width: 480px) {    .sp {        display:block    }}.link {    display: inline-block}.faq__inner {    padding: 120px 0 132px;    margin: 0 auto;    width: min(83.3333333333vw,1200px)}@media screen and (max-width: 1000px) {    .faq__inner {        padding:100px 0 120px    }}@media screen and (max-width: 768px) {    .faq__inner {        padding:80px 0 112px    }}@media screen and (max-width: 480px) {    .faq__inner {        width:92vw;        padding: 62px 0 94px    }}.faq__headingTitle {    font-weight: 900;    font-size: 68px;    line-height: 1.6;    color: #202121}@media screen and (max-width: 1200px) {    .faq__headingTitle {        font-size:65px    }}@media screen and (max-width: 1000px) {    .faq__headingTitle {        font-size:63px    }}@media screen and (max-width: 768px) {    .faq__headingTitle {        font-size:8.5333333333vw    }}@media screen and (max-width: 480px) {    .faq__headingTitle {        font-size:32px;        line-height: 1.4    }}.faq__block {    margin-top: 80px}@media screen and (max-width: 480px) {    .faq__block {        margin-top:16vw    }}.faq__blockMain {    margin-top: 30px}@media screen and (max-width: 480px) {    .faq__blockMain {        margin-top:5.3333333333vw    }}.faq__blockList {    font-weight: 500;    font-size: 16px;    line-height: 1.6;    color: #202121;    margin-top: 1em}.faq__blockList:first-child {    margin-top: 0}.faq__blockListItem {    border-top: 1px solid #dbe0df;    transition: all .3s ease-in-out;    position: relative}.faq__blockListItem:last-child {    border-bottom: 1px solid #dbe0df}