@charset "UTF-8";
/*=======================================
ABOUT
=========================================*/

.p-q_and_a {
    padding-top: 140px;
    padding-bottom: 100px;
    background-color: #F4F3F3;
    background-size: cover;
    height: auto;
    color: #636464;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.p-q_and_a__nav,
.p-q_and_a__spot {
    width: 960px;
    margin: 0 auto;
    padding-top: 40px;
}

.p-q_and_a__spot {
    text-align: center;
}

.p-q_and_a__spot h1 {
    font-size: 30px;
    color: #00A0CA;
    margin-bottom: 20px;
}

.p-q_and_a__nav ol {
    display: flex;
}

.p-q_and_a__nav ol li:first-child:after {
    content: '>';
    padding: 0 10px;
}

.p-q_and_a .facility_guidance {
    display: flex;
    margin: 80px auto 0;
    width: 960px;
    justify-content: space-between;
}
.p-q_and_a .facility_guidance ul {
    display: flex;
}

.p-q_and_a .facility_guidance ul li {
    margin-right: 30px;
}

.p-q_and_a .clinic {
    width: 960px;
    margin: 0 auto;
}

.p-q_and_a .clinic h1 {
    background-color: #ffffff;
    color: #00A0CA;
    font-size: 35px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    margin: 30px 0;
}

/* ================================= */
.toggle {
	display: none;
}
.q_and_a_label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #636464;
    border-top: 1px solid #636464;
    display: flex;
	/* background:#019ac6; */
}

.p-q_and_a .clinic .accordion{
    border-bottom: 1px solid #636464;
}

.q_and_a_label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #636464;
	border-right: 2px solid #636464;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.q_and_a_label .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
    display: flex;
}
.toggle:checked + .q_and_a_label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .q_and_a_label::before {
	transform: rotate(-45deg) !important;
}

.p-q_and_a .clinic .accordion span {
    margin-right: 20px;
}
/* ====================================================== */
/* ----------------------------- スマホ（～767px） */

@media (max-width: 767px) {

    .p-q_and_a {
        padding-top: 70px;
    }
    .p-q_and_a__nav,
    .p-q_and_a__spot {
        width: 93%;
    }

    .p-q_and_a .facility_guidance {
        width: 93%;
    }

    .p-q_and_a .clinic {
        width: 93%;
    }

    .p-q_and_a .clinic h1 {
        font-size: 23px;
    }

    .p-q_and_a .clinic .q_and_a_label .qa_p {
        width: 278px;
    }

    .p-q_and_a .clinic .q_and_a_label .qa_p br {
        display: none;
    }

    .p-q_and_a .facility_guidance ul li {
        margin: 0 15px ;
        text-align: center;
    }
}
