@charset "utf-8";
/*-------------------------------------------
女性医療脱毛ページ
---------------------------------------------*/
body#man {
	color: #46465e;
}

/* ページタイトル部 */
.pagetitle {
	text-align: center;
	height: 100px;
	background-image: url("../images/common/bg_pagetitle.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
body#man .pagetitle {
	background-image: url("../images/man/bg_pagetitle.jpg");
}
.pagetitle h1 {
	color: #a8757e;}
body#man .pagetitle h1 {
	color: #46465e;}

section.opening .message {
	color: #a8757e;
	font-family: kinuta-maruminfuji-stdn, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
}
section.opening .message + p {
	border-bottom: 0;
	text-align: center;
}
body#man section.opening .message {
	color: #46465e;
}
body#man section.opening .message + p {
	border-bottom: 0;
	text-align: center;
}
section.opening p {
	text-align: center;
	width: 720px;
	margin: 30px auto;
	padding-bottom: 30px;
	border-bottom: 3px dotted #a8757e;
}
body#man section.opening p {
	border-bottom: 3px dotted #46465e;
}
section.opening ol {
	background-color: #fff;
	border: 1px solid #bc8f8f;
}
body#man section.opening ol {
	border: 1px solid #46465e;
}
section.opening ol li a:before {
	border-top: solid 1px #bc8f8f;
	border-right: solid 1px #bc8f8f;
}
body#man section.opening ol li a:before {
	border-top: solid 1px #46465e;
	border-right: solid 1px #46465e;
}
@media screen and (max-width: 640px){
	.pagetitle {
		height: 80px;
	}
	.pagetitle h1 {
		font-size: 1.5em;
		letter-spacing: 0.1em;
		line-height: 80px;
	}

section.opening .message {
	letter-spacing: 0;}
section.opening p {
	width: 100%;
	margin: 20px 0;}
section.opening ol {
	border: none !important;
	flex-wrap: wrap;}
section.opening ol li {
	width: 100%;
	line-height: 1.2;
	margin-bottom: 0;}
	
}

/* ---------------------------------
  コンテンツページ
------------------------------------*/
.con_wrapper {
	background: rgba(188,143,143,0.1);
}
body#man .con_wrapper {
	background: rgba(70,70,94,0.1);
}

.con_wrapper h2 {
	color: #a8757e;
	/*border-bottom: 5px solid #a8757e;*/
}
body#man .con_wrapper h2 {
	color: #46465e;
	/*border-bottom: 5px solid #46465e;*/
}
h3 {
	font-family: kinuta-maruminfuji-stdn, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.3em;
	color: #a8757e;
	border-bottom: double 3px #a8757e;
	display: inline-block;
	margin-bottom: 0.5em;
}
body#man h3 {
	/*color: #46465e;*/
	color: #3a3aa5;
	border-bottom: double 3px #3a3aa5;
	display: inline-block;
}


#con1 .con1_inner {
	display: flex;
	align-items: flex-start;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	margin: 20px 0;
	padding: 30px;
	display: flex;
	box-sizing: border-box;
}
#con1 .con1_inner img {
	width: 360px;
	margin-left: 2em;
}
@media screen and (max-width: 640px){

h3 {
	font-size: 1.2em;
	letter-spacing: -0.05em;
	display: block!important;
	text-align: center;}
#con1 .con1_inner {
	flex-direction: column;
	padding: 20px;}
#con1 .con1_inner img {
	width: 100%;
	margin-left: 0;
	margin-top: 1em;}

}

#con2 .con2_inner {
	display: flex;
	align-items: flex-start;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	margin: 20px 0;
	padding: 20px 30px;
	box-sizing: border-box;
}
#con2 .con2_inner img {
	width: 140px;
	margin-right: 2em;
}
@media screen and (max-width: 640px){
	#con2 .con2_inner {
		padding: 1em;
		flex-direction: column;
		align-items: center;
	}
	#con2 .con2_inner img {
		width: 140px;
		margin-right: 0em;
		margin-bottom: 1em;
	}
}


#man #con3 .con_wrapper {
	background-image: url("../images/man/bg_blue.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;}
#woman #con3 .con_wrapper {
	background-image: url("../images/woman/bg_pink.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;}
#con3 .con3_inner {
	width: 45%;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-direction: column;
}
#con3 .con3_inner:not(:last-child){
	margin-bottom: 20px;
}
#con3 .con3_inner .btn {
	margin-top: 0.5em;
}
#con3 .w100 {
	width: 100%;
}
@media screen and (max-width: 640px){
	#con3 .con3_inner {
		width: 100%;
		box-sizing: border-box;
	}
}

/* アンカーリンク対応 */
section#con1, section#con2, section#con3 {
	padding-top: 130px;
	margin-top: -130px;
}
@media screen and (max-width: 640px){
	section#con1, section#con2, section#con3 {
		padding-top: 60px;
		margin-top: -60px;
	}
}