@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img, div {
  vertical-align: bottom;
}

.cf {
  *zoom: 1;
}
.cf:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

a {
  text-decoration: none;
  color: #1e1919;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

body {
  letter-spacing: 1px;
  line-height: 1.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.wrap {
  width: 100%;
  max-width: 1920px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
}

.header {
width: 100%;
  background: #def3f4;
  position: fixed; 
  top: 0;
  z-index: 10000;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.09);

}
.header .inner {
  width: 1060px;
  margin: 0 auto;
}
.header h1 {
  float: left;
  padding: 1em 0 0;
  height: 2em;
}
.header .header-tel-area img {
  float: right;
  margin: 1em;
}
.header .header-tel-area p {
  float: right;
  background: url("../images/common/yoyaku-icon.png") no-repeat left 10px center #19a5b6;
  padding: 0 10px 0 30px;
}
.header .header-tel-area p a {
  color: #fff;
  display: block;
  padding: 1em 0;
}
.header .header-tel-area p a:hover {
  text-decoration: none;
}

.nav-area {
  background: url("../images/index/bg-glay.png") top center;
  padding: 90px 0 15px;
}
.nav-area .logo img {
  width: 100%;
  max-width: 484px;
}
.nav-area .gnav {
  margin: 30px auto;
  width: 1060px;
  position: relative;
}
.nav-area .gnav li {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 30px;
  text-align: center;
  height: 1.4em;
}
.nav-area .gnav li a {
  text-decoration: none;
  display: block;
  margin: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
.nav-area .gnav li a:hover {
  color: #19a5b6;
  border-bottom: 2px solid #35ced2;
}
.nav-area .gnav li a.active {
  color: #19a5b6;
  border-bottom: 2px solid #35ced2;
}
.nav-area .gnav li .bl-l:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../images/common/nav-par.png") no-repeat;
}
.nav-area .gnav li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../images/common/nav-par.png") no-repeat;
}

.bl-r:after {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../images/common/nav-par.png") no-repeat;
}

.slide-area {
  width: 100%;
  max-width: 1920px;
  position: relative;
}
.slide-area img {
  width: 100%;
}
.slide-area .slide2 {
  width: 20%;
  max-width: 388px;
  height: auto;
  position: absolute;
  top: 44%;
  left: 50%;
  margin-left: 20%;
  box-sizing: border-box;
}
.slide-area .slide2 img {
  width: 100%;
}
.slide-area .slide2 p {
  margin-top: 1em;
}
.slide-area .slide2 .slide2-ctr {
  background: #def3f4;
  margin-top: 35px;
}
.slide-area .slide2 .slide2-ctr p {
  float: left;
  width: 33%;
  padding: 20px 0;
}
.slide-area .slide3 {
    margin-top: 10px;
    background-color: #fff;
    width: 40%;
/*    max-width: 388px;*/
    height: auto;
    position: absolute;
    top: 44%;
    right: 10%;
    margin-left: 20%;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 0.1);
}
@media screen and (max-width: 768px) {
    .slide-sp .slide3 {
        position: absolute;
/*
        display: flex;
        align-items: flex-end;
*/
        width: 30%;
        height: auto;
        bottom: 10px;
        right: 1%;
    }
/*
    .slide3-img{
        width: 40%;
    }
*/
    .slide3-img img{
        width: 100%;
    }
/*
    .slide-sp .slide3 h3{
        width: 60%;
        font-weight: bold;
        font-size: 12px;
        text-align: right;
    }
*/
    .spBnrArea{
        margin: 10px 0;
    }
}
.reason-area {
  background: url("../images/index/bg-glay.png") center top;
  padding: 66px 0 100px;
  text-align: center;
}
.reason-area h2 {
  margin: 35px 0 70px;
  font-size: 18px;
}
.reason-area .reason-box-area {
  max-width: 1060px;
  margin: 0 auto;
}
.reason-area .reason-box {
  width: 30%;
  float: left;
  position: relative;
}
.reason-area .reason-box.mr5 {
  margin-right: 5%;
}
.reason-area .reason-box img {
  width: 100%;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
}
.reason-area .reason-box h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 1em 0 0.5em;
}

.reason-area .reason-box p.discraimer {
	font-size: 13px;
	text-align: center;
}

.reason-area .reason-box span.green {
  color: #1ba6b6;
}
.reason-area .reason-box .reason-num {
  position: absolute;
  top: -40px;
  left: -24px;
  width: auto;
  box-shadow: none;
}

.introduce-area {
  padding: 72px 0 8%;
  width: 1060px;
  margin: 0 auto;
  position: relative;
}
.introduce-area img {
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: -35px;
    left: 0;
}
.introduce-area .introduce-txt {
  padding: 0 0 0 550px;
    text-align: left;
}
.introduce-area .introduce-txt h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.introduce-area .introduce-txt h2:after {
  content: "";
  border-bottom: 4px solid #19a5b6;
  width: 72px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.introduce-area .introduce-txt p {
  margin-bottom: 1em;
}
.introduce-area .introduce-txt .name {
  text-align: right;
}

.onayami-box-outer {
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 100;
  width: 100%;
  /*max-width: 1500px;*/
  background-color: #fff;
}

.onayami-area {
  background: url("../images/index/bg-skyblue.png");
  padding: 100px 0 0;
  text-align: center;
}
.onayami-area h2 {
  margin: 0 0 70px;
  font-size: 18px;
}
.onayami-area .onayami-tit {
  margin-bottom: 50px;
}
.onayami-area .onayami-box-area {
  width: 1060px;
  margin: 0 auto;
  padding: 76px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.onayami-area .onayami-box-area .onayami-box {
  width: 510px;
  height: 180px;
  float: left;
  margin-bottom: 80px;
}
.onayami-area .onayami-box-area .onayami-box img {
  float: left;
  margin: 10px 24px 0 0;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
}
.onayami-area .onayami-box-area .onayami-box-txt {
  float: left;
  width: 300px;
  text-align: left;
}
.onayami-area .onayami-box-area .onayami-box-txt p.green {
  color: #19a5b6;
}
.onayami-area .onayami-box-area .onayami-box-txt h3 {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 15px;
}
.onayami-area .onayami-box-area .onayami-box-txt .onayami-box-ex {
  margin: 18px 0;
  font-size: 14px;
}
.onayami-area .onayami-box-area .onayami-box-txt .more {
  background: #b9b9b9;
  color: #fff;
  display: inline-block;
  padding: 15px 28px;
  font-size: 14px;
}

.onayami-area-inner {
  overflow: hidden;
}

.contact-area {
  background: url("../images/index/cpntact-area-bg.jpg") no-repeat top center;
  background-size: cover;
  box-sizing: border-box;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.contact-area .contact-area-inner {
  width: 1060px;
  margin: 0 auto;
  padding: 79px 0 0;
}
.contact-area .contact-area-title-pic {
  float: left;
  width: 510px;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  margin-right: 40px;
}
.contact-area .contact-area-title {
  float: left;
  width: 510px;
  color: #fff;
  text-align: left;
}
.contact-area .contact-area-title .title2 {
  padding-bottom: 30px;
  box-shadow: none;
}
.contact-area .contact-area-title p {
  font-size: 14px;
}

.contact-second-area {
  width: 1060px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.contact-second-area .title {
  margin: 50px 0 45px;
}
.contact-flexArea{
  width: 100%;
  display: flex;
}
/* .contact-second-area .contact-second-tel { */
.contact-tel {
  width: 510px;
  /* float: left; */
  margin-right: 40px;
}
/* .contact-second-area .contact-area-btn-frame { */
.contact-area-btn-frame {
  /* float: left; */
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  /* padding: 5px;
  background: #fff;
  margin: 0 auto 0;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12); */
}
.contact-area-btn{
  padding: 5px;
  background: #fff;
  margin: 0 auto 0;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
.contact-area-btn a{
  /* padding: 5px; */
  /* width: 47%; */
  /* background: #fff;
  margin: 0 auto 0;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12); */
}
.contact-area-btn.contact-form{
  width: 40%;
}
.contact-area-btn.contact-line{
  width: 56%;
}
.contact-area-btn a {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  text-align: left;
  border: 1px solid #19a5b6;
  width: 100%;
  color: #19a5b6;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 80px;
  

}
.contact-second-area .contact-area-btn.contact-form a {
  /* padding-left:60px; */
  /* background: url("../images/common/contact-area-btn-icon.png") no-repeat #fff left 20px center; */
}
.contact-second-area .contact-area-btn.contact-line a {
 
}
.contact-form-img{
  margin-right: 2%;
}
.contact-line-img{
  width: 50%;
  margin-right: 2%;
}
.contact-line-img img{
  width: 100%;
}
.contact-line-txt{
  width: 48%;
}

.kind-area {
  background: url("../images/index/bg-flower.jpg") top center;
  padding: 224px 0 107px;
  margin-top: -132px;
  position: relative;
  z-index: 10;
  text-align: center;
}
.kind-area h2 {
  margin: 35px 0 70px;
  font-size: 18px;
}
.kind-area .sejyutsu-area {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  height: 100%;
}
.kind-area .sejyutsu-area h3 {
  color: #19a5b6;
  margin-bottom: 50px;
}
.kind-area .sejyutsu-area .sejyutsu1 {
  position: relative;
  margin-bottom: 140px;
  height: 497px;
}
.kind-area .sejyutsu-area .sejyutsu1 .sejyutsu-pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 465px;
}
.kind-area .sejyutsu-area .sejyutsu1 .sejyutsu-txt-right {
  width: 402px;
  height: auto;
  padding-bottom: 60px;
  position: absolute;
  top: 55px;
  right: 0;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-top: 5px solid #70e3d1;
  padding-top: 55px;
}
.kind-area .sejyutsu-area .sejyutsu1 .sejyutsu-txt-right h4 {
  font-weight: bold;
  font-size: 20px;
  padding: 1.4em 0;
  position: relative;
}
.kind-area .sejyutsu-area .sejyutsu1 .sejyutsu-txt-right h4:after {
  content: "";
  border-bottom: 4px solid #19a5b6;
  width: 72px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -36px;
}
.kind-area .sejyutsu-area .sejyutsu1 .sejyutsu-txt-right p {
  width: 270px;
  margin: 33px auto 0;
  font-size: 14px;
}
.kind-area .sejyutsu-area .sejyutsu2 {
  position: relative;
  margin-bottom: 100px;
  height: 497px;
}
.kind-area .sejyutsu-area .sejyutsu2 .sejyutsu-pic {
  position: absolute;
  top: 0;
  right: 0;
  height: 465px;
}
.kind-area .sejyutsu-area .sejyutsu2 .sejyutsu-txt-left {
  width: 402px;
  height: auto;
  padding-bottom: 60px;
  position: absolute;
  top: -55px;
  left: 0;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-top: 5px solid #70e3d1;
  padding-top: 55px;
}
.kind-area .sejyutsu-area .sejyutsu2 .sejyutsu-txt-left h4 {
  font-weight: bold;
  font-size: 20px;
  padding: 1.4em 0;
  position: relative;
}
.kind-area .sejyutsu-area .sejyutsu2 .sejyutsu-txt-left h4:after {
  content: "";
  border-bottom: 4px solid #19a5b6;
  width: 72px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -36px;
}
.kind-area .sejyutsu-area .sejyutsu2 .sejyutsu-txt-left p {
  width: 270px;
  margin: 33px auto 0;
  font-size: 14px;
}
.kind-area .sejyutsu-area .sejyutsu3 {
  position: relative;
  height: 497px;
}
.kind-area .sejyutsu-area .sejyutsu3 .sejyutsu-pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 465px;
}
.kind-area .sejyutsu-area .sejyutsu3 .sejyutsu-txt-right {
  width: 402px;
  height: auto;
  padding-bottom: 60px;
  position: absolute;
  top: -55px;
  right: 0;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-top: 5px solid #70e3d1;
  padding-top: 55px;
}
.kind-area .sejyutsu-area .sejyutsu3 .sejyutsu-txt-right h4 {
  font-weight: bold;
  font-size: 20px;
  padding: 1.4em 0;
  position: relative;
}
.kind-area .sejyutsu-area .sejyutsu3 .sejyutsu-txt-right h4:after {
  content: "";
  border-bottom: 4px solid #19a5b6;
  width: 72px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -36px;
}
.kind-area .sejyutsu-area .sejyutsu3 .sejyutsu-txt-right p {
  width: 270px;
  margin: 33px auto 0;
  font-size: 14px;
}

/*has-lines*/
.has-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.has-lines:before,
.has-lines:after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #19a5b6;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.has-lines:before {
  margin-right: 20px;
}

.has-lines:after {
  margin-left: 20px;
}

.kind-btn {
  text-align: center;
}
.kind-btn a {
  background: #1e1919;
  color: #fff;
  padding: 25px;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 1em;
  border: 1px solid #838181;
}
.kind-btn a:before {
  content: ">";
  color: #878484;
  top: 0;
  left: 0;
  font-weight: normal;
}

.kind-btn-frame {
  display: inline-block;
  padding: 5px;
  background: #1e1919;
  margin: 55px auto 0;
}

.faq-area {
  background: #f5f8f7;
  text-align: center;
  /*accordion*/
  /*＋、×切り替え*/
}
.faq-area .faq-inner {
  width: 1060px;
  margin: 0 auto;
  padding: 84px 0 113px;
}
.faq-area .faq-inner h2 {
  margin: 35px 0 70px;
  font-size: 18px;
}
.faq-area .faq-list {
  text-align: left;
}
.faq-area .faq-list dt {
  display: block;
  background: #fff;
  padding: 30px 0 30px 42px;
  border-top: 1px solid #caddde;
  color: #19a5b6;
  font-weight: bold;
  cursor: pointer;
}
.faq-area .faq-list dd {
  display: none;
  background: #fff;
  padding: 0 0 30px 42px;
}
.faq-area .accordion_icon,
.faq-area .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.faq-area .accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 5px;
}
.faq-area .accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #221d1d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.faq-area .accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.faq-area .accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.faq-area .accordion_icon.active span {
  background: #19a5b6;
}
.faq-area .accordion_icon.active span:nth-of-type(1) {
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.faq-area .accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.faq-more-frame {
  display: inline-block;
  padding: 5px;
  background: #1e1919;
  margin: 70px auto 0;
}

.faq-more {
  display: inline-block;
  padding: 25px 74px 25px 74px;
  border: 1px solid #838181;
  background: #1e1919;
  position: relative;
  color: #fff;
}
.faq-more:before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -0.8em;
}

.clinic-area {
  text-align: center;
  background: url("../images/index/clinic-bg.jpg") top center;
  padding: 100px 0 0;
  overflow-x: hidden;
}
.clinic-area .clinic-inner {
  background: #f5f8f7;
  max-width: 1500px;
  margin: 43px auto 0;
  text-align: center;
  position: relative;
  padding-bottom: 70px;
}
.clinic-area .clinic-inner .clinic-info {
  width: 1060px;
  margin: 0 auto 130px;
  padding-top: 70px;
  text-align: left;
  position: relative;
}
.clinic-area .clinic-inner .clinic-info-box-frame {
  display: inline-block;
  height: auto;
  background: #70e3d1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #70e3d1 0%, #70c8e4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #70e3d1 0%, #70c8e4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #70e3d1 0%, #70c8e4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70e3d1', endColorstr='#70c8e4',GradientType=1 );
  /* IE6-9 */
  padding: 5px 0 0;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 20px;
  right: 0;
  margin-left: -200px;
}
.clinic-area .clinic-inner .clinic-info-box-frame .clinic-info-box {
  width: 400px;
  background: #fff;
  padding-bottom: 2em;
}
.clinic-area .clinic-inner .clinic-info-box-frame .clinic-info-box h2 {
  color: #19a5b6;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 1em 0 1em;
}
.clinic-area .clinic-inner .clinic-info-box-frame .clinic-info-box dl {
  width: 280px;
  margin: 0 auto;
}
.clinic-area .clinic-inner .clinic-info-box-frame .clinic-info-box dt, .clinic-area .clinic-inner .clinic-info-box-frame .clinic-info-box dd {
  line-height: 1.5em;
  font-size: 14px;
  padding-top: 1em;
}
.clinic-area .clinic-inner .clinic-info-box-frame .clinic-info-box dt {
  font-weight: bold;
}
.clinic-area .clinic-inner .clinic-info-box-frame .clinic-info-box dd {
  border-bottom: 1px solid #b5ada8;
  padding-bottom: 1em;
}
.clinic-area .clinic-inner .clinic-info-box-frame .clinic-info-box .clinic-info-btn {
  background: #b9b9b9;
  display: block;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  width: 280px;
  margin: 20px auto 0;
  font-weight: bold;
}
.clinic-area .gmap {
  width: 1060px;
  height: 330px;
  margin: 0 auto;
}
.clinic-area .gmap iframe {
  width: 100%;
  height: 100%;
}

.contact-3rd-area {
  background: url("../images/index/cpntact-area-bg.jpg") top center;
  padding: 120px 0;
  text-align: center;
}
.contact-3rd-area .contact-3rd-inner {
  width: 1060px;
  margin: 0 auto;
}
.contact-3rd-area .title {
  margin: 0 0 45px;
}
/* .contact-3rd-area .contact-3rd-tel {
  width: 510px;
  float: left;
  margin-right: 40px;
}
.contact-3rd-area .contact-area-btn-frame {
  float: left;
  display: inline-block;
  padding: 5px;
  background: #fff;
  margin: 0 auto 0;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
}
.contact-3rd-area .contact-area-btn {
  text-align: left;
  border: 1px solid #19a5b6;
}
.contact-3rd-area .contact-area-btn a {
  display: inline-block;
  padding: 25px 40px 25px 90px;
  color: #19a5b6;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  background: url("../images/common/contact-area-btn-icon.png") no-repeat #fff left 40px center;
} */

.column-area {
  background: url("../images/index/column-area-bg.gif");
  padding: 80px 0;
  text-align: center;
}
.column-area .column-tit {
  margin-bottom: 50px;
}
.column-area .column-inner {
  width: 1060px;
  margin: 0 auto;
}
.column-area .column-box {
  width: 340px;
  margin: 20px 20px 45px 0;
  box-sizing: border-box;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  float: left;
  background: url("../images/column/columnboxbg.png") repeat-y;
  padding: 40px 30px 40px 50px;
  position: relative;
}
.column-area .column-box:before {
  content: "";
  background: url("../images/column/columnboxbottom.png") no-repeat top left;
  bottom: -25px;
  left: 0;
  height: 25px;
  position: absolute;
  z-index: 8000;
  width: 100%;
}
.column-area .column-box .date {
  border-bottom: 1px solid #ccc;
  background: url("../images/column/column-titleicon.png") no-repeat right bottom;
  padding: 0.4em 0;
  text-align: left;
}
.column-area .column-box .columnbox-tit {
  text-align: left;
}
.column-area .column-box .columnbox-tit a {
  text-decoration: underline;
  color: #19a5b6;
}
.column-area .column-box .column-title {
  text-align: left;
  margin: 1em 0;
}
.column-area .column-box .column-title a {
  text-decoration: underline;
  color: #19a5b6;
}
.column-area .column-box:nth-child(3n) {
  margin-right: 0;
}

footer {
  background: #f5f8f7;
}

.footer {
  background: #f5f8f7;
  padding: 60px 0;
  text-align: center;
}
.footer .nav-area {
  background: none;
  padding: 2% 0 0;
}

.footer-spnav li {
  padding: 0 0.3em !important;
}

.copy-area {
  width: 1060px;
  margin: 0 auto;
  border-top: 1px solid #aaa;
  font-size: 10px;
  padding: 1em 0 !important;
  line-height: 1.2em;
  background: #f5f8f7;
}

.copy-left {
  float: left;
  width: 50%;
  text-align: left;
}

.copy-right {
  float: right;
  width: 50%;
  font-family: serif;
  text-decoration: inherit;
  font-style: italic;
  text-align: right;
}

/*bx-slider*/
.bx-wrapper .bx-controls-direction a {
  z-index: 300 !important;
}

.slide-area .bx-wrapper .bx-next {
  right: 16px !important;
  background: url(../images/common/cntl-r.png) no-repeat !important;
  background-size: 100% !important;
  margin-right: 1em !important;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/common/cntl-l.png) no-repeat !important;
  background-size: 100% !important;
  margin-left: 1em !important;
}

.sp-contact-tab-fix {
  display: none;
}

.spnav-overlay {
  display: none;
}

.btn-open {
  display: none;
}

.slide-sp {
  display: none;
}

.pc-hide {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }

  .pc-hide {
    display: inline-block !important;
  }

  body {
    font-size: 14px;
    line-height: 1.4em;
  }

  h1 {
    font-size: 80%;
    width: 94%;
    text-align: center;
    white-space: nowrap;
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  

.header {
  position: static; 
  box-shadow: none;
}

.header h1 {
	padding: 5px 0;	
}

  .header .inner {
    width: 100%;
  }

  .reason-box-area, .introduce-area {
    width: 100%;
  }

  .onayami-box-area {
    width: 94%;
    margin: 0 3%;
  }

  .logo {
    position: relative;
  }
  .logo .btn-open {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .logo .btn-open img {
    width: 50%;
  }

  .logo img {
    width: 62% !important;
  }

.nav-area {
	padding: 30px 0;
}

  .gnav {
    display: none;
  }

  .spnav-overlay {
    display: block;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background: #70e2d1;
    /* Old browsers */
    background: -moz-linear-gradient(left, #70e2d1 0%, #70c8e4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #70e2d1 0%, #70c8e4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #70e2d1 0%, #70c8e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70e2d1', endColorstr='#70c8e4',GradientType=1 );
    /* IE6-9 */
    color: #fff;
  }
  .spnav-overlay .btn-close {
    position: absolute;
    top: 6%;
    right: 4%;
  }
  .spnav-overlay .btn-close img {
    width: 50%;
  }

  .spnav {
    position: absolute;
    top: 25%;
    width: 100%;
  }
  .spnav li {
    width: 100%;
    line-height: 50px;
    text-align: center;
  }
  .spnav li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
	font-size: 20px;
  }

  .sp-contact-tab {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
  }
  .sp-contact-tab .sp-contact-tab-tell {
    width: calc(100%/3);
    /* display: table-cell; */
    background: #def3f4;
    height: 100%;
    box-sizing: border-box;
  }
  .sp-contact-tab .sp-contact-tab-tell a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  	padding: 0 2%;
  }
  .sp-contact-tab .sp-contact-tab-tell img {
    width: 100%;
  }
  .sp-contact-tab .sp-contact-tab-mail {
    width: calc(100%/3);
    /* display: table-cell; */
    vertical-align: middle;
    background: #19a5b6;
    height: 100%;
    box-sizing: border-box;
  }
  .sp-contact-tab .sp-contact-tab-mail a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  	padding: 0 2%;
  }
  .sp-contact-tab .sp-contact-tab-mail a img {
    width: 100%;
  }
  .sp-contact-tab .sp-contact-tab-line{
    width: calc(100%/3);
    height: 100%;
    box-sizing: border-box;
    background-color: #00b900;
  }
  .sp-contact-tab .sp-contact-tab-line a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  	padding: 0 2%;
  }
  .sp-contact-tab .sp-contact-tab-line a img{
    width: 100%;
  }

  .sp-contact-tab-fix {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }

  .header-tel-area {
    display: none;
  }

  .slide-area {
    display: none;
  }

  .slide-sp {
    display: block;
    background: url("../images/index/bg-glay.png");
      position: relative;
  }

  .spslide1 {
/*    margin-bottom: 8%;*/
    padding-bottom: 10%;
  }

  .spslide2 {
    padding-bottom: 8%;
  }

  .reason-area .reason-box {
    width: 89%;
    float: none;
    position: relative;
    margin: 0 auto 10%;
  }

  .introduce-area img {
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    position: static;
    top: 0;
    width: 94%;
    margin: -40% 3% 0;
    box-sizing: border-box;
  }

  .introduce-area .introduce-txt {
    padding: 0;
    margin: 8% 3% 0;
    width: 93%;
  }

  .sp-img {
    width: 94% !important;
    height: auto;
    margin: 0 3%;
  }

  .onayami-area .onayami-box-area .onayami-box {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10%;
  }

  .onayami-area .onayami-box-area .onayami-box img {
    float: left;
    margin: 10px 5% 0 0;
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    width: 25%;
  }

  .onayami-area .onayami-box-area .onayami-box-txt {
    float: left;
    width: 70%;
    text-align: left;
  }

  .onayami-area .onayami-box-area {
    width: 94%;
    margin: 3%;
    padding: 5%;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
  }

  .onayami-area .onayami-box a.more {
    background: #b9b9b9 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 15px 28px;
    width: 100%;
    box-sizing: border-box;
  }

  .contact-area {
    width: 94%;
    margin: 3%;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    padding: 8% 6%;
  }

  .contact-area .contact-area-title-pic {
    float: none;
    width: 100%;
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    margin-right: 0;
  }

  .contact-area .contact-area-title {
    float: none;
    width: 100%;
    color: #fff;
    text-align: left;
  }

  .title2 {
    margin-bottom: 1em;
  }
  .contact-flexArea{
    display: block;
  }

  /* .contact-second-area .contact-second-tel { */
    .contact-tel{
    width: 100%;
    /* float: none; */
    margin: 0 0 6%;
  }
  .contact-area-btn-frame{
    display: block;
  }
  
  /* .contact-area-btn a {
    display: inline-block;
    padding: 25px 40px 25px 90px;
    color: #19a5b6;
    font-size: 100%;
    font-weight: bold;
    box-sizing: border-box;
    background: url(../images/common/contact-area-btn-icon.png) no-repeat #fff left 40px center;
  }

  .contact-area-btn a {
    display: inline-block;
    padding: 25px 40px 25px 90px;
    color: #19a5b6;
    font-size: 100%;
    font-weight: bold;
    box-sizing: border-box;
    background: url(../images/common/contact-area-btn-icon.png) no-repeat #fff left 40px center;
  } */
  .contact-area-btn a{
    font-size: 3.3vw;
  }
  .contact-area-btn.contact-form{
    width: 100%;
  }
  .contact-area-btn.contact-line{
    width: 100%;
    margin-top: 10px;
  }
  .kind-area {
    background: url(../images/sp/sp-bg-flower.png) top center;
    padding: 162px 3% 13%;
    margin-top: -132px;
    position: relative;
    z-index: 10;
    text-align: center;
    box-sizing: border-box;
  }
  .kind-area h2 {
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 3%;
  }
  .kind-area .sejyutsu1, .kind-area .sejyutsu2, .kind-area .sejyutsu3 {
    margin-bottom: 140px;
    height: auto !important;
  }
  .kind-area .sejyutsu-txt-right, .kind-area .sejyutsu-txt-left {
    width: 90% !important;
    height: auto;
    position: relative !important;
    top: 0 !important;
    margin: 0 auto;
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    background: #fff;
    border-top: 5px solid #70e3d1;
    padding: 8% 0 !important;
    margin-top: -70px;
  }
  .kind-area .sejyutsu-pic {
    position: static !important;
    top: 0;
    left: 0;
    height: auto !important;
    width: 100%;
  }

  .kind-btn-frame {
    display: block !important;
    margin: 3% !important;
  }

  .kind-btn a {
    display: block !important;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding-left: 1em;
    border: 1px solid #838181;
    width: 100%;
    box-sizing: border-box !important;
  }

  .sejyutsu3 {
    margin-bottom: 70px !important;
  }

  .faq-area .faq-inner {
    width: 94%;
    margin: 0 3%;
    padding: 20% 0;
  }

  .faq-area .faq-list dt {
    position: relative;
    padding: 6% 10% 6% 6%;
  }

  .faq-area .accordion_icon {
    position: absolute;
    right: 2%;
  }

  .faq-area .faq-list dd {
    padding: 6% 10% 6% 6%;
  }

  .clinic-area {
    padding: 13% 0;
    overflow-x: hidden;
  }

  .clinic-area .clinic-inner {
    width: 91% !important;
    padding-bottom: 10%;
  }

  .clinic-area .clinic-inner .clinic-info {
    width: 100% !important;
    margin: 0 0 20%;
    padding-top: 8%;
    text-align: left;
    position: static;
    box-sizing: border-box;
  }

  .clinic-area .clinic-inner .clinic-info-box-frame .clinic-info-box {
    width: 100% !important;
  }

  .clinic-area .clinic-inner .clinic-info-box-frame {
    display: block;
    height: auto;
    background: #70e3d1;
    background: -moz-linear-gradient(left, #70e3d1 0%, #70c8e4 100%);
    background: -webkit-linear-gradient(left, #70e3d1 0%, #70c8e4 100%);
    background: linear-gradient(to right, #70e3d1 0%, #70c8e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70e3d1', endColorstr='#70c8e4',GradientType=1 );
    padding: 5px 0 0;
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    top: 0;
    right: 0;
    width: 80%;
    margin: -10% auto;
  }

  .clinic-area .gmap {
    width: 91%;
  }

  .contact-3rd-area .contact-3rd-inner {
    width: 94%;
    margin: 0 auto;
  }

  /* .contact-3rd-area .contact-area-btn-frame {
    float: none;
    display: block;
    padding: 5px;
    background: #fff;
    margin: 5% auto 0;
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  }

  .contact-3rd-area .contact-3rd-tel {
    width: 100%;
    float: none;
    margin-right: 0;
  } */

  .column-area .column-inner {
    width: 94%;
    margin: 0 auto;
  }

  .column-area .column-box {
    float: left;
    background: url(../images/sp/sp-topcolumnbg.png) repeat-y;
    background-size: 100%;
    width: 100%;
    margin: 0 0 40px;
    padding: 20px;
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    box-shadow: none;
    box-sizing: border-box;
    position: relative;
  }

  .column-area .column-inner .column-box .column-title {
    margin: 20px 0 0;
    width: 100%;
    text-align: left;
    line-height: 1.4em;
  }

  .column-area {
    padding: 15% 0 8%;
  }

  .column-box {
    width: 100%;
    margin: 20px 20px 45px 0;
    box-sizing: border-box;
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    float: left;
    background: url("../images/column/columnboxbg.png") repeat-y;
    padding: 40px 30px 40px 50px;
    position: relative;
  }
  .column-box:before {
    content: "";
    background: url("../images/column/columnboxbottom.png") no-repeat top left;
    background-size: 100% !important;
    bottom: -25px;
    left: 0;
    height: 25px;
    position: absolute;
    z-index: 8000;
    width: 100%;
  }

  .column-title {
    width: 94%;
  }

  .clinic-area .clinic-inner .clinic-info-box-frame .clinic-info-box dl {
    width: 91%;
    margin: 0 auto;
  }

  .clinic-area .clinic-inner .clinic-info-box-frame .clinic-info-box h2 {
    color: #19a5b6;
    font-weight: bold;
    font-size: 100%;
    text-align: center;
    padding: 2em 0 1em;
  }

  .clinic-area .clinic-inner .clinic-info-box-frame .clinic-info-box .clinic-info-btn {
    background: #b9b9b9;
    display: block;
    color: #fff;
    padding: 25px 0;
    text-align: center;
    width: 90%;
    margin: 30px auto 0;
    font-weight: bold;
  }

  .kind-area .sejyutsu-area .sejyutsu1 .sejyutsu-txt-right h4 {
    font-size: 100%;
  }

  .sejyutsu1 h4 {
    font-size: 100% !important;
  }

  .kind-area .sejyutsu-area .sejyutsu2 .sejyutsu-txt-left h4 {
    font-weight: bold;
    font-size: 100% !important;
    padding: 1.4em 0;
    position: relative;
  }

  .kind-area .sejyutsu-area .sejyutsu3 .sejyutsu-txt-right h4 {
    font-weight: bold;
    font-size: 100%;
    padding: 1.4em 0;
    position: relative;
  }

  .column-tit {
    width: 46%;
  }

  .footer-spnav {
    text-align: center;
    width: 90%;
    margin: 5% auto;
  }
  .footer-spnav li {
    padding: 0.4em;
    display: inline-block;
  }

  footer {
	padding-bottom: 50px;
    background: #f5f8f7;
  }

  .footer {
    background: #f5f8f7;
    padding: 3% 0;
    text-align: center;
  }

  .copy-area {
    padding: 0;
    border-top: 1px solid #a9a8a8;
    width: 93%;
    margin: 1em auto;
  }

  .copy-right {
    padding: 1em 0;
    text-align: center;
    font-style: italic;
    font-family: serif;
    font-size: 70%;
  }

  .kind-area .sejyutsu-area .sejyutsu1 .sejyutsu-txt-right p {
    width: 93%;
    margin: 33px auto 0;
    font-size: 14px;
  }

  .kind-area .sejyutsu-area .sejyutsu2 .sejyutsu-txt-left p {
    width: 93%;
    margin: 33px auto 0;
    font-size: 14px;
  }

  .kind-area .sejyutsu-area .sejyutsu3 .sejyutsu-txt-right p {
    width: 93%;
    margin: 33px auto 0;
    font-size: 14px;
  }

  .reason-area {
    padding: 3% 3% 100px;
  }

  .contact-area .contact-area-inner {
    width: 100%;
  }

  .contact-second-area {
    width: 100%;
    padding-bottom: 0;
  }

  .contact-area .contact-area-inner {
    padding: 5.7% 0 0;
  }

  .contact-area .contact-area-title-pic {
    margin: 11.7% 0;
  }

  .contact-second-area-sp-title {
    margin-bottom: 6%;
  }

  .kind-area .sejyutsu-area h3 {
    margin: 5% 0;
  }

  .kind-area .sejyutsu1, .kind-area .sejyutsu2, .kind-area .sejyutsu3 {
    margin-bottom: 13% !important;
  }

  .contact-3rd-area {
    padding: 10% 0;
  }

  .reason-area .reason-box .reason-num {
    position: absolute;
    top: -40px;
    left: -14px;
    width: auto;
    box-shadow: none;
  }

  .onayami-area .onayami-tit {
    margin-bottom: 50px;
    width: 94%;
  }

  .hutae {
    width: 35% !important;
  }

  .kasui {
    width: 28.5% !important;
  }

  .tarumi {
    width: 49% !important;
  }

  .kuma {
    width: 87% !important;
  }

  .kubomi {
    width: 44%;
  }

  .siwa {
    width: 27%;
  }

  .ruitai {
    width: 24%;
  }

  .column-box p.date {
    font-family: serif;
    font-style: italic;
  }

  /*bx-slider*/
  .spslide1 .bx-wrapper .bx-next {
    right: 0 !important;
    background: url(../images/controls.png) no-repeat -43px -32px !important;
    background-size: auto;
    margin-right: 1em !important;
  }

  .spslide1 .bx-wrapper .bx-prev {
    left: 0 !important;
    background: url(../images/controls.png) no-repeat 0 -32px !important;
    background-size: auto;
    margin-left: 1em !important;
  }

  .spslide2 .bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/common/cntl-r.png) no-repeat !important;
    background-size: 100% !important;
    margin-right: 1em !important;
  }

  .spslide2 .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/common/cntl-l.png) no-repeat !important;
    background-size: 100% !important;
    margin-left: 1em !important;
  }

  .spslide2 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 90% !important;
    margin-top: -17px;
    outline: 0;
    width: 5%;
    height: 5%;
    text-indent: -9998px;
    z-index: 9999;
  }
}





.bfafwrap{
    margin: 0 auto;
    max-width: 1060px;
    width: 100%;
	padding:40px 0 0;
}
.bfaf{
	background:url("../images/index/ba_arrow.png") no-repeat center center;
    margin: 0 auto;
	padding:20px 0;
}
.bfaf li{
	float:left;
	width:450px;
	border:solid 1px #ccc;
	text-align:center;
	padding:20px 20px !important;
	margin:0 !important;
	list-style:none !important;
}
.bfaf li img{ max-width: 100%; height: auto;}
.bfaf li:nth-child(2){ float:right; }
.bfaf li .kakudai a{
	display:block;
	width:60%;
	margin:0 auto;
	text-decoration:none;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);	
	border-radius:5px;
	padding:5px;
	border:solid 1px #ddd;
	margin-top:10px;
}
@media (max-width: 640px) {
.bfaf{
	background:url("../images/index/ba_arrow.png") no-repeat center center;
	background-size:10px auto;
	margin:0 !important;
}
.bfaf li{
	float:left;
	width:40%;
	border:solid 1px #ccc;
	text-align:center;
	padding:10px 5px !important;
	margin:0 !important;
	list-style:none !important;
}
.bfaf li:nth-child(2){ float:right; }
.bfaf li .kakudai a{
	display:block;
	width:90%;
	margin:0 auto;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);	
	border-radius:5px;
	padding:5px;
	border:solid 1px #ddd;
	margin-top:10px;
}
}

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix{display: inline-block;} 

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 

.voice h3{ text-align: center; font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "ＭＳ Ｐ明朝", "MS PMincho","serif"; font-size:2em; padding:25px 0;}
.voicebox {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 95%;
	max-width: 1060px;
	
}
.voicebox img{ max-width: 100%; height: auto;}
.voicebox p {
    font-size: 0.9em;
    padding-bottom: 25px;
    text-align: left;
}
.voicebox .inner {
	border-top:solid 1px #ddd;
    padding: 25px 0 15px;
}
.voicebox .inner::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.voicebox .inner {
    display: inline-block;
}
* html .voicebox .inner {
    height: 1%;
}
.voicebox .inner {
    display: block;
	margin-bottom:15px;

}
.voicebox .pic {
    float: left;
    width: 25%;
}
.voicebox .txt {
    float: right;
    font-size: 0.9em;
    text-align: left;
    width: 70%;
}
.voicebox .txt h4 {
    color: #67a5b6 !important;
    font-size: 1.3em;
	font-weight: bold;
margin-top:0 !important;
    padding-bottom: 15px;
}
.spmore{ display:none; }
@media screen and (max-width: 640px) {
.spmore{ display:block; text-align:right; font-weight:bold; color:#0f7de3; }
.spmoretxt{ display:none; }
.voicebox .inner {
    padding: 10px 0;
}
}
.txtbox h2{ text-align: center; font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "ＭＳ Ｐ明朝", "MS PMincho","serif"; font-size:2.2em; padding:25px 0;}
.txtbox {
    margin: 0 auto;
    width: 95%;
	max-width: 980px;
	border:solid 1px #ddd;
	padding:40px;
	margin-bottom:40px;
	font-size:0.8em;
    text-align: left;
}
.txtbox h3{
	background: #f7f7f7;
    font-size: 1.5em;
	font-weight: bold;
	margin-top:0 !important;
    padding:10px 15px;	
	margin-bottom:15px;
}
.txtbox h4{
    color: #67a5b6 !important;
    font-size: 1.3em;
	font-weight: bold;
	margin-top:0 !important;
    padding-bottom: 15px;	
}
.txtbox p{ padding-bottom:25px;}
@media screen and (max-width: 640px) {
	.txtbox h2{ line-height: 1.4em;}
.txtbox {
    margin: 0 auto;
    width: 90%;
	max-width: 980px;
	border:solid 1px #ddd;
	padding:10px;
	margin-bottom:20px;
	font-size:0.8em;
}
}


/*------------------------

case

------------------------*/

.case-inner{
    width: 1060px;
    margin: 0 auto;
    padding: 84px 0 113px;
}
#case h2{
    text-align: center;
    margin-bottom: 35px;
}
.caseBox h3{
    margin: 70px 0;
    font-size: 18px;
}
.caseBox:not(:last-of-type){
    margin-bottom: 70px;
}
#caseImgArea{
    margin-bottom: 70px;
}
#caseImgArea .l-detail-01{
/*    display: flex;*/
    text-align: center;
/*
    align-items: center;
    justify-content: center;
*/
}
#caseImgArea .l-detail-01:last-of-type{
    margin-bottom: 20px;
}
#caseImgArea .l-detail-01 .inner{
/*    width: 39%;*/
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
/*
#caseImgArea .l-detail-01 .inner:nth-of-type(2){
    width: 20%;
}
*/
/*
#caseImgArea .l-detail-01 .inner .figure{
    margin-bottom: 5px;
}
*/
#caseImgArea .l-detail-01 .inner .figure img{
    width: 100%;
}
#caseImgArea .l-detail-01 .arrow{
    color: #19a5b6;
    font-size: 5rem;
}
#caseImgArea .l-detail-01 p{
    font-size: 20px;
}
#case dl{
    background: #f5f8f7;
    padding: 30px;
}
#case dt{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
#case dd{
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 1em;
}
#case dd:last-of-type{
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #case{
    }
    .case-inner {
        width: 94%;
        margin: 0 3%;
        padding: 30px 0 13%;
    }
    .caseBox:not(:last-of-type){
        margin-bottom: 35px;
    }
    .caseBox h3{
        margin: 35px 0;
    }
    #caseImgArea{
        margin-bottom: 35px;
    }
    #caseImgArea .l-detail-01 .arrow{
        font-size: 3rem;
    }
    #case dt{
        font-size: 14px;
    }
    #case dd{
        font-size: 14px;
    }
}