@charset "UTF-8";
/* main visual
-------------------------------------------------- */
.mv {
  height: auto;
  /*background-image: url(/guideline/img/guideline-reception-lobby.jpg);
  background-repeat: no-repeat;
  background-position: center center;*/
  display: table;
	padding-top:60px;
  background-size: cover;
  width: 100%;
}
.mv .container {
  /*background-image: url(/img/campaign-dot.png);*/
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
	width: 1000px;
  margin: 0 auto;
}
.mv .mv-title {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #004EA2;
  /*font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-font-feature-settings: 'palt';
  				font-feature-settings: 'palt';*/
  margin-bottom: 7px;
}

section.guideline {
  padding: 30px 0 80px;
  width: 840px;
  margin: 0 auto;
}

section.guideline h2 {
  font-size: 26px;
  color: #584e3e;
  font-weight: normal;
  text-align: center;
}

section.guideline > div {
  font-size: 14px;
  color: #333;
  line-height: 1.86;
}
section.guideline p {
margin-top:1em;
}
.btn_wrap{
	text-align: center;
	margin-top:60px;
}
.btn-primary {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  height: auto;
  display: inline-block;
  padding: 0.6em 2.5em;
  color: #004EA2;
	border: solid 1px #004EA2;
	border-bottom:solid 6px #004EA2;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn-primary:hover {
  color: #004EA2;
  background-color: #fff;
}

.btn::after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
}
.btn.btn-horiz{
	background-image: url(/guideline/img/btn_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: 0.8em auto;
}
.btn.btn-horiz:hover {
  background-image: url(/guideline/img/btn_arrow.svg);
  -webkit-animation: btn-horiz 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: btn-horiz 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes btn-horiz {
  0% {
    background-position: right 25px center;
  }
  20% {
    background-position: right 35px center;
  }
  100% {
    background-position: right 25px center;
  }
}

@keyframes btn-horiz {
  0% {
    background-position: right 25px center;
  }
  20% {
    background-position: right 35px center;
  }
  100% {
    background-position: right 25px center;
  }
}

/* free counseling
-------------------------------------------------- */
section.free-counseling {
  height: 400px;
  background-image: url(/service/whitening/common/img/multi-bgfreecounseling.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #d5c9b1;
}

section.free-counseling .inner_free-counseling {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}

section.free-counseling .inner_free-counseling .ttl {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.8em;
  color: #FFFFFF;
	text-align: left;
}

section.free-counseling .inner_free-counseling .description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8em;
  color: #FFFFFF;
  margin-top: 1.0em;
}

section.free-counseling .inner_free-counseling .btn {
  width: 320px;
  height: 50px;
  margin-top: 30px;
}

section.free-counseling .inner_free-counseling .btn a {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  background-image: url(/service/whitening/common/img/multi-arrow001.png);
  background-repeat: no-repeat;
  background-position: 290px center;
  background-color: #471311;
}

section.free-counseling .inner_free-counseling .btn a:hover {
  -webkit-animation: free_btn_arrow_on 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: free_btn_arrow_on 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes free_btn_arrow_on {
  0% {
    background-position: 290px center;
  }
  20% {
    background-position: 280px center;
  }
  100% {
    background-position: 290px center;
  }
}

@keyframes free_btn_arrow_on {
  0% {
    background-position: 290px center;
  }
  20% {
    background-position: 280px center;
  }
  100% {
    background-position: 290px center;
  }
}

section.free-counseling .inner_free-counseling .btn a span {
  display: table-cell;
  font-size: 15px;
  letter-spacing: 2px;
  color: #d7a755;
  vertical-align: middle;
}

.guideline-bassui{
	margin-top:50px;
	padding:40px 0 0;
	border-top:solid 3px #004EA2;
}
.guideline-bassui h3{
	text-align: center;
	font-weight: 500;
	font-size: 1.2em;
	padding-bottom:25px;
}
.guideline-bassui h4{
	font-weight: 500;
	padding-top:1.5em;
}