@charset "UTF-8";




/*イソトレチノイン内服 対応クリニック SP
---------------------------------------------*/
.treatment_block {
	width: 100%;
	height: auto;
    margin-top: 30px;
}
.treatment_block .inner{
    width: 98%;
    margin: auto;
	padding: 10px 0 20px;
}
.treatment_block .inner .wrap{
}

/*イソトレチノイン内服 対応クリニック PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.treatment_block {
    margin-top: 50px;
}
.treatment_block .inner{
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding:  10px 0;
}
}


/* アコーディオン SP
********************************************/
/*ボックス全体*/
.clinic_box {
	font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 2em auto;
    max-width: 94%;/*最大幅*/
	text-align: left;
}
/*ラベル*/
.clinic_box label {
	display: block;
	margin: 0;
	padding : 0.5em 0.75em;
	color: #fff;
	background: #eaa1aa;
	cursor : pointer;
	transition: all 0.5s;
	position: relative;
	font-size: 4vw;
	line-height: 1.4em;
    border-radius: 3px;
}
/*アイコンを表示*/
.clinic_box label:after {
	content: "＋";
	position: absolute;
	right: 10px;
}
/*チェックは隠す*/
.clinic_box input {
    display: none;
}
/*中身を非表示にしておく*/
.clinic_box .accshow {
    height: 0;
    padding: 5px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}
/*クリックで中身表示*/
.clinic_box .css_acc:checked + label + .accshow {
    height: auto;
    background: #fff;
    opacity: 1;
    padding: 0;
}
.clinic_box .accshow {
	margin: 0px;
	padding: 0px;
}

.clinic_box .accshow p:after {
	margin-left: .4em;
}	
/*アイコンを入れ替える*/
.clinic_box .css_acc:checked + label:after {
    content: "−";
}
.clinic_box .area_box {
	margin: 1em 0;
	padding: 0;
}

.clinic_box .accshow {
	display: block;
}
.clinic_box .accshow article{
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.clinic_box .accshow article .tx_box{
    width: 55%;
    height: auto;
    display: inline-block;
}
.clinic_box .accshow article .tx_box .partner{
    font-size: 3vw;
    line-height: 1;
    margin: 0 0 7px;
}
.clinic_box .accshow article .tx_box h1{
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.2;
}
.clinic_box .accshow article .tx_box p{
    font-size: 3.2vw;
    line-height: 1.4;
    margin-top: 10px;
}
.clinic_box .accshow article .tx_box .tel{
    font-size: 3.8vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.clinic_box .accshow article iframe{
    width: 40%;
    height: 35vw;
}
.clinic_box .accshow article .reservation{
    width: 100%;
    text-align: center;
    color: #e78994;
    border: solid 1px #e78994;
    margin: 13px 0;
    padding: 10px 0;
    font-size: 4vw;
    font-weight: bold;
}


/*アコーディオン PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.clinic_box{
	max-width:100%;
	margin:0 auto;
	padding: 20px 0;
	text-align: left;
}
/*ラベル*/
.clinic_box label {
	padding : 14px;
	font-size: 18px;
	line-height: 1em;
}
.clinic_box label:after {
	right: 15px;
}
.clinic_box .accshow {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.clinic_box .accshow article{
    width: 430px;
    height: auto;
}
.clinic_box .accshow article .tx_box{
    width: 240px;
    height: 175px;
    display: inline-block;
}
.clinic_box .accshow article .tx_box .partner{
    font-size: 12px;
}
.clinic_box .accshow article .tx_box h1{
    font-size: 19px;
}
.clinic_box .accshow article .tx_box p{
    font-size: 13px;
}
.clinic_box .accshow article .tx_box .tel{
    font-size: 18px;
}
.clinic_box .accshow article iframe{
    width: 160px;
    height: 160px;
}
.clinic_box .accshow article .reservation{
    font-size: 17px;;
}
}



/*イソトレチノイン内服 対応クリニックご予約ボタンはこちら
---------------------------------------------*/
.btn-reservations {
    align-items: center;
    background-color: #e88a95;
    color: #fff;
    display: flex;
    font-size: 3.6vw;
    height: 15.2vw;
    justify-content: center;
    letter-spacing: .3em;
    margin: 0 auto;
    width: 78.7vw;
}
@media (min-width: 769px) {
.btn-reservations {
    display: flex;
    font-size: 20px;
    height: 70px;
    max-width: 600px;
    width: 100%;
}
}

/*処方までの流れ（ご来院）STEP1の画像調整
---------------------------------------------*/
@media (min-width: 769px) {
.step_wrap{
    align-items: flex-start;
}
}

