/*-----------
////共通
-----------*/
.redTxt{ color:#FF0000;}

.contentsBreak{ margin-bottom:48px;}

.contentsBreak2{
	background:url(../img/bg_02.jpg) repeat-y;
	width:610px;
	margin-bottom:48px;}

.break2 {
	padding:10px;
}

.s_title2 {
	margin-left:10px;
}
#cb_top {
}

#cb_bt {
}


.tatooSyourei{
	width:610px;
	margin-bottom:15px;
}

.tatooSyourei dl dt{color:#663300;}

.doctorComment{
	color:#0177A9;
	margin-right:5px;
}

/*カウンセリング*/
.tatooCounseling{width:470px;}
.tatooCounseling dl dt{float:right;}
.tatooCounseling dl dd{ padding-top:12px;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-----------
////トップ
-----------*/
.tatooDiference{
	width:610px;
	height:160px;
	position:relative;
	background:url(../img/tatoo_difference.jpg) no-repeat left top;
	margin-bottom:48px;
	font-size:80%;
}

.tatooDiference a{ color:#135b91; text-decoration:none;}

.tatooDiference01{
	position:absolute;
	top:51px;
	left:160px;
}

.tatooDiference02{
	position:absolute;
	top:129px;
	left:160px;
}

.tatooDetail{
	width:630px;
	text-align:right;
	margin-bottom:20px;
}

.tatooMethod{
	width:600px;
	clear:both;
}

.tatooMethodBottom{ margin-bottom:28px;}

.tatooMethod dl{ margin-bottom:10px;}

.tatooMethod dl dt{
	font-weight:bold;
	color:#660000;
}

.tatooMethod .inner dl dt{
	font-weight:normal;
	color:#0177A9;
	margin-bottom:15px;
}

.tatooMethod .inner dl dd ul li{ list-style:none;}

.innerPhotoArea{
	width:300px;
	float:right;
	text-align:center;
}

.innerPhotoArea table{
	width:300px;
	border-collapse:collapse;
}

.innerPhotoArea table td{
	width:150px;
	text-align:center;
}

.tatooMethodSub{
	clear:both;
	margin-top:10px;
}

.tatooSelect{
	width:580px;
	padding:10px;
	margin-bottom:48px;
}

table.tatooImg02{
	border-collapse:collapse;
}

table.tatooImg{ text-align:center;}

/*--------------
////下層ページ
--------------*/
.tatooFrame{ width:600px;}

.tatooTable{
	width:540px;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:20px;
}
.tatooTable tr th{
	width:20%;
	padding:5px;
}

.tatooTable th{border:#cfbe70 solid 1px;}

.tatooTable td{
	text-align:center;
	border:#cfbe70 solid 1px;
}
.tatoo-table-first th{
	text-align:center;
}
	

.checkThumb{
	margin:30px 0 15px 0;
	text-align:center;
}



/*----各医院メール--*/

.iin {
}

.iin tr {
}

.iin tr td {
	font-size:13px;
	padding:5px;
}div.fright p {
	text-align: center;
}
.right10 {
	padding-right: 10px;
}


/*----動画--*/
.youtube01{
	width: 560px;
	margin: 0 auto 30px;
}
.youtube01 iframe{
}
.youtube01>p{
	text-align: center;
}
/*----20210614 add--*/

.flow_area{
	width: 100%;
	margin: 0 0 10px;
	padding: 1em 0;
	text-align: left;
}
.flow_area .ttl01 {
  margin-bottom: 15px;
  color: #660000 !important;
  font-size: 14px;
  font-weight: bold;
}
ul.flow_set{
	width: 100%;
	margin: 20px 0 30px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.flow_set > li{
	width: calc((100% - 70px) / 3);
	margin: 0 0 0 0;
	padding: 10px;
	background-color: #e8e1c2;
	box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
	font-size: 120%;
	position: relative;
}
ul.flow_set > li:not(:last-child):after{
	content: '▶︎';
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: auto;
	right: -26px;
	font-size: 18px;
	color: #caba6e;
}
.flow_area > a.btn{
	width: 70%;
	display: block;
	margin: 10px auto 10px;
	padding: 16px 10px;
	text-align: center;
	border-radius: 6px;
	background-color: #d6ae3c;
	font-size: 130%;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	box-sizing: border-box;
	position: relative;
}
.flow_area > a.btn:hover{
	background-color: #ebbe43;
}
.flow_area > a.btn:after{
	content: '〉';
	position: absolute;
	right: 0;
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: auto;
  color: #fff;
	font-size: 18px;
}
@media all and (max-width: 480px) {
ul.flow_set > li:not(:last-child):after{
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: auto;
	right: -26px;
}
.flow_area > a.btn{
	width: 100%;
}
}