@charset "utf-8";

/*クリニック メインビジュアル SP
---------------------------------------------*/
#mv_qa {
	position: relative;
	background-image: url(../img/qa/key-visual-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_qa:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
#mv_qa .jp_title {
	display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 5.1vw;
	font-weight: normal;
	letter-spacing: .2em;
	display: block;
	line-height: 1.4em;
}
#mv_qa .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
	margin-top: 0.4em;
}
/*クリニック メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_qa {
	background-image: url(../img/qa/key-visual.webp);
}
#mv_qa:before {
    content: "";
    display: block;
    padding-top: 20%;
  }
#mv_qa .jp_title {
	font-size: 40px;
}
#mv_qa .en_sub {
	font-size: 22px;
}
}	

/*タブ
---------------------------------------------*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}



/*h2タイトル 共通
---------------------------------------------*/
.clinic_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
.clinic_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
.clinic_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
@media screen and (min-width: 769px){
.clinic_heading .jp_title {
	font-size: 36px;
}
.clinic_heading .en_sub {
	font-size: 22px;
}
}

/* QA SP
********************************************/
/*ボックス全体*/
.qa_wrap {
	 margin: 2em auto;
}
.qa_wrap h2 {
	font-size: 6vw;
	text-align: center;
    font-family: "Kiwi Maru", sans-serif;
    font-weight: normal;
    color: #575757;
}
.qa_wrap .tx_intro {
	font-size: 4vw;
	text-align: center;
    color: #e88a95;
	margin: 20px auto;
	width: 94%;
	height: auto;
}
.qa_wrap .confirm_box {
	/*font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	max-width: 94%;/*最大幅*/
    margin: 2em auto;
	text-align: left;
}
/*ラベル*/
.qa_wrap label {
	display: block;
	margin: 0;
	padding : 5px 0;
	background: #fff;
	cursor : pointer;
	transition: all 0.5s;
	position: relative;
	font-size: 4vw;
	line-height: 1.4em;
	font-weight: bold;
	color: #E88A95;
}
.qa_wrap label:first-letter {
	font-size: 5vw;
	letter-spacing: 0.2em;
}
/*アイコンを表示*/
.qa_wrap label:after {
	content: "＋";
	position: absolute;
	right: 0;
}
/*チェックは隠す*/
.qa_wrap input {
    display: none;
}
/*中身を非表示にしておく*/
.qa_wrap .accshow {
    height: 0;
    padding: 5px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}
.qa_wrap .accshow ul {
	padding: 1em;
	width: 99%;
	margin: 5px auto 20px;
	background-color: #FEF3F3;
}
.qa_wrap .accshow li {
	margin: 0;
	height: auto;
	padding: 0.3em;
	box-sizing: border-box;
}
.qa_wrap .accshow li .a_farst {
	font-size: 5vw;
	letter-spacing: 0.4em;
}
.qa_wrap .accshow a {
	text-decoration: none;
	font-size: 14px;
}
/*アイコンを入れ替える*/
.cssacc:checked + label:after {
    content: "−";
}
.qa_wrap .faq_box {
	margin: 1em 0;
	padding: 0;
	border-bottom: dashed 1px #ccc;
}
/*QA PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.qa_wrap {
	 margin: 20px 0;
}
.qa_wrap h2 {
    font-size: 33px;
    font-weight: normal;
    color: #575757;
}
.qa_wrap .tx_intro {
	font-size: 20px;
}
.qa_wrap .confirm_box{
	max-width:1000px;
	margin:0 auto;
	padding: 20px 0;
	text-align: left;
}
.qa_wrap label {
	font-size: 18px;
}
.qa_wrap label:first-letter {
	font-size: 28px;
}
.qa_wrap label:after {
	right: 5px;
}
.qa_wrap .accshow li {
}
.qa_wrap .accshow li .a_farst {
	font-size: 28px;
}
.qa_wrap .accshow a {
	text-decoration: none;
	font-size: 16px;
}
}


/* 医師が解説 SP
********************************************/
/*ボックス全体*/
.dr_cmt_wrap {
	 margin: 2em auto;
}
.dr_cmt_wrap h2 {
	font-size: 6vw;
	text-align: center;
    font-family: "Kiwi Maru", sans-serif;
    font-weight: normal;
    color: #575757;
}
.dr_cmt_index {
	width: 94%;
	margin: 0 auto;
}
.dr_cmt_index ul {
	text-align: left;
}
.dr_cmt_index ul li {
	font-size: 4vw;
	margin: 0;
	padding: 0.8em 0;
	border-bottom: dashed 1px #ccc;
	line-height: 1.4em;
}
.dr_cmt_index a {
	color: #e88a95;
	display: block;
	position: relative;
	vertical-align: middle;
}
.dr_cmt_index a::after {
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
} 

/*医師が解説 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.dr_cmt_wrap {
	 margin: 20px 0;
}
.dr_cmt_wrap h2 {
    font-size: 33px;
    font-weight: normal;
    color: #575757;
}
.dr_cmt_index {
	width: 1000px;
	height: auto;
	margin: 10px auto 40px;
}
.dr_cmt_index ul {
	text-align: left;
}
.dr_cmt_index ul li {
	font-size: 18px;
	padding: 20px 5px;
}
.dr_cmt_index a::after {
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 10px;
} 
}

/*タブ SP
---------------------------------------------*/
.qa_tab {
	width: 96%;
	height: auto;
	margin: 10px auto 40px; 
}
.qa_tab ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qa_tab li {
	width: 48%;
	height: auto;
	font-size: 3.5vw;
	line-height: 1.4em;
	margin: 0.75em auto 0;
	padding: 1em 0.75em;
	position: relative;
	vertical-align: middle;
	background-color: #F5F5F5;
}
.qa_tab li::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 2vw;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 2vw;
}
.qa_tab li.current {
	background-color: #FFE4E3;
}
.qa_tab ul::after {/* 最後の行左寄せスペース */
	display: block;
	content:"";
	width: 50%;
}
.qa_tab li a {
	display: inline-block;
	width: 100%;
	height: auto;
}
/*タブ PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.qa_tab {
	width: 1000px;
	height: auto;
	margin: 40px auto;
	padding: 0;
}
.qa_tab ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qa_tab li {
	width: 492px;
	margin: 8px 0;
	font-size: 16px;
	font-weight: 700;
	padding: 1em 1.25em;
}
.qa_tab li::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 8px;
}
}


/*施術囲み
---------------------------------------------*/
.qa_type_treatment{
}
.qa_type_treatment .qa_h3{
	font-size: 5.6vw;
	text-align: center;
	font-family: "Kiwi Maru", sans-serif;
	margin-top: 40px;
	margin-bo: 0;
}
@media screen and (min-width: 769px){
.qa_type_treatment .qa_h3{
	font-size: 28px;	
}
}	
	
	
/*痛みはどうでしょうか？　テーブル
---------------------------------------------*/	
.pain_wrap{
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0 10px 5px;
	background-color: #fff;
	overflow:scroll;
}
.pain_condition{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.pain_condition caption{
	text-align: left;
}
.pain_condition th,td{
	font-size: 3vw;
	text-align: center;
	padding: 0.3em;
	border: solid 1px #999;
	white-space: nowrap;
}
.pain_condition th{
	background-color: #F5F5F5;
}
.pain_condition .tx_female{
	color: #E88A95;
}
.pain_condition .tx_men{
	color: #88A4C6;
}
.pain_condition .cell_female{
	background-color: #FFE4E3;
}
.pain_condition .cell_men{
	background-color: #DFEBF6;
}
.pain_condition .star_female{
	color: #E88A95;
}
.pain_condition .star_men{
	color: #88A4C6;
}
@media screen and (min-width: 769px){
.pain_wrap{
	overflow:hidden;
}
.pain_condition th,td{
	font-size: 13px;
}	
}		
	
	