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


/*----------------------------
header
-----------------------------*/
/*
.vis3 .catch {
	text-align: left;
	margin-top: -23%;
	margin-left:2.6%;
	font-size: 2.3vw;
	line-height: 1.4em;
	color: #10232d;
	letter-spacing: 0em;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:200;
}
*/
/* vis1の一行目を調整 */

.vis1 .catch {
    text-indent: 2em;
	font-size: 2.6vw;
}
@media screen and (max-width: 768px) {
.vis1 .catch {
	font-size: 4vw;
	font-weight:bold;
}
}
@media screen and (max-width: 420px) {
.vis1 .catch {
	font-size: 4.7619vw;
}
}

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

.news dl {
}
.news dl dt {
	clear:both;
	float:left;
	width: 5em;
	line-height:1.2em;
	padding:0.2em 0;
}
.news dl dd {
	float:left;
	line-height:1.2em;
	padding:0.2em 0;
	width:21.5em;
}
 @media screen and (max-width: 768px) {
.lower-bar .inner .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.5em 1.2em;
	margin-bottom: 0.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: 45%;
}
.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.5em;
	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;
}
 @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:blick;
}
}
/*===========================
table
===========================*/

table {
	width:100%;
	margin-bottom:3.5em;
}
table tr {
}
table th {
	padding:8px;
	border: 1px #dadada solid;
	font-weight:bold;
	vertical-align:middle;
	background-color:#EEE;
	font-weight:bold;
}
table td {
	padding:8px;
	border: 1px #ddd solid;
	font-weight:normal;
}
/* 線のtable */

table.table-various3 th {
	text-align:center;
	vertical-align:middle;
}
table.th20 th {
	width:20%;
}
table.th25 th {
	width:25%;
	padding-left:1em;
}
table.th40 th {
	width:40%;
	padding-left:1em;
}

table.table-various1 th {
	padding: 12px;
}

 @media only screen and (max-width: 768px) {
table th {
	width:100% !important;
	border-collapse:collapse;
	box-sizing: border-box;
	display:block;
}
table td {
	width:100% !important;
	display:block;
	border-collapse:collapse;
	box-sizing: border-box;
}
table.th20 th, table.th25 th, table.th40 th {
	width:100%;
	box-sizing: border-box;
}
}
/*===========================
others
===========================*/

.caption {
	margin-top: 5px;
}


.comment h3 {
	font-size:1.6em;
	line-height:1.3em;
	text-align:center;
	margin-bottom:1.5em;
	position:relative;
}
.comment h3::after {
	position:relative;
	background: none;
	bottom:0;
}
.content .product h3 {
	font-size:1.4em;
	margin-bottom:0.5em;
}
.content .product h3::after {
	position:relative;
	background: none;
	bottom:0;
}
.tx120p {
	font-size:120%;
	line-height:1.7em;
}
.tx140p {
	font-size:140%;
	line-height:1.7em;
}
.atama {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom: 0.4em;
	line-height: 1.5em;
}
.flow-down h3, .flow-end h3 {
	font-size: 1.6em;
	margin-bottom: 2.5em;
}
.faq .button {
}
.button {
	min-width:300px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #1e6e8e;
	color: #fff !important;
	line-height: 50px;
}
.button a {
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:2em;
	padding:10px 10px 9px 12px;
}
.button:hover {
	background-color: #2FA4D3;
	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;
}
.wrapCatch {
	border: 1px solid #dadada;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
}
.wrapCatch p {
	font-size:160%;
	/*font-weight:bold;*/
	line-height:1.5em;
}
/* チェックマーク */
.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);
}
/* アンカーのずれを調整 */

#anchor1, #anchor2, #anchor3 {
	margin-top:-98px;
	padding-top:98px;
}
.defaultlist, .defaultlist li {
	padding:0px;
	margin:0px;
}
.defaultlist li {
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
.list10 {
	counter-reset:li;
}
.list10 li {
	position:relative;
	display: block;
	padding:10px 0px 0px 30px;
	margin-left:0px !important;
}
li.list10-count:after {
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: 5px;
	font-size: 30px;
	color:#bbb;
	font-family:'Goudy Bookletter 1911', Georgia, serif;
}
 @media screen and (max-width: 768px) {
h2 {
	line-height:1.2em;
}
.wrapCatch {
}
.wrapCatch p {
	font-size:110%;
	font-weight:normal;
	line-height:1.5em;
}
.button {
	width:100%;
}
.content {
	width:90%;
	padding-bottom:30px;
}
}
@media screen and (max-width: 460px) {
.faq a.button {
	width:120px !important;
}
}
