@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
  font-size: 62.5%;
  font-style: normal;
  line-height: 1.5;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #39f;
}
a:hover, a:active {
  color: #f60;
}
/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
.font {
  font-family: serif;
}
/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/
/*ページ全体*/
#container {
  position: relative;
  padding-top: 4.5em;
}
/*本体*/
.main {
  margin-bottom: 0em;
}
/*カラム部分*/
.main-in {
  padding: 1.5em 0;
}
/*カラム内部のサイズ*/
.main-contents .contents {
  margin-bottom: 0em;
  padding: 0 80px;
}
/*段落タグ*/
.main-contents p {
  line-height: 1.8em;
}
/*全体のフォントサイズ*/
.main-contents {
  font-size: 1.7em;
}
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 1.5em;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}
h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.2em;
  font-weight: bold;
  font-family: serif;
  border-left: 8px solid #84ceea;
}
h4 {
  margin: 0 0 0 0.3em;
  padding: 0.5em 0;
  font-size: 1.1em;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}
/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #e7eef2;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}
.article {
  width: 100%;
}
/*カラム全体の幅を変更する*/
.top_image_in, .section_inr {
  width: 950px;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 20%;
  float: left;
  margin-top: 1em;
}
/*ヘッダーの問い合わせボタン*/
.header_mail {
  width: 25%;
  float: right;
  margin: 0.8em 0em 1em 0.5em;
}
/*ヘッダーの電話ボタン*/
.header_tel {
  width: 30%;
  float: right;
  margin: 0.8em 0em 0.5em;
}
/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img, .header_mail img, .header_tel img {
  width: 100%;
}
/*--------------------------------------------------
下部固定ヘッダー（PCは非表示）
-----------------------------------------------------*/
.fix_menu_smartphone {
  display: none;
}
/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/top_image_back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}
.top_image_in img {
  width: 100%;
}
/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.section_01 {
  background-color: #fff;
}
.section_01_in {
  background-color: transparent;
}
.section_02 {
  background-color: #FFFEF8;
  padding: 1.5em 3em;
}
/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
--------------------------------------------------------------*/
/*サブヘッド*/
.subhead {
  margin: 0 3em;
  margin-bottom: 1.5em;
}
.box_contact_inr p {
  text-align: center;
}
/*お悩みエリア*/
.nayami {
  background-color: #e7eef2;
  padding: 0.5em 0 0 0;
  margin: 0 5em;
}
.nayami-in {
  padding: 2em 1.5em;
}
/*お客様の声エリア*/
.koe {
  background-color: #fff;
  padding: 0.5em 0 0 0;
  margin: 0 5em;
}
.koe-in {
  padding: 2em 1.5em;
}
.koe-in p {
  font-size: 0.7em
}
.koe-contens {
  margin: 2em 0 3em;
}
.koe_box {
  border: 6px solid #e7eef2;
  padding: 0 2em 2em;
  height: 300px;
  overflow-y: scroll;
}
.koe_others_in {
  margin-bottom: 1em;
  border-bottom: 1px dotted #6C6C6C;
  padding-bottom: 0.5em;
}
/*7つのポイントエリア*/
.box_point {
  padding: 0.5em 0.5em 1em;
  padding: 1em 4em;
}
.box_point_inr {
  background-color: #fff;
  margin: 1em 0;
  padding: 1em 4em;
}
.box_point_inr img {
  padding-bottom: 0.5em;
}
.box_point_inr p {
  font-size: 0.7em;
}
.box_img_underline {
  border-bottom: 1px dotted #7B7B7B;
  margin-bottom: 1em;
}
/*ステップフローのCSS*/
ul.stepflow {
  border: none;
  margin: 1em 0.5em;
  padding: 0;
  list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
  background-color: #cccccc !important;
}
.stepflow li {
  position: relative;
  padding: 0 0 1.5em 1.8em;
}
.stepflow > li:before {
  content: "";
  width: 3px;
  background: #cccccc;
  display: block;
  position: absolute;
  top: 28px;
  bottom: 0;
  left: 5px;
}
.stepflow-white {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #232F3E;
}
.stepflow-black {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #232F3E;
  background-color: #232F3E;
}
.stepflow_label {
  padding: 3px 0px 8px 0px;
  margin-bottom: 8px;
  color: #999999;
  font-size: .8em;
  font-weight: bold;
}
.stepflow_title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.stepflow_content {
  font-size: 0.6em;
  line-height: 1.5;
  margin-top: .5em;
  padding: 0 0 1.5em;
  border-bottom: dashed 1px #cccccc;
}
/*ステップフローのCSSここまで*/
.step_img {
  margin: 0 auto;
  text-align: right;
}
/*施術の流れエリア*/
.sejutu_contents {
  padding: 1em 4em
}
/*プロフィールエリア*/
.profil_contents {
  padding: 1em 3em 0;
  background-color: #fff;
}
.myprofil_contents {
  padding: 0 1em 2em;
}

.myprofil_contents_img{
	margin-bottom:1em;
	text-align: center;
	
}
.myprofil_contents p {
  padding-top: 2em;
  font-size: 0.7em;
  text-align: center;
}
/*マップエリア*/
.map_contents p {
  font-size: 1em;
  text-align: center;
}
.access_img {
  text-align: center;
  margin: 0 auto;
}
.access_box {
  padding: 0 4em;
  margin-bottom: 1em;
}
.access_box p {
  text-align: right;
  font-size: 0.5em;
}
/*テーブルエリア*/
table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 1em 0;
}
th, td {
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.7em;
}
th {
  background-color: #84ceea;
  teet-align: center;
  color: #fff;
}
td {
  background-color: #fff;
  text-align: center;
  font-weight: normal !important;
}
/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
.section_contact {
  background-color: #84ceea;
}
.section_contact img {
  width: 100%;
}
.section_contact_in {
  background-color: transparent;
}
.box_contact {
  background-color: #fff;
  padding: 1em 1.5em;
  margin: 1em 3em;
}
.box_contact p {
  font-size: 0.6em;
  text-align: center;
}
.box_contact_inr {
  margin: 1em 0.5em;
  background-color: #ebeef0;
  padding: 0.5em 1.5em;
}
.box_contact_causion {
  border: 1px solid #84ceea;
  margin: 2em 0.5em 0;
  padding: 1em;
}
.box_contact_causion img {
  border-bottom: 0.5px dotted #84ceea;
  margin-bottom: 0.5em;
}
.box_contact_causion p {
  text-align: left !important;
  padding: 1em;
}
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #84ceea;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
.footer a {
  color: #fff;
}


/*--------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/
.privacy_contens{
	background: #fff;
	padding: 1em;
	margin: 1em;
}