@charset "UTF-8";

/*ピコレーザー メインビジュアル SP
---------------------------------------------*/
#mv_picolaser {
	position: relative;
	background-image: url(../img/picolaser/main-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_picolaser:before {
    content: "";
    display: block;
    padding-top: 63%;
  }
#mv_picolaser .sub {
	display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 3.4vw;
	font-weight: normal;
	letter-spacing: -0.1em;
	line-height: 1.6;
	color: #e88a95;
	position: absolute;
	top: 34%;
	left: 5vw;
}
#mv_picolaser .title {
	display: block;
	font-size: 8vw;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .1em;
	color: #555;
	position: absolute;
	top: 40%;
	left: 5vw;
	text-align: left;
}
#mv_picolaser .title span {
	display: inline-block;
	font-size: 4vw;
	font-family: 'Noto Sans', sans-serif;
	margin-left: .8vw;
	vertical-align: top;
	line-height: 0.5em;
}
/*ピコレーザー メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_picolaser {
	background-image: url(../img/picolaser/main.webp);
}
#mv_picolaser:before {
    content: "";
    display: block;
    padding-top: 28%;
  }
#mv_picolaser .sub {
	font-size: 28px;
	position: absolute;
	top: 32%;
	left: 22vw;
	letter-spacing: 0;
}
#mv_picolaser .title {
	font-size: 62px;
	position: absolute;
	top: 40%;
	left: 22vw;
}
#mv_picolaser .title span {
	font-size: 20px;
	vertical-align: middle;
}	
}

/*あおばクリニックのピコレーザー SP
---------------------------------------------*/
.pico_machine {
	width: 100%;
	height: auto;
	background-color: #fef3f3;
	padding: 40px 3% 10px;
	text-align: center;
}
.pico_machine .inner {
	width: 94%;
	height: auto;
	margin: 10px auto 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pico_machine h3 {
	font-size: 5vw;
	color: #e88a95;
	text-align: left;
}
.pico_machine .inner img {
	width: 25%;
	height: auto;
	margin-left: 10px;
}
/*あおばクリニックのピコレーザー PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.pico_machine {
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	padding: 50px 100px 30px;
}
.pico_machine .inner {
	width: 680px;
	height: auto;
	margin: 0 auto 5px;
}
.pico_machine h3 {
	font-size: 28px;
}
.pico_machine .inner img {
	width: 20%;
	height: auto;
}
}

/*ピコレーザーとは SP
---------------------------------------------*/
.whats_picolaser {
	margin-bottom: 0;
}
.whats_picolaser .whats_heading {
	position: relative;
	background-image: url(../img/picolaser/whats-picolaser-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
.whats_picolaser .whats_heading:before {
    content: "";
    display: block;
    padding-top: 40%;
}
.whats_picolaser .whats_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
.whats_picolaser .whats_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;
}
.whats_picolaser .whats_tx {
	width: 94%;
	height: auto;
	margin: 20px auto;
	padding-bottom: 20px;
}
.whats_picolaser .whats_tx img { 
	margin: 10px 0;
}	

/*ピコレーザーとは PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.whats_picolaser {
	margin-bottom: 60px;
}
.whats_picolaser .whats_heading {
	background-image: url(../img/picolaser/whats-picolaser.webp);
}
.whats_picolaser .whats_heading:before {
    content: "";
    display: block;
    padding-top: 23%;
  }
.whats_picolaser .whats_heading .jp_title {
	font-size: 36px;
}
.whats_picolaser .whats_heading .en_sub {
	font-size: 22px;
}
.whats_picolaser .whats_tx { 
	width: 1000px;
	height: auto;
	margin: 50px auto;
	display:flex;
	justify-content: space-between;
}
.whats_picolaser .whats_tx p {
	margin-top: 20px;
}
.whats_picolaser .whats_tx img { 
	margin-left: 40px;
}	
}	

/*ピコレーザーのメリット SP
---------------------------------------------*/
.picolaser_merit {
	width: 94%;
	height: auto;
	margin: 20px auto;
}
.picolaser_merit .merit_tx01{
	margin: 20px 0;
	text-align: center;
}
.picolaser_merit .merit_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/picolaser/fig_merit01.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.picolaser_merit .merit_tx01 p{
	margin: 10px 0;
}
.picolaser_merit .merit_tx02{
	margin: 20px 0;
	text-align: center;
}
.picolaser_merit .merit_tx02 .head02{
	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/picolaser/fig_merit02.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.picolaser_merit .merit_tx02 .inner{
	margin: 10px 0;
}
.picolaser_merit .merit_tx02 img{
	width: 80%;
	margin-top: 20px;
}
.picolaser_merit .merit_tx03{
	margin: 20px 0;
	text-align: center;
}
.picolaser_merit .merit_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/picolaser/fig_merit03.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.picolaser_merit .merit_tx03 p{
	margin: 10px 0;
}
/*ピコレーザーのメリット PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.picolaser_merit {
	width: 1000px;
	height: auto;
	margin: 60px auto;
}
.picolaser_merit .merit_tx01{
	margin: 60px 0;
}
.picolaser_merit .merit_tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.picolaser_merit .merit_tx01 p{
	margin: 20px 0;
}
.picolaser_merit .merit_tx02{
	margin: 60px 0;
}
.picolaser_merit .merit_tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.picolaser_merit .merit_tx02 .inner{
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}
.picolaser_merit .merit_tx02 img{
	margin-top: -80px;
	margin-left: 40px;
}
.picolaser_merit .merit_tx031{
	margin: 60px 0;
}
.picolaser_merit .merit_tx03 .head03{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.picolaser_merit .merit_tx03 p{
	margin: 20px 0;
}
}

/*効果的な併用治療 SP
---------------------------------------------*/
.combination_picolaser {
	width: 94%;
	height: auto;
	margin: 20px auto;
}
.combination_picolaser .inner{
	margin: 20px 0;
}
.combination_picolaser .inner h3{
	font-size: 4vw;
	color: #e88a95;
}
.combination_picolaser .inner img{
	display: none;
}
.combination_picolaser .inner p{
	margin: 5px 0 20px;
}
.combination_picolaser .inner .tx_right{
	text-align: right;
	display: block;
}
.combination_picolaser .inner .tx_exp{
	display: inline-block;
	color: #e88a95;
	border: solid 1px #e88a95;
	padding: 0.75em 1em;
}

/*効果的な併用治療 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.combination_picolaser {
	width: 1000px;
	height: auto;
	margin: 60px auto;
}
.combination_picolaser .inner{
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
.combination_picolaser .inner h3{
	font-size: 21px;
}
.combination_picolaser .inner img{
	display: block;
}
.combination_picolaser .inner p{
	margin: 10px 0 20px;
}
}

