@charset "utf-8";
/* CSS Document */

/*ご利用ガイド　調整用*/

#question__wrap{
    display: block;
    width: 1000px;
    margin: auto;
    padding-top: 20px;
    color: #545454;
}

#question__wrap .breadcrumbs ul li{
    display: inline-block;
}

#question__wrap .breadcrumbs ul li:not(:last-child)::after{
    content: '/';
    padding: 0 5px;
}

#question__wrap .ttlBox{
    margin: 50px auto 56px;
    text-align: center;
}

/* MAIN WRAP */

.main__wrap{
    max-width: 800px;
    margin: 0 auto;
}

.q__ttl{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 10px;
    letter-spacing: 0.05em;
}

/* TITLE */
.question__ttl{
    font-size: 34px;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    letter-spacing: 0.05em;

    padding-bottom: 20px;
}

.question__subTtl{
    font-size: 13px;
}

/* QUESTION LIST GRID */
.question__menu{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.question__menu li{
    width: 190px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    border-radius: 9px;
    margin-bottom: 20px;
}
.question__menu li:not(:nth-of-type(4n+1)){
margin-left: 13px;
}

.question__menu .question__menu--list{
    margin-left: -12px;
    height: 65px;
    padding-top: 25px;
}

.question__menu .question__menu--list::after{
    content: '';
    position: absolute;
    top: 26px;
    right: 14px;
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    border-right: 3px solid;
    border-bottom: 3px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #f5515a;
}

/* SECTION QUESTION */

.question__list{
    margin-bottom: 80px;
}

.question__list .question{
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 9px;
    margin-bottom: 10px;
    padding: 25px 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.question__list .answer{
    display: none;
    width: 100%;
    padding: 25px 30px;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.question__list li a{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

/* ACCORDION */

.accordionbox .title{
    position: relative;
}

.accordion_icon,
.accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.accordion_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    /* float: right;
    margin-right: 5px; */
    right: 15px;
    /*bottom: 15px;*/
    top:45%;
}
.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #545454;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
/*レスポンシブ用ヘッダー調整*/
#Head > .inner {
    width: 100%;
}
#Wrap_lower.onlyDefault{
width: 100%;
}
/*//レスポンシブ用ヘッダー調整　ここまで*/

#question__wrap {
width: 90%;
max-width: 780px;
}

}

@media screen and (max-width: 767px){

    .main__wrap{
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
#question__wrap {
  width: calc(710 * 100vw / 750);
}
.area_ttl h2 .noto {
font-size: calc(48 * (100vw / 750));
margin: 0;
}
#question__wrap .question__menu{
width: 100%;
justify-content: space-between;
}
#question__wrap .question__menu li{
width: 49%;
margin: 0 0 12px 0;
}
#question__wrap .question__menu .question__menu--list{
width: 100%;
margin-left: calc(-36 * (100vw / 750));
font-size: calc(24 * (100vw / 750));
padding: calc(52 * 100vw / 750) 0 calc(25 * 100vw / 750) 0;
}
.question__menu .question__menu--list::after{
    right: calc(25 * 100vw / 750);
}
.q__ttl {
font-size: calc(32 * (100vw / 750));
}
.question__list .question {
font-size: calc(30 * (100vw / 750));
}
.question__list .answer {
font-size: calc(30 * (100vw / 750));
}

}