﻿@charset "utf-8";

/*====================================================================================================

  Layout

    1.  Header
    2.  Navigation
    3.  Contents
    4.  Footer

====================================================================================================*/

/*----------------------------------------------------------------------------------------------------

  1. Header
  
----------------------------------------------------------------------------------------------------*/
.l-hd {
  text-align:left;
/*display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;*/
}

.l-hd .p-siteTtl{
	letter-spacing: 1px;
}

.l-hd .p-siteTtl .logo-img{
	background: url("../image/logo.png") no-repeat;
    background-size: cover;
}

.super > small{
	margin-right: 1.11rem;
}

.l-hd .department .department-list{
    text-align: center;
}

.l-hd .department .department-list dd{
	background-color: #eaffe2;
	border: 1px solid #deffd1;
	border-radius: 5px;  
	font-weight: 400;
    color: #7c7c7c;
}

.l-hd-adreserve{
	text-align: center;
}
.l-hd-tel,
.l-hd-accessBtn {
  display:inline-block;
  vertical-align:middle;
}

.l-hd-tel,
.l-hd-tel:visited,
.l-hd-tel:hover {
  text-decoration:none;
}

.l-hd-adreserve address{
	margin-bottom: 30px;
}

@media print,screen and (min-width:641px) {
	.contents{
      margin: 0 0 0 240px;
	  background-color: #f3fff3;
	}
}

@media print,screen and (max-width:640px) {
	.contents{
      margin: 0 0 0 0px;
	  box-sizing: border-box;
	  overflow: hidden;
	  background-color: #f3fff3;
	}
}
	
.l-hd .p-siteTtl .clinic-name .super{
  display: block;
}

@media print,screen and (min-width:641px) {
  header {
	position: fixed;
	z-index: 9999;
	left: 0;
	width: 240px;
	height: 100vh;
	background-color: #fff;
  }
	
  .l-hd {
	width: 160px;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	display:flex;
	flex-flow: column;
	justify-content:space-between;
	  /*align-content: space-between;*/
  }
  
  .l-hd .p-siteTtl {
	margin-top: 60px;
	height: 160px;
	  /*margin-bottom: 20px;*/
  }
	
  .l-hd .p-siteTtl .clinic-name{
    margin-top: 1rem;
  }

  .l-hd .p-siteTtl .logo-img{
    width: 160px;
    height: 100px;
	background-position: center;
  }
	
  .l-hd .department .department{
	background-color: #deffd1;
	border-radius: 5px;
  }
    
	/*.l-hd .department .department-list{
		margin-bottom:10px;
	}*/
  .l-hd .department .department-list dd:not(:first-child){
	margin-top: 10px;
  }	
	
  .l-hd .department .department-list dd{
	font-size: 1.5rem;
	padding: 5px;
  }	
	
  .l-hd-adreserve{
    margin-bottom: 60px;
  }
	
  .l-hd-adreserve address span{
    display: block;
	font-size: 1.4rem;
  }

}


@media screen and (max-width:640px) {
    html.is-gNavOpen header {
      position:fixed;
      top:0;
    }
  
    header {
      position:relative;
      z-index:1003;
      background-color: #fff;
    }
  
    .l-hd {
      height:70px;
      -webkit-box-align:center;
      -ms-flex-align:center;
      align-items:center;
    }
	.clinic-name{
      padding-left: 80px;
      line-height: 1.2;
	}
    .clinic-name::before{
      content: "";
      display: inline-block;
      width: 70px;
      height: 70px;
      background: url("../image/logo.png") no-repeat top center;
      background-position: top center;
      background-size: contain;
      position: absolute;
      left: 10px;
      top:-0.1em;
    }
	
    .l-hd .department .department-list{
      display: none;
    }

    .l-hd-adreserve{
      display: none;
    }
	
    .l-hd .department .department-list dd{
      background-color: #eaffe2;
      border: 1px solid #deffd1;
      border-radius: 5px;  
      font-weight: 400;
      color: #7c7c7c;
    }
	
    .l-hd .p-siteTtl {
      padding:0.8em 0.5em 0.5em;
    } 
  
    .l-hd-tel {
      display:none;
    }

    .l-hd-conad address,
    .l-hd-accessBtn {
      display:none;
    }
}

/*--------------------------------------------------------------------------------
  SP Nav button
--------------------------------------------------------------------------------*/

@media print,screen and (min-width:641px) {
  .l-gNavBtn {
    display:none;
  }
}

@media screen and (max-width:640px) {
  .l-gNavBtn {
    width:60px;
    height:60px;
    position:fixed;
    top:0;
    right:0;
    cursor:pointer;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
	  
  }
}

.l-gNavBtn__icon,
.l-gNavBtn__icon span,
.l-gNavBtn__icon span:before,
.l-gNavBtn__icon span:after {
  display:inline-block;
}
  
.l-gNavBtn__icon {
  position:relative;
  width:30px;
  height:21px;

}
      
.l-gNavBtn__icon span {
  position:absolute;
  left:0;
  width:100%;
  height:3px;
  background-color:#019801;	
}
  
.l-gNavBtn__icon span:nth-of-type(1) {
  top:0;
}
.l-gNavBtn__icon span:nth-of-type(2) {
  top:9px;
}
.l-gNavBtn__icon span:nth-of-type(3) {
  bottom:0;
}
  
.l-gNavBtn.is-aniSet .l-gNavBtn__icon span:nth-of-type(1) {
  -webkit-animation:navBtn01 0.4s forwards;
  animation:navBtn01 0.4s forwards;
}
  
.l-gNavBtn.is-aniSet .l-gNavBtn__icon span:nth-of-type(2) {
  transition:opacity 0.2s 0.2s;
  opacity:1;
}
  
.l-gNavBtn.is-aniSet .l-gNavBtn__icon span:nth-of-type(3) {
  -webkit-animation:navBtn02 0.4s forwards;
  animation:navBtn02 0.4s forwards;
}
  
.l-gNavBtn.is-close .l-gNavBtn__icon span:nth-of-type(1) {
  -webkit-animation:active-navBtn01 0.4s forwards;
  animation:active-navBtn01 0.4s forwards;
}
  
.l-gNavBtn.is-close .l-gNavBtn__icon span:nth-of-type(2) {
  opacity:0;
}
  
.l-gNavBtn.is-close .l-gNavBtn__icon span:nth-of-type(3) {
  -webkit-animation:active-navBtn03 0.4s forwards;
  animation:active-navBtn03 0.4s forwards;
}

@-webkit-keyframes navBtn01 {
  0% {
    -webkit-transform:translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform:translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform:translateY(0) rotate(0);
  }
}
@keyframes navBtn01 {
  0% {
    transform:translateY(9px) rotate(45deg);
  }
  50% {
    transform:translateY(9px) rotate(0);
  }
  100% {
    transform:translateY(0) rotate(0);
  }
}
@-webkit-keyframes navBtn02 {
  0% {
    -webkit-transform:translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform:translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform:translateY(0) rotate(0);
  }
}
@keyframes navBtn02 {
  0% {
    transform:translateY(-9px) rotate(-45deg);
  }
  50% {
    transform:translateY(-9px) rotate(0);
  }
  100% {
    transform:translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-navBtn01 {
  0% {
    -webkit-transform:translateY(0) rotate(0);
  }
  50% {
    -webkit-transform:translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform:translateY(9px) rotate(45deg);
  }
}
@keyframes active-navBtn01 {
  0% {
    transform:translateY(0) rotate(0);
  }
  50% {
    transform:translateY(9px) rotate(0);
  }
  100% {
    transform:translateY(9px) rotate(45deg);
  }
}
@-webkit-keyframes active-navBtn03 {
  0% {
    -webkit-transform:translateY(0) rotate(0);
  }
  50% {
    -webkit-transform:translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform:translateY(-9px) rotate(-45deg);
  }
}
@keyframes active-navBtn03 {
  0% {
    transform:translateY(0) rotate(0);
  }
  50% {
    transform:translateY(-9px) rotate(0);
  }
  100% {
    transform:translateY(-9px) rotate(-45deg);
  }
}


/*----------------------------------------------------------------------------------------------------

  2. Navigation
  
----------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
  Global navigation
--------------------------------------------------------------------------------*/

.l-gNav a,
.l-gNav a:visited,
.l-gNav a:hover { text-decoration:none; }

.l-gNavList {
  list-style:none;
}

/*.l-snsList{
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.l-sns__item > a{
    width: 80px;
    height:80px;
    display: block;
}*/

.l-gNav-wrap{
  position: relative;
  /*margin-left: 30px;*/
  z-index: 1;
  background-color: rgba(255,255,255,0.6);
  /*left: 270px;*/
  /*margin-left: 270px;*/
}

.not-top .l-gNav-wrap{
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

@media print,screen and (min-width:641px) and (max-width:1400px) {
  .not-top .l-gNav-wrap{
    padding-left: 30px;
  }
}



@media print,screen and (min-width:641px) {
  .l-gNav-wrap,
  .l-gNav {
    display:block !important;
  }
	.l-gNav-wrap {
    padding-left: 30px;
  }
  
  .l-gNav {
    /*padding-left:40px;
    padding-right:40px;*/
  }

  .l-gNav__item > a,
  .l-gNav__item > a:visited { color:#575757; }
  .ua-pc .l-gNav__item > a:hover { color:#f29c2b; }

  .l-gNav {
    text-align:center;
  }
  
  .l-gNavList {
    position:relative;
    list-style:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	/*justify-content: center;*/
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    /*-ms-flex-pack:distribute;
    justify-content:space-around;*/
    margin-left:auto;
    margin-right:auto;
  }

  .l-gNav__item > a {
    display:block;
    padding:10px 0.5em;
    font-weight:700;
    position:relative;
	text-shadow : 
    1px  1px 1px rgba(255,255,255,0.5),
    -1px  1px 1px rgba(255,255,255,0.5),
    1px -1px 1px rgba(255,255,255,0.5),
    -1px -1px 1px rgba(255,255,255,0.5),
    1px  0px 1px rgba(255,255,255,0.5),
    0px  1px 1px rgba(255,255,255,0.5),
    -1px  0px 1px rgba(255,255,255,0.5),
    0px -1px 1px rgba(255,255,255,0.5);
  }
  
  .l-gNav__item {
    /*-webkit-box-flex:2;
    -ms-flex-positive:2;
    flex-grow:2;*/
    align-self:center;
  }
    
  .l-gNav__item:not(:last-child) {
    margin-right: 30px;
  }
  
  .l-gNav__item.active > a:after {
    content:"";
    width:100%;
    height:2px;
    background-color:#f29c2b;
    position:absolute;
    left:0;
    bottom:0;
  }
  
  .l-gNav-access {
    display:none;
  }
  
  .l-gNav-conad {
    display:none;
  }
  
}

@media screen and (max-width:640px) {
  html.is-gNavOpen {
    overflow-y:hidden;
  }
  
  html.is-gNavOpen .l-gNav-wrap {
    z-index: 1002;
    display:block;
  }

  .l-gNavList a,
  .l-gNavList a:visited,
  .l-gNavList a:hover { color:#019801; }
  
  .l-gNav-wrap {
    display:none;
    pointer-events:none;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0px;
    right:0;
    z-index:99;
    background-color:#fff;
    padding-top:100px; /* headerの分 */
	margin-left: 0;
  }
  
  .l-gNav {
    display:none;
    pointer-events:auto;
    padding-left:-webkit-calc(40 / 760 * 100vw);
    padding-right:-webkit-calc(40 / 760 * 100vw);
    padding-left:calc(40 / 760 * 100vw);
    padding-right:calc(40 / 760 * 100vw);
    height:100%;
    pointer-events:auto;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  
  .l-gNavList {
    padding-top:1em;
    padding-bottom:2em;
  }
  
  .l-gNav__item > a {
    display:block;
    padding:0.6em 0.8em;
    border-bottom:1px solid #dee1e2;
    font-size:2.4rem;
    font-weight:700;
  }
  
  .l-gNav-conad {
    padding-bottom:2em;
    text-align: center;
  }
  
  .l-gNav-conad address {
    line-height:1.7;
    display:block;
    padding-bottom:0.8em;
    font-size:2.0rem;
    text-align: center;
  }
  
  .l-gNav-tel {
    font-size:2.2em;
    text-align: center;
  }
    
  .l-snsList{
    margin-top: 30px; 
    margin-right: 12px;
  }
    
  .l-gNav__item:first-child {
    margin-left: 0px;
  }  

}

/*----------------------------------------------------------------------------------------------------

  3. Contents
  
----------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
  Container
--------------------------------------------------------------------------------*/

.l-cnt,
.l-cnt--pc {
  max-width:1200px;
  box-sizing: border-box;
  /*box-sizing:content-box;*/
  margin-left:auto;
  margin-right:auto;
}

@media print,screen and (min-width:641px) {
  .l-cnt,
  .l-cnt--pc {
	
    padding-left:30px;
    padding-right:30px;
  }
}

@media screen and (max-width:640px) {
  .l-cnt,
  .l-cnt--sp {
    padding-left:-webkit-calc(40 / 760 * 100vw);
    padding-right:-webkit-calc(40 / 760 * 100vw);
    padding-left:calc(40 / 760 * 100vw);
    padding-right:calc(40 / 760 * 100vw);
  }
}


/*--------------------------------------------------------------------------------
  Page title
--------------------------------------------------------------------------------*/

 .l-pgTtl {
 position:relative;
 text-align: center;
 padding-top: 60px;
}

/* .l-pgTtl::before{
 content: "";
 display: inline-block;
 width: 100%;
 height: 220px;
 background-repeat: no-repeat;
 background-position: center;
 margin-bottom: 40px;
}*/

.l-pgTtl h2 {
  height:100%;
  font-weight:700;
}

@media screen and (max-width:640px) {
/*   .l-pgTtl::before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 40px;
  }*/
	
  .l-pgTtl {
    position:relative;
    text-align: center;
    padding: 20px 0 0;
  } 
}


/*--------------------------------------------------------------------------------
  パンくず
--------------------------------------------------------------------------------*/

.l-pan {
  margin-bottom:56px;
  padding-top:0.5em;
  padding-bottom:0.5em;

}

.l-pan ul {
  font-size:0.85em;
}

.l-pan li {
  display:inline-block;
  position:relative;
  padding-left:1.25em;
}

.l-pan li:before {
  content:"";
  display:inline-block;
  width:0.5em;
  height:1px;
  position:absolute;
  top:50%;
  left:0.25em;
  background-color:rgba(33,53,62,0.6);
}

.l-pan li:first-child { padding-left:0; }
.l-pan li:first-child:before { display:none; }

@media screen and (min-width:641px) {
  .l-pan {
    margin-top: 40px;
  }
}

@media screen and (max-width:640px) {  
  .l-pan {
    margin-bottom:1.5em;
  }
    
  .ua-tab .l-pan,
  .ua-sp .l-pan {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto;
  }
  
  .ua-tab .l-pan ul,
  .ua-sp .l-pan ul {
    white-space:nowrap;
  }

  .ua-tab .l-pan::-webkit-scrollbar,
  .ua-sp .l-pan::-webkit-scrollbar {
    height:2px;
  }
  .ua-tab .l-pan::-webkit-scrollbar-track,
  .ua-sp .l-pan::-webkit-scrollbar-track {
    background:transparent;
    border-radius:1px;
  }
  .ua-tab .l-pan::-webkit-scrollbar-thumb,
  .ua-sp .l-pan::-webkit-scrollbar-thumb {
    border-radius:1px;
    background:#ccc;
  }
}


/*----------------------------------------------------------------------------------------------------

  3. Footer
  
----------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
  Back to top
--------------------------------------------------------------------------------*/

.l-backtoTop {
  display:none;
  width:56px;
  height:56px;
  border-radius:100%;
  background-color: rgba(1,152,1,0.6);
  background-size: contain;
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:90;
  cursor:pointer;
  -webkit-transition:background 0.15s ease-out;
  transition:background 0.15s ease-out;
}

.ua-pc .l-backtoTop:hover {
  background-color:rgba(1,152,1,1);
}

.l-backtoTop__icon {
  height:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.l-backtoTop__icon:after {
  content:"";
  display:inline-block;
  width:0.8em;
  height:0.8em;
  margin-top:0.2em;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

@media screen and (max-width:640px) {
  .l-backtoTop {
    width:40px;
    height:40px;
    right:1em;
    bottom:1em;
  }
  
  /*.l-backtoTop__icon:after {
    width:0.7em;
    height:0.7em;
  }*/
}


/*--------------------------------------------------------------------------------
  Map
--------------------------------------------------------------------------------*/


/*.l-ft-gmap {
  height:400px;
}

.l-ft-gmap iframe {
  width:100%;
  height:100%;
  vertical-align:bottom;
}

@media screen and (max-width:640px) {
  .l-ft-gmap {
    width:100%;
    height:400px;
  }
}*/
.f-clinic-name::before{
	content: "";
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url("../image/logo.png") no-repeat top center;
	background-position: top center;
	background-size: contain;
	position: relative;
	/*margin-top: -10px;*/
    margin-right: 10px;
	/*vertical-align: middle;*/
}

.f-clinic-name {
  margin-bottom: 10px;
  display: flex;
	align-items: center;
	line-height: 1;
	font-size: 4.0rem
}


.f-clinic-name .super{
	margin-right: 1.11rem;
}

.f-clinic-name .super small{
	margin-right: 0;
	display: block;
}

@media print,screen and (min-width:641px) and (max-width:1280px){
  .f-clinic-name {
    font-size: 3.0rem
  }

  .f-clinic-name::before{
    width: 72px;
    height: 72px;
  }

  .f-clinic-name .super{
    font-size: 1.6rem;
  }
	
  .f-clinic-name .super small{
    font-size: 1.4rem;
  }
}

@media print,screen and (max-width:640px){
  .f-clinic-name {
    justify-content: center;
    font-size: 3.6rem
  }

  .f-clinic-name::before{
    width: 72px;
    height: 72px;
  }

  .f-clinic-name .super{
    font-size: 1.8rem;
  }

  .f-clinic-name .super small{
    font-size: 1.5rem;
  }
	
}

.l-ft-cliinfo > a{
  text-decoration:none;
} 

footer {
  background-color:#fff;
}

.l-ft-cliinfo address .yno {
  padding-right:1em;
}

.l-ft-tel {
  display:inline-block;
  padding-top:0.2em;
}

.l-ft-tel a,
.l-ft-tel a:visited,
.l-ft-tel a:hover {
  color:inherit;
  text-decoration:none;
}

.ua-tab .l-ft-tel a,
.ua-sp .l-ft-tel a {
  text-decoration:underline;
}

.l-ft-accessBtn {
  display:inline-block;
  vertical-align:middle;
  padding-left:1.25em;
  padding-right:1.25em;
  padding-top:0.3em;
  padding-bottom:0.3em;
}

.l-ft .p-siteTtl {
  padding-bottom:1.2em;
}

.l-ft-clipointList {
  padding-top:1.6em;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  flex-wrap: wrap;
}

.l-ft-clipointList li {
  width:49%;
  padding:0.4em;
  line-height:1.4;
  text-align:center;
  background-color:#70cc69;
  border-radius:10px;
}

.l-ft-clipointList li:nth-child(-n+2) {
  margin-bottom: 10px;
}

/*.l-ft-ssl {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  
}

.l-ft-ssl form {
  line-height:0;
}

.l-ft-ssl p {
  padding-left:1em;
}

.l-ft-copy {
  line-height:1.5;
  font-size:0.7em;
  
}*/

.ft-gNavList {
  list-style: none;
  margin-bottom: 30px;
  text-align: left;
  min-width: 150px;
  margin-right: 30px;
}

.ft-gNav__item:not(:last-child){
  margin-bottom: 10px;
}

.ft-gNav__item a::before {
  content: "→";
  margin-right: 0.5rem;
}
.ft-gNav__item a {
  text-decoration: none;
  color:#3e3937;
}


@media print,screen and (min-width:641px) {
  footer {

    padding-top:100px;
    padding-bottom:100px;
  }
	.not-top footer{
			  margin-top: 90px;
	}
  
  .l-ft {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items:flex-start;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    /*align-items:baseline;*/
    /*-ms-flex-wrap:wrap;
    flex-wrap:wrap;*/
  }
  
  .l-ft-hrs {
    /*width:45%;*/
	width: 540px;
  }
	
  .l-ft-hrs .p-hrsTbl{
    margin-top: 20px;
  }
	
  .l-ft-hrs p{
    text-align: right;
  }
  
  .l-ft-cliinfo address{
    /*width:30%;
    margin-top: 15px;*/
    margin-right:30px;
    min-width: 220px;
  }
    


  .l-ft-clipointList {
    font-size:0.9em;
  }

  .l-ft-btm {
    /*display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    padding-top:40px;*/
    padding-top: 20px;
    text-align: center;
  }
    

}

@media screen and (max-width:640px) {
  footer {
    padding-top:2.25em;
    padding-bottom:2.5em;
    text-align:center;
  }
    
	.not-top footer{
			  margin-top: 90px;
	}
  .ft-gNavList {
    display: none;
  }
    
  .l-ft-clipointList li:first-child{
    margin-bottom: 10px;
  }
  
  .l-ft .p-siteTtl {
    display:inline-block;
    padding-bottom:1.25em;
  }
  
  .l-ft-cliinfo address .yno {
    /*display:block;*/
    padding-right:0;
  }
  
  /*.l-ft-cliinfo address .ad {
    display:block;
    padding-bottom:1em;
  }*/
  
  .l-ft-tel {
    font-size:1.8em;
    padding-top:0.4em;
    padding-bottom:0.2em;
  }
  
  .l-ft-hrs {
    padding-top:2em;
  }

  /*.l-ft-btm {
    padding-top:2.5em;
  }
  
  .l-ft-ssl .pc-view {
    display:none;
  }*/
  
  .l-ft-copy {
    padding-top:2em;
  }
}

@media screen and (min-width:641px) and (max-width:1220px){
	.l-ft-cliinfo {
		margin-right: 30px;
	    min-width:365px;
	}
}


/*--------------------------------------------------------------------------------
  sub_description
--------------------------------------------------------------------------------*/
.sub_description{
margin-top: 30px;
 margin-bottom: 90px;	
}
.sub_description .img-box{
	width: 100%;
    max-width: 600px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.sub_description .inner{
display: flex;
}


.sub_description .txt-box p:first-child{
	margin-bottom: 20px;
}

.cervical-spine{
	margin-bottom:30px;
}

.cervical-spine .img-box{
background-image: url("../image/sub_description/cervical_spine.jpg");
}

.about-ear .img-box{
background-image: url("../image/sub_description/ear.jpg");
}

.posture .img-box{
background-image: url("../image/sub_description/posture.jpg");
}

.engage-list{
  list-style: none;
  display: flex;
}

.engage-list{
  margin: 10px 0 60px;
  width: 100%;
}

.engage-list li{
  background-color: #fff;
  position: relative;
  border-radius: 10px;
	text-align: center;
	font-weight: 700;
	/*color: #f29c2b;*/
	/*color: #ef858c;*/
	border: 1px dashed #E3E3E3;
	box-sizing: border-box;
}

.engage-list li:not(:last-child)::after{
  content:"";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.engage-list li:not(:last-child)::after{
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  background-image: url("../image/icon/arrow.svg");
}

.engage-list li{
  font-weight: 700;
}

.engage-list li::before{
  content:"";
  display: block;
  position: relative;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.engage-list li::before{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.engage-list li:nth-child(1)::before{ 
	background-image: url("../image/sub_description/engage01.png");
}
.engage-list li:nth-child(2)::before{
	background-image: url("../image/sub_description/engage02.png");
}
.engage-list li:nth-child(3)::before{
	background-image: url("../image/sub_description/engage03.png");
	width: 200px;
}

@media screen and (min-width:641px) {
	.about-cervical-spine p{
	margin:20px 0 30px;
}
.sub_description .txt-box{
	margin-right: 30px;
}
	
	.sub_description .img-box{
	padding-top: 40%;
}
	.engage-list li{
  width: calc(33.33333% - 40px);
  padding: 30px 20px;
}
	
	.engage-list li:not(:last-child){
  margin-right: 60px;	
}
	
		.engage-list li:not(:last-child)::after{
  left: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
}
}

@media screen and (max-width:640px) {
.sub_description .inner{
flex-wrap: wrap;
}
	.sub_description .txt-box{
	margin-bottom: 30px;
}
	
		.sub_description .img-box{
	padding-top: 75%;
    margin-bottom: 30px
}
	
	.engage-list{
  flex-wrap: wrap;
}
	.engage-list li{
  width: 100%;
  padding: 30px 20px;
}
		.engage-list li:not(:last-child){
  margin-bottom: 60px;	
}
	
.engage-list li:not(:last-child)::after{
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%) rotateZ(90deg);
}
	
}
