@charset "UTF-8";

:root {
  --viewport: 750;
  --gorillaGold: #BBA170;
  --blue: #3054E0;
}

.txt_right {
	text-align:right;
}
.bold {
	font-weight:bold;
}
.inline {
	display:inline;
}
.cmnMore01 {
	display:none;
}
.font_blue {
  color: var(--blue);
}
.bold {
  font-weight: bold;
}
.flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

/* Main Visual
--------------------------------------------------------- */
.mainVisual {
	text-align:center;
}
.spWrap > .inner {
	width:1130px;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
	.spWrap > .inner {
		width:unset;
		background:#fff;
		padding-top:10px;
	}
}

/* Contents
--------------------------------------------------------- */
#contents .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
    right: auto;
	height: 54px;
	top: 40%;
}
#contents .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 10px;
    left: auto;
	height: 54px;
	top: 40%;
}
#contents .cmnBtn01 {
	margin-top:20px;
}
#contents .cmnBtn01 a {
    display: inline-block;
    width: 260px;
    padding: 10px 0 10px;
    background: #1587C2;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
  #contents .case-top .cmnBtn01{
      display: inline-block;
      width: 260px;
      padding: 10px 0 10px;
      background: #1587C2;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      color: #FFF;
      font-size: 18px;
      text-align: center;
      font-weight: normal;
      text-decoration: none;
      margin: 20px auto 0;
      display: block;
  }
  #contents .case-top .cmnBtn01 span {
      display: inline-block;
      width: 260px;
      padding: 10px 0 10px;
      background: #1587C2;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      color: #FFF;
      font-size: 18px;
      text-align: center;
      font-weight: normal;
      text-decoration: none;
  }
}
#conts p {
	font-size: 18px;
	line-height: 30px;
}
h2 {
	padding: 13px 0 14px;
	background: rgba(21,135,194,.8);
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	margin-bottom:22px;
	padding-left: 20px;
}
article h2 {
	padding: 13px 0 14px;
	background: rgba(21,135,194,.8);
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	margin-bottom:22px;
	padding-left: 20px;
}
h3 {
	color: #313131;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	border-bottom: 6px solid #0077ac;
	padding: 0 10px 6px;
	margin-top: 50px;
	margin-bottom: 30px;
}
h3 span {
	color:#fff;
	font-size:20px;
	background:#0b8d8d;
	margin-right:18px;
	padding:5px 19px;
}
article .inner {
	padding:0 20px;
}
#caselist {
	margin-top:40px;
}
#caselist .box img {
	float:left;
	margin-right:18px;
	margin-bottom:20px;
}
#caselist .case01 {
	background-image: url("/operation/smellcare/case/img/img_case01_bg.jpg");
	width: 960px;
	height: 400px;
	margin-top: 30px;
}
#caselist .case02 {
	background-image: url("/operation/smellcare/case/img/img_case02_bg.jpg");
	width: 960px;
	height: 400px;
	margin-top: 30px;
}
#caselist .case03 {
	background-image: url("/operation/smellcare/case/img/img_case03_bg.jpg");
	width: 960px;
	height: 400px;
}
#caselist .case04 {
	background-image: url("/operation/smellcare/case/img/img_case04_bg.jpg");
	width: 960px;
	height: 400px;
	margin-top: 30px;
}
#caselist .case05 {
	background-image: url("/operation/smellcare/case/img/img_case05_bg.jpg");
	width: 960px;
	height: 400px;
	margin-top: 30px;
}
#caselist .case06 {
	background-image: url("/operation/smellcare/case/img/img_case06_bg.jpg");
	width: 960px;
	height: 400px;
	margin-top: 30px;
}
#caselist .case07 {
	background-image: url("/operation/smellcare/case/img/img_case07_bg.jpg");
	width: 960px;
	height: 400px;
	margin-top: 30px;
}
#caselist .case08 {
	background-image: url("/operation/smellcare/case/img/img_case08_bg.jpg");
	width: 960px;
	height: 400px;
	margin-top: 30px;
}
#caselist .case-detail {
	width: 360px;
	float: right;
}
#caselist table {
	width: 360px;
	background-color: #dcdcdc;
	border-radius: 16px;
	padding: 8px 15px;
}
#caselist table tr {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}
#caselist table th {
	text-align: left;
	vertical-align: top;
}

#caselist .case-detail table td .total{
	display: inline-block;
	padding-left: 1em;
}
#caselist .case-detail p {
	background-color: rgba(255,255,255,.8);
	font-size: 12px;
	padding: 10px;
	line-height: 20px;
	margin-top: 20px;
}
#case-box .case-detail {
	width: 100%;
	margin-bottom: 50px;
}
#case-box table {
	width: 100%;
	background-color: #dcdcdc;
	padding: 20px 50px;
}
#case-box table tr {
	font-size: 14px;
    font-weight: bold;
    line-height: 1.8em;
}
#case-box table th {
	text-align: left;
	width: 100px;
}
#case-box .case-detail p {
	background-color: rgba(255,255,255,.8);
	font-size: 12px;
	padding: 10px;
	line-height: 20px;
	margin-top: 20px;
}
#article01 {
	margin-bottom:30px;
}
#article01 .boxleft img {
	float:left;
	margin-right:18px;
	margin-bottom:20px;
}
#article01 .boxright img {
	float:right;
	margin-left:18px;
	margin-bottom:20px;
}
#article01 .casemovie {
	width: 720px;
	height: 405px;
    margin: 0 auto;
}
#article01 p {
	font-size: 16px;
	line-height: 24px;
	display: flex;
}
#article02 .explanation_lead {
	font-size: 16px;
	margin: 20px 0;
}
#article02 .boxleft {
	margin-top: 30px;
}
#article02 .boxleft img {
	float:left;
	margin-right:18px;
	margin-bottom:0;
	width: 400px;
}
#article02 .boxright img {
	float:right;
	margin-left:18px;
	margin-bottom:0;
	width: 400px;
}
#article02 .casemovie {
	width: 720px;
	height: 405px;
    margin: 0 auto;
}
#article02 p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	display: block;
}
#article03 {
	margin-top:75px;
	padding-bottom:30px;
}
#article03 .box,
#article03 .inner > img {
	float:left;
}
#article03 .box {
	width:270px;
	margin-bottom:40px;
}
#article03 .box img {
	margin-bottom:15px;
}
#article03 .inner > img {
	margin:95px 15px 0;
}
#article03 .box span {
	font-size:16px;
	font-weight:bold;
	line-height:26px;
}
#etcWrap p {
	font-size:12px;
	line-height: 24px;
}
#etcWrap table {
	width: 95%;
    background-color: #dcdcdc;
    border-radius: 16px;
    padding: 8px 15px;
    margin: 16px auto;
}
#etcWrap table tr {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5em;
}
#etcWrap table th {
	text-align: left;
}
#etcWrap .case-detail p {
	background-color: rgba(255,255,255,.8);
	font-size: 10px;
	padding: 10px;
	line-height: 20px;
	margin-top: 20px;
}
#etcWrap .swiper-container {
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
	#conts p {
		font-size: 14px;
		line-height: 1.6;
	}
	h2 {
		padding: 8px 7px;
		font-size: 18px;
		text-align: center;
	}
	article h2 {
		padding: 8px 7px;
		font-size: 18px;
		text-align: center;
	}
	h3 {
		color: #313131;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		border-bottom: 4px solid #0077ac;
		padding: 0 10px 6px;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	h3 span {
		font-size:4vw;
		padding:5px 14px;
	}
	article .inner {
		padding:0 2%;
	}
	#contents .cmnBtn01 {
		margin-top:4%;
	}
	#caselist {
		margin-top:8%;
	}
	#caselist .box img {
		float:none;
		margin-right:0;
		margin-bottom: 0;
	}
	#contents .cmnBtn01 {
		background:none;
		padding:0;
	}
	#caselist .case01 {
		background-image: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	#caselist .case02 {
		background-image: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	#caselist .case03 {
		background-image: none;
		width: 100%;
		height: auto;
	}
	#caselist .case04 {
		background-image: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	#caselist .case05 {
		background-image: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	#caselist .case06 {
		background-image: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	#caselist .case07 {
		background-image: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	#caselist .case08 {
		background-image: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	#caselist .case-detail {
		width: 100%;
		float: none;
	}
	#caselist table {
		width: 95%;
		background-color: #dcdcdc;
		border-radius: 8px;
		padding: 8px 15px;
		margin: 20px auto 0;
	}
	#caselist table tr {
		font-size: 2.5vw;
		font-weight: bold;
		line-height: 1.3em;
	}
	#caselist table th {
		text-align: left;
	}
	#caselist .case-detail p {
		background-color: rgba(255,255,255,.8);
		font-size: 12px;
		padding: 0 5px;
		line-height: 20px;
		margin-top: 20px;
	}
	#contents .cmnBtn01 a {
		display: inline-block;
		width: 98%;
		padding: 13px 0 13px;
		background: #1587C2;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		color: #FFF;
		font-size: 18px;
		text-align: center;
		font-weight: normal;
		text-decoration: none;
	}
	#case-box .case-detail {
		width: auto;
		margin-bottom: 50px;
		padding: 20px 10px 0;
	}
	#case-box table {
		width: 100%;
		background-color: #dcdcdc;
		padding: 8px 15px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	#case-box table tr {
		font-size: 2.5vw;
		font-weight: bold;
		line-height: 1.3em;
	}
	#case-box table th {
		text-align: left;
		width: auto;
		vertical-align: top;
	}
	#case-box .case-detail p {
		background-color: rgba(255,255,255,.8);
		font-size: 12px;
		padding: 10px;
		line-height: 20px;
		margin-top: 20px;
	}
	#article01 {
		margin-top:8%;
		margin-bottom: 50px;
	}
	#article01 .box img {
		float:none;
		margin-right:0;
	}
	#article01 .casemovie {
		width: 100%;
		height: 51vw;
		margin: 0 auto;
	}
	#article01 p {
		font-size: 12px;
		line-height: 20px;
		padding: 0 10px;
		display: block;
	}
	#article01 .reader {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
	#article02 {
		margin-top:8%;
	}
	#article02 .box img {
		float:none;
		margin-right:0;
	}
	#article02 .casemovie {
		width: 100%;
		height: 51vw;
		margin: 0 auto;
	}
	#article02 p {
		font-size: 12px;
		line-height: 20px;
		padding: 0 10px;
		display: block;
	}
	#article02 .explanation_lead {
		font-size: 12px;
		margin: 20px 0;
	}
	#article02 .boxleft {
		margin-top: 0;
	}
	#article02 .boxleft img {
		width: auto;
		margin-bottom:20px;
	}
	#article02 .boxright img {
		width: auto;
		margin-bottom:20px;
	}
	#article03 {
		margin-top:8%;
		padding-bottom:0;
	}
	#article03 .box,
	#article03 .inner > img {
		float:none;
	}
	#article03 .box {
		width:100%;
		margin-bottom:8%;
	}
	#article03 p {
		font-size: 12px;
		margin: 20px 10px 0;
		padding-bottom:50px;
	}
	#article03 .box span {
		font-size:unset;
		font-weight:normal;
	}
	#etcWrap .case-detail {
	width: 100%;
	float: none;
	}
	#etcWrap table {
		width: 95%;
		background-color: #dcdcdc;
		border-radius: 8px;
		padding: 8px 15px;
	}
	#etcWrap table tr {
		font-size: 2.5vw;
		font-weight: bold;
		line-height: 1.3em;
	}
	#etcWrap table th {
		text-align: left;
	}
	#etcWrap .case-detail p {
		background-color: rgba(255,255,255,.8);
		font-size: 12px;
		padding: 0 5px;
		line-height: 20px;
		margin-top: 20px;
	}
	#etcWrap .cmnBtn01 a {
		display: inline-block;
		width: 95%;
		padding: 13px 0 13px;
		background: #1587C2;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		color: #FFF;
		font-size: 18px;
		text-align: center;
		font-weight: normal;
		text-decoration: none;
	}
	#etcWrap .swiper-container {
		padding-bottom: 60px;
	}
}

/* Common Style
--------------------------------------------------------- */
#conts .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin: 0 20px;
}

#conts .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 32px;
	height: 32px;
	background: #898989;
	margin: 0 20px;
}
@media screen and (max-width: 767px) {
	#conts .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 10px;
	}

	#conts .swiper-pagination-bullets .swiper-pagination-bullet-active {
		width: 16px;
		height: 16px;
		margin: 0 10px;
	}
}
.tabs {
	font-weight: bold;
	display: table;
	width: 960px;
	margin: 80px auto 20px;
	box-sizing: border-box;
}
.tabs li {
	font-size: 18px;
	text-align: center;
	width: 320px;
	border-right: 1px solid #b5b5b5;
	display: inline-block;
	padding:20px;
	box-sizing: border-box;
}
.tabs li:last-child {
	border-right: none;
}
.tabs li:not(.active):hover {
	color: #fff;
	cursor:pointer;
	background:#a41a19;
	opacity: 0.7;
}
.tabs .active {
	color: #fff;
	background:#a41a19;
}
.tabs .only {
	width: 960px;
}
.tabs .double {
	width: 478px;
}

.tabs.sub {
	border: 3px solid #b5b5b5;
}
.tabs.sub li {
	width:318px;
}

.tabs.sub2 {
	color: #a41a19;
	border: none;
	margin:0 auto 20px;
}
.tabs.sub2 li {
	border-right: none;
	padding: 0 0 20px;
	border-bottom: 8px solid #fff;
}
.tabs.sub2 li:not(.active):hover {
	color: #a41a19;
	background: none;
	border-bottom: 8px solid #a41a19;
}
.tabs.sub2 li.active {
	color: #a41a19;
	background:none;
	border-bottom: 8px solid #a41a19;
}
.tabs.sub2 li span.pcOnly {
	display: inline-block;
}

.tab_box {
	width: 1000px;
	margin: 0 auto;
}
.tab_box > div:nth-child(n + 2) {
	display: none;
}
.tab_box .tabSec {
	margin-top:0;
}
.tab_box .tabSec img.mb34 {
	margin-bottom: 34px;
}
.tab_box .tabSec p {
	font-size: 1.4rem;
  line-height: 1.6;
}
.tab_box .tabSec .tabWrap {
	margin-top:30px;
	padding:0 20px;
}
.tab_box .tabSec .mapBox {
	width: 420px;
	float: left;
}
.tab_box .tabSec .infoBox {
	width: 520px;
	float: right;
}
.tab_box .tabSec .tabWrap .infoBox dl {
	padding: 16px 15px;
	background: #EEE;
}
.tab_box .tabSec .tabWrap .infoBox dl dt,
.tab_box .tabSec .tabWrap .infoBox dl dd {
	font-size: 1.4rem;
	line-height: 1.6;
}
.tab_box .tabSec .tabWrap .infoBox dl dt {
	clear: left;
	float: left;
	font-weight: bold;
}
.tab_box .tabSec .tabWrap .infoBox dl dd {
	padding: 0 0 12px 115px;
}
.tab_box .tabSec .tabWrap .infoBox dl dd:last-child {
	padding-bottom: 0;
}
.tab_box .tabSec .tabWrap .infoBox dl dd .tel,
.tab_box .tabSec .tabWrap .infoBox dl dd a {
	color: #A41A19;
	font-weight: bold;
	text-decoration: underline;
}
.tab_box .tabSec .tabWrap .infoBox dl dd a {
	display: none;
}
.tab_box .tabSec .tabWrap .infoBox .linkTxt {
	margin-top: 25px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.tab_box .tabSec .tabWrap .infoBox .linkTxt a {
	color: #A41A19;
}
.tab_box .tabSec h2 {
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background:#333;
	padding: 18px 25px 15px;
}
.tab_box .tabSec h2 .yellow {
	color: #ffe700;
}
.tab_box .routeWrap {
	margin-top:30px;
	padding:0 20px;
}
.tab_box .routeWrap .swiper-container {
	padding-bottom: 40px;
}
.tab_box .routeWrap .routeBox {
	overflow: hidden;
}
.tab_box .routeWrap .routeBox .step,
.tab_box .routeWrap .infoBox .step,
.tab_box .busWrap .infoBox .step,
.tab_box .carWrap .infoBox .step {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 13px 0 11px;
	background: #333;
	text-align: center;
}
.tab_box .busWrap,
.tab_box .carWrap {
	padding: 0 20px;
}
.tab_box .tabSec .busWrap .infoBox,
.tab_box .tabSec .carWrap .infoBox {
	width: 500px;
}
.tab_box .tabSec .busWrap .infoBox .sub,
.tab_box .tabSec .carWrap .infoBox .sub {
	font-size: 14px;
	line-height: 1.8;
	padding: 20px 0px 0 20px;
}
.tab_box .tabSec .busWrap .infoBox .sub h3,
.tab_box .tabSec .carWrap .infoBox .sub h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
.tab_box .tabSec .busWrap .infoBox dl,
.tab_box .tabSec .carWrap .infoBox dl {
	margin-bottom: 30px;
}
.tab_box .tabSec .busWrap .infoBox dl:last-child,
.tab_box .tabSec .carWrap .infoBox dl:last-child {
	margin-bottom: 0;
}
.tab_box .tabSec .busWrap .infoBox .sub dt,
.tab_box .tabSec .carWrap .infoBox .sub dt {
	float: left;
}
.tab_box .tabSec .busWrap .infoBox .sub dd {
	padding: 0 0 0 3em;
}
.tab_box .tabSec .carWrap .infoBox .sub dd {
	padding: 0 0 0 4em;
}
.tab_box .tabSec .carWrap .infoBox .sub .caution {
	font-size: 14px;
}
.tab_box .routeWrap .routeBox .routeInner {
	display: -webkit-flex;
	display: flex;
}
.routeWrap .swiper-pagination-bullets {
	top: 255px;
	bottom: inherit;
}
.tab_box .routeWrap .routeBox .routeInner .imgBox {
	width: 460px;
	margin-right: 20px;
}
.tab_box .routeWrap .routeBox .routeInner .textBox {
	width: 480px;
	background: url(/operation/smellcare/assets/img/aboutus/common/line_route01.png) repeat-x 0 bottom;
}
.tab_box .routeWrap > .textBox {
	width: 480px;
}
.tab_box .routeWrap .routeBox .routeInner .textBox .detailBox {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 188px;
	margin-top: 10px;
	padding: 0 30px 0 15px;
	background: url(/operation/smellcare/assets/img/aboutus/common/line_route01.png) repeat-x 0 top;
}
.tab_box .routeWrap .routeBox .routeInner .textBox .detailBox p {
	font-size: 1.4rem;
	line-height: 1.6;
}
.tab_box .routeWrap .swiper-button-prev,
.tab_box .routeWrap .swiper-button-next {
	background: none;
	width: 25px;
	height: 50px;
	margin-top: -45px;
}
.tab_box .routeWrap .swiper-button-prev {
	left: 10px;
}
.tab_box .routeWrap .swiper-button-next {
	right: 10px;
}
.tab_box .tabSec .sub2 .infoBox {
	width:500px;
}
.tab_box .tabSec .sub2 .infoBox p:nth-child(2) {
	margin: 10px 20px 0;
}
.tab_box.sub {
	padding-bottom: 60px;
}

.tab_box #etc {
	margin-top:80px;
}
.tab_box #etc span.pcOnly {
	display: inline-block;
}
.tab_box .etcWrap {
	margin-top: 30px;
  padding: 0 20px;
}
.tab_box .etcWrap h3 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom:10px;
	border-bottom: 8px solid #b5b5b5;
	margin-bottom: 20px;
}
.tab_box .etcWrap .doctorWrap {
	margin-bottom: 50px;
}
.tab_box .etcWrap .doctorWrap .imgBox {
	width: 450px;
	float: left;
}
.tab_box .etcWrap .doctorWrap .textBox {
	width: 480px;
	float: right;
}
.tab_box .etcWrap .doctorWrap .textBox h4 {
	padding: 7px 10px 5px;
  background: #eee;
  font-size: 1.6rem;
  font-weight: bold;
}
.tab_box .etcWrap .doctorWrap .textBox h4:nth-child(3) {
	margin-top:25px;
}
.tab_box .etcWrap .doctorWrap .textBox dl {
	margin-top: 12px;
	padding: 0 15px;
}
.tab_box .etcWrap .doctorWrap .textBox dl dt,
.tab_box .etcWrap .doctorWrap .textBox dl dd {
	font-size: 1.4rem;
	line-height: 1.6;
}
.tab_box .etcWrap .doctorWrap .textBox dl dt {
	float: left;
}
.tab_box .etcWrap .doctorWrap .textBox dl dd {
	padding: 0 0 0 6.0em;
}
.tab_box .etcWrap .doctorWrap .textBox p {
  margin-top: 12px;
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.tab_box .etcWrap .doctorWrap .textBox .button {
	text-align: center;
	margin-top: 22px;
}
.tab_box .etcWrap .doctorWrap .textBox .button a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 1;
	width:380px;
	padding: 16px 0;
	background: #a41a19;
	border-radius:50px;
	display: inline-block;
}
.tab_box .etcWrap .doctorWrap .textBox .button a:hover {
	opacity:0.7;
}
.tab_box #etc {
	margin-top:80px;
}
.tab_box #etc span.pcOnly {
	display: inline-block;
}
.tab_box .etcWrap {
	margin-top: 30px;
  padding: 0 20px;
}
.tab_box .etcWrap h3 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom:10px;
	border-bottom: 8px solid #b5b5b5;
	margin-bottom: 20px;
}
.tab_box .etcWrap .doctorWrap {
	margin-bottom: 50px;
}
.tab_box .etcWrap .doctorWrap .imgBox {
	width: 450px;
	float: left;
}
.tab_box .etcWrap .doctorWrap .textBox {
	width: 480px;
	float: right;
}
.tab_box .etcWrap .doctorWrap .textBox h4 {
	padding: 7px 10px 5px;
  background: #eee;
  font-size: 1.6rem;
  font-weight: bold;
}
.tab_box .etcWrap .doctorWrap .textBox h4:nth-child(3) {
	margin-top:25px;
}
.tab_box .etcWrap .doctorWrap .textBox dl {
	margin-top: 12px;
	padding: 0 15px;
}
.tab_box .etcWrap .doctorWrap .textBox dl dt,
.tab_box .etcWrap .doctorWrap .textBox dl dd {
	font-size: 1.4rem;
	line-height: 1.6;
}
.tab_box .etcWrap .doctorWrap .textBox dl dt {
	float: left;
}
.tab_box .etcWrap .doctorWrap .textBox dl dd {
	padding: 0 0 0 6.0em;
}
.tab_box .etcWrap .doctorWrap .textBox p {
  margin-top: 12px;
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.tab_box .etcWrap .doctorWrap .textBox .button {
	text-align: center;
	margin-top: 22px;
}
.tab_box .etcWrap .doctorWrap .textBox .button a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 1;
	width:380px;
	padding: 16px 0;
	background: #a41a19;
	border-radius:50px;
	display: inline-block;
}
.tab_box .etcWrap .doctorWrap .textBox .button a:hover {
	opacity:0.7;
}
.tab_box #etcSwiper {
	margin-bottom: 30px;
}
.tab_box #etcSwiper .swiper-slide {
	padding-right: 10px;
	border-right: 2px dotted #cfcfcf;
	box-sizing: border-box;
}
.tab_box #etcSwiper .swiper-slide img {
	margin-bottom: 10px;
}
.tab_box #etcSwiper .swiper-button-prev,
.tab_box #etcSwiper .swiper-button-next {
	background: none;
	width: 50px;
	height: 100px;
	top: 50px;
	margin-top: 0;
	opacity: 0.7;
}
.tab_box #etcSwiper .swiper-button-prev {
	left: 0;
}
.tab_box #etcSwiper .swiper-button-next {
	right: 0;
}
.tab_box #etcSwiper .swiper-button-prev:hover,
.tab_box #etcSwiper .swiper-button-next:hover {
	opacity: 1;
}
.tab_box .etcWrap .clinic_top {
	width: 100%;
	padding-bottom: 54px;
}
.tab_box .etcWrap .swiper-pagination {
	bottom: 20px;
}
.tab_box .clinic_top .swiper-button-prev,
.tab_box .clinic_top .swiper-button-next {
	display: none;;
}
.tab_box .etcWrap .clinic_thumbs {
  height: 30%;
  box-sizing: border-box;
  padding: 0;
}
.tab_box .etcWrap .clinic_thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  background: #000;
}
.tab_box .etcWrap .clinic_thumbs .swiper-slide img {
	opacity: 0.6;
}
.tab_box .etcWrap .clinic_thumbs .swiper-slide-thumb-active img {
  opacity: 1;
}
.tab_box .etcWrap .clinic_thumbs .swiper-slide:not(.swiper-slide-thumb-active):hover {
	cursor: pointer;
	opacity: 0.7;
}

/* Contents
--------------------------------------------------------- */
#conts .inner .bfSec {
	margin-top: 30px;
	padding: 20px 20px;
	background: #1587c2;
}

#conts .inner .bfSec .bfTtl01 {
	padding: 5px 10px 1px;
	background: #FFF838;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

#conts .inner .bfSec .bfList {
	margin-top: 15px;
	text-align: center;
}

#conts .inner .bfSec .bfList li {
	float: left;
	width: 310px;
    margin-right: 15px;
}
#conts .inner .bfSec .bfList li p {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0 0;
    vertical-align: middle;
    height: 36px;
    display: table-cell;
    width: 310px;
}

#conts .inner .bfSec .bfList li:last-child {
	margin-right: 0;
}

#conts .inner .bfSec .bfList li .ba-slider .handle {
	width: 2px;
	margin-left: -1px;
	background: #FFF;
	cursor: pointer;
}

#conts .inner .bfSec .bfList li .ba-slider .handle:after {
	content: "";
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	background: url("../img/common/icon_handle.png") no-repeat;
	border: none;
	line-height: 1;
	transition: none;
	box-shadow: none;
}

#conts .inner .bfSec .captionList {
	margin-top: 0px;
}

#conts .inner .bfSec .captionList li {
	float: left;
    width: 310px;
    margin-right: 15px;
    text-align: center;
}

#conts .inner .bfSec .captionList li:last-child {
	margin-right: 0;
}

#conts .inner .bfSec .captionList li p {
	display: inline-block;
	width: 310px;
	padding: 8px 0 8px;
	background: #FFF;
	color: #a99161;
	font-size: 2.0rem;
	font-weight: bold;
}

#conts .resultSec {
	margin-top: 60px;
}

#conts .resultSec .resultTtl01 {
	padding: 6px 20px 2px;
	background: #EEE;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

#conts .resultSec .resultWrap {
	margin-top: 30px;
	overflow: hidden;
}

#conts .resultSec .resultWrap .resultList {
	max-width: 314px;
	margin: 0 auto;
}

#conts .resultSec .resultWrap .resultList .swiper-container {
	width: 100%;
	padding-bottom: 45px;
	overflow: visible;
}

#conts .resultSec .resultWrap .resultList .swiper-container .swiper-button-prev,
#conts .resultSec .resultWrap .resultList .swiper-container .swiper-button-next {
	width: 37px;
	height: 75px;
	margin-top: 0;
	background: none;
	top: 65px;
}

#conts .resultSec .resultWrap .resultList .swiper-container .swiper-button-prev {
	left: -57px;
}

#conts .resultSec .resultWrap .resultList .swiper-container .swiper-button-next {
	right: -57px;
}

#conts .resultSec .statusList {
	margin: 35px 30px 0;
	padding: 25px 20px 10px;
	background: #EEE;
}

#conts .resultSec .statusList dt,
#conts .resultSec .statusList dd {
	float: left;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}

#conts .resultSec .statusList dt {
	clear: both;
	width: 120px;
	font-weight: bold;
}

#conts .resultSec .statusList dt.second {
	clear: none;
	width: 75px;
}

#conts .resultSec .statusList dd {
	width: 345px;
}

#conts .resultSec .statusList dd.second {
	width: 310px;
}

#conts .resultSec .priceBox {
	margin: 20px 30px 0;
	padding: 25px 20px 10px;
	background: #EEE;
}

#conts .resultSec .priceBox .priceList {
	padding-bottom: 10px;
	border-bottom: 1px solid #C9C9C9;
}

#conts .resultSec .priceBox .priceList dt,
#conts .resultSec .priceBox .priceList dd {
	float: left;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}

#conts .resultSec .priceBox .priceList dt {
	width: 120px;
	font-weight: bold;
}

#conts .resultSec .priceBox .priceList dd {
	width: 340px;
}

#conts .resultSec .priceBox .priceList dd:nth-child(4) {
	padding-left: 120px;
}

#conts .resultSec .priceBox .priceList dd span {
	display: inline-block;
	width: 130px;
}

#conts .resultSec .priceBox .priceText {
	margin-top: 15px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

#conts .resultSec .priceBox .priceText span {
	margin-left: 25px;
	color: #E45826;
}

#conts .resultSec .att {
	margin: 10px 30px 0;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: right;
}

#conts .enthusiasmSec {
	margin-top: 55px;
}

#conts .enthusiasmSec .inner .movieBox {
	margin-top: 20px;
	text-align: center;
}

#conts .enthusiasmSec .inner .detailSec {
	margin-top: 60px;
}

#conts .enthusiasmSec .inner .movieBox + .detailSec {
	margin-top: 40px;
}

#conts .enthusiasmSec .inner .detailSec .detailWrap {
	display: -webkit-flex;
	display: flex;
	padding-top: 24px;
}

#conts .enthusiasmSec .inner .detailSec .detailWrap .imgBox {
	width: 320px;
	margin-right: 40px;
	padding-top: 6px;
}

#conts .enthusiasmSec .inner .detailSec .detailWrap .textBox {
	width: 600px;
}

#conts .enthusiasmSec .inner .detailSec .detailWrap .textBox p {
	margin-top: 30px;
	font-size: 1.5rem;
	line-height: 1.8;
}

#conts .enthusiasmSec .inner .detailSec .detailWrap .textBox p:first-child {
	margin-top: 0;
}

#conts .flowSec {
	margin-top: 50px;
}

#conts .flowSec .inner .flowList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-top: 40px;
}

#conts .flowSec .inner .flowList li {
	width: 304px;
	height: 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 24px 30px 0;
	padding: 10px 10px;
	background: #EEE;
	position: relative;
}

#conts .flowSec .inner .flowList li::after {
	content: "";
	display: block;
	background: #FFF;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 20px solid #EEE;
	position: absolute;
	right: 0;
	top: 0;
}


#conts .flowSec .inner .flowList li:nth-child(3n) {
	margin-right: 0;
}

#conts .flowSec .inner .flowList li .step {
	display: inline-block;
	padding: 3px 6px 2px;
	background: #E45826;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
}

#conts .flowSec .inner .flowList li .ttl {
	margin-top: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#conts .flowSec .inner .flowWrap .detailSec {
	margin-top: 20px;
	padding-bottom: 96px;
	position: relative;
}

#conts .flowSec .inner .flowWrap .detailSec:first-child {
	margin-top: 30px;
}

#conts .flowSec .inner .flowWrap .detailSec:last-child {
	padding-bottom: 0;
}

#conts .flowSec .inner .flowWrap .detailSec::after {
	content: "";
	display: block;
	width: 254px;
	height: 96px;
	background: url(../../img/beforeafter/lower/arrow_flow01.jpg) no-repeat;
	position: absolute;
	bottom: 0;
	left: 53px;
}

#conts .flowSec .inner .flowWrap .detailSec:last-child::after {
	content: none;
}

#conts .flowSec .inner .flowWrap .detailSec .flowTtl01 {
	height: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 7px 7px;
	background: #EEE;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}

#conts .flowSec .inner .flowWrap .detailSec .flowTtl01:after {
	content: "";
	display: block;
	background: #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #EEE;
	position: absolute;
	right: 0;
	top: 0;
}

#conts .flowSec .inner .flowWrap .detailSec .flowTtl01 span {
	display: inline-block;
	margin-right: 20px;
	padding: 6px 7px 4px;
	background: #E45826;
	color: #FFF;
	font-size: 1.5rem;
	line-height: 1;
	vertical-align: text-top;
}

#conts .flowSec .inner .flowWrap .detailSec .detailWrap {
	display: -webkit-flex;
	display: flex;
	padding-top: 20px;
}

#conts .flowSec .inner .flowWrap .detailSec .detailWrap .imgBox {
	width: 360px;
	margin-right: 40px;
}

#conts .flowSec .inner .flowWrap .detailSec .detailWrap .textBox {
	width: 540px;
	padding-top: 8px;
}

#conts .flowSec .inner .flowWrap .detailSec .detailWrap .textBox p {
	margin-top: 30px;
	font-size: 1.5rem;
	line-height: 1.8;
}

#conts .flowSec .inner .flowWrap .detailSec .detailWrap .textBox p:first-child {
	margin-top: 0;
}

#conts .listSec {
	margin-top: 60px;
}

#conts .listSec .reportList {
	margin-top: 30px;
	padding: 0 20px;
}

#conts .listSec .reportList .swiper-container {
	padding-bottom: 45px;
}

#conts .listSec .reportList .swiper-container .swiper-button-prev,
#conts .listSec .reportList .swiper-container .swiper-button-next {
	width: 50px;
	height: 64px;
	margin-top: -58px;
}

#conts .listSec .reportList .swiper-container .swiper-button-prev {
	background: url(../../img/beforeafter/common/arrow_graduate_prev.png) no-repeat;
	left: 0;
}

#conts .listSec .reportList .swiper-container .swiper-button-next {
	background: url(../../img/beforeafter/common/arrow_graduate_next.png) no-repeat;
	right: 0;
}

@media screen and (max-width: 767px) {
	#conts {
		padding-top: 0;
	}

	#conts .inner {
		padding: 0;
	}

	#conts .inner .lead {
		margin: 15px 7px 0;
		font-size: 1.2rem;
		line-height: 1.8;
	}

	#conts .inner .bfSec {
		margin-top: 15px;
		padding: 0 0 10px;
	}
	#conts .inner .bfSec .bfList {
		margin-top: 10px;
		text-align: center;
		padding: 0 10px;
	}

	#conts .inner .bfSec .bfTtl01 {
		padding: 5px 10px;
		font-size: 1.5rem;
	}

	#conts .inner .bfSec .bfList li {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#conts .inner .bfSec .bfList li p {
		color: #ffffff;
		font-size: 4vw;
		line-height: 20px;
		padding: 20px 0 10px;
		vertical-align: middle;
		height: 40px;
		display: table-cell;
		width: 100vw;
		text-align: center;
	}

	#conts .inner .bfSec .bfList li .ba-slider .handle:after {
		width: 50px;
		height: 50px;
		margin: -25px 0 0 -25px;
		background: url("/case/img/common/icon_handle_sp.png") no-repeat;
		-webkit-background-size: 50px 50px;
		        background-size: 50px 50px;
	}

	#conts .inner .bfSec .captionList {
		display: -webkit-flex;
		display: flex;
		margin-top: 0;
	}

	#conts .inner .bfSec .captionList li {
		width: 100%;
    	margin-right: 0;
	}

	#conts .inner .bfSec .captionList li:last-child {
		margin-right: 0;
	}

	#conts .inner .bfSec .captionList li p {
		width: 100%;
		padding: 12px 0;
		-webkit-border-radius: 0;
		        border-radius: 0;
		font-size: 24px;
		background: #d2d2d2;
		color: #ffffff;
	}

	#conts .inner .bfSec .captionList li.current p {
		background: #1587c2;
		color: #FFF;
	}

	#conts .resultSec {
		margin-top: 10px;
		padding: 0 7px;
	}

	#conts .resultSec .resultTtl01 {
		padding: 8px 10px;
		font-size: 1.5rem;
	}

	#conts .resultSec .resultWrap .resultList {
		max-width: 100%;
	}

	#conts .resultSec .resultWrap .resultList .swiper-container {
		padding-bottom: 40px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		overflow: hidden;
	}

	#conts .resultSec .resultWrap .resultList .swiper-container .imgBox {
		padding: 0 30px;
	}

	#conts .resultSec .resultWrap .resultList .swiper-container .swiper-button-prev,
	#conts .resultSec .resultWrap .resultList .swiper-container .swiper-button-next {
		width: 25px;
		height: 50px;
		top: 40%;
		margin-top: -25px;
	}

	#conts .resultSec .resultWrap .resultList .swiper-container .swiper-button-prev {
		left: 0;
	}

	#conts .resultSec .resultWrap .resultList .swiper-container .swiper-button-next {
		right: 0;
	}

	#conts .resultSec .statusList {
		margin: 20px 0 0;
		padding: 15px 15px 5px;
	}

	#conts .resultSec .statusList dt,
	#conts .resultSec .statusList dd {
		font-size: 1.2rem;
	}

	#conts .resultSec .statusList dt {
		width: 90px!important;
	}

	#conts .resultSec .statusList dd {
		float: none;
		width: auto!important;
		padding-left: 90px;
		margin-left: 1.0em;
		text-indent: -1.0em;
	}

	#conts .resultSec .priceBox {
		margin: 10px 0 0;
		padding: 15px 15px 10px;
	}

	#conts .resultSec .priceBox .priceList {
		padding-bottom: 0;
	}

	#conts .resultSec .priceBox .priceList dt,
	#conts .resultSec .priceBox .priceList dd {
		font-size: 1.2rem;
	}

	#conts .resultSec .priceBox .priceList dt {
		width: 90px;
	}

	#conts .resultSec .priceBox .priceList dd {
		float: none;
		width: auto!important;
		padding-left: 90px!important;
	}

	#conts .resultSec .priceBox .priceList dd span {
		width: 120px!important;
	}

	#conts .resultSec .priceBox .priceText {
		margin-top: 10px;
		font-size: 1.5rem;
	}

	#conts .resultSec .priceBox .priceText span {
		margin-left: 20px;
	}

	#conts .resultSec .att {
		margin: 8px 0 0;
		font-size: 1.0rem;
	}

	#conts .enthusiasmSec {
		margin-top: 20px;
		border-top: 3px solid #A0A0A0;
	}

	#conts .enthusiasmSec .inner {
		padding: 0 7px;
	}

	#conts .enthusiasmSec .inner .movieBox {
		width: 100%;
		margin-top: 10px;
		padding-top: 56.25%;
		position: relative;
	}

	#conts .enthusiasmSec .inner .movieBox iframe {
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		right: 0;
	}

	#conts .enthusiasmSec .inner .detailSec {
		margin-top: 20px;
	}

	#conts .enthusiasmSec .inner .movieBox + .detailSec {
		margin-top: 10px;
	}

	#conts .enthusiasmSec .inner .detailSec .detailWrap {
		display: block;
		padding-top: 10px;
	}

	#conts .enthusiasmSec .inner .detailSec .detailWrap .imgBox {
		width: 100%;
		margin-right: 0;
		padding-top: 0;
	}

	#conts .enthusiasmSec .inner .detailSec .detailWrap .textBox {
		width: 100%;
		margin-top: 10px;
	}

	#conts .enthusiasmSec .inner .detailSec .detailWrap .textBox p {
		margin-top: 20px;
		font-size: 1.2rem;
	}

	#conts .flowSec {
		margin-top: 20px;
		padding-top: 30px;
		border-top: 3px solid #A0A0A0;
	}

	#conts .flowSec .inner {
		padding: 0 7px;
	}

	#conts .flowSec .inner .flowList {
		padding-top: 30px;
	}

	#conts .flowSec .inner .flowList li {
		width: 32%;
		height: 60px;
		margin: 0 2% 10px 0;
		padding: 5px 15px 5px 5px;
	}

	#conts .flowSec .inner .flowList li:nth-child(3n) {
		margin-right: 0;
	}

	#conts .flowSec .inner .flowList li::after {
		border-top-width: 30px;
		border-bottom-width: 30px;
		border-left-width: 15px;
	}

	#conts .flowSec .inner .flowList li .step {
		padding: 2px 4px;
		font-size: 1.0rem;
	}

	#conts .flowSec .inner .flowList li .ttl {
		margin-top: 10px;
		font-size: 1.0rem;
		line-height: 1.4;
		position: relative;
		z-index: 99;
	}

	#conts .flowSec .inner .flowList li:nth-child(1) .ttl {
		margin-top: 2px;
	}

	#conts .flowSec .inner .flowWrap .detailSec {
		margin-top: 15px;
		padding-bottom: 75px;
	}

	#conts .flowSec .inner .flowWrap .detailSec:first-child {
		margin-top: 20px;
	}

	#conts .flowSec .inner .flowWrap .detailSec::after {
		width: 160px;
		height: 60px;
		background: url(../../img/beforeafter/lower/arrow_flow01_sp.jpg) no-repeat;
		-webkit-background-size: 160px 60px;
		        background-size: 160px 60px;
		left: 50%;
		margin-left: -80px;
	}

	#conts .flowSec .inner .flowWrap .detailSec .flowTtl01 {
		padding: 7px 7px;
		font-size: 1.5rem;
	}

	#conts .flowSec .inner .flowWrap .detailSec .flowTtl01 span {
		margin-right: 8px;
		padding: 5px 6px;
		vertical-align: middle;
	}

	#conts .flowSec .inner .flowWrap .detailSec .detailWrap {
		display: block;
		padding-top: 10px;
	}

	#conts .flowSec .inner .flowWrap .detailSec .detailWrap .imgBox {
		width: 100%;
		margin-right: 0;
	}

	#conts .flowSec .inner .flowWrap .detailSec .detailWrap .textBox {
		width: 100%;
		padding-top: 10px;
	}

	#conts .flowSec .inner .flowWrap .detailSec .detailWrap .textBox p {
		margin-top: 20px;
		font-size: 1.2rem;
	}

	#conts .listSec {
		margin-top: 20px;
		padding-top: 30px;
		border-top: 3px solid #A0A0A0;
	}

	#conts .listSec .reportList {
		margin-top: 10px;
		padding: 0;
	}

	#conts .listSec .reportList .swiper-container {
		padding-bottom: 40px;
	}

	#conts .listSec .reportList .swiper-container .swiper-button-prev,
	#conts .listSec .reportList .swiper-container .swiper-button-next {
		width: 25px;
		height: 50px;
		margin-top: -25px;
	}

	#conts .listSec .reportList .swiper-container .swiper-button-prev {
		background: url(../../img/beforeafter/common/arrow_graduate_prev_sp.png) no-repeat;
		-webkit-background-size: 25px 50px;
		        background-size: 25px 50px;
		left: 0;
		top: 38%;
	}

	#conts .listSec .reportList .swiper-container .swiper-button-next {
		background: url(../../img/beforeafter/common/arrow_graduate_next_sp.png) no-repeat;
		-webkit-background-size: 25px 50px;
		        background-size: 25px 50px;
		right: 0;
		top: 38%;
	}

	#conts .listSec .reportList .info {
		margin: 10px 10px 0;
		padding: 15px 0 15px 15px;
		background: #ECECFB;
		-webkit-border-radius: 8px;
		        border-radius: 8px;
		overflow: hidden;
	}

	#conts .listSec .reportList .info dt,
	#conts .listSec .reportList .info dd {
		float: left;
		font-size: 1.2rem;
	}

	#conts .listSec .reportList .info dt {
		clear: left;
		width: 100px;
		font-weight: bold;
	}

	#conts .listSec .reportList .info dd {
		margin-bottom: 11px;
	}

	#conts .listSec .reportList .info dd:last-child {
		margin-bottom: 0;
	}

	#conts .listSec .cmnBtn01 {
		margin-top: 20px;
		text-align: center;
	}
}

@media screen and (max-width: 360px) {
	#conts .flowSec .inner .flowList li {
		height: 70px;
	}

	#conts .flowSec .inner .flowList li::after {
		border-top-width: 35px;
		border-bottom-width: 35px;
	}

	#conts .listSec .reportList .info {
		padding: 10px 0 10px 10px;
	}

	#conts .listSec .reportList .info dt,
	#conts .listSec .reportList .info dd {
		font-size: 11px;
	}

	#conts .listSec .reportList .info dt {
		width: 80px;
	}
}

.ba-slider {
    position: relative;
    overflow: hidden;
}
 
.ba-slider img {
    width: 100%;
    display:block;
    max-width:none;
}
 
.ba-slider .resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.ba-slider .handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
 
  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}
 
.ba-slider .handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
 
    content:'\21d4';
    color:white;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height:64px;
 
    background: #ffb800; /* @orange */
    border:1px solid #e6a600; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
    box-shadow:
      0 2px 6px rgba(0,0,0,.3), 
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #ffd466; /* lighten(@orange, 20%)*/ 
}

.ba-slider .handle.ba-draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:50px;
    font-size:30px;
}

/*1226対応*/
.caselist__card:hover{
	opacity: .7;
  }
  @media screen and (max-width: 768px) {
  .case-detail__img-link{
	display: block;
  }
  }


/*renewal*/
#contents .pageTtl{
  background: var(--blue);
  margin-top: calc(100vw / var(--viewport) * 18);
  padding: 15px 0;
  font-size: 1.8rem;
  text-align: center;
}
#conts .spWrap {
  padding: 0 calc(100vw / var(--viewport) * 22);
  background: #fff;
}
.mainVisual{
  padding-top: calc(100vw / var(--viewport) * 38);
}
#conts .read{
  font-size: calc(100vw / var(--viewport) * 22); 
  margin-top: calc(100vw / var(--viewport) * 34);
  line-height: 1.4545;
}
#contents .headLine02 {
  background: var(--blue);
  margin-top: calc(100vw / var(--viewport) * 60);
}
#conts .contsInner {
  font-size: calc(100vw / var(--viewport) * 22);
  line-height: 1.45;
  padding: calc(100vw / var(--viewport) * 55) 0 calc(100vw / var(--viewport) * 60);
}
@media screen and (min-width: 767px) {
  #breadCrumb{
      width: 1130px;
  }
  #contents .pageTtl{
    width: 1130px;
    margin: 13px auto 0;
    padding: 25px 0 22px;
    font-size: 34px;
  }
  #contents .pageTtl span{
    font-size: 34px;
  }
  #conts .spWrap {
    width: 1130px;
    padding: 0;
    margin: 0 auto;
  }
  .mainVisual{
    padding-top: 50px;
  }
  #conts .read{
    font-size: 18px; 
    margin-top: 48.5px;
    line-height: 1.6666;
  }
  #contents .headLine02 {
    font-size: 34px;
    margin-top: 80px;
  }
  #conts .contsInner {
    font-size: 18px;
    width: 1130px;
    padding: 72px 0 80px;
    position: relative;
  }
  #caselist .box {
      margin-left: auto;
      margin-right: auto;
  }
}