.problems__list{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.problems__list__item{border:1px solid #000}@media screen and (min-width:768px){.problems__list__item{width:48%}}@media screen and (max-width:767.9px){.problems__list__item{padding:0;width:100%}}.problems__list__item:nth-child(n+3){margin-top:50px}@media screen and (min-width:768px) and (max-width:1049.9px){.problems__list__item:nth-child(n+3){margin-top:40px}}@media screen and (max-width:767.9px){.problems__list__item:not(:first-child){margin-top:30px}}.problems__list__item .problems__list__question{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:2.1rem;font-weight:700;line-height:1.5;padding:23px 35px 20px 15px;position:relative}@media screen and (min-width:768px) and (max-width:1049.9px){.problems__list__item .problems__list__question{font-size:1.5rem}}@media screen and (max-width:767.9px){.problems__list__item .problems__list__question{font-size:1.5rem}}.problems__list__item .problems__list__question:before{border-right:1px solid #000;content:"Q";display:inline-block;font-family:Roboto,sans-serif;font-size:1.8rem;font-weight:700;margin-right:10px;padding-right:10px}@media screen and (min-width:1050px){.problems__list__item .problems__list__question:before{font-size:2.4rem}}.problems__list__item .problems__list__question .accordion-icon{height:20px;position:absolute;right:13px;top:30px;width:20px}@media screen and (max-width:767.9px){.problems__list__item .problems__list__question .accordion-icon{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.problems__list__item .problems__list__question .accordion-icon:after,.problems__list__item .problems__list__question .accordion-icon:before{background-color:#000;content:"";display:block;height:1px;position:relative;top:10px;-webkit-transition:opacity .2s ease,transform .2s ease;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;width:20px}.problems__list__item .problems__list__question .accordion-icon:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.problems__list__item .problems__list__answer{border-top:1px dashed #bfbfbf;display:none;padding:23px 35px 20px 15px}.problems__list__item .problems__list__answer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.problems__list__item .problems__list__answer__inner:before{border-right:1px solid #000;color:#bfbfbf;content:"A";display:inline-block;font-family:Roboto,sans-serif;font-size:1.8rem;font-weight:700;margin-right:10px;padding-right:10px}@media screen and (min-width:1050px){.problems__list__item .problems__list__answer__inner:before{font-size:2.4rem}}.problems__list__item.is-active
	.problems__list__question
	.accordion-icon:before{opacity:0}.problems__list__item.is-active
	.problems__list__question
	.accordion-icon:after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.problems__summary.paragraph{background-color:#fffc00;color:#000;font-family:noto-sans-cjk-jp-bold,sans-serif;font-size:3.4rem;font-weight:700;line-height:2;margin-top:100px;padding:80px;text-align:center}@media screen and (max-width:767.9px){.problems__summary.paragraph{font-size:2rem;margin-top:70px;padding:45px 20px}}.problems__summary.paragraph .problems__summary__row:before{height:4px}.problems__summary .logo-text{font-family:var(--font-default-bold)}