@charset "UTF-8";

/*@media screen and (max-width: 768px){}*/


/*メインビジュアル SP
---------------------------------------------*/
#mv_docter_comment {
	position: relative;
	background-image: url(../img/hifu/shot-main-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_docter_comment:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
#mv_docter_comment .title {
	font-family: 'Noto Serif JP', serif;
	font-size: 6.5vw;
	font-weight: normal;
	display: block;
	font-feature-settings: "palt";
	line-height: 1.3em;
}
#mv_docter_comment .title_small{
	font-size: 5.6vw;
}
#mv_docter_comment .title .tx_small{
	font-size: 3.2vw;
}
#mv_docter_comment .sub {
	display: block;
	font-size: 5vw;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-feature-settings: "palt";
}
#mv_docter_comment .sub span {
	font-size: 3.5vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	display: block;
}

/*メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_docter_comment {
	background-image: url(../img/hifu/shot-main.webp);
}
#mv_docter_comment:before {
    content: "";
    display: block;
    padding-top: 20%;
  }
#mv_docter_comment .title {
	font-size: 40px;
	font-feature-settings: "palt";
}
#mv_docter_comment .title_small{
	font-size: 34px;
	font-feature-settings: "palt";
}
#mv_docter_comment .title .tx_small{
	font-size: 20px;
}
#mv_docter_comment .sub {
	font-size: 22px;
}
#mv_docter_comment .sub span {
	font-size: 13px;
}
}	

/*序文 SP
---------------------------------------------*/
#docter_cmt_intro {
	width: 94%;
	height: auto;
	background-image: url(../img/hifu/shot-exp-back-sp.webp);
	background-size:  cover; 
	font-family: 'Noto Serif JP', serif;
	margin: 40px auto 10px;
	padding: 0.75em;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#docter_cmt_intro:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
/*低価格の都度払いを維持するために必要なルール 上下padding追加*/
.docter_cmt_intro_padding {
    padding: 1.5em 0.75em!important;
}
#docter_cmt_intro p {
	font-size: 4.1vw;
	text-align: center;
    letter-spacing: -0.05em;
}
#docter_cmt_intro p span {
	color: #d25965;
}
#docter_cmt_intro span.tx_small{
	color: #575757;
	font-size: 70%;
	line-height: 1.4em;
	display: inline-block;
	margin-top: 0.5em;
	text-align: left;
}
#docter_cmt_intro .detail{
	font-size: 75%;
	display: inline-block;
    text-decoration: underline;
    margin-bottom: 0.5em;
}
#docter_name {
	width: 94%;
	height: auto;
	margin: 0 auto 30px;
}
#docter_name p {
	text-align: right;
}
.docter_cmt_intro_sub{
	width: 94%;
	height: auto;
	font-family: 'Noto Serif JP', serif;
	margin: 0 auto 10px;
	padding: 0.5em 1em;
	background-color: #f4f4f4;
}
.docter_cmt_intro_sub p{
	margin-top: 1em;
	margin-bottom: 1em;
}

/*序文 PC
---------------------------------------------*/	
@media screen and (min-width: 769px){
#docter_cmt_intro {
	width: 1000px;
	height: auto;
	background-image: url(../img/hifu/shot-exp-back.webp);
	background-size: contain;
    background-repeat: no-repeat;
	padding: 5px 0;
    background-color: #f5f5f5;
}
#docter_cmt_intro:before {
    content: "";
    display: block;
    padding-top: 19%;
  }
/*低価格の都度払いを維持するために必要なルール 上下padding追加*/
.docter_cmt_intro_padding {
    padding: 30px 0!important;
}
#docter_cmt_intro p {
	font-size: 18px;
	text-align: center;
    letter-spacing: 0;
}
#docter_cmt_intro p span {
	color: #d25965;
}
#docter_cmt_intro span.tx_small{
	text-align: center;
}
#docter_cmt_intro .detail{
    margin-bottom: 0;
}
#docter_name {
	width: 1000px;
	height: auto;
	margin: 0 auto 40px;
}
.docter_cmt_intro_sub{
	width: 1000px;
	padding: 20px 40px;
	background-color: #f4f4f4;
	box-sizing: border-box;
}
}	


/*目次 SP
---------------------------------------------*/
.docter_cmt_index {
	width: 92%;
	height: auto;
	margin: 10px auto 20px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.docter_cmt_index h2 {
	font-size: 5vw;
}
.docter_cmt_index ul {
	text-align: left;
}
.docter_cmt_index ul li {
	font-size: 3.6vw;
	margin: 0;
	padding: 0.8em;
	border-bottom: dashed 1px #999;
	line-height: 1.4em;
}
.docter_cmt_index a {
	display: block;
	position: relative;
	vertical-align: middle;
}
.docter_cmt_index a::after {
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 1vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
} 

/*目次 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.docter_cmt_index {
	width: 720px;
	height: auto;
	margin: 10px auto 40px;
}
.docter_cmt_index h2 {
	font-size: 22px;
}
.docter_cmt_index ul {
	text-align: left;
}
.docter_cmt_index ul li {
	font-size: 17px;
	padding: 0.6em;
}
.docter_cmt_index a::after {
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 1%;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 10px;
} 
}

/*point01 SP
---------------------------------------------*/
.docter_cmt_point01 {
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	padding: 45px 0 10px;
	text-align: center;
}
.docter_cmt_point01 .point01_heading {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20vw;
	height: 20vw;
	background: #e0e0e0;
	border-radius: 10vw;
	margin: 0 auto;
}
.docter_cmt_point01 .point01_heading p {
	position: absolute;
	font-family: 'Noto Serif JP', serif;
	font-size: 6vw;
	font-weight: normal;
}
.docter_cmt_point01 .point01_heading p span {
	font-size: 120%;
}
.docter_cmt_point01 article {
	margin: 20px 3%;
}
.docter_cmt_point01 article h2 {
	font-size: 5.5vw;
	font-family: 'Noto Serif JP', serif;
	color: #e88a95;
	line-height: 1.5em;
	margin-bottom: 12px;
}
.docter_cmt_point01 article h2 .tx_small{
	font-size: 4.8vw;
}
.docter_cmt_point01 hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: solid 1px #aaa;
}
.docter_cmt_point01 article p {
	margin-top: 10px;
	padding-top: 20px;
	width: 100%;
}
.docter_cmt_point01 p .tx_bold{
    font-size: 120%;
    font-weight: bold;
}
.docter_cmt_point01 article a {
	color: #e88a95;
}
.docter_cmt_point01 article img {
	width: 98%;
	height: auto;
	margin: 20px auto 10px;
}
/*point01 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.docter_cmt_point01 {
	padding: 80px 0 10px;
}
.docter_cmt_point01 .point01_heading {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.docter_cmt_point01 .point01_heading p {
	text-align: center;
	font-size: 28px;
}
.docter_cmt_point01 article {
	width: 800px;
	margin: 20px auto;
}
.docter_cmt_point01 article h2 {
	font-size: 28px;
}
.docter_cmt_point01 article h2 .tx_small{
	font-size: 20px;
}
.docter_cmt_point01 p {
}
.docter_cmt_point01 p .tx_bold{
}
.docter_cmt_point01 article img {
	width: 400px;
	height: auto;
}
}


/*point02 SP
---------------------------------------------*/
.docter_cmt_point02 {
	width: 100%;
	height: auto;
	padding: 45px 0 20px;
	text-align: center;
	background-image: url(../img/hifu/point2-back-sp.webp);
	background-size: cover; 
}
.docter_cmt_point02 .point02_heading {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20vw;
	height: 20vw;
	background: #eab2ba;
	border-radius: 10vw;
	margin: 0 auto;
}
.docter_cmt_point02 .point02_heading p {
	position: absolute;
	font-family: 'Noto Serif JP', serif;
	font-size: 6vw;
	font-weight: normal;
}
.docter_cmt_point02 .point02_heading p span {
	font-size: 120%;
}
.docter_cmt_point02 article {
	width: 94%;
	height: auto;
	margin: 20px auto;
}
.docter_cmt_point02 article h2 {
	font-size: 5.5vw;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 12px;
	line-height: 1.5em;
}
.docter_cmt_point02 hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: solid 1px #aaa;
}
.docter_cmt_point02 article p {
	margin-top: 10px;
	padding-top: 20px;
	width: 100%;
}
.docter_cmt_point02 article .border_none {
	border-top: none;
	margin-top: 0;
}
.docter_cmt_point02 article a {
	color: #e88a95;
}
.docter_cmt_point02 article img {
	width: 98%;
	height: auto;
	margin: 20px auto 0;
}
/*point02 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.docter_cmt_point02 {
	margin-top: 0;
	padding: 80px 0 40px;
	background-image: url(../img/hifu/point2-back.webp);
	background-size:  cover; 
}
.docter_cmt_point02 .point02_heading {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.docter_cmt_point02 .point02_heading p {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
}
.docter_cmt_point02 article {
	width: 800px;
	margin: 20px auto;
}
.docter_cmt_point02 article h2 {
	font-size: 28px;
}
.docter_cmt_point02 p {
}
.docter_cmt_point02 article img {
	width: 400px;
	height: auto;
}
}

/*point04 SP
---------------------------------------------*/
.docter_cmt_point04 {
	width: 100%;
	height: auto;
	padding: 45px 0 20px;
	text-align: center;
	background-image: url(../img/hifu/point4-back-sp.webp);
	background-size:  cover; 
}
.docter_cmt_point04 .point04_heading {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20vw;
	height: 20vw;
	background: #eab2ba;
	border-radius: 10vw;
	margin: 0 auto;
}
.docter_cmt_point04 .point04_heading p {
	position: absolute;
	font-family: 'Noto Serif JP', serif;
	font-size: 6vw;
	font-weight: normal;
}
.docter_cmt_point04 .point04_heading p span {
	font-size: 120%;
}
.docter_cmt_point04 article {
	width: 94%;
	height: auto;
	margin: 20px auto;
}
.docter_cmt_point04 article h2 {
	font-size: 5.5vw;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 12px;
	line-height: 1.5em;
}
.docter_cmt_point04 hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: solid 1px #aaa;
}
.docter_cmt_point04 article p {
	margin-top: 10px;
	padding-top: 20px;
	width: 100%;
}
.docter_cmt_point04 article .border_none {
	border-top: none;
	margin-top: 0;
}
.docter_cmt_point04 article a {
	color: #e88a95;
}
.docter_cmt_point04 article img {
	width: 98%;
	height: auto;
	margin: 20px auto 0;
}
/*point04 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.docter_cmt_point04 {
	margin-top: 0;
	padding: 80px 0 40px;
	background-image: url(../img/hifu/point4-back.webp);
	background-size:  cover; 
}
.docter_cmt_point04 .point04_heading {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.docter_cmt_point04 .point04_heading p {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
}
.docter_cmt_point04 article {
	width: 800px;
	margin: 20px auto;
}
.docter_cmt_point04 article h2 {
	font-size: 28px;
}
.docter_cmt_point04 p {
}
.docter_cmt_point04 article img {
	width: 400px;
	height: auto;
}
}

/*point06 SP
---------------------------------------------*/
.docter_cmt_point06 {
	width: 100%;
	height: auto;
	padding: 45px 0 20px;
	text-align: center;
	background-image: url(../img/hifu/point6-back-sp.webp);
	background-size:  cover; 
}
.docter_cmt_point06 .point06_heading {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20vw;
	height: 20vw;
	background: #eab2ba;
	border-radius: 10vw;
	margin: 0 auto;
}
.docter_cmt_point06 .point06_heading p {
	position: absolute;
	font-family: 'Noto Serif JP', serif;
	font-size: 6vw;
	font-weight: normal;
}
.docter_cmt_point06 .point06_heading p span {
	font-size: 120%;
}
.docter_cmt_point06 article {
	width: 94%;
	height: auto;
	margin: 20px auto;
}
.docter_cmt_point06 article h2 {
	font-size: 5.5vw;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 12px;
	line-height: 1.5em;
}
.docter_cmt_point06 hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: solid 1px #aaa;
}
.docter_cmt_point06 article p {
	margin-top: 10px;
	padding-top: 20px;
	width: 100%;
}
.docter_cmt_point06 article .border_none {
	border-top: none;
	margin-top: 0;
}
.docter_cmt_point06 article a {
	color: #e88a95;
}
.docter_cmt_point06 article img {
	width: 98%;
	height: auto;
	margin: 20px auto 0;
}
/*point06 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.docter_cmt_point06 {
	margin-top: 0;
	padding: 80px 0 40px;
	background-image: url(../img/hifu/point6-back.webp);
	background-size:  cover; 
}
.docter_cmt_point06 .point06_heading {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.docter_cmt_point06 .point06_heading p {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
}
.docter_cmt_point06 article {
	width: 800px;
	margin: 20px auto;
}
.docter_cmt_point06 article h2 {
	font-size: 28px;
}
.docter_cmt_point06 p {
}
.docter_cmt_point06 article img {
	width: 400px;
	height: auto;
}
}


/*point08 SP
---------------------------------------------*/
.docter_cmt_point08 {
	width: 100%;
	height: auto;
	padding: 45px 0 20px;
	text-align: center;
	background-image: url(../img/hifu/point8-back-sp.webp);
	background-size:  cover; 
}
.docter_cmt_point08 .point08_heading {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20vw;
	height: 20vw;
	background: #eab2ba;
	border-radius: 10vw;
	margin: 0 auto;
}
.docter_cmt_point08 .point08_heading p {
	position: absolute;
	font-family: 'Noto Serif JP', serif;
	font-size: 6vw;
	font-weight: normal;
}
.docter_cmt_point08 .point08_heading p span {
	font-size: 120%;
}
.docter_cmt_point08 article {
	width: 94%;
	height: auto;
	margin: 20px auto;
}
.docter_cmt_point08 article h2 {
	font-size: 5.5vw;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 12px;
	line-height: 1.5em;
}
.docter_cmt_point08 hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: solid 1px #aaa;
}
.docter_cmt_point08 article p {
	margin-top: 10px;
	padding-top: 20px;
	width: 100%;
}
.docter_cmt_point08 article .border_none {
	border-top: none;
	margin-top: 0;
}
.docter_cmt_point08 article a {
	color: #e88a95;
}
.docter_cmt_point08 article img {
	width: 98%;
	height: auto;
	margin: 20px auto 0;
}
/*point08 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.docter_cmt_point08 {
	margin-top: 0;
	padding: 80px 0 40px;
	background-image: url(../img/hifu/point8-back.webp);
	background-size:  cover; 
}
.docter_cmt_point08 .point08_heading {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.docter_cmt_point08 .point08_heading p {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
}
.docter_cmt_point08 article {
	width: 800px;
	margin: 20px auto;
}
.docter_cmt_point08 article h2 {
	font-size: 28px;
}
.docter_cmt_point08 p {
}
.docter_cmt_point08 article img {
	width: 400px;
	height: auto;
}
}


/*文責、経歴 SP
---------------------------------------------*/
#doctor_career {
	width: 88%;
	height: auto;
	margin: 40px auto;
	padding: 20px 5px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#doctor_career dl {
	 display: flex;
	 flex-wrap: wrap;
	 width: 100%;
}
#doctor_career dt {
	width: 15%;
	padding-bottom: 20px;
}
#doctor_career dd {
	width: 85%;
	padding-bottom: 20px;
}
/*文責、経歴 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#doctor_career {
	width: 800px;
	height: auto;
	margin: 50px auto;
	padding: 20px 50px 0;
}
#doctor_career dt {
	width: 10%;
}
#doctor_career dd {
	width: 90%;
}
}


/*ハイフについてのその他のポイントはこちら SP
---------------------------------------------*/
#doctor_exp_other {
	width: 88%;
	height: auto;
	margin: 30px auto;
	text-align: center;
}
#doctor_exp_other h4 {
	font-size: 4vw;
	font-family: 'Noto Serif JP', serif;
}
#doctor_exp_other ul {
	width: 100%;
	height: auto;
	margin: 10px 0;
}
#doctor_exp_other li {
	margin: 7px 0;
}
#doctor_exp_other li a {
	display: block;
	padding: 0.5em 0;
	background-color: #f4f4f4;
}
#doctor_exp_other li .tx_small {
	font-size: 83%;
    line-height: 1.4em;
}
#doctor_exp_other .height_adjust {
	padding: 1.5em 0;
}
/*ハイフについてのその他のポイントはこちら PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#doctor_exp_other {
	width: 800px;
	height: auto;
	margin: 40px auto;
	text-align: center;
}
#doctor_exp_other h4 {
	font-size: 23px;
}
#doctor_exp_other ul {
	width: 100%;
	height: auto;
	flex-flow: wrap;
	justify-content:center;
		align-items: center;
}
#doctor_exp_other li {
	width: 48%;
	height: auto;
	font-size: 16px;
	margin: 8px 4px;
	display: inline-block;
	vertical-align: bottom;
	line-height: 22px;
}
#doctor_exp_other li a {
	display: block;
	padding: 10px 0;
	background-color: #f4f4f4;
}
#doctor_exp_other li .tx_small {
    line-height: 1.09em;
}
#doctor_exp_other .height_adjust {
	padding: 21px 0;
}
}	
	
	
/*詳細アコーディオン PC
---------------------------------------------*/
.more_box {
	margin: 1em 0 0;
	text-align: left;
}
/*ボックス全体*/
.detail {
    margin: 0.5em auto 0;
    padding: 0;
    max-width: 800px;/*最大幅*/
}
/*ラベル*/
.detail label {
	display: inline-block;
	color: #e88a95;
	cursor : pointer;
	transition: all 0.5s;
	position: relative;
	padding-right: 1em;
}
/*＞を表示*/
.detail label:after {
	border-right: 1px solid #e88a95;
    border-top: 1px solid #e88a95;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
	top: 50%;
	right: 0;
    transform: translate(0, -50%) rotate(45deg);
    width: 10px;
}
/*チェックは隠す*/
.detail input {
    display: none;
}
/*中身を非表示にしておく*/
.detail .detail_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
	margin-top: 10px;
	border: solid 1px #ccc;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
}
.detail .cssacc:checked + label{
}
/*クリックで中身表示*/
.detail .cssacc:checked + label + .detail_show {
    height: auto;
    opacity: 1;
	padding: 1.5em;
}
.detail .detail_show h4 {
	font-size: 21px;
	font-family: 'Noto Serif JP', serif;
    color: #e88a95;
	text-align: center;
	padding-bottom: 0.5em;
	line-height: 1.4em;
	position: relative;
}
.detail .detail_show h4::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; /* 位置調整 */
	transform: translate(-50%); /* 位置調整 */
	bottom: -5px; /* 下線の上下位置調整 */
	width: 40px; /* 下線の幅 */
	height: 1px; /* 下線の太さ */
	background-color: #e88a95; /* 下線の色 */
}

.detail .detail_show p {
	margin: 1em 0;
	/*display: flex;*/
	align-items: center;
	text-align: left;
	line-height: 1.6em;
}
.detail .detail_show p:after {
	content: "";
	flex-grow: 1;
	display: block;
}
.detail .detail_show p:after {
	margin-left: .4em;
}	
/*アイコンを入れ替える*/
.detail .cssacc:checked + label:after {
	border-right: 1px solid #e88a95;
    border-top: 1px solid #e88a95;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
	top: 40%;
    transform: translate(0, -50%) rotate(135deg);
    width: 10px;
}
.detail .close_btn {
	width: 5em;
	display: block;
	padding: 0.5em 0.75em;
	border: solid 1px #ccc;
	margin: 1em auto 0;
	text-align: center;
}
.detail .close_btn:after {
	border: none;
}

/*詳細アコーディオン SP
---------------------------------------------*/
@media screen and (max-width: 767px){
.more_box {
	margin: 0.5em 0 0;
}
/*ボックス全体*/
.detail {
    margin: 0.5em auto 0;
    padding: 0;
    max-width: 100%;/*最大幅*/
}
/*ラベル*/
.detail label {
	margin: 0;
	color: #e88a95;
	font-weight: bold;
	cursor : pointer;
	transition: all 0.5s;
	position: relative;
	text-align: left;
	line-height: 1.4em;
	display: inline-block;
}
/*アイコンを表示*/
.detail label:after {
	border-right: 1px solid #e88a95;
    border-top: 1px solid #e88a95;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
	top: 50%;
	right: 0;
    transform: translate(0, -50%) rotate(45deg);
    width: 8px;
}
/*チェックは隠す*/
.detail input {
    display: none;
}
/*中身を非表示にしておく*/
.detail .detail_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
	margin-top: 0.5em;
}
.cssacc:checked + label{
}
/*クリックで中身表示*/
.cssacc:checked + label + .detail_show {
    height: auto;
    opacity: 1;
	padding: 1em;
}
.detail .detail_show h4 {
	font-size: 4.6vw;
	font-family: 'Noto Serif JP', serif;
    color: #e88a95;
	text-align: center;
	line-height: 1.4em;
}
.detail .detail_show p {
	margin: 0 0 0.5em;
	/*display: flex;*/
	align-items: center;
	text-align: justify;
}
.detail .detail_show p:after {
	content: "";
	flex-grow: 1;
	display: block;
}
.detail .detail_show p:after {
	margin-left: .4em;
}	
/*アイコンを入れ替える*/
.detail .cssacc:checked + label:after {
    border-right: 1px solid #e88a95;
    border-top: 1px solid #e88a95;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
	top: 40%;
    transform: translate(0, -50%) rotate(135deg);
    width: 8px;
}
}

/*youtube埋め込み*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*注釈文字*/
.docter_tx_exp{
	font-size: 2.8vw;
}
@media screen and (min-width: 768px){
.docter_tx_exp{
	font-size: 12px;
}	
}

/*　Q&Aに戻る ボタン
---------------------------------------------*/
.btn_qa_return{
	width: 100%;
	height: auto;
	display: block;
	margin: 20px 0 30px;
}
.btn_qa_return a{
	width: 88%;
	height: 13.2vw;
	letter-spacing: 0.1em;
	color: #575757;
	margin:1em auto;
	font-size: 3.8vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffe4e3;
}
@media screen and (min-width: 769px){
.btn_qa_return{
	width: 480px;
	/*width: 100%;*/
	height: auto;
	margin: 30px auto 50px;
	text-align: center;
}
.btn_qa_return a{
	width: 100%;
	height: 70px!important;
	height: auto;
	font-size: 18px;
}
}

/*　文字色
---------------------------------------------*/
.tx_answer_pink{
	color: #e88a95;
}

