@charset "UTF-8";

/* メインイメージ */
.contentpage .m_img_area {background-image: url(../images/ozon/m_img@2x.jpg);}

/*導入
---------------------------------------------------------*/
.com_lead {
	margin-bottom: 60px;
}

.lead_img {
	position: relative;
}
.lead_img::before {
	content: "";	/* 背景色 */
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 60%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.1;
background: -moz-linear-gradient(left, rgba(0,104,173,1) 0%, rgba(0,104,173,0) 50%, rgba(0,104,173,0.6) 100%);
background: -webkit-linear-gradient(left, rgba(0,104,173,1) 0%,rgba(0,104,173,0) 50%,rgba(0,104,173,0.6) 100%);
background: linear-gradient(to right, rgba(0,104,173,1) 0%,rgba(0,104,173,0) 50%,rgba(0,104,173,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068ad', endColorstr='#990068ad',GradientType=1 );
}
.lead_img p {
	position: relative;
	z-index: 1;
	width: 94%;
	margin: 0 auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_lead {
	margin-bottom: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_lead {
	margin-bottom: 6%;
}
.lead_img p {
	width: 100%;
	box-sizing: border-box;
	padding-right: 3%;
}
}



/*オゾン共通
---------------------------------------------------------*/
.ozon_index {
	width: 100%;
background: -moz-linear-gradient(left, rgba(0,182,212,1) 0%, rgba(0,182,212,0.4) 100%);
background: -webkit-linear-gradient(left, rgba(0,182,212,1) 0%,rgba(0,182,212,0.4) 100%);
background: linear-gradient(to right, rgba(0,182,212,1) 0%,rgba(0,182,212,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6d4', endColorstr='#6600b6d4',GradientType=1 );
	margin-bottom: 50px;
}
.ozon_index .w1100 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.ozon_index h2 {
	color: #fff;
	font-size: 300%;
	letter-spacing: .05em;
	line-height: 1.2em;
}
.ozon_index h2 .txt_small {
	display: block;
	font-size: 60%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.ozon_index h2 .ft_corm {
	display: block;
	margin-top: .2em;
	color: #e4e4e4;
	font-size: 45%;
	letter-spacing: .05em;
	line-height: 1.2em;
}

.ozon_lead {
	font-family: source-han-serif-japanese, serif;
	font-weight: 300;
	font-style: normal;
	color: #303e4d;
	font-size: 270%;
	letter-spacing: .05em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 40px;
}
.ozon_lead small {
	font-size: 64%;
	letter-spacing: .05em;
	line-height: 1.6em;
}

.ozon_box .txt_first {
	position: relative;
}
.ozon_box .txt_first p {
	position: absolute;
	top: 0;
}
.ozon_box .txt_first dl {
	width: 53%;
}

.ozon_flt {
	_zoom: 1;
	overflow: hidden;
}
.ozon_flt .img_r,
.ozon_flt .img_l {
	width: 43%;
	max-width: 470px;
}
.ozon_flt .img_r {
	float: right;
	margin-left: 4%;
}
.ozon_flt .img_l {
	float: left;
	margin-right: 4%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.ozon_index {
	margin-bottom: 4%;
}
.ozon_index .w1100 {
	padding-top: 3%;
	padding-bottom: 3%;
}
.ozon_index h2 {
	font-size: 260%;
}

.ozon_lead {
	font-size: 200%;
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.ozon_index {
	margin-bottom: 6%;
}
.ozon_index .w1100 {
	padding-top: 1.0em;
	padding-bottom: 1.0em;
}
.ozon_index h2 {
	font-size: 180%;
	text-align: center !important;
}
.ozon_index h2 .txt_small {
	display: block !important;
	font-size: 70%;
}

.ozon_lead {
	font-size: 150%;
	margin-bottom: 6%;
}

.ozon_box .txt_first p {
	position: static;
	-webkit-transform: none !important;
	transform: none !important;
	width: 90% !important;
	margin: 0 auto 1.5em !important;
}
.ozon_box .txt_first dl {
	width: 100%;
}

.ozon_flt .img_r,
.ozon_flt .img_l {
	width: 90%;
	max-width: 100%;
	text-align: center;
	float: none;
	margin: 0 auto 1.5em !important;
}
}



/*ヒールオゾン
---------------------------------------------------------*/
.healozon .ozon_index .w1100 {
	text-align: left;
}

.healozon .txt_first {
	margin-bottom: 60px;
}
.healozon .txt_first p {
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	right: 0;
	width: 48%;
	max-width: 500px;
}

.healozon .movie_box {
	text-align: center;
}
.healozon .movie_box h3 {
	width: 60%;
	margin: 0 auto 10px;
}
.healozon .movie_box ul {
	width: 80%;
	max-width: 740px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.healozon .movie_box li {
	width: 49%;
	max-width: 340px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.healozon .txt_first {
	margin-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {		
.healozon .movie_box h3 {
	width: 100%;
}
.healozon .movie_box ul {
	width: 100%;
}
}



/*マウスピース除菌
---------------------------------------------------------*/
.mouthpiece .ozon_index .w1100 {
	text-align: right;
}

.mouthpiece .txt_first {
	margin-bottom: 40px;
}
.mouthpiece .txt_first p {
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	left: 0;
	width: 45%;
	max-width: 480px;
}
.mouthpiece .txt_first dl {
	margin-left: auto;
	margin-right: 0;
}

.mouthpiece .com_cornerbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.mouthpiece .com_cornerbox > div {
	width: 46%;
}

.mouthpiece .com_cornerbox .box_l {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mouthpiece .com_cornerbox .box_l dl {
	width: 60%;
}
.mouthpiece .com_cornerbox .box_l p {
	width: 38%;
	max-width: 170px;
}

.mouthpiece .com_cornerbox .box_r {
	padding-left: 4%;
	border-left: solid 1px #ccc;
}
.mouthpiece .com_cornerbox .box_r dl {
	margin-bottom: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.mouthpiece .txt_first {
	margin-bottom: 3%;
}

.mouthpiece .com_cornerbox {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.mouthpiece .com_cornerbox .box_l {
	display: block;
}
.mouthpiece .com_cornerbox .box_l dl {
	width: 100%;
}
.mouthpiece .com_cornerbox .box_l p {
	width: 40%;
	margin: 1.5em auto 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.mouthpiece .com_cornerbox {
	display: block;
}
.mouthpiece .com_cornerbox > div {
	width: 100%;
}

.mouthpiece .com_cornerbox .box_l dl {
	width: 58%;
}
.mouthpiece .com_cornerbox .box_l p {
	width: 38%;
}

.mouthpiece .com_cornerbox .box_r {
	padding-left: 0;
	border-left: none;
	margin-top: 4%;
	border-top: solid 1px #ccc;
	padding-top: 4%;
}
.mouthpiece .com_cornerbox .box_r dl {
	margin-bottom: 1.5em;
}
}



/*根管内殺菌用チップ
---------------------------------------------------------*/
.rootchip .com_checklink {
	margin-top: 1.5em;
}
.rootchip .ozonitron {
	margin-top: 60px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.rootchip .ozonitron {
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rootchip .ozonitron {
	margin-top: 6%;
}
}



/*口内炎やアフタの殺菌
---------------------------------------------------------*/
.kounaien .ozon_index .txt_small {
	display: inline;
}
.kounaien .probe_list {
	margin-top: 1.5em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	text-align: center;
}
.kounaien .probe_list li {
	width: 48%;
	max-width: 260px;
}
.kounaien .probe_list p {
	font-weight: bold;
	margin-top: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*ナノバブルオゾン水
---------------------------------------------------------*/
.nanobubble .ozon_index .txt_small {
	display: inline;
}

.nanobubble .img_list {
	margin: 70px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	text-align: center;
	line-height: 1.0em;
}
.nanobubble .img_list li:nth-child(1) {
	width: 67%;
	max-width: 730px;
}
.nanobubble .img_list li:nth-child(2) {
	width: 4%;
}
.nanobubble .img_list li:nth-child(3) {
	width: 28%;
	max-width: 300px;
}

.nanobubble .com_point_box {
	margin-top: 60px;
}
.nanobubble .com_point_box ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.nanobubble .com_point_box li {
	width: 46%;
}
.nanobubble .com_point_box li:last-child {
	border-left: solid 1px #ccc;
	padding-left: 4%;
}
.nanobubble .com_point_box dd {
	width: 100%;
	max-width: 330px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.nanobubble .img_list {
	margin: 5% 0;
}

.nanobubble .com_point_box {
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.nanobubble .img_list {
	margin: 6% 0;
	display: block;
}
.nanobubble .img_list li:nth-child(1) {
	width: 100%;
	max-width: 100%;
}
.nanobubble .img_list li:nth-child(2) {
	width: 10%;
	transform: rotate(-90deg);
	margin: 4% auto;
}
.nanobubble .img_list li:nth-child(3) {
	width: 70%;
	margin: 0 auto;
}

.nanobubble .com_point_box {
	margin-top: 8%;
}
}



/*血液オゾン療法
---------------------------------------------------------*/
.blood .bef_aft {
	margin-top: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	position: relative;
	margin-bottom: 60px;
}
.blood .bef_aft > div {
	width: 45%;
	max-width: 490px;
	box-sizing: border-box;
	padding: 30px 3%;
	position: relative;
}
.blood .bef_aft .before {
	background: #f0f0f0;
}
.blood .bef_aft .after {
	background: #fff8ed;
}
.blood .bef_aft .arrow {
	position: absolute;
	width: 6%;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blood .bef_aft h3 {
	color: #303e4d;
	font-size: 250%;
	letter-spacing:.05em;
	line-height: 1.2em;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.blood .bef_aft p {
	text-align: center;
	width: 60%;
	margin: 0 auto 20px;
}
.blood .bef_aft .com_style1 dd {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .6em;
	position: relative;
	padding-left: 1.2em;
}
.blood .bef_aft .com_style1 dd::before {
	content: "";
	position: absolute;
	width: .5em;
	height: .5em;
	left: 0;
	top: .6em;
}
.blood .bef_aft .before .com_style1 dd::before {
	background: #757575;
}
.blood .bef_aft .after .com_style1 dd::before {
	background: #db0028;
}
.blood .bef_aft .com_style1 dd:last-child {
	margin-bottom: 0;
}

.blood .effectiveness {
	background: #e1f0fa url(../images/ozon/bg_blood@2x.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 50px 4% 0;
	position: relative;
	text-align: center;
}
.blood .effectiveness::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 10%;
	background: #fff;
	left: 0;
	bottom: 0;
}
.blood .effectiveness h3 {
	font-size: 200%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: 40px;
}
.blood .effectiveness h3 .ft_corm {
	margin-top: .8em;
	display: block;
	font-size: 50%;
	letter-spacing: .1em;
	line-height: 1.2em;
	font-style: italic;
}
.blood .effectiveness .txt_list {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
}
.blood .effectiveness .txt_list li {
	padding-bottom: .8em;
	border-bottom: solid 1px #a1a1a1;
	margin-bottom: .8em;
}
.blood .effectiveness .arrow {
	width: 70%;
	margin: 40px auto 50px;
}
.blood .effectiveness .box_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	position: relative;
	z-index: 1;
}
.blood .effectiveness .box_list li {
	width: 32%;
	background: #fff;
	box-sizing: border-box;
	padding: 40px 3%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8em;
	box-shadow:0px 15px 13px -8px rgba(0,0,0,0.2);
	position: relative;
}
.blood .effectiveness .box_list li::before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: url(../images/ozon/slash@2x.png) no-repeat center center;
	background-size: contain;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blood .txt_kinketsu {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 2.0em;
	text-align: center;
	margin: 80px 0 50px;
}

.blood .com_flow1 > li > div {
	box-sizing: border-box;
	padding-left: 2.5em;
	background-image: url(../images/ozon/flow1@2x.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: .8em auto;
}
.blood .com_flow1 > li:nth-child(1) > div {background-image: url(../images/ozon/flow1@2x.png);}
.blood .com_flow1 > li:nth-child(2) > div {background-image: url(../images/ozon/flow2@2x.png);}
.blood .com_flow1 > li:nth-child(3) > div {background-image: url(../images/ozon/flow3@2x.png);}

.blood .com_flow1 .flex_box > dl {
	width: 52%;
}
.blood .com_flow1 .flex_box > p {
	width: 45%;
	max-width: 410px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.blood .bef_aft {
	margin-top: 6%;
	margin-bottom: 6%;
}
.blood .bef_aft > div {
	padding: 3%;
}

.blood .bef_aft h3 {
	font-size: 220%;
}

.blood .effectiveness {
	padding: 5% 4% 0;
}
.blood .effectiveness h3 {
	margin-bottom: 4%;
}
.blood .effectiveness .arrow {
	margin: 4% auto;
}
.blood .effectiveness .box_list li {
	padding: 3%;
}
.blood .effectiveness .box_list li br {
	display: none;
}

.blood .txt_kinketsu {
	font-size: 130%;
	margin: 6% 0 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.blood .bef_aft {
	margin-top: 10%;
	display: block;
	margin-bottom: 8%;
}
.blood .bef_aft > div {
	width: 90%;
	max-width: 100%;
	margin: 0 auto;
	padding: 6% 4%;
}
.blood .bef_aft .arrow {
	position: static;
	width: 10%;
	margin: 4% auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.blood .bef_aft h3 {
	font-size: 200%;
}

.blood .effectiveness {
	padding: 10% 4% 0;
}
.blood .effectiveness h3 {
	font-size: 150%;
	letter-spacing: .1em;
	margin-bottom: 4%;
}
.blood .effectiveness h3 .ft_corm {
	font-size: 60%;
}
.blood .effectiveness .txt_list {
	font-size: 100%;
	letter-spacing: .05em;
}
.blood .effectiveness .arrow {
	margin: 4% auto 6%;
}
.blood .effectiveness .box_list {
	display: block;
}
.blood .effectiveness .box_list li {
	width: 90%;
	margin: 0 auto 1.0em;
	padding: 8% 4% 4%;
}

.blood .txt_kinketsu {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.8em;
	margin: 10% 0 6%;
}

.blood .com_flow1 > li > div {
	padding-left: 1.5em;
	background-size: .6em auto;
}

.blood .com_flow1 .flex_box > dl {
	width: 100%;
}
.blood .com_flow1 .flex_box > p {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}