@charset "UTF-8";

/*メインビジュアル SP
---------------------------------------------*/
#mv_block {
	position: relative;
	background-image: url(../img/aga/main_sp.webp);
	background-size:  cover; 
	width: 100%;
    height: 126.7vw;
}
#mv_block img {
    width: 100%;
	height: auto;
}
#mv_block .title {
	position: absolute;
    width: 80vw;
    height: auto;
	top: 47%;
	right: 0;
}
#mv_block .note {
    position: absolute;
    width: 57vw;
    height: auto;
	top: 64.5%;
	right: 11.5vw;
}
#mv_block .price {
    display: block;
	position: absolute;
    width: 91.5vw;
	top: 64%;/*note無しの場合68%*/ 
	left: 3vw;
}
#mv_block .sub {
    display: block;
	position: absolute;
	width: 54vw;
	bottom: 11%;/*note無しの場合3%*/ 
	left: 24vw;
}
#mv_block .note2 {
	display: block;
	position: absolute;
	width: 88vw;
	bottom: 2%;
	left: 5vw;
	font-size: 2.1vw;
	line-height: 1.3;
	color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}	
#mv_block .tx_caution {
	color: #FF3333;
	font-weight: bold;
}	

/*メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_block {
    height: 55.7vw;
	background-image: url(../img/aga/main.webp);
}
#mv_block .title {
    width: 44vw;
    height: auto;
	top: 12%;
	left: 48vw;
}
#mv_block .note {
    width: 32vw;
    height: auto;
	top: 36%;
	left: 53vw;
}
#mv_block .price {
    width: 37.5vw;
	top: 47%;/*note無しの場合45%*/ 
	left: 43vw;
}
#mv_block .sub {
	width: 26vw;
	top: 73%;/*note無しの場合77%*/ 
	left: 46.5vw;
}
#mv_block .note2 {
	width: 31vw;
	top: 86%;
	left: 41vw;
	font-size: 1vw;
	line-height: 1.4;
	letter-spacing: 0.05em;
}	
}


/*上部説明文
---------------------------------------------*/
.notes_top{
    width: 92%;
    margin: 20px auto; 
}
.notes_top p{
    font-size: 3vw;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (min-width: 769px){
.notes_top{
    width: 1000px;
}
.notes_top p{
    font-size: 13px;
}
}

/*AGAの治療は長く続きます。 SP
---------------------------------------------*/
.long_time_block {
	width: 100%;
	height: auto;
    background-color: #dfe8ec;
    padding: 7vw 3%;
}
.long_time_block .box_01 {
    text-align: center;
    border-radius: 12px;
    background: linear-gradient(90deg, rgb(70, 103, 145), rgb(161, 186, 204));
    padding: 5vw 3vw;
}
.long_time_block .box_01 h2 {
    font-size: 6.8vw;
    color: #ffffa8;
}
.long_time_block .box_01 p {
    font-size: 4vw;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    margin-top: 2vw;
}
.long_time_block .box_01 a {
    color: #ffffa8;
    display: block;
}
.long_time_block .box_01 img {
    margin-top: 10px;
}
.long_time_block .box_01 hr {
    width: 100%;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #fff;
}
/*下二列 SP
---------------------------------------------*/
.long_time_block .tow_rows{
    width: 100%;
    margin: 20px auto;
}
.long_time_block .box_02 {
    width: 100%;
    margin: 20px 0;
    padding: 5vw 0;
    background-color: #fff;
    border: solid 4px #426589;
    border-radius: 12px;
    text-align: center;
}
.long_time_block .box_02 h3 {
    font-size: 5vw;
}
.long_time_block .box_02 p {
    font-size: 4vw;
    text-align: center;
} 
.long_time_block .box_02 .period{
    font-size: 5vw;
    font-weight: bold;
}
 .long_time_block .box_02 .price{
    font-size: 9vw;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
     line-height: 1.2;
}
.long_time_block .box_02 .yen{
    font-size: 5vw;
}
.long_time_block .box_02 .tax{
    font-size: 3vw;
}
.long_time_block .box_02 .or{
    font-size: 4.6vw;
    font-weight: bold;
    color: #fff;
    background-color: #90adc7;
    width: 20vw;
    height: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px auto;
    border-radius: 50%;
}
.long_time_block .notes{
    font-size: 3vw;
}
.long_time_block .notes a {
    color: #6485b2;
     text-decoration:underline;
}

/*AGAの治療は長く続きます。 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.long_time_block {
    padding: 50px 0;
}
.long_time_block .box_01 {
    width: 1000px;
    margin: auto;
    padding: 20px 0;
}
.long_time_block .box_01 h2 {
    font-size: 42px;
}
.long_time_block .box_01 p {
    font-size: 20px;
    margin-top: 15px;
}
.long_time_block .box_01 hr {
    width: 75%;
}
/*下二列 PC
---------------------------------------------*/
.long_time_block .tow_rows{
    width: 1000px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
.long_time_block .box_02 {
    width: 475px;
    padding: 20px 0;
    background-color: #fff;
    border: solid 4px #426589;
    border-radius: 12px;
}
.long_time_block .box_02 h3 {
    font-size: 22px;
}
.long_time_block .box_02 p {
    font-size: 18px;
}   
.long_time_block .box_02 .period{
    font-size: 22px;
    font-weight: bold;
}
 .long_time_block .box_02 .price{
    font-size: 42px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
     line-height: 1.2;
}
.long_time_block .box_02 .yen{
    font-size: 20px;
}
.long_time_block .box_02 .tax{
    font-size: 12px;
}
.long_time_block .box_02 .or{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #90adc7;
    width: 80px;
    height: 50px;
}
.long_time_block .notes{
    width: 1000px;
    margin: -30px auto 0;
    font-size: 13px;
}
.long_time_block .notes{
    width: 1000px;
    margin: -30px auto 0;
    font-size: 13px;
}
}

/*バナー あおばクリニックのAGA治療 SP
---------------------------------------------*/
.bnr_aga_price{
    width: 100%;
    background: linear-gradient(90deg, rgb(161, 186, 204), rgb(92, 121, 158));
    text-align: center;
    padding: 4vw 0 0 0;
}
.bnr_aga_price a{
    display: block;
}
.bnr_aga_price img{
    width: 90%;
    height: auto;
}
.bnr_aga_price p{
    text-align: center;
    font-size: 4.6vw;
    letter-spacing: 0.15em;
    color: #fff;
    display: block;
    background: linear-gradient(90deg, rgb(130, 160, 183), rgb(62, 89, 128));
    margin-top: 10px;
    padding: 10px 0;
    position: relative;
}
.bnr_aga_price p::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 2vw;
	top: 50%;
    left: calc(50% + 4em);
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
/*バナー あおばクリニックのAGA治療 pc
---------------------------------------------*/
@media screen and (min-width: 769px){
.bnr_aga_price{
    padding: 30px 0 0 0;
}
.bnr_aga_price img{
    width: 100%;
    max-width: 861px;
    height: auto;
}
.bnr_aga_price p{
    font-size: 28px;
}
.bnr_aga_price p::after {
	height: 14px;
	right: 14px;
    width: 14px;
}
}


/*AGAとは？ SP
---------------------------------------------*/
.what_block {
	width: 100%;
	height: auto;
}
.what_block .inner{
    width: 94%;
    margin: auto;
	padding: 40px 0 10px;
}

.what_block .tx01{
	margin: 20px 0;
	text-align: center;
}
.what_block .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 1.4em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point01.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.what_block .tx01 p{
	margin: 10px 0 0;
}
.what_block .tx01 img{
	width: 50%;
	height: auto;
	margin: 15px auto;
}

.what_block .tx02{
	margin: 20px 0;
	text-align: center;
}
.what_block .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point02.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.what_block .tx02 p{
	margin: 10px 0 0;
}
.what_block .tx02 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}
	
.what_block .tx03{
	margin: 20px 0;
	text-align: center;
}
.what_block .tx03 .head03{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point03.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.what_block .tx03 p{
	margin: 10px 0 0;
}
.what_block .tx03 img{
	width: 50%;
	height: auto;
	margin: 15px auto;
}

.what_block .tx04{
	margin: 20px 0;
	text-align: center;
}
.what_block .tx04 .head04{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point04.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.what_block .tx04 p{
	margin: 10px 0 0;
}
.what_block .tx04 img{
	width: 100%;
	height: auto;
	margin: 15px auto;
}

/* 強調青文字 */
.what_block .emp{
    font-size: 130%;
    color: #537aaa;
}

/*AGAとは？ PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.what_block {
}
.what_block .inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding:  50px 0;
}
    
.what_block .tx01{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.what_block .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 21px;
    line-height: 3em;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.what_block .tx01 p{
    margin: 15px 0 0;
}
.what_block .tx01 img{
	width: 305px;
	height: auto;
	margin-left: 40px;
}
	
.what_block .tx02{
	margin: 60px 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.what_block .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.what_block .tx02 p{
    margin: 15px 0 0;
}
.what_block .tx02 img{
	width: 390px;
	height: auto;
    margin-left: 0;
	margin-right: 40px;
}

.what_block .tx03{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.what_block .tx03 .head03{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.what_block .tx03 p{
    margin: 15px 0 0;
}
.what_block .tx03 img{
	width: 307px;
	height: auto;
	margin-left: 40px;
}
    
.what_block .tx04{
	margin: 60px 0;
	
}
.what_block .tx04 .head04{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.what_block .tx04 p{
    margin: 15px 0 0;
}
.what_block .tx04 img{
	width: 817px;
	height: auto;
	margin-left: 40px;
}
}

/*AGAの治療 SP
---------------------------------------------*/
.treatment_block {
	width: 100%;
	height: auto;
    background-color: #f2f2f2;
}
.treatment_block .inner{
    width: 94%;
    margin: auto;
	padding: 40px 0 10px;
}

.treatment_block .tx01{
	margin: 20px 0;
	text-align: center;
}
.treatment_block .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point01.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.treatment_block .tx01 p{
	margin: 10px 0 0;
}
.treatment_block .tx01 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}

.treatment_block .tx02{
	margin: 20px 0;
	text-align: center;
}
.treatment_block .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point02.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.treatment_block .tx02 p{
	margin: 10px 0 0;
}
	
.treatment_block .tx03{
	margin: 20px 0;
	text-align: center;
}
.treatment_block .tx03 .head03{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point03.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.treatment_block .tx03 p{
	margin: 10px 0 0;
}
.treatment_block .tx03 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}

/*AGAの治療 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.treatment_block {
}
.treatment_block .inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding:  50px 0;
}
    
.treatment_block .tx01{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.treatment_block .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 21px;
    line-height: 3em;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.treatment_block .tx01 p{
    margin: 15px 0 0;
}
.treatment_block .tx01 img{
	width: 390px;
	height: auto;
	margin-left: 40px;
}
	
.treatment_block .tx02{
	margin: 60px 0;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
}
.treatment_block .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.treatment_block .tx02 p{
    margin: 15px 0 0;
}

.treatment_block .tx03{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.treatment_block .tx03 .head03{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.treatment_block .tx03 p{
    margin: 15px 0 0;
}
.treatment_block .tx03 img{
	width: 390px;
	height: auto;
	margin-left: 40px;
}
}


/*ミノキシジル内服　高い発毛効果 SP
---------------------------------------------*/
.effect_block {
	width: 100%;
	height: auto;
}
.effect_block .inner{
    width: 94%;
    margin: auto;
	padding: 40px 0 10px;
}
.effect_block .inner .exp{
    text-align: center;
    margin: 20px auto 30px;
}
.effect_block .tx01{
	margin: 20px 0;
	text-align: center;
}
.effect_block .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point01.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.effect_block .tx01 p{
	margin: 10px 0 0;
}
.effect_block .tx01 img{
	width: 50%;
	height: auto;
	margin: 15px auto;
}

.effect_block .tx02{
	margin: 20px 0;
	text-align: center;
}
.effect_block .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point02.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.effect_block .tx02 p{
	margin: 10px 0 0;
}
.effect_block .tx02 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}
	
.effect_block .tx03{
	margin: 20px 0;
	text-align: center;
}
.effect_block .tx03 .head03{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point03.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.effect_block .tx03 p{
	margin: 10px 0 0;
}
.effect_block .tx03 img{
	width: 50%;
	height: auto;
	margin: 15px auto;
}

.effect_block .tx04{
	margin: 20px 0;
	text-align: center;
}
.effect_block .tx04 .head04{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point04.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.effect_block .tx04 p{
	margin: 10px 0 0;
}
.effect_block .tx04 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}

/* 強調青文字 */
.effect_block .emp{
    font-size: 130%;
    color: #537aaa;
}

/*ミノキシジル内服　高い発毛効果 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.effect_block {
}
.effect_block .inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding:  50px 0;
}
.effect_block .inner .exp{
    text-align: center;
    margin: 40px auto 30px;
}
    
.effect_block .tx01{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.effect_block .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 21px;
    line-height: 3em;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.effect_block .tx01 p{
    margin: 15px 0 0;
}
.effect_block .tx01 img{
	width: 305px;
	height: auto;
	margin-left: 40px;
}
	
.effect_block .tx02{
	margin: 60px 0;
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.effect_block .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.effect_block .tx02 p{
    margin: 15px 0 0;
}
.effect_block .tx02 img{
	width: 390px;
	height: auto;
    margin-left: 0;
	margin-right: 40px;
}

.effect_block .tx03{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.effect_block .tx03 .head03{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.effect_block .tx03 p{
    margin: 15px 0 0;
}
.effect_block .tx03 img{
	width: 307px;
	height: auto;
	margin-left: 40px;
}
    
.effect_block .tx04{
	margin: 60px 0;
    display: flex;
    justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	
}
.effect_block .tx04 .head04{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.effect_block .tx04 p{
    margin: 15px 0 0;
}
.effect_block .tx04 img{
	width: 390px;
	height: auto;
	margin-left: 40px;
}
}


/*フィナステリド・デュタステリド内服 AGA進行を予防 SP
---------------------------------------------*/
.prevention_block {
	width: 100%;
	height: auto;
    background-color: #f2f2f2;
}
.prevention_block .inner{
    width: 94%;
    margin: auto;
	padding: 40px 0 10px;
}
.prevention_block .inner .exp{
    text-align: center;
    margin: 20px auto 30px;
}
.prevention_block .tx01{
	margin: 20px 0;
	text-align: center;
}
.prevention_block .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point01.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.prevention_block .tx01 p{
	margin: 10px 0 0;
}

.prevention_block .tx02{
	margin: 20px 0;
	text-align: center;
}
.prevention_block .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point02.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.prevention_block .tx02 p{
	margin: 10px 0 0;
}
	
.prevention_block .tx03{
	margin: 20px 0;
	text-align: center;
}
.prevention_block .tx03 .head03{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 1.4em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point03.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.prevention_block .tx03 p{
	margin: 10px 0 0;
}

.prevention_block .tx04{
	margin: 20px 0;
	text-align: center;
}
.prevention_block .tx04 .head04{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/aga/fig_point04.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.prevention_block .tx04 p{
	margin: 10px 0 0;
}

/* 強調青文字 */
.prevention_block .emp{
    font-size: 130%;
    color: #537aaa;
}

/*フィナステリド・デュタステリド内服 AGA進行を予防 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.prevention_block {
}
.prevention_block .inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding:  50px 0;
}
.prevention_block .inner .exp{
    text-align: center;
    margin: 40px auto 30px;
}
    
.prevention_block .tx01{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.prevention_block .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 21px;
    line-height: 3em;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.prevention_block .tx01 p{
    margin: 15px 0 0;
}
	
.prevention_block .tx02{
	margin: 60px 0;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
}
.prevention_block .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.prevention_block .tx02 p{
    margin: 15px 0 0;
}

.prevention_block .tx03{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.prevention_block .tx03 .head03{
	width: 810px;
	height: auto;
    line-height: 3em;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.prevention_block .tx03 p{
    margin: 15px 0 0;
}
    
.prevention_block .tx04{
	margin: 60px 0;
    display: flex;
    justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	
}
.prevention_block .tx04 .head04{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.prevention_block .tx04 p{
    margin: 15px 0 0;
}
}


/*AGA治療薬の外用 SP
---------------------------------------------*/
.external_medicine_block {
	width: 100%;
	height: auto;
}
.external_medicine_block .inner{
    width: 94%;
    margin: 0 auto;
	padding: 40px 0;
}
.external_medicine_block .detail_box{
    margin-top: 20px;
    text-align: center;
}
.external_medicine_block .detail_box img{
    width: 70%;
    height: auto;
    margin: 20px auto;
}

/*AGA治療薬の外用 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.external_medicine_block {
}
.external_medicine_block .inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding:  50px 0 20px;
}
.external_medicine_block .detail_box{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.external_medicine_block .detail_box img{
    width: 391px;
    height: auto;
    margin: 0;
}
}


/*AGA治療 対応クリニック SP
---------------------------------------------*/
.aga_treatment_block {
	width: 100%;
	height: auto;
}
.aga_treatment_block .inner{
    width: 98%;
    margin: auto;
	padding: 10px 0 20px;
}
.aga_treatment_block .inner .wrap{
}

/*AGA治療 対応クリニック PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.aga_treatment_block {
}
.aga_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: auto;
    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;;
}
}



/*AGA治療 対応クリニックご予約ボタンはこちら
---------------------------------------------*/
.btn-aga {
    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-aga {
    display: flex;
    font-size: 20px;
    height: 70px;
    max-width: 600px;
    width: 100%;
}
}
/*注意書き*/
.aga_notice{
	text-align: center;
	font-size: 3.4vw;
	margin: 15px auto;
	display: block;
	color: #f00;
}
@media (min-width: 769px) {
.aga_notice{
	text-align: center;
	font-size: 15px;
	margin: 15px auto;
}	
}	
	

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

