@charset "Shift_JIS";

/* common css
----------------------------------------------------*/

@import "../common/css/module.css";
@import "../common/css/common.css?20240624";


/*clearfix
---------------------------------------*/
.clear {
	overflow: hidden;
  	position: relative;/* HasLayout_true */
	height:100%;
}

/*///////////////////////////////////////////
				clear help
				
<div class="clear">
	<div class="b"> float-box </div>
	<div class="c"> float-box </div>
</div>

clear == main-box

*float-box == width:**px;

///////////////////////////////////////////*/


a:link {
	color: #0042D4;
	text-decoration:none;
}
a:active {
	color: #0042D4;
	text-decoration:none;
}
/*
a:visited {
	color: #0042D4;
	text-decoration:none;
}*/
a:hover {
	text-decoration:underline;
	opacity: 0.7;
}

/*Utility
---------------------------------------*/
.indent {  
	margin-left: 1em;
	text-indent: -1em; 
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}

img {
	border:0;
}


.h-logo01 {
	padding: 8px 0px 8px 0px;
}

	
#h-menu01 {
	text-align: center;
	background: url(../images/hd_bg01.gif) repeat-x 0px 0px;
	height: 34px;
	padding-top: 4px;
	margin-bottom: 10px;
	}
#h-menu02 {
	background: url(../images/hd_bg01.gif) repeat-x 0px 0px;
	height: 37px;
	margin-bottom:10px;
}

#h-menu02 div {
	width:900px;
	margin:0 auto;
}

#h-menu02 div ul {
padding:0px;
	margin:0px;
}

#h-menu02 div ul li {
	list-style:none;
	padding:0px;
	margin:0px;
}
	
#top {
	margin: 0px;
	padding: 20px;
	border-top: 5px solid #D0DBE0;
}

.top-bana01 {
	margin: 0px 5px 5px 0px;
}

.con-ca01 {
	margin-bottom: 20px;
}

.con-line01 {
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px dotted #94B6C7;
}



.bu-box01 {
	border: 1px solid #DEE5E9;
	margin-bottom: 30px;
}

	
.bu-box02 {
	border-right: 1px dotted #8EB3C5;
}

.bu-box03 {
	border: 1px solid #DEE5E9;
	padding: 12px;
}

	
.bu-peast {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cli01 {
	padding: 0px 19px 0px 19px;
}

.cli02 {
	border-bottom: 1px dotted #8EB3C5;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.cil03a{
	padding-left:11px;
	width:224px;
}
.cil03b{
	padding-right:11px;
	width:224px;
}

.cil03c{
	padding: 0 11px 0 11px;
}

	
/* ���̑��̓��� */

.sonota01 {
	padding: 0px 25px 0px 24px;
	text-align: left;
}

	

/* �c�[���^���� */


.tools01 {
	width: 450px;
	border-bottom : 1px dotted #8EB3C5;
	padding: 12px 0px 12px 0px;
	}

.tools02 {
	border-bottom : 1px dotted #8EB3C5;
	padding: 12px 0px 12px 0px;
}

	

tools00 {
	padding: 0 0px 12px 0px;
}

.tools02 td{
	line-height: 130%;
}



.tool-oldcafe a:link,

.tool-oldcafe a:visited {

	width: 150px;

	background: url(../images/tool_icon_01.jpg) no-repeat left 4px;

	padding: 0 0 5px 15px;

	border-bottom: 1px dotted #8AB0C3;

	display: block;

	text-decoration:none;

}

.tool-table1 {
	border-left:1px solid #5F6E78;
	border-top:1px solid #5F6E78;
}
.tool-table1 .td1 {
	border-right:1px solid #5F6E78;
	border-bottom:1px solid #5F6E78;
}
.tool-table1 .td2 {
	border-right:1px solid #fff;
	border-bottom:1px solid #5F6E78;
}
.tool-table1 .td3 {
	border-bottom:1px solid #fff;
	border-right:1px solid #5F6E78;
}
.cell-blue {
	background:#E0E6E9;
}

.bunken-table {
	width:681px;
	height:84px;
	border:1px solid #618AA9;
}

.bunken-table td {
	background:#F0F3F7;
}

.bunken-table td span {
	width:594px;
	display:block;
	margin-left:48px;
}


/******* table *******/
.tbl1,
.tbl2{
	width:100%;
	/* width:763px;    レスポンシブ用に幅修正*/
	border-top:1px solid #5F6E78;
	border-left:1px solid #5F6E78;
	margin-bottom:20px;
}

.tbl1 th,
.tbl1 td,
.tbl2 th,
.tbl2 td{
	border-bottom:1px solid #5F6E78;
	border-right:1px solid #5F6E78;
}

.tbl1 .line1,
.tbl2 .line1{
	background:#5F6E78;
	height:1px;
	padding:0;
	border:0;
}

.tbl1 th{
	background:#839AAA;
	width:59px;
	vertical-align:middle;
}

.tbl1 td{
	background:#E0E6E9;
	padding:5px 0 5px 15px;
	line-height:1.5;
}

.tbl1 .bgH + td,
.tbl1 .bgV + td{
  padding: 10px 0;
}

.tbl1 .td1,
.tbl1 .td2{
	background:#3368B6;
	padding:0;
}

.tbl1 .td1{
	width:320px;
	border-right:1px solid #fff;
}

.tbl1 .td2{
	width:320px;
}

.tbl1 a,
.tbl2 a {
	text-decoration: none;
	color: #0042D4;
	transition: color 0.5s;
}
.tbl1 a:link,
.tbl2 a:link {
	text-decoration: none;
	color: #0042D4;
	transition: color 0.5s;
}
.tbl1 a:visited,
.tbl2 a:visited {
	text-decoration: none;
	color: #0042D4;
}
.tbl1 a:hover,
.tbl2 a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.tbl1 a:active,
.tbl2 a:active {
	text-decoration: none;
}
.tbl1 a img,
.tbl2 a img{
	transition: opacity 0.5s, color 0.5s;
}
.tbl1 a:hover img,
.tbl2 a:hover img{
	opacity: 0.7;
}

.tbl1 .bg1,
.tbl1 .bg2,
.tbl1 .bg3,
.tbl1 .bg4,
.tbl1 .bg5,
.tbl1 .bg6,
.tbl1 .bg7,
.tbl1 .bg8,
.tbl1 .bg9,
.tbl1 .bgV,
.tbl1 .bgH
{
	padding:0;
	width:117px;
}

.tbl1 .bg1{
	background:#3368B6;
}
.tbl1 .bg2{
	background:#EB6100;
}
.tbl1 .bg3{
	background:#8CC528;
}
.tbl1 .bg4{
	background:#EB6F94;
}
.tbl1 .bg5{
	background:#DC007E;
}
.tbl1 .bg6{
	background:#F2F3F5;
}
.tbl1 .bg7{
	background:#463A89;
}
.tbl1 .bg8{
	background:#0E386E;
}
.tbl1 .bg9{
	background:#FFFFFF;
}
.tbl1 .bgV{
	background:#CBECE9;
}
.tbl1 .bgH{
	background:#F7F0D8;
}

.tbl1 dl.pkg{
	margin:0;
	/*padding:0;*/
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.tbl1 dl.pkg dt{
	margin:0 7px 0 0;
	/*padding:0;*/
}

.tbl1 .bgH + td dl.pkg,
.tbl1 .bgV + td dl.pkg{
  justify-content: center;
}

.tbl1 .bgH + td dl.pkg dt,
.tbl1 .bgV + td dl.pkg dt{
	margin:0 1.25em 0 0;
	/*padding:0;*/
}

.tbl1 dl.pkg dd{
	margin:0;
	padding:0;
}

.tbl1 dl.pkg img {
	border: 1px solid #999999;
}

.tbl1 .bgH + td dl.pkg img,
.tbl1 .bgV + td dl.pkg img{
  display: block;
}

.tbl1 .sec1{
	width:220px;
}

.tbl1 .sec1 dl.pkg{
	margin:0 10px 0px 0;
}

.tbl1 .sec1 dl.pkg dd{
	width:130px;
}

.tbl1 .sec1 a dl.pkg {
	padding-bottom:5px;
	}
.tbl1 .sec1 a:last-child dl.pkg {
	padding-bottom:0px;
	}


.tbl1 dl.pkg.pkg-large {
	flex-flow: column wrap;
}



.tbl2 th{
	background:#839AAA;
	width:60px;
	vertical-align:middle;
}

.tbl2 td{
	background:#E0E6E9;
	padding:5px 0 5px 20px;
	line-height:1.1;
}

.tbl2 .td1,
.tbl2 .td2,
.tbl2 .td3,
.tbl2 .td4{
	background:#3368B6;
	padding:0;
}

.tbl2 .td1,
.tbl2 .td3{
	border-right:1px solid #fff;
}

.tbl2 .td2{
	border-bottom:1px solid #fff;
}

.tbl2 .td1{
	width:333px;
}

.tbl2 .td3{
	width:184px;
}

.tbl2 .td4{
	width:183px;
}

.tbl2 td dl.pkg{
	width:300px;
	margin:7px 0 5px;
	padding:0;
}

.tbl2 td dl.pkg dt{
	float:left;
	width:79px;
	margin:0 12px 0 0;
	padding:0;
}

.tbl2 td dl.pkg dd{
	float:left;
	width:209px;
	margin:0;
	padding:0;
}



/*** 240325�ǉ� ***/
.tbl2 td dl.pkg2{
	width:500px;
	margin:7px 0 5px;
	padding:0;
}

.tbl2 td dl.pkg2 dt{
	float:left;
	width:79px;
	margin:0 12px 0 0;
	padding:0;
}

.tbl2 td dl.pkg2 dd{
	float:left;
	width:400px;
	margin:0;
	padding:0;
}


.pkg p{
	margin:0 auto;
	}













/* B-20 */



.b20-1 {

	border-bottom : 1px solid #dee5e9;

	}



.b20-list{

	list-style-type:none;

	}

	

.b20-list li{

	background: url(../images/ico_or.gif) no-repeat -1px -1px;

	padding-left:15px;

	line-height: 135%;

	color: #eb6100;

	}

	

.b20-cap{
	font-size: 10px;
	padding: 7px 10px 20px 10px;
}





.midashi01 {
	margin-bottom: 14px;
}

.midashi02 {
	margin-bottom: 9px;
}
	
.font10 {
	font-size: 10px;
}

.mb3 {
	margin-bottom: 3px;
}
.mb5 {
	margin-bottom: 4px;
}
.mb10 {
	margin-bottom: 9px;
}
.mb15 {
	margin-bottom: 14px;
}
.ml15 {
	margin-left: 15px;
}
.mb20 {
	margin-bottom: 19px;
}
.mb25 {
	margin-bottom: 24px;
}
.ml25 {
	margin-left: 24px;
}
.mb30 {
	margin-bottom: 29px;
}
.mb35 {
	margin-bottom: 29px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
	
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt90 {
	padding-top: 90px;
}
.mt120 {
	padding-top: 120px;
}




.bl {color: #006CB6;}

.pk {color: #E3007F;}

.gre {color: #cfdb00;}

.pk2 {color: #ef93bb;}



/**/

.dotline{

	background-image:url(../images/bg_dot.gif);

	background-repeat:repeat-x;

	width:727px;

	margin:0 0 0 19px;

	padding:10px 0 10px 0;

	}

	

/* setting of float */

.fleft{ float:left; }

.fright{ float:right; }

.hr{ clear: both; font-size: 0px; height:1%;}

.hr hr{ display:none; }

	
.td4 {
	border-right:1px solid #5F6E78;
	border-bottom:3px solid #5F6E78;
}

.tborder{
height:2px;
background-color:#5F6E78;
}



.price01{font-size:180%; color:#7F9CAB; font-weight:bold; margin:0 0 5px 0; display:inline-block;}
.price02{font-size:80%;}
.price03{color:#7F9CAB; font-weight:bold;}


.wp_box{width:100%; margin:50px 0;}
.wp_box2{
	/*width:230px;*/
	padding:0 0 0 15px;
	}
.item_cat_title{
	font-size:180%;
	font-weight:bold;
	color:#7F9CAB;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	border-bottom:solid 1px #7F9CAB;
}
.item_cat_title2{
	color:#7F9CAB;
	font-size:180%;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #7F9CAB;
	width:50%;
	font-weight:bold;
}

.img100 img{width:100%;}
.item_title{color:#7F9CAB; font-weight:bold; font-size:125%; letter-spacing:1px; margin:0 0 5px 0;}
.item_memo{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin:0 0 15px 0;
}
.item_memo01{background-color:#7F9CAB; color:#fff; padding:2px 5px; font-size:80%; width:50px; margin:0 5px 0 0;}
.item_memo02{color:#7F9CAB; font-size:80%; font-weight:bold;}
.red{color:red; font-weight:bold;}


/*******　歯ブラシのひみつ　*******/
.four_columns {
	width: 97%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 auto 30px auto;
}
.subtitle_image img {
	width: 100%;
	margin: 20px 0 0 0;
}
.type_logo_gry {
	width: 97%;
	margin: 0 auto 8px auto;
}
.type_logo_gry img {
	height: 55px;
}
.four_columns .column {
	width: 24%;
	margin: 0 0.5% 20px 0.5%;
	text-align: left;
}
.four_columns .column:first-child {
	margin: 0 0.5% 20px 0;
}
.four_columns .column:last-child {
	margin: 0 0 20px 0.5%;
}
.four_columns .column p {
	font-size: 15px;
	font-weight: 400;
	line-height: 145%;
}
.type_label {
	font-size: 15px;
	color: #FFF;
	padding: 1px 0;
	text-align: center;
	margin: 0 0 5px 0;
}
.more_link {
	border: 1px solid #FFF;
	background:#ebf1ff;
	padding: 1px 5px;
	text-align: center;
	margin: 5px 5px;
	display: block;
	border-radius: 20px;
}
.more_link a {
	display: block;
	font-size: 13px;
}
.more_link a::after {
	content: "";
	background-image: url(../images/arrow_down.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.0em;
	height: 0.7em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.4em;
	margin-bottom: -0.1em;
}
.more_link:hover {
	background:#d1e0ff;
}
.more_link:hover a {
	text-decoration: none;
}
.guideline_img {
	width: 96%;
	margin: 0 auto;
	padding-bottom: 20px;
}

/**　歯ブラシのひみつ ～簡単に磨けるひみつ **/
.type_image {
	width: 98%;
	margin: 0 auto 30px auto;
	background:#ffefdc;
	padding: 20px;
	border-radius: 20px;
}
.type_image .type_imagebox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.type_image .type_imagebox li {
	width: calc(50% - 0.5%);
	background:#fffaf4;
	list-style: none;
	padding: 25px;
	margin-top: 20px;
	border-radius: 20px;
}
.toothbrush_explanation {
	width: 100%;
	margin: 30px auto 0 auto;
	padding-bottom: 20px;
}
.brush_explanation_title .brush_explanation_copy {
	text-align: center;
	position: relative;
  top: -50px;
  left: 0;
}




/**　歯ブラシのひみつ ～各歯ブラシの特徴　**/
.type_product {
	width: 90%;
	margin: 50px auto 0 auto;
	padding-bottom: 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
}
.type_product .type_product_img {
	width: 20%;
	margin-top: 40px;
}
.type_product .type_product_img img {
	width: 80%;
}
.type_product .type_product_overview {
	width: 80%;
}

.type_product .type_product_overview .type_logo {
	text-align: right;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px 0;
}
.type_product .type_product_overview .type_logo img {
	height: 30px;
}
.type_product .type_product_overview .type_logo2 {
	text-align: right;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px 0;
}
.type_product .type_product_overview .type_logo2 img {
	height: 60px;
}

.type_product .type_product_overview .type_model {
	font-size: 1.8em;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.type_product .type_product_overview .copy_main {
	font-size: 1.3em;
	line-height: 135%;
	color: #8397a0;
	margin-bottom: 15px;
}
.type_product .type_product_overview .copy_sub {
	font-size: 1.1em;
	line-height: 135%;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding-left: 1.3em;
  text-indent: -1.3em;
}
.type_product .type_product_overview .copy_sub .subcopy_icon {
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 2px;
}
.type_product .type_product_overview .type_spec {
	background: #f3f3f3;
	padding: 3px 10px;
	font-size: 14px;
	margin: 10px 0 15px 0;
	border-radius: 8px;
}
.type_product .type_product_overview .type_spec p {
	margin: 7px 0;
	line-height: 140%;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.type_product_image {
	width: 100%;
	margin: 7px 0;
}
.type_product_imagebox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.type_product_imagebox p {
	line-height: 140%;
	margin-top: 5px;
}
.type_product_imagebox image {
	margin:0 0 5px 0;
}
.type_product_imagebox .column2 {
	width: calc(50% - 0.5%);
	margin-right: 0;
}
.type_product_imagebox .column3 {
	max-width: calc(33.333% - 5px);
}



/*******　資料ダウンロード　*******/
.category_menu {
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-decoration: none;
	padding: 50px 0;
}
.category_menu p {
	background: #fff5ff;
  border: 2px solid #fedbff;
	border-radius: 25px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.category_menu p a {
	color: #333;
	display: block;
	padding: 10px 15px;
}
.category_menu p:hover {
	background: #fedbff;
}
.category_menu p a:hover {
	text-decoration: none;
}

/* table */
.tbl_tools {
	width: 98%;
	font-size: 14px;
	margin: 0 auto 20px auto;
}
.tbl_tools a {
	font-size: 14px;
	margin: 0 0;
}
.tbl_tools .category_title {
	color: #FFF;
	font-size: 1.3em;
	font-weight: 500;
	padding: 3px 10px;
	background: #f184c0;
	border: 1px solid #f184c0;
}
.tbl_tools th {
	background: #95adb9;
	vertical-align: middle;
	padding: 5px 10px;
	border: 1px solid #8397a0;
	box-sizing: border-box;
}
.tbl_tools td {
  border: 1px solid #aaa;
	box-sizing: border-box;
}
.tbl_tools .title {
	font-size: 16px;
	line-height: 145%;
	color: #FFF;
	font-weight: 500;
	text-align: center;
}
.tbl_tools .title span {
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
}
.tbl_tools .td_c {
	background: #E0E6E9;
	vertical-align: middle;
	padding: 10px 15px;
	text-align: center;
	vertical-align: middle;
}
.tbl_tools .td_l {
	background: #E0E6E9;
	vertical-align: middle;
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
}
.tbl_tools img {
	margin: 5px;
	border: 1px solid #aaa;
}

.tbl_tools .bg_blue {
	background: #3368B6;
}
.tbl_tools .bg_lblue {
	background: #00B1EB;
}
.tbl_tools .bg_orange {
	background: #EB6100;
}
.tbl_tools .bg_lgreen {
	background: #8CC528;
}
.tbl_tools .bg_lpink {
	background: #EB6F94;
}
.tbl_tools .bg_pink {
	background: #DC007E;
}
.tbl_tools .bg_white {
	background: #FFF;
}
.tbl_tools .bg_navy {
	background: #0E386E;
}
.tbl_tools .bg_purple {
	background: #463A89;
}
.tbl_tools .bg_lpurple {
	background: #7962C4
}	
.tbl_tools .bg_green {
	background: #19a43a;
}
.catalog_image {
	width: auto;
	height: 200px;
}
.catalog_image_yoko {
	width: auto;
	height: 160px;
}
.movie_image_yoko {
	width: auto;
	height:100px;
}
.catalog_link {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: center;
}
.catalog_link2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.horizontally {
	display: flex;
	align-items: center;
}
.list_movie {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: center;
}
.list_movie li {
	list-style: none;
	font-size: 14px;
	margin-left: 10px;
}
/*　ケースプレPDFリンク群　*/
.casepre_list li {
	list-style: none;
	margin-bottom: 20px;
	position: relative;
  padding-left: 28px;
}
.casepre_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 23px;
  background-image: url('../images/pdf-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
}
/*******　製品紹介　*******/
.product_info {
  width: 100%;
	order: 0;
}
.product_icon {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.product_icon li {
	list-style: none;
	margin-right: 8px;
}

.puroduct_label01 {
	font-size: 12px;
	padding: 1px 7px;
	color: #555;
	background: #FFF;
	border: 1px solid #555;
}
.puroduct_label02 {
	font-size: 12px;
	padding: 1px 7px;
	color: #FFF;
	background: #777;
	border: 1px solid #777;
}

/* 製品:2 */
.puroduct_2block {
	width: 98%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 30px auto 10px auto;
}
.puroduct_2block_innr {
	width: 49%;
	margin: 0 0.5%;
	padding: 20px;
	background: linear-gradient(0deg, #fff 0%, #f0efee 100%);
}
.puroduct_cate {
	font-size: 15px;
	font-weight: bold;
	color: #00a7ea;
}
.txt_spec {
	font-size: 0.9em;
	line-height: 135%;
	padding-left: 1.0em;
	text-indent: -1.0em;
	list-style: none;
	margin-top: 5px;
}
.puroduct_2block_innr .product_image {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.puroduct_2block_innr .product_image_full {
	width: 100%;
	margin: 0 auto 10px auto;
	text-align: center;
}
.puroduct_2block_innr img {
	width: 100%;
}
/* 製品:3 */
.puroduct_3block {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 30px auto 10px auto;
	gap: 1%;
}
.puroduct_3block_innr {
	flex: 1 1 calc(33.333% - 1%);
	padding: 20px;
	background: linear-gradient(0deg, #fff 0%, #f0efee 100%);
}
.puroduct_3block_innr .product_image{
	width: 100%;
	margin: 0 auto 5px auto;
	text-align: center;
}
.puroduct_3block_innr img {
	width: 100%;
}


/*******　ペーストのひみつ　トータルケア　*******/
.totalcare_title {
	width: 100%;
	font-size: 20px;
	padding: 7px 10px;
	background: linear-gradient(0deg, #00a4a9 0%, #00cfcf 100%);
	border-radius: 30px;
	text-align: center;
	color: #FFF;
	margin: 30px 0 20px 0;
	font-weight: bold;
}

.product_totalcare {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.product_overview {
  width: 70%;
	order: 0;
}
.product_totalcare_image {
	width: 30%;
	order: 1;
}
.product_totalcare_image img {
	width: 100%;
	margin: 0 auto;
}
.product_totalcare_copy {
	font-size: 18px;
	color: #0c8d7c;
	line-height: 145%;
	margin: 5px 0;
	border-top: 1px dotted #0c8d7c;
	padding: 10px 0 5px 0;
}
.product_totalcare_point img {
	width: 75%;
	margin: 15px 0 0 0;
}

.product_outline {
	width: 100%;
	margin: 30px auto 30px auto;
	background:#D5EFEC;
	padding: 15px 10px 10px 10px;
	border-radius: 10px;
}
.type_imagebox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.type_imagebox li {
	width: calc(50% - 0.5%);
	background:#FFF;
	list-style: none;
	margin-top: 8px;
	padding: 10px;
	border-radius: 5px;
}

.totalcare_effect {
	width: 100%;
  border: 3px solid;
  border-image: linear-gradient(90deg, #ea5966, rgb(255, 212, 212) 50%, #00a9a4) 1;
  border-radius: 10px;
  padding: 30px 20px 20px 20px;
	margin: 30px 0 0 0;
}



/*******　ペーストのひみつ ルシェロホワイト　*******/
.paste_title {
	width: 100%;
	font-size: 20px;
	padding: 7px 10px;
	background: #C79A22;
	border-radius: 30px;
	text-align: center;
	color: #FFF;
	margin-top: 30px;
	font-weight: bold;
}
.product_content {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.product_content.premium {
  width: 60%;
}
.product_content.white {
	flex-direction: row-reverse;
	width: 40%;
}
.product_content.white p {
	font-size: 16px;
	text-align: center;
}
.product .img-product {
	width: 220px;
	height: auto;
}
.product_content-premium-detail {
  width: 400px;
}
.product_content-white-detail {
	width: 200px;
}

h4.series {
	border-bottom: 2px solid #a57c22;
	font-size: 23px;
	color: #a57c22;
	text-align: center;
	padding: 5px 16px 0;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 24px;
}
.product_content.premium dl{
	text-align: center;
	border: 1px solid #a57c22;
	background: #FFF;
	width: 95%;
	margin: 0 auto;
	padding: 6px;
}
.product_content.premium dl dt {
  font-size: 18px;
  font-weight: 600;
}
.product_content.premium dl dd {
	display: flex;
  justify-content: space-around;
}
.product_content.premium dl dd p{
	font-size: 14px;
	line-height: 145%;
}
.product_content.premium dl dd p span{
	font-weight: 600;
	color: #a57c22;
  font-size: 16px;
}
.product_content .ingredients {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	margin: 0 auto;
}
.product_content .ingredients li {
  text-align: center;
	color: #845900;
  line-height: 1.2;
	background-image: url("../images/bg-highlight.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 160px;
	height: 160px;
	text-shadow: 2px 2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0 #FFF, -2px -2px 0 #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_content .ingredients li div {
	font-weight: 600;
	font-size: 16px;
}
.product_content .ingredients li div span {
  font-size: 14px;
	color: #9b5b00;
	margin-bottom: 6px;
	display: inline-block;
	font-weight: 600;
}
img.ingredients-detail {
	position: absolute;
	width: 630px;
	height: auto;
	left: 240px;
	top: 345px;
}

.recommended-users {
    width: 100%;
    text-align: center;
		margin: 50px 0 0 0;
}
.recommended-users h5 {
	background: linear-gradient(45deg, #c39632, #dfc65c);
    color: #fff;
    font-weight: 600;
    padding: 5px;
		font-size: 16px;
    box-sizing: border-box;
    margin: 1em auto 0.5em;
    width: 95%;
    border-radius: 9999px;
}
.recommended-users ul {
	display: flex;
  justify-content: center;
	list-style: none;
}
.recommended-users ul li {
    width: 148px;
    text-align: center;
    background-color: #fceea0;
    margin: 2px;
    padding-top: 0.5em;
}
.recommended-users ul li.green {
	background-color:#bddb96;
}
.recommended-users ul li img {
    width: 112px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.recommended-users ul li span {
    font-size: 13px;
    line-height: 1.6;
    border-top: 1px solid #fff;
    display: block;
		text-align: left;
    width: 90%;
    margin: 0.5em auto;
    padding-top: 0.5em;
}
ul.ruscello-specification li p {
    font-size: 13px;
    text-align: center;
}
.ruscello-detail-wrap {
	margin:60px auto 0;
}
.ruscello-detail-wrap h5{
	background: linear-gradient(45deg, #c39632, #dfc65c);
	color: #fff;
	font-weight: 600;
	padding: 5px;
	font-size: 16px;
	box-sizing: border-box;
	margin: 1em auto 0.5em;
	width: 35vw;
	border-radius: 9999px;
	text-align: center;
}
ul.ruscello-specification {
    display: flex;
    justify-content: center;
}
ul.ruscello-specification li {
  width: 30%;
	position: relative;
	list-style: none;
}
ul.ruscello-specification li .points{
	width: 200px;
	height: 140px;
	text-align: center;
	color: #845900;
	line-height: 1.2;
	background-image: url(../images/bg-highlight.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	text-shadow: 2px 2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0 #FFF, -2px -2px 0 #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
ul.ruscello-specification li .points p{
    font-weight: 600;
    font-size: 18px;
}
ul.ruscello-specification li .points span{
    font-size: 18px;
    color: #9b5b00;
    margin-bottom: 6px;
    display: inline-block;
    font-weight: 600;
}
ul.ruscello-specification li .points p > b{
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}
ul.ruscello-specification li:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url(../images/ico-x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	top: 63px;
	left: 324px;
}
ul.ruscello-specification li:last-of-type:after {
	content: none;
}
ul.ruscello-specification li .points p {
	font-weight: 600;
	font-size: 15px;
	line-height: 130%;
}
.product-wrap {
	position: relative;
	display: flex;
	padding-top: 20px;
	justify-content: space-evenly;
	list-style: none;
}
.product-wrap li {
	width: 49%;
	margin: 0 0;
}
.product-wrap.ruscello {
	justify-content: space-evenly;
}
.product-wrap.ruscello > li > img {
  width: 98%;
}
p.note {
	text-align: right;
	font-size: 12px;
}
img.mixing {
	width: 560px;
	height: auto;	
}
.golden {
	color: #FFF;
	text-align: center;
	border-radius: 24px;
	padding: 3px 10px;
	font-size: 21px;
	font-weight: bold;
	margin-top: 40px;
	background: radial-gradient(#f1bf4a 5%, #ca9636 90%);
}
.yu-min {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 200;
}
.video_area {
	width: 60%;
	margin: 0 auto;
}
video.ruscello_howtouse {
	width: 100%;
	height: auto;
	margin: 24px auto -24px;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.list_paste_image {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
}
.list_paste_image li {
	list-style: none;
	width: 50%;
}

/*******　歯間清掃用具のひみつ　*******/
.brush_ourline_image {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.brush_ourline_image li {
	width: calc(50% - 0.5%);
	background:#FFF;
	list-style: none;
	margin-top: 8px;
	padding: 10px;
	border-radius: 5px;
}

.link_button_list {
  width:75%;
  margin: 10px auto 0px auto;
  display: flex;
  justify-content: space-between;
}
.link_button_list p {
  width: 31%;
  list-style: none;
}
.link_button_list p img {
  width: 100%;
}
.link_button_list p a {
  display: block;
}
.image_box {
  width: 280px;
  margin: 0 auto;
}
.image_box img{
  transition:1s all;
}
.image_box img:hover{
  transform:scale(1.1,1.1);
  transition:1s all;
}

.image3block_list {
  width: 98%;
  margin: 30px auto 0px auto;
  display: flex;
  justify-content: space-between;
}
.image3block_list div {
  width: 32%;
	background: #ffebf8;
	padding:10px 15px 20px 15px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.image3block_list .title {
	color: #E75297;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}
.image3block_list img {
  width: 100%;
	margin: 5px 0 10px 0;
}

.image2block_list{
  width: 98%;
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: space-between;
	padding-bottom: 20px;
}
.image2block_list p:first-child {
  width: 62%;
	margin-right: 5%;
}
.image2block_list p:last-child {
  width: 33%;
}
.image2block_list img {
  width: 100%;
}

.brush_column_blue {
	width: 90%;
	margin: 15px auto 50px auto;
	padding: 15px;
	background: #eef3f5;
	border-radius: 15px;
	text-align: center;
}
.brush_column_blue_steps {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
}
.brush_column_blue_steps_innr {
	width: calc(50% - 1.0%);
	margin: 5px auto 0 auto;
	text-align: left;
}
.brush_column_blue_steps .title {
	width: 98%;
	margin: 10px auto 10px auto;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	padding: 1px 0;
	background: #2ca6e0;
}

.brush_explanation{
	width:95%;
	margin: 40px auto 0 auto;
}
/*******　歯間清掃用具のひみつ ～ペリオブラシ　*******/
.periobrush_title  {
	width: 100%;
	font-size: 20px;
	padding: 7px 10px;
	background: #036EB8;
	border-radius: 30px;
	text-align: center;
	color: #FFF;
	margin: 30px 0 20px 0;
	font-weight: bold;
}

.periobrush_image_area {
	width: 100%;
	margin: 15px auto 30px auto;
	padding: 10px;
	background: #daf4ff;
	border-radius: 15px;
	text-align: center;
}
.periobrush_imagebox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
}
.periobrush_imagebox .periobrush_column_innr {
	width: 49%;
	margin: 5px 0.5%;
	text-align: center;
}

.borderbox {
	width: 98%;
	margin: 0 auto 0 auto;
	padding: 10px;
	background: linear-gradient(0deg, #eff2f7 0%, #FFF 100%);
	border-radius: 15px;
	text-align: center;
	border: 2px solid #5495c1;
}
.borderbox_column {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
}
.borderbox_column_innr {
	width: 49%;
	margin:0 0.5%;
	text-align: left;
}
.borderbox_column_innr .title {
	width: 100%;
	margin: 10px auto 10px auto;
	color: #036EB8;
	text-align: center;
	font-weight: 600;
	font-size: 1.1em;
	padding: 2px 0;
	background: #c6dded;
}

/*******　歯間清掃用具のひみつ ～歯間ブラシ　*******/
.interdentalbrush_title  {
	width: 100%;
	font-size: 20px;
	padding: 7px 10px;
	background: #f1636c;
	border-radius: 30px;
	text-align: center;
	color: #FFF;
	margin: 30px 0 20px 0;
	font-weight: bold;
}

.colorbk_green {
	width: 100%;
	margin: 70px auto 30px auto;
	padding: 20px;
	background: #F2F6D9;
	border-radius: 15px;
	text-align: center;
}
.colorbk_green_box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
.colorbk_green_box .colorbk_green_box_innr:first-child {
	width: 59%;
	margin-right: 1%;
	text-align: left;
}
.colorbk_green_box .colorbk_green_box_innr:last-child {
	width: 40%;
	text-align: center;
}


/*******　ルシェロカフェ　*******/
.document_list_title img {
	width: 100%;
	height: auto;
	margin: 90px 0 15px 0;
}
.document_list {
	width: 90%;
	margin: 0 auto;
}
.document_list ul {
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.document_list ul li {
	width: 50%;
	margin-bottom: 5px;
}
.link_button_blue {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.link_button_blue a {
  display: block;
  padding: 5px 10px;
  border-radius: 40px;
  color: #FFF;
  background: #5084c4;
}
.link_button_blue a:hover {
  text-decoration: none;
  opacity: 0.8;
}




/***********　ページリニューアル後に削除　************/

.subtitle_image_100 img {
	width: 100%;
	height: auto;
	margin: 45px 0 15px 0;
}

/*歯間清掃用具のひみつ*/
.interdentium_conents_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.interdentium_conents_2 .left {
	width: 49%;
	margin-right:1%;
}
.interdentium_conents_2 .right {
	width: 50%;
}


@media (max-width: 1179px) {


	/******* ペーストのひみつ *******/
	.paste_title {
    font-size: 16px;
		line-height: 145%;
    padding: 3px 10px;
	}
	.product-wrap {
		display: block;
		padding-top: 10px;
	}
	.product_content {
    display: block;
		background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(245, 244, 240, 1));
	}
	.product_content-premium-detail {
		width: 100%;
	}
	.product_content-white-detail {
		width: 100%;
	}
	.product_content.white {
		flex-direction: row-reverse;
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	.product_content .white {
		flex-direction: row;
		width: 100%;
		margin: 0.5em auto 0.5em;
	}
	img.ingredients-detail {
    position: relative;
		width: 95%;
		top: -20px;
		left: 0;
	}
	.product .img-product {
		max-width: 140px;
		margin: 10px auto 10px auto;
	}
	.product-wrap li {
		width: 100%;
		margin: 0 1%;
	}
	.product_content.premium {
		width: 100%;
		text-align: center;
	}
	.product_content.premium dl dt {
    font-size: 16px;
	}
	.product_content.premium dl dd p span {
    font-size: 14px;
	}
	.recommended-users {
		margin: 0 0 0 0;
	}
	.recommended-users ul {
		width: 95%;
    flex-wrap: wrap;
		margin: 0 auto;
	}
	.recommended-users ul li {
		width: calc((100% - 20px) / 2);
	}
	.recommended-users ul li img {
    width: 80%;
	}
	.recommended-users ul li span {
    text-align: center;
	}
	h4.series {
		font-size: 18px;
		margin: 10px 10px 15px 10px;
		text-align: left;
		padding: 15px 5px 3px 5px;
	}

	.product_content .ingredients li {
		height: 120px;
	}
	.ruscello-detail-wrap h5 {
		width: 100%;
	}
	ul.ruscello-specification li {
		width: 50%;
    margin: 0 0 10px 0;
	}
	ul.ruscello-specification li p {
		padding: 0 10px;
	}
	ul.ruscello-specification li .points{
		width: 130px;
		height: 110px;
	}
	ul.ruscello-specification li:after {
		display: none;
		background-image: url(../images/ico-x.png);
	}
	.list_paste_image {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.list_paste_image li {
		list-style: none;
		width: 100%;
	}
	ul.ruscello-specification {
    flex-wrap:wrap;
	}
	.golden {
		padding: 5px 10px;
		font-size: 18px;
		line-height: 130%;
	}
	.video_area {
		width: 100%;
	}




}

@media (max-width: 959px) {
	
	/******* responsive非対応部分：スクロールバー *******/
	.scroll_comment {
		display: block;
	}
	.container_scrollarea {
		width: 100%;
		max-height: 570px;
		padding: 10px;
		overflow-y: scroll;
		border: 1px solid #aaa;
	}
	article {
		padding: 5px 5px;
		background-color: #eee;
	}
	article+article {
		border-top: 2px dashed #fff;
	}
	.container_scrollarea::-webkit-scrollbar {
		width: 13px;
	}
	.container_scrollarea::-webkit-scrollbar-track {
		background-color: #fff;
	}
	.container_scrollarea::-webkit-scrollbar-thumb {
		background-color: #ccc;
		border-radius: 8px;
	}
}

@media (max-width:767.98px) {
	.category_menu {
		font-size: 13px;
		justify-content: flex-start;
		padding: 50px 0 0 0;
	}
	.category_menu p a {
		padding: 10px 10px;
	}
	/**　歯ブラシのひみつ ～簡単に磨けるひみつ **/
	.four_columns .column p {
		font-size: 0.95em;
		line-height: 135%;
	}
	.type_image {
		width: 100%;
		margin: 0 auto;
		padding: 15px 10px 10px 10px;
		border-radius: 10px;
	}
	.type_image .type_imagebox {
		display: block;
		margin-top: 0;
	}
	.type_image .type_imagebox li {
		width: 100%;
		padding: 15px;
		margin-top: 10px;
		border-radius: 10px;
	}
	.type_image .type_imagebox li img {
		margin-bottom: 5px;
	}
	.toothbrush_explanation{
		margin: 30px auto 30px auto;
	}
	/*******　歯ブラシのひみつ　*******/
	.subtitle_image img {
		width: 100%;
		margin: 20px 0 20px 0;
	}
	.four_columns {
		width: 100%;
	}
	.four_columns .column {
		width: 48%;
		margin: 0 0 20px 0;
	}
	.four_columns .column:first-child {
    margin: 0 0 20px 0;
	}
	.four_columns .column:nth-child(2n-1) {
    margin: 0 2% 20px 0;
	}

	.guideline_img {
		width:98%;
		margin: 0 auto;
	}
	.type_logo_gry img {
		height: 45px;
	}
	/**　歯ブラシのひみつ ～各歯ブラシの特徴　**/
	.type_product {
		width: 100%;
    margin: 30px auto 0 auto;
	}
	.type_product .type_product_img {
		width: 20%;
		margin-top: 0;
		margin-right:1%;
	}
	.type_product .type_product_img img {
		width:100%;
	}
	.type_product .type_product_overview {
		width: 79%;
	}
	.type_logo_gry {
		margin: 0 auto 5px auto;
	}
	.type_product .type_product_overview .type_logo {
		text-align: left;
	}
	.type_product .type_product_overview .type_logo img {
		height:24px;
	}
	.type_product .type_product_overview .type_logo2 {
		text-align: left;
	}
	.type_product .type_product_overview .type_logo2 img {
		height:45px;
	}
	.type_product .type_product_overview .type_model {
		font-size: 1.4em;
    margin-top: 5px;
	}
	.type_product .type_product_overview .copy_main {
		font-size: 1.1em;
		line-height: 140%;
		margin-bottom: 5px;
	}
	.type_product .type_product_overview .copy_sub {
		font-size: 1.0em;
		line-height: 135%;
		margin: 10px 0 0 0;
		padding-left: 0;
		text-indent: 0;
	}
	.type_product .type_product_overview .type_spec {
		padding: 3px 8px;
		font-size: 13px;
		border-radius: 5px;
		margin: 15px 0 10px 0;
	}
	.type_product_image {
		margin:0 0 5px 0;
	}
	.type_product_imagebox {
		margin:0 0 0 0;
		font-size: 0.9em;
		line-height: 135%;
	}
	.type_product_imagebox image {
		margin:0 0 5px 0;
	}
	.type_product_imagebox .column2 {
		width: calc(50% - 1.0%);
		margin:0 0 10px 0;
	}
	.type_product_imagebox .column3 {
		max-width: calc(50% - 0.5%);
		margin:0 0 10px 0;
	}

	/*******　歯間清掃用具のひみつ　*******/
	.brush_ourline_image {
		display: block;
	}
	.brush_ourline_image li {
		width: 100%;
		margin-top: 3px;
		padding: 5px;
	}
  .link_button_list {
      width: 100%;
      flex-wrap: wrap;
			margin-top: 10px;
  }
  .link_button_list p {
      width: 50%;
  }

	.image3block_list {
		width: 97%;
		margin: 10px auto 0px auto;
		display: block;
	}
	.image3block_list div {
		width: 100%;
		margin-bottom: 20px;
		padding: 5px 15px 15px 15px;
	}
	.image3block_list .title {
    font-size: 1.3em;
	}
	.image2block_list {
    width: 100%;
    margin: 50px auto 0 auto;
    display: block;
    padding-bottom: 0;
	}
	.image2block_list p:first-child {
    width: 100%;
    margin-right: 0;
		margin-bottom: 10px;
	}
	.image2block_list p:last-child {
    width: 100%;
	}

  .contents_2box {
    display: block;
  }
  .contents_2box .text_area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contents_2box .text_area p {
   margin-bottom: 10px;
  }

	.brush_column_blue {
		width: 100%;
		padding: 15px;
	}
	.brush_column_blue_steps {
		display:grid;
	}
	.brush_column_blue_steps_innr {
		width: 100%;
		margin: 5px auto 0 auto;
	}
	.brush_column_blue_steps .title {
		width: 100%;
		margin: 10px auto 10px auto;
	}

	.periobrush_image_area {
		margin: 15px auto 15px auto;
		padding: 15px 10px;
		border-radius: 15px;
	}
	.periobrush_imagebox .periobrush_column_innr {
		width: 48%;
		margin: 5px 1%;
		text-align: left;
	}
	.periobrush_imagebox .periobrush_column_innr p {
		line-height: 130%;
	}

	.periobrush_title {
		font-size: 16px;
		margin: 0 0 10px 0;
		line-height: 140%;
	}
	.interdentalbrush_title {
		font-size: 16px;
		margin: 0 0 10px 0;
		line-height: 140%;
	}

	.brush_explanation{
		width: 100%;
		margin: 0 auto 0 auto;
	}

	.borderbox {
    margin: 0 auto 15px auto;
	}
	.borderbox_column {
    display: grid;
    margin: 0 auto;
	}
	.borderbox_column_innr {
    width: 100%;
    margin: 0 0;
	}
	.borderbox_column_innr .title {
    font-size: 0.9em;
    padding: 1px 0;
	}

	.colorbk_green {
		margin: 40px auto 30px auto;
	}
	.colorbk_green_box {
		display: grid;
	}
	.colorbk_green_box .colorbk_green_box_innr:first-child {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.colorbk_green_box .colorbk_green_box_innr:last-child {
		width: 100%;
		text-align: center;
	}

	/*******　製品紹介　*******/
	.txt_spec {
		font-size: 0.89em;
		line-height: 135%;
		margin-top: 8px;
	}
	.puroduct_cate {
		font-size: 13px;
	}
	.puroduct_label01 {
		font-size: 11px;
	}
	.puroduct_label02 {
		font-size: 11px;
		padding: 1px 7px;
	}
	/* 製品:2 */
	.puroduct_2block {
		width: 100%;
		display: grid;
		margin: 30px auto 10px auto;
	}
	.puroduct_2block_innr {
		width: 100%;
		margin: 0 0 15px 0;
		padding: 15px;
	}
	.puroduct_2block_innr .product_image{
		width: 80%;
	}

	/* 製品:3 */
	.puroduct_3block {
		width: 100%;
		display: grid;
		margin: 30px auto 10px auto;
		gap: 0;
	}
	.puroduct_3block_innr {
		flex: 1 1 calc(100% - 0%);
		padding: 15px;
		margin-bottom: 15px;
	}

	/*******　ペーストのひみつ　トータルケア　*******/
	.totalcare_title {
		font-size: 16px;
		margin: 0 0 10px 0;
		line-height: 140%;
	}
	.product_totalcare {
		display: grid;
	}
	.product_overview {
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		order: 1;
	}
	.product_totalcare_image {
		width: 80%;
		order: 0;
		margin: 0 auto;
	}
	.product_totalcare_image img {
		width: 95%;
		margin: 0 auto;
		padding-right: 10px;
	}
	.product_totalcare_copy {
		font-size: 18px;
		color: #0c8d7c;
		line-height: 145%;
		margin: 5px 0;
		border-top: 1px dotted #0c8d7c;
		padding: 10px 0 5px 0;
	}
	.product_totalcare_point img {
		width: 100%;
		margin: 10px 0 10px 0;
	}

	.product_outline {
		margin: 20px auto 0 auto;
		padding: 15px 10px 10px 10px;
		border-radius: 10px;
	}
	.type_imagebox {
		display: block;
	}
	.type_imagebox li {
		width: 100%;
		padding: 15px 10px 10px 10px;
	}
	.totalcare_effect {
		border-radius: 10px;
		padding: 20px 5px 5px 5px;
		margin: 20px 0 0 0;
	}





	/*******　ルシェロカフェ　*******/
	.document_list_title img {
		margin: 30px 0 15px 0;
	}
	.document_list {
		width: 100%;
	}
	.document_list ul {
		display: block;
	}
	.document_list ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	/*******　資料ダウンロード　*******/
	.tbl_tools {
		font-size: 13px;
	}
	.tbl_tools a {
		font-size: 13px;
		line-height: 140%;
		margin: 0 5px;
	}
	.tbl_tools .title {
    font-size: 14px;
    line-height: 140%;
	}
	.tbl_tools .td_c {
		padding: 10px 8px;
	}
	.tbl_tools .td_l {
		text-align: center;
		padding: 10px 8px;
	}
	.catalog_image {
		height: auto;
    width: 75%;
	}
	.catalog_image_yoko {
		height: auto;
    width: 90%;
	}
	.movie_image_yoko {
		height: auto;
    width: 90%;
	}
	.catalog_link {
		display: block;
	}
	.catalog_link2 {
		display: block;
	}
	.list_movie {
		display: block;
	}
	.list_movie li {
		text-align: center;
		margin-left: 0;
}





	.interdentium_conents_2 {
		display: block;
	}
	.interdentium_conents_2 .left {
		width: 100%;
		margin-right:0;
		margin-bottom: 15px;
	}
	.interdentium_conents_2 .right {
		width: 100%;
	}




}