/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
news
===========================*/

@media screen and (max-width: 1023px) {
.news dl dd {
	width: 100%;
}
}
/*===========================
ビフォーアフター 縦写真
===========================*/

.before2, .after2 {
	position: relative;
}
.before2::after {
	position: absolute;
	content:" ";
	display:inline-block;
	background:url(../img/common/watermark_before.png);
	background-repeat: no-repeat;
	background-size:contain;
	z-index: 1;
}
.after2::after {
	position: absolute;
	content:" ";
	display:inline-block;
	background:url(../img/common/watermark_after.png);
	background-repeat: no-repeat;
	background-size:contain;
	z-index: 1;
}
.before2::after {
	width:22%;
	height:22%;
	bottom: -4%;
	left: 77%;
}
.after2::after {
	width:22%;
	height:22%;
	bottom: -4%;
	left: 77%;
}
/*===========================
list
===========================*/
.content ul.nb_circle li {
	padding: 0 0 0.2em 1.2em;
}
.content ul.nb_circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.5em;
}
.content ul.nb_circle, .content ul.circle2, .content ul.circle3, .content ul.check2, .content ul.check3 {
	position: relative;
}
.content ul.circle2 li, .content ul.check2 li {
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 1%;
	margin-left: 1%;
	width: 42%;
}
.content ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle3 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	margin-right: 35px;
	width: 21em;
}
.content ul.check3 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
.content ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.8em;
	margin-right: 35px;
	width: 13em;
}
.content ul.check4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
.content ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.circle5 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
.content ul.circle5 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.liReseter {
	line-height:1.8em;
	margin-left:20px;
}
ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
ul.liReseter2 {
	line-height:1.8em;
	margin:0 0 12px 30px;
}
ul.liReseter2 li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
ul.liReseterFloat {
	line-height:1.8em;
	margin-left:20px;
}
ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:60px;
}
ol.number-list2 {
	display: block;
	list-style-position: outside;
}
ol.number-list2 li {
	list-style-type: decimal;
	padding: 0 0 0 10px;
	margin-left: 2em;
}
.li_center {
	text-align: center;
}
.li_center li {
	display: inline-block;
 /display: inline;
 /zoom: 1;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
.li_center li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.defaultlist, .defaultlist li {
	padding:0px;
	margin:0px;
}
.defaultlist li {
	list-style-type:none !important;
	list-style-image:none !important;
}
.list7 li {
	position:relative;
	display: block;
	padding: 5px 0px 5px 30px;
	background: #333333;
	color: #FFF;
	border-radius:15px 15px 15px 15px;
	width:12em;
	float:left;
	margin-right:15px;
}
.list7 li:after {
	content:'';
	display:block;
	position:absolute;
	width:16px;
	height: 16px;
	top:10px;
	left:7px;
	background: #fff;
	border-radius: 10px;
}
 @media screen and (max-width: 768px) {
.content ul.circle2 li, .content ul.check2 li {
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 0.7em;
	width: 90%;
}
.small-writeup ul.check2 li {
	float: none;
	position:relative;
	margin-left:10px;
	width: 90%;
	/* [disabled]overflow: hidden;
*/
}
ul.circle5 li {
	width: 100%;
}
ul.liReseterFloat li {
	float:none;
	margin-bottom:10px;
}
}
 @media screen and (max-width: 400px) {
.li_center {
	text-align: left;
	display:block;
}
}
/*===========================
table
===========================*/

table th, table td {
	vertical-align:middle;
}
table.table-various1 td.td_right {
	text-align:right;
}
/* 線のtable */

table.table-various3 th {
	text-align:center;
	vertical-align:middle;
}
/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
 @media only screen and (max-width: 768px) {
.scroll table {
	min-width:768px;
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.scroll table td {
	width:auto;
	display:table-cell;
}
table th {
	width:100%;
	box-sizing: border-box;
}
table td {
	width:100%;
	border-collapse:collapse;
	box-sizing: border-box;
}
}
/*===========================
others
===========================*/

.content h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.tx120p {
	font-size:120%;
	line-height:1.7em;
}
.tx140p {
	font-size:140%;
	line-height:1.7em;
}
.tx160p {
	font-size:160%;
	line-height:1.7em;
}
.atama {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom: 0.4em;
	line-height: 1.5em;
}
.cap2 {
	margin-top:5px;
}
.box {
	background-color: #f6f6f6;
	border: 2px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 8px #f6f6f6;
	padding: 2em;
}
.box h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box2 {
	background-color: #f6f6f6;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #f6f6f6;
	padding: 2em;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box2 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box3 {
	border: 4px double #ccc;
	padding: 2em;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box3 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #73d4be;
	border: 2px solid #73d4be;
	color: #fff !important;
	padding:5px;
	line-height: 30px;
}
.button:hover {
	background-color: #a7e4d6;
	border-color: #a7e4d6;
	color: #fff;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.w100 {
	width:100%;
}
.pc300 {
	width:300px;
}
/* チェックマーク */

.icon1 {
	display:inline-block;
	position:relative;
	background: #999;
	border-radius:90px;
	width:40px;
	height:40px;
	margin:5px;
}
.icon1:hover {
	opacity: 0.8;
}
.icon1:after, .icon1:before {
	content:'';
	display:block;
	position:absolute;
	top:8px;
	left:20px;
	height:25px;
	width:8px;
	background:#fff;
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.icon1:before {
	top:15px;
	left:10px;
	height:17px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.orange {
	color:#e6a525;
}

footer .add-banner .inner-add-banner .copyright {
	line-height: 40px;
}

ul.sns li {
	display: inline-block;
	vertical-align:top;
	margin: 0 5px;
}
ul.sns li.facebook {
	line-height:0;
}

 @media screen and (max-width: 768px) {
.button {
	width:100%
}
.pc300 {
	width:100%;
}
.tx160p {
	font-size:140%;
	line-height:1.7em;
}
}

a[href^="tel:"] {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
a[href^="tel:"] {
    pointer-events: auto;
}

}
table.table-various2 th {
	text-align:center;  
}
table.table-various2 td {
	text-align:center;  
}
table.table-various2 .th-01 {
    width:50%;
	text-align:center;
	vertical-align:middle;
}
table.table-various2 .td-01 {
    width:50%;
	text-align:center;
	vertical-align:middle;
}
table.table-various2 .th-02{
    width:30%;
	text-align:center;
	vertical-align:middle;
}
table.table-various2 .td-02{
    width:70%;
	text-align:left;
	vertical-align:middle;
}
table.table-various2 .th-03{
    width:20%;
	text-align:center;
	vertical-align:middle;
}
table.table-various2 .th-05{
    width:17%;
	text-align:center;
	vertical-align:middle;
}
table.table-various3 {
    margin-bottom:1em;
}

table.table-various2 th {
	text-align:center;  
}

table.table-various2 .td-03 {
	text-align:left;  
}

table.table-various2 .td-05 {
	background-color:#C7EDED; 
}
@media only screen and (max-width: 767px) {
table.table-various2 .th-01,table.table-various2 .td-01,table.table-various2 .th-02,table.table-various2 .td-02{
  display:block;
  width:100%;
  vertical-align:middle;
  box-sizing:border-box;
}

}

.facebook-wrapper {
    max-width: 500px; 
    margin: 0 auto;
}
 
.facebook-wrapper > .fb-page {
    width: 100%;
}
 
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col > li:nth-of-type(1){
  width:48%;
  margin:2% 0 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:48%;
  margin:2% 0 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col > li:nth-of-type(1){
  width:48%;
  margin:2% 0 0 0%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:48%;
  margin:2% 0 0 0%;
}
.flex-2col-start > li:nth-of-type(even){
  width:48%;
  margin:2% 0 0 2%;
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:48% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:2% 0 0 2% !important;  
}
.flex-2col-2 {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-2 li:nth-of-type(1){
  width:37%;
  margin:0 0 0 3%; 
}
.flex-2col-2 li:nth-of-type(2){
  width:52%;
  margin:0 0 0 3%; 
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:2% 0 0 1%; 
}
.flex-3col > li:nth-of-type(1){
  width:32%;
  margin:2% 0 0 0%; 
}
.flex-4col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-4col > li{
  width:24%;
  margin:2% 0 0 1%; 
}
@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li,.flex-2col > li:nth-of-type(1),.flex-3col > li:nth-of-type(odd),.flex-3col > li:nth-of-type(even){
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li,.flex-3col > li:nth-of-type(1),.flex-3col > li:nth-of-type(odd),.flex-3col > li:nth-of-type(even)  {
  width:100%;
  margin:2% auto !important; 
}
.flex-4col > li,.flex-4col > li:nth-of-type(1),.flex-4col > li:nth-of-type(odd),.flex-4col > li:nth-of-type(even)  {
  width:100%;
  margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}
@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
	margin-bottom:10px;
    width: 100%;
    border-right: 2px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
	height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
	border-radius: 5px;
	background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
	width: 100%;
    overflow: hidden;
}
.table-scroll table th {
    width:200px !important;
    min-width: 250px;
	display:table-cell;
	padding:2%;
  	font-size:12px;
	border: 1px #ccc solid;
}
.table-scroll table td {
    width: 260px;
    min-width: 260px;
	display:table-cell;
	font-size:12px;
	word-wrap: normal;
	white-space:normal;
}

}

.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
    text-decoration: none;
}
.img-event {
    border:2px double #f3f1f1;
	padding:2px;
}
.res-small-img90 {
    width:90% !important;
	height:auto !important;
}
.res-small-img80 {
    width:80% !important;
	height:auto !important;
}
.res-small-img70 {
    width:70% !important;
	height:auto !important;
}
.res-small-img60 {
    width:60% !important;
	height:auto !important;
}
.res-small-img50 {
    width:50% !important;
	height:auto !important;
}
res-.small-img40 {
    width:40% !important;
	height:auto !important;
}
.res-small-img30 {
    width:30% !important;
	height:auto !important;
}
.res-small-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-small-img90,.res-small-img80,.res-small-img70,.res-small-img60{
     width:100% !important;
	height:auto !important;  
}
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ul2 {
    padding-left:20px;
	list-style-type:disc;
}
.black {
   color:#000 !important;
}