@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------
header
--------------------------------------------*/
.mainvisual {
	width: 100%;
	height: auto;
}
.mainvisual_lead {
	width: 90%;
	margin: 10px auto 0px;
}
.mainvisual_lead p {
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: justify;
}
img.width_logo{
	max-width: 90%;
	display:block;
	margin:auto;
}
/*--------------------------------------------
common
--------------------------------------------*/
.content_inner {
	width: 100%;
	margin: auto;
}
.content_outer {
	padding: 20px 0;
	margin: 50px auto 0px;
}
/*--------------------------------------------
lead
--------------------------------------------*/
.lead_wrapper {
	width: 90%;
	margin-top: 30px;
	padding-bottom: 20px;
}
.lead {}
.lead h2 {
	font-size: 1.8rem;
}
.lead p {
	font-size: 1.3rem;
}
/*--------------------------------------------
overview
--------------------------------------------*/
.overview {
	width: 90%;
	margin: 0px auto;
}
.overview h3 {
    font-size: 1.75rem;
}
.overview-content{
	margin-bottom:80px;
	display: block;
}
.overview-content.logo{
	margin-bottom:20px;
}
.overview-content p{
	font-size: 1.3rem;
	text-align:center;
	margin-top: 10px;
}
.overview1 {
	width: 90%;
	margin: auto;
	text-align: center;
}
.overview1 + .overview1 {
	margin-top: 60px;
}
.overview1 img {
	text-align: center;
	max-width: 87%;
}
.overview-content .overview1 p {
	font-weight:bold;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.overview img {
	margin-top: 20px;
}
/*--------------------------------------------
columun
--------------------------------------------*/
.content_column {
	width: 90%;
	padding: 10px 0px;
}
.content_column_head {
	width: 90%;
	margin: 0px auto;
}
.content_column h3 {
	width: 100%;
	margin: 0px auto;
	line-height: 1.6;
	font-size: 1.5rem;
}
.content_column_inner {
	margin-top: 10px;
}
.content_column_inner div {
	display: block;
}
.content_cplumn_img {
	width: 100%;
	margin-right: 0px;
}
.content_cplumn_txt {
	width: 90%;
	margin: 0px auto;
}
.content_cplumn_txt h4 {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 10px;
}
.content_cplumn_txt p {}
.content_column span {
	position: relative;
	padding-top: 0.2em;
}
.content_column span::before {
	position: absolute;
	content: "";
	width: 0.2em;
	height: 0.2em;
	border-radius: 50%;
	background-color: #FFFFFF;
	top: 0;
	left: 50%;
	transform: translate(0%, -60%);
}/* salon_tool */
.salon_tool {
	padding-bottom: 80px;
}
.salon_tool_wrapper {
	width: 100%;
	height: auto;
}
.service_ec_content {
	width: 800px;
	margin: 0px auto;
	position: relative;
	padding-top: 40px;
}
.salon_tool {
	background-image: url("../images/salon_tool_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0px;
	height: 120px;
}
.salon_tool h2{
	color:#ffffff;
	text-align:center;
	font-size: 15px;
	padding: 28px 1em;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

/*--------------------------------------------
function
--------------------------------------------*/
.flex-content.function_column {
  margin: 30px auto 40px;
  width: 95%;
}
.function_column .flex-content {
  align-self: center;
  width: 48%;
  margin-bottom: 10px;
}
.function_column .flex-content dt {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}
.function_column .flex-content dt img {
  max-width: 100%;
}
.function_column .flex-content dd {
  font-size: 76%;
  font-weight: bold;
  width: 66%;
  line-height: 1.6;
  padding-top: 5px;
}
.function_column .flex-content.triple dd{
}
.function_column .flex-content dd.single {
  padding-top: 0;
}

/*--------------------------------------------
info
--------------------------------------------*/
.info h4{
	font-size: 0.85em;
	line-height:1.8;
	text-align:center;
}
.info .footer_content {
	text-align:center;
}
.info .footer_content img{
	max-width: 65%;
}
.info h4.support{
	margin:40px 0;
}
