@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font-family: "游ゴシック", YuGothic, 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
.sans {
	font-family: "Source Sans Pro";
}
.bm_red {
	color: #ff4b36;
}
.text_line {
	background: linear-gradient(transparent 75%, #f6d019 75%);
	font-weight: bold;
}
.center, .image_center {
	text-align: center;
}
/*--------------------------------------------
header
--------------------------------------------*/
#visual {
	width: 100%;
	min-width: 1120px;
	overflow: hidden;
}
#visual-image {
	/*
	position: relative;
	left: 50%;
	margin-left: -720px;
	*/
}
	@media screen and (max-width:1130px) {
		#visual {
			width: 120%;
			min-width: 100%;
			overflow: hidden;
		}
		#visual-image {
			position: relative;
			left:-10%;
			margin-left: 0px;
		}
		#visual-image img{
			width: 100%;
			height: auto;
			}
	}
/*--------------------------------------------
common
--------------------------------------------*/
.content_inner {
	width: 1024px;
	margin: auto;
}
.content_outer {
	background: #f6d019;
	padding: 40px 0;
	margin: 80px auto 0px;
}
.flex-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sub_header {
	font-size: 2.4rem;
}
/*--------------------------------------------
lead
--------------------------------------------*/
.lead_wrapper {
	width: 1024px;
	margin: 70px auto 0px;
	padding-bottom: 40px;
}
.lead {
	text-align: center;
	line-height: 1.8;
}
.lead h2 {
	font-size: 2.8rem;
}
.lead h2 span.small{
	font-size: 0.75em;
}
.lead p {
	font-size: 1.4rem;
	margin-top: 10px;
}
img.width_logo{
	max-width:380px;
	display:block;
	margin:auto;
}

/*--------------------------------------------
overview
--------------------------------------------*/
.overview {
	width: 800px;
	margin: 0px auto 0px;
	line-height: 1.8;
}
.overview h3 {
	text-align: center;
	font-size: 2.8rem;
	letter-spacing: 0.01rem;
}
.overview-content{
	margin-bottom: 130px;
}
.overview-content.logo{
	margin-bottom: 60px;
}
.overview-content p{
	font-size:1.6rem;
	text-align:center;
	margin-top: 20px;
}
.overview1 {
	width: 50%;
	text-align: center;
}
.overview1 img {
	max-width: 325px;
	text-align: center;
}
.overview-content .overview1 p {
	font-weight:bold;
	font-size: 1.125em;
}
/*--------------------------------------------
columun
--------------------------------------------*/
.content_column {
	width: 800px;
	margin: 0px auto;
	background: #ffffff;
	padding: 40px;
	box-sizing: border-box;
}
.content_column h3 {
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.8;
}
.content_column_inner {
	letter-spacing: -1.0rem;
	margin-top: 30px;
}
.content_column_inner div {
	display: inline-block;
	letter-spacing: 0.0rem;
	vertical-align: top;
}
.content_cplumn_img {
	width: 260px;
	margin-right: 30px;
}
.content_cplumn_txt {
	width: 430px;
}
.content_cplumn_txt h4 {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: -3px;
}
.content_cplumn_txt p {
	font-size: 1.2rem;
	line-height: 2;
	text-align: justify;
	margin-top: 10px;
}
.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: #FF4B36;
	top: 0;
	left: 50%;
	transform: translate(-50%, -60%);
}
/* salon_tool */
.salon_tool {
	padding-bottom: 80px;
}
.salon_tool_wrapper {
	width: 100%;
	height: 240px;
}
.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:240px;
}
.salon_tool h2{
	color:#ffffff;
	text-align:center;
	font-size:168.75%;
	padding:120px 0;
}

/*--------------------------------------------
function
--------------------------------------------*/
.flex-content.function_column {
  margin: 60px auto;
  width: 980px;
}
.function_column .flex-content {
  align-self: center;
  width: 33%;
  margin-bottom: 30px;
}
.function_column .flex-content dt {
  width: 30%;
}
.function_column .flex-content dt img {
  max-width: 100px;
}
.function_column .flex-content dd {
  font-size: 1.25em;
  font-weight: bold;
  width: 65%;
  line-height: 1.6;
  padding-top: 15px;
}

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