@charset "UTF-8";

/****************************************************************

	faq

****************************************************************/

.container .container-min {
    padding: 0 5% 10% 5%;
}

.container {
    background-color: #f2f2f1;
    margin: 20px 0
}

.container .post_row {
    margin: 0;
}

.container .container-min .post_row {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.container-min {
    padding: 0 10% 10% 10%;
}

.container-min>h2 {
    margin: 50px 0 20px;
    font-weight: bold;
}

.post_row {
    position: relative;
}

.container-min .float-left p {
    padding: 10px 0;
}

.post_col.post_col-1 {
    width: 10%;
    background-color: #54B6D4;
    height: 50px;
}

.post_col.post_col-3 {
    width: 80%;
    margin: 0;
    padding: 0;
    /* height: 50px; */
    background-color: #54B6D4;
}

.p-entry__body p {
    margin: 0;
    /* float: left; */
}

a.q_button.bt_blue {
    background: #54B6D4;
    height: 50px;
    width: 33.333%;
    font-size: larger;
}

a.q_button.bt_blue:hover {
    background: #A1D7E7;
}

.QA-h1 {
    font-size: 4em;
    border-bottom: solid 2px #54B6D4;
    border-width: 2px;
    /* float: left; */
    margin-bottom: 0 !important;
    width: auto;
    margin-right: 30px;
    font-weight: bold;
}

h2 {
    padding-top: 30px;
    font-weight: bold;
}

.p-entry__body a.q_button_gray_button {
    color: white;
    background-color: #cccccc;
    padding: 10px;
    font-size: 1.1rem;
    margin-left: 20px;
}

.p-entry__body p {
    margin-top: 30px;
}

.float-left {
    /* float: left; */
}

.float-left h2 {
    margin-bottom: 0 !important;
    font-weight: bold;
}

.float-left p {
    margin: 0 !important;
}

label {
    cursor: pointer;
}

.question-box {
    background-color: white;
    margin-bottom: 20px;
    cursor: pointer;
}

.question-min {
    background-color: white;
    padding: 10px 20px;
    font-size: 1.1rem;
    height: auto;
    display: flex;
}

.question-box:hover {
    box-shadow: 0 5px 5px gray;
    transform: translate(-1px, -3px);
}


.answer {
    padding: 20px;
    font-size: 1.1rem;
    /* height: 50px; */
    display: none;
}



.Q-box {
    width: 8%;
    /* float: left; */
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.high2 {
    /* line-height: normal; */
}

.Q-box.pink {
    width: 8%;
    /* float: left; */
    font-weight: bold;
    font-size: 1.3rem;
    align-self: auto;
    margin-top: 5px;
}

.p-box {
    width: 84%;
    /* float: left; */
    padding: 0 10px 0 0;
    line-height: 1.8;
    font-weight: bold;
    align-self: center;
    display: inline-block;
}

.plus-box20,
.plus-box21,
.plus-box22,
.plus-box23,
.plus-box24 {
    font-size: 2rem;
}

.plus-box20:before,
.plus-box21:before,
.plus-box22:before,
.plus-box23:before,
.plus-box24:before {
    content: "+";
}

.on:before {
    content: "×" !important;
    font-size: 25px !important;
}

.plus {
    /* line-height: 3rem; */
}

.answer.an20 {
    /* height: 70px; */
}

.center {
    width: 100%;
    text-align: center;
}

p.center {
    margin-bottom: 30px;
    margin-top: 80px;
}

.bottom-button-area {
    text-align: center;
}

.bottom-button-area a {
    background: #54B6D4;
    color: white !important;
    padding: 10px 50px;
    border-radius: 20px;
}



.accordion_title_span:before,
.accordion_title_span:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #022173;
    top: 48%;
    right: 0;
}

@media screen and (max-width: 870px) {
    .post_col.post_col-1 {
        display: none;
    }

    .post_col.post_col-3 {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .container-min>h2 {
        margin: 25px 0 20px;
    }

    .container .container-min .post_row {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {

    .faq1 .q_a1 {
        margin: auto;
    }
    
}

@media screen and (max-width: 640px) {
    .p-box {
        font-size: 14px;
    }

    .answer .p-box {
        font-weight: normal;
    }

    .float-left p {
        margin-left: auto;
    }

    a.q_button.bt_blue {
        width: 100%;
        font-size: 16px;
        max-width: 100%;
    }

    a.q_button.bt_blue:nth-of-type(-n+2) {
        border-bottom: 1px solid #fff;
    }

    h1.QA-h1 {
        font-size: 25px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .p-entry__body h2 {
        font-size: 20px !important;
    }

    .p-entry__body a.q_button_gray_button {
        font-size: 12px;
        padding: 5px;
        margin-left: 10px;
    }

    p.center {
        margin-top: 30px;
    }
}


@media screen and (max-width: 510px) {
    .on:before {
        font-size: 20px;
    }
}






/*--------------------------------
	コピペの必要あり
--------------------------------*/

.plus-box1:before,
.plus-box2:before,
.plus-box3:before,
.plus-box4:before,
.plus-box5:before,
.plus-box6:before,
.plus-box7:before,
.plus-box8:before,
.plus-box9:before {
    content: "+";
    font-size: 35px;
}


.plus-box10:before,
.plus-box11:before,
.plus-box12:before,
.plus-box13:before,
.plus-box14:before,
.plus-box15:before,
.plus-box16:before,
.plus-box17:before,
.plus-box18:before {
    content: "+";
    font-size: 35px;
}

.plus-box20:before,
.plus-box21:before,
.plus-box22:before,
.plus-box23:before,
.plus-box24:before {
    content: "+";
    font-size: 35px;
}

.plus-box25:before,
.plus-box26:before,
.plus-box27:before,
.plus-box28:before,
.plus-box29:before,
.plus-box30:before,
.plus-box31:before {
    content: "+";
    font-size: 35px;
}















/* @media screen and (max-width:750px) {
    .post_col.post_col-1 {
        width: 0%;
        background-color: none;
        height: 0px;
    }

    .post_col.post_col-3 {
        width: 100%;
    }

    .answer.an20 {
        height: 90px;
    }
}

@media screen and (max-width:620px) {
    a.q_button.bt_blue {
        font-size: 1.2rem;
        padding: 5px;
        min-width: 100px;
    }

    h1.QA-h1 {
        font-size: 2rem;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .p-entry__body h2 {
        font-size: 1.0rem;
        line-height: 1.0rem;
        padding-top: 20px;
    }

    a.q_button_gray_button {
        font-size: 0.7rem;
        padding: 4px;
        margin-left: 5px;
        top: 20px;
    }

    .p-box {
        width: 82%;
    }

    .p-entry__body p {
        margin-top: 12px;
    }

    .answer.an20 {
        height: 120px;
    }

    .answer.an21 {
        height: 90px;
    }

    .answer.an22,
    .answer.an23 {
        height: 70px;
    }

    .answer.an24 {
        height: 90px;
    }
}

@media screen and (max-width:510px) {
    .post_col.post_col-3 {
        height: auto;
    }

    a.q_button.bt_blue {
        font-size: 0.8rem;
        height: auto;
    }

    h1.QA-h1 {
        font-size: 1.8rem;
    }

    .plus-box20,
    .plus-box21,
    .plus-box22,
    .plus-box23,
    .plus-box24 {
        font-size: 1.3rem;
    }

    .plus-box {
        font-size: 1rem;
    }

    .p-box {
        font-size: 0.8rem;
    }

    .question-min {
        height: 40px;
    }

    .high2 {
        height: 60px;
    }
}

@media screen and (max-width: 510px) {
    .Q-box.pink {
        width: 10%;
    }

    .p-box {
        width: 75%;
    }

    .plus-box1.plus.on {
        line-height: 1rem;
    }

    .plus {
        line-height: 1rem;
    }
}

@media screen and (max-width: 380px) {
    a.q_button.bt_blue {
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 950px) {
    .answer.an24 {
        height: 70px;
    }
}

@media screen and (max-width: 710px) {
    .answer.an21 {
        height: 70px;
    }

    .answer.an22 {
        height: 70px;
    }

    .answer.an24 {
        height: 90px;
    }
}

@media screen and (max-width: 650px) {
    .answer.an20 {
        height: 110px;
    }

    .answer.an23 {
        height: 70px;
    }
}

@media screen and (max-width: 615px) {
    .answer.an20 {
        height: 130px;
    }
}

.answer.an21 {
    height: 90px;
}
}

@media screen and (max-width: 440px) {
    .answer.an20 {
        height: 150px;
    }

    .answer.an22 {
        height: 90px;
    }

    .answer.an24 {
        height: 110px;
    }
}

@media screen and (max-width: 376px) {
    .answer.an21 {
        height: 100px;
    }

    .answer.an23 {
        height: 90px;
    }

    .answer.an20 {
        height: 150px;
    }
}

@media screen and (max-width: 321px) {
    .answer.an20 {
        height: 170px;
    }

    .answer.an21 {
        height: 130px;
    }

    .answer.an22 {
        height: 110px;
    }

    .answer.an24 {
        height: 130px;
    }

    div#qu24 {
        height: 80px;
    }
} */