html {
    font-size:625%;
    letter-spacing:0.005em;
}
body {
    font-size:.16em;
}
p{
    letter-spacing: 0.005em;	
	line-height: 2;
}
a {
    color:#000;
    text-decoration:none;
}
img {
    max-width:100%;
    height:auto;
}
.cb {clear: both;}

.entry-content{
	width: 100%;
	margin-bottom:50px;
}
.w1020{
	width:100%;
	max-width:1060px;
	margin:0 auto;
	padding:0 20px;
}

/* =====================表示関係===================== */
/*spのみ*/
.sp_only {
    display:none !important;
}
/*sp tabのみ*/
.sp-tab_only {
    display:none !important;
}
/*tabのみ*/
.tab_only {
    display:none !important;
}

/* =====================　 全ページ共通 ===================== */
.flex_bet{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fixfoot{
	opacity:0;
	height:0;
}

/* =====================
文字サイズ
 ===================== */
.fs_12{
	font-size:.12rem; 
}
.fs_13{
	font-size:.13rem; 
}
.fs_14{
	font-size:.14rem; 
}
.fs_15{
	font-size:.15rem; 
}

/* =====================
文字サイズ
 ===================== */
  .indent_14r{
    padding-left: .14rem;
    text-indent: -.14rem;
 }
 .indent_18r{
    padding-left: .18rem;
    text-indent: -.18rem;
 }
  .indent_31r{
    padding-left: .31rem;
    text-indent: -.31rem;
 }
 
/* =====================
色
 ===================== */
.c_nature{
	color:#00571B;
}
.c_colora{
	color:#AE0E40;
}
.c_bolon{
	color:#0092D6;
}
.c_light{
	color:#008491;
}
.c_red{
	color:#ae0e40;
}
.c_green{
	color:#009d3b;
}
.bg_nature{
	background:#00571B;
}
.bg_colora{
	background:#AE0E40;
}
.bg_bolon{
	background:#0092D6;
}
.bg_light{
	background:#008491;
}
.bg_gray{
	background:#808080;
}
.bg_slipaid{
	background-color: #574b9c;
}
/* =====================
マージン
 ===================== */
 .mt10{
 	margin-top:10px;
 }
 .mt20{
 	margin-top:20px;
 }
 
/* =====================
外枠
 ===================== */
#wrap {
    height:inherit;
}
.content-area {
    width:100%;
    max-width:100%;
    height:inherit;
    margin: 0 auto 0px auto;
    padding-bottom: 0px;

}
#content {
    max-width: 100%;
    margin: 0 auto 0px auto;
    height: inherit;

}
main {
    width:100%;
    margin:0 auto;
    height:initial;
}
#page {
    width:100%;
    max-width:100%;
    height:auto;
}
/* =====================
topへ戻る
 ===================== */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #009844;
    opacity: 1;
    transition:1.9s;
}
#page_top:hover{
    opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* =====================
ボタン
 ===================== */
.button_gray {
   display:block;
   width:300px;
	height:auto;
	margin:0 auto;
   padding:10px 7px 10px 10px;
   text-align:center;
   font-size:.16rem;
   color:#FFF;
   line-height:16px;
   background:#999999;
   border-radius:8px;
}

.button_gray span:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}
/* =====================
見出し
 ===================== */
.page-intro {
    margin: 0px auto 60px;
    padding: 20px;
    background: #f2f2f2;
}
.page-intro p {
    display: block;
    max-width: 800px;
    padding: 0px;
    margin: 0 auto 70px;
    font-size: .17rem;
}
.page-intro h2 {
    max-width: 1020px;
    margin: 0 auto;
    font-size: .28rem;
    text-align:center;
    letter-spacing:0.05em;
    line-height: 1.7;
}
.midashi{
    font-size: .23rem;
	margin-bottom:10px;
}
/* =====================
ヘッダー
 ===================== */
 
header{
	height:120px;
	position:relative;
}
/* =====================
ドロップメニュー
 ===================== */
.hd_woodaid_logo{
	position:absolute;
	top:27px;
	left:39px;
	max-width: 200px;
}
.hd_materiaid_logo{
	position:absolute;
	top:20px;
	right:62px;
	max-width: 276px;
}
.hd_menu_pc {
    float: right;
    width: 100%;
    max-width: 730px;
    margin: 71px 62px 0 0;
}
.hd_menu_pc > ul{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: end;
}
.hd_menu_pc ul.nav > li {
    float: left;
    font-size: .16rem;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 38px;
    white-space: nowrap;
}
.hd_menu_pc ul.nav > li:nth-child(2){
    padding: 0 38px 20px;
}
.hd_menu_pc ul.nav > li:nth-child(1){
    padding-left: 0px;
}
.hd_menu_pc ul.nav > li:nth-child(3){
    padding-left: 0px;
}
.dropmenu_open{

}
.dropmenu {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: -200px;
    left: 0;
	right: 0;
    margin: auto;
    z-index: 999999;
    box-sizing: content-box;
    color: #404040;
	opacity:0;
	transition: 1s all ease 0s;
}
.home .selected{
    top: 123px;
}
.selected{
    top: 120px;
    left: 0;
    right: 0;
	opacity:1;
}
#gnav_container .dropmenu li{
    padding: 6px 12px;
	margin-bottom:5px;
	border:none;
	line-height: 1.8;
   	white-space:nowrap;
    font-size: .16rem;
    font-weight: bold;
	color:#FFF;
    border-radius: 20px;
}
#gnav_container .dropmenu li a{
	color:#FFF;
}
#gnav_container .dropmenu li:nth-child(1){
    background: #00571b;
}
#gnav_container .dropmenu li:nth-child(2){
    background: #ae0e40;
}
#gnav_container .dropmenu li:nth-child(3){
    background: #008491;
}
#gnav_container .dropmenu li:nth-child(4){
    background: #0092d6;
}
#gnav_container .dropmenu a{
	font-size: .14rem;
	text-align:left;
	color:#000;
	border:none;
    font-weight: normal;
}
.header_pro_menu {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1200px;
    pointer-events: none;
}
.selected .header_pro_menu{
    pointer-events: auto;
}
.pro_menu a{
	position:relative;
    padding-left: 5px !important;
}
.pro_menu a i {
    position: absolute;
    left: 6px;
    top:26%;
    font-size: 0.14rem;
    transform: scale(0.5, 0.5);
}
.pro_menu .bg_slipaid a i{
    top: 19px;
}
.pro_menu .bg_slipaid a {
    line-height: 1.5;
    padding: 5px 0px;
    margin-top: 19px !important;
}
.header_pro_menu .inner1 {
    width: 100%;
    background: rgba(0, 0, 0, 0.43);
    padding: 0 100%;
    margin: 0 -100%;
}
.header_pro_menu .inner2 {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
	padding:20px 20px;
}
.header_pro_menu .inner2 > div {
    max-width: 496px;
    /* width: 19.5%; */
    width: 18.5%;
    padding: 20px 14px;
    background: rgba(255, 255, 255, 1);
    color: black;
    border-radius: 15px;
    border: 2px solid #ffffff;
    box-shadow: none;
    text-align: center;
    box-sizing: border-box;
}

#gnav_container .dropmenu .header_pro_menu .inner2 a {
    display: block;
    text-align: center;
    margin-top: 10px;
    border-radius: 7px;
    color: #FFF;
}
.header_pro_menu .inner2 > div img{

}
/* =====================　TOPページ ===================== */
.zs-bullet > div{
	position:relative;
}
.zs-bullet > div p{
    margin-left: 4%;
    margin-top: 4%;
	font-size:3vw;
    text-align: left;
    font-weight: bold;
    line-height: 1.7;
}
.zs-bullet > div span {
    display: block;
    max-width: 36vw;
    position: absolute;
    right: 5%;
    bottom: 11%;
}
.zs-bullet > div a {
	position:absolute;
    display: block;
	width:100%;
	height:100%;
}


/* =====================
zoomスライダー
 ===================== */
#top_slider {
    position: relative;
    overflow: hidden;
    width: 100% ;
    height: calc(100vh - 120px);
}
.zs-enabled .zs-slideshow .zs-bullets {
    position: relative;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    display: table;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    display: inline-block;
    cursor: none;
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0px;
    background-color: transparent;
    color: #FFF;
    top: 0;
    left: 0;
	right:0;
    bottom: 0;
    vertical-align: middle;
    height: 8rem;
	line-height:1.5;
}
.zs-enabled .zs-slideshow .zs-bullets div.zs-bullet{
	opacity:0;	
		display:table !important;
	width:100%;
	height:100%;
	font-size:.42rem;
	letter-spacing:0.17em;
	text-align:center;
	transition: 3s all ease 0s;
	position:absolute;
	vertical-align: middle;
}
.zs-enabled .zs-slideshow .zs-bullets div.zs-bullet div {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}
@media screen and (max-width: 767px)  {	
.zs-enabled .zs-slideshow .zs-bullets div.zs-bullet div {
    vertical-align: middle;
    text-align:center;
    padding:0 20px;
    font-size: .50rem;
}
}
.zs-enabled .zs-slideshow .zs-bullets div.zs-bullet p{
	text-align:left;
}
.zs-enabled.overlay-dots .zs-slideshow:after {
    background-image: none;
	}
.zs-enabled .zs-slideshow .zs-bullets div.active{
	opacity:1;
	display:table !important;
	    z-index: 111111;
    position: relative;
	}
	.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active{
    background-color: transparent;			
	display:table-cell;
		vertical-align:middle;
		transition: 3s all ease 0s;
	}

/* =====================
スクロール矢印
 ===================== */
.scroll_arrow {
    position:absolute;
    bottom:4%;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.scroll_arrow a {
    padding-top:73px;
    display:block;
    text-align:center;
}
.scroll_arrow a:hover {
    color:#000;
}
.scroll_arrow a span {
    position:absolute;
    top:0;
    left:50%;
    width:45px;
    height:45px;
    margin-left:-22px;
    border-left:2px solid #FFF;
    border-bottom:2px solid #FFF;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-animation:sdb 2s infinite;
    animation:sdb 2s infinite;
    opacity:0;
    box-sizing:border-box;
}
.scroll_arrow a span:nth-of-type(1) {
    -webkit-animation-delay:0s;
    animation-delay:0s;
}
.scroll_arrow a span:nth-of-type(2) {
    top:20px;
    -webkit-animation-delay:.15s;
    animation-delay:.15s;
}
.scroll_arrow a span:nth-of-type(3) {
    top:32px;
    -webkit-animation-delay:.3s;
    animation-delay:.3s;
}
@-webkit-keyframes sdb {
    0% {
    opacity:0;
}
 50% {
    opacity:1;
}
 100% {
    opacity:0;
}
}
@keyframes sdb {
    0% {
    opacity:0;
}
 50% {
    opacity:1;
}
 100% {
    opacity:0;
}
}

/* =====================
コンテンツ
 ===================== */
 .top_intro{
 	padding: 50px 0;
	background-color: #f2f2f2;
 }
 
 .top_intro_inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1060px;
	margin: 30px auto;
	padding: 0 20px;
}
 
.top_intro h1{
	text-align:center;
	font-size: .34rem;
	font-weight:bold;
	line-height: 1.7;
}
.top_intro p {
	margin: 0 auto;
	max-width: 760px;
	font-size: .16rem;
	line-height: 2.3;
}

.top_intro_inner div img{
	width: 210px;
	margin-top: 5px;
}

.top_h2 {
    font-size: .30rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: 30px;
    line-height: 1;
}
.top_h2 span{
	color:#808080;
}
.top_product_more{
	position: relative;
	padding-left: 30px;
}
.top_product_more span:before{
	left: 75px;
	border-width: 9px 0 9px 12px;
}
.top_lineup {
    margin-top: 50px;
}
.top_lineup_p {
	width: 100%;
	max-width: 1060px;
	position:relative;
	margin: 0 auto 105px;
	padding: 0 20px;
	font-size: .15rem;
}
.top_lineup_box {
width: 100%;
   max-width: 1060px;
	position:relative;
   margin: 0 auto;
   padding: 0 20px;
}
.top_lineup_inner {
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   flex-wrap: wrap;
   margin-top: -40px;
}
.top_lineup_text_box{
	display: table;
	height: 100%;
}
.top_lineup_bolontec .top_lineup_text{
	padding: 30px 10px 30px 50px;
}
.top_lineup_text{
	display: table-cell;
	padding: 30px;
	vertical-align: middle;
}
.top_lineup_text a:last-child {
	display: block;
}
.top_lineup_nature .top_lineup_img img{
	width: 429px;
}
.top_lineup_nature .top_lineup_text_box{
	width: 384px;
}
.top_lineup_colorA{
flex-flow: row-reverse;
}
.top_lineup_colorA .top_lineup_img img{
	width: 425px;
}
.top_lineup_colorA .top_lineup_text_box{
	width: 386px;
}
.top_lineup_light .top_lineup_img img,
.top_lineup_light .top_lineup_img img{
	width: 425px;
}
.top_lineup_light .top_lineup_text_box,
.top_lineup_light .top_lineup_text_box{
	width: 362px;
}
.top_lineup_bolontec{
flex-flow: row-reverse;
}
.top_lineup_bolontec .top_lineup_img img{
	width: 466px;
}
.top_lineup_bolontec .top_lineup_text_box{
	width: 360px;
}
.top_lineup_text a.top_lineup_button{
	position: relative;
	width: 145px;
	margin: 25px auto 0;
	padding-left: 20px;
	font-size: .14rem;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.top_lineup_text a.top_lineup_button:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #ffffff;
}
.top_lineup_nature a.top_lineup_button{
	background: #00571b;
}
.top_lineup_colorA a.top_lineup_button{
	background: #ae0e40;
}
.top_lineup_light a.top_lineup_button{
	background: #008592;
}
.top_lineup_bolontec a.top_lineup_button{
	background: #0093d7;
}
.top_lineup_slipaid a.top_lineup_button{
	background: #574b9c;
}
.top_lineup_slipaid {
    margin-bottom: 80px;
    margin-top: -15px;
}

.top_news {
    margin: 70px auto 80px;
    max-width: 1020px;
    position: relative;
}
.top_news div {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f2f2f2;
    margin-bottom: 5px;
}
.top_news dl {
	margin:0;
}
.top_news div dt {
    width: 19%;
    padding: 12px 15px 10px 38px;
}
.top_news div dd {
    width: 79%;
    padding: 12px 20px 10px 0px;
    text-align: justify;
}
.top_news_more {
    max-width: 90px;
    position: absolute;
    top: -8px;
    right: 0;
}
.top_news_more span{
	position: relative;
	display: block;
	padding-left: 10px;
}
.top_news_more span:before{
	left: 0;
	border-width: 8px 0 8px 10px;
}
.top_case {
    background: #f2f2f2;
	margin-top: 40px;
    padding: 50px 20px;
}
.top_case_box {
width: 100%;
   max-width: 1020px;
	position:relative;
   margin: 0 auto;
}
.top_case_inner {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto;
}
.top_case_inner > div {
    max-width: 315px;
    width: 32%;
    padding: 20px;
    background: #FFF;
    border-radius: 10px;
}
.top_case_inner > div div{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top_case_inner > div p {
    width: 48%;
	padding-right: 17px;
    font-size: .14rem;
    line-height: 1.8;
	min-height: 6em;
}
.top_case_inner > div span{
	width: 52%;
	background-size: cover;
}
.top_case_inner h3 {
    font-size: .16rem;
    font-weight: bold;
}
.top_case_more {
    max-width: 90px;
    position: absolute;
    top: -62px;
    right: 20px;
}
.top_case_more span{
	position: relative;
	display: block;
	padding-left: 10px;
}
.top_case_more span:before{
	left: 0;
	border-width: 8px 0 8px 10px;
}

.top_banner {
	width: 100%;
	margin-bottom:80px;
	padding: 50px 0 110px;
	background-image: url('/img/top/top_banner_bg.jpg?new');
	background-repeat: no-repeat;
	background-size: cover;
}
.top_banner h2,.top_banner h2 span {
    color: #fff;
}
.top_banner_inner{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	/*max-width: 1060px;*/
	max-width: 745px;
    margin: 25px auto 0;
    padding: 0 20px;
}
.top_banner_inner a {
    width: 315px;
	padding: 20px 0 15px;
    background: rgba(255,255,255,0.7);
	text-align: center;
	font-size: .24rem;
	font-weight: bold;
	line-height: 1.7;
	border-radius: 7px;
}
	
.footer_banner{
	width: 100%;
	max-width: 880px;
	padding: 0 20px;
	margin: 0px auto 0;
}

.footer_banner a {
    display: block;
    max-width: 840px;
    margin: 0 auto 30px;
    padding: 6px 20px 6px 20px;
    background: #000;
    border-radius: 5px;
    font-size: .24rem;
    font-weight: bold;
    text-align: center;
	color:#FFF;
}
.footer_banner .footer_amazon{
	position:relative;
	padding: 0;
	width: 41%;
	margin:0;
}

.footer_banner >.footer_banner-link{
display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
    align-items: center;
	margin-bottom:80px;
}


.footer_banner .footer_banner-link .footer_banner-text--link{
margin:0 auto;
background:none;
font-size:.18rem;
color:#000;
padding:0;
font-weight: normal;
text-align: left;
    width: fit-content;
    display: contents;
}
.footer_banner .footer_amazon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #009844;
    border-radius: 7px;
	display:none;
}
.footer_banner .footer_amazon img {
    width: 100%;
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #000;
}

.footer_banner p{
color:#000;
font-size:.18rem;
}

.footer_banner a:first-child{
    background: #FFF;
}
.footer_banner a:last-child {
    background: #009844;
    margin: 60px auto 70px;
}
@media screen and (max-width:768px) {
	.footer_banner a:last-child {
    	background: #009844;
    	margin: 35px auto 70px;
	}
	
	.footer_banner >.footer_banner-link {
    flex-direction: column;
}
.footer_amazon{
order:2;
}
.footer_banner >.footer_banner-link p{
order:1;
margin-bottom:10px;
text-align: center;
}
.footer_banner .footer_amazon{
width:100%;
}
.footer_banner .footer_banner-link .footer_banner-text--link {
width: fit-content;
margin: 0;
display: contents;
}

.footer_banner .footer_banner-link .footer_banner-text--link .sp_only {
    display: block !important;
}

}


/* ===================== スマホメニュー===================== */
html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim]~#mm-blocker {
    opacity:.7 !important;
    transition:opacity .4s ease .4s;
}
.mm-menu .mm-fx-panels-none.mm-panel, .mm-menu.mm-fx-panels-none .mm-panel {
    transition-property:none;
    background:#fff;
	 color:#009844;
}
.mm-listview>li>a, .mm-listview>li>span {
    text-overflow:ellipsis;
	 overflow:hidden;
    color:inherit;
    display:block;
    padding:14px 10px 14px 20px;
    margin:0;
    font-size: .18rem;
    font-weight: bold;
}
.mm-listview a {

}
.mmenu-tyui {
    font-size:.13rem;
    padding-left:.2em;
}
.mm-listview i {
    padding-right:0.5em;
}
.mm-menu .mm-listview>li .mm-next:after {
    border-color:#009844;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color:#009844;
}
.mm-next:hover {
    background:rgba(2555,255,255,.2);
}
.mm-listview li:hover {
    background:rgba(2555,255,255,.2);
}
.mm-listview li {
    transition:1.9s;
}
.mm-next:after, .mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
.mm-listview .mm-next{
	width:100%;	
}
.mm-slideout {
    overflow:hidden !important;
}
/* ===================== ドロップメニュー===================== */




/* =====================リンクテキスト===================== */
.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;
}
.button {
    position:relative;
    z-index:2;
    display:block;
    text-align:center;
    overflow:hidden;
    opacity:1;
}
.button:hover {
    opacity:1;
}
.button::after {
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transform:scale(.5);
    transform:scale(.5);
}
.button:hover::after {
    -webkit-transform:scale(1);
    transform:scale(1);
}
.button_bor:hover {
    color:#fff;
    border-color:#000 !important;
}
.button_bor:hover::after {
    background:#000;
}
.button_clear:hover {
    color:#006837;
}
.button_clear:hover::after {
    background:#FFF;
}
.button_green {
    box-sizing:content-box;
}
.button_green:hover {
    color:#009245;
    border:1px solid #006837;
    box-sizing:content-box;
}
.button_green:hover::after {
    background:#FFF;
}
@media screen and (min-width:768px) {
    a[href^="tel:"] {
    pointer-events:none;
}
}
/* =====================前後記事取得===================== */
.zengo {
    font-size:.13rem;
    max-width:1020px;
    width:100%;
    margin:30px auto 80px auto;
}
.zengo td {
    width:340px;
}
.zengo2 {
    width:1020px;
    margin:40px auto 0 auto;
}
.zengo2 td {
    width:340px;
}
.zengo3 {
    width:1020px;
    margin:60px auto 20px auto;
}
.zengo3 td {
    width:340px;
}
.prev-art {
    font-size:.14rem;
    text-align:right;
    text-decoration:underline;
    display:block;
    padding:0px 0 0 20px;
    background-size:11px;
}
.next-art {
    font-size:.14rem;
    text-align:left;
    text-decoration:underline;
    display:block;
    padding:0px 20px 0 0;
    background-size:11px;
}
.next-art a {
}
.toAchive {
    text-align:center;
}
.toAchive a {
    display:block;
    margin:0 auto;
    min-width:140px;
	width:210px;
    font-size:.18rem;
    text-align:center;
    color:#000;
    border:solid 2px #000;
    line-height:36px;
}
/* =====================パンくず===================== */
.pankuzu {
    margin: 0 auto;
	width: 100%;
    max-width: 1060px;
	padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 0px;
    margin-bottom: 24px;
    height: 28px;
    position: relative;
    font-size: .16rem;
    font-weight: bold;
}
@media screen and (max-width:767px) {
.pankuzu {
    margin-top: 0px;
    height: auto;
}
}
.pankuzu li {
    margin-right:10px;
	 font-size:.14rem;
}
.pankuzu li:nth-child(3){
    white-space: nowrap;
}
.pankuzu li a {
    color:#000;
}

/* =====================フッター===================== */

footer {
    margin-top: 100px;
    padding: 28px 0 21px 0;
    border-top: 1px solid #000;
}

.footer_inner{
    display:table;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer_l{
    display:table-cell;
	width: 580px;
	vertical-align: bottom;
	border-right: solid 1px #808080;
}

.footer_l > div{
    display:table;
}

.footer_l_l{
    width: 112px;
	display:table-cell;
	vertical-align: bottom;
}
.footer_l_r{
	display:table-cell;
	vertical-align: bottom;
	padding-left: 35px;
}
.footer_l_r p{
	margin-top: 5px;
    font-size: .12rem;
}

.footer_r{
    display:table-cell;
}

.footer_r > div{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
	padding-left: 35px;
}

.footer_r > div > div > ul li{
	position: relative;
    font-size: .15rem;
	margin-bottom: 5px;
	padding-left: 13px;
}

.footer_r > div > div > ul li:before{
	content:"";
	display: block;
	position: absolute;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 9px;
	border-color: transparent transparent transparent #b3b3b3;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
}

.footer_r > div > div > ul li.square:before{
	content:"■";
	display: block;
	position: absolute;
	color: #b3b3b3;
	top: 0;
	bottom: auto;
	left: -3px;
	border: 0;
}

.footer_copy{
	margin-top: 30px;
	text-align: center;
	font-size: .12rem;
}
/* =====================エフェクト===================== */
.ef-fa-ob {
    opacity:0;
    transition:1.4s;
    filter:grayscale(100%);
}
.ef-fa {
    opacity:1.0;
    filter:grayscale(0%);
}
.ef-fa-ob2 {
    opacity:0.1;
    transition:3.4s;
    filter:grayscale(100%);
}
.ef-fa2 {
    opacity:1.0;
    filter:grayscale(0%);
}
.ef-fa-ob3 {
    opacity:0;
    transition:2.4s;
	transition-timing-function:ease-out;
}
.ef-fa3 {
    opacity:1.0;
}
.ef-fu-ob {
    filter:grayscale(100%);
    opacity:0.3;
    transform:translate(0,80px);
    -webkit-transform:translate(0,80px);
    transition:1.4s;
}
.ef-fu {
    filter:grayscale(0%);
    opacity:1.0;
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
}
.ef-fu-ob3 {
    filter:grayscale(100%);
    transform:translate(0,80px);
    -webkit-transform:translate(0,80px);
    transition:1.4s;
}
.ef-fu3 {
    filter:grayscale(0%);
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
}
.ef-fr-ob {
    filter:grayscale(100%);
    opacity:0;
    transform:translate(-150px,0px);
    -webkit-transform:translate(-130px,0px);
    transition:1.9s;
}
.ef-fr {
    filter:grayscale(0%);
    opacity:1.0;
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
}
.ef-fl-ob {
    filter:grayscale(100%);
    opacity:0;
    transform:translate(150px,0px);
    -webkit-transform:translate(130px,0px);
    transition:1.9s;
}
.ef-fl {
    filter:grayscale(0%);
    opacity:1.0;
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
}
.ef-dark:before {
    background: rgba(11, 20, 35, 0.65);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
.fig_outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  -webkit-transition: .6s;
  transition: .6s;
  opacity: 0;
}
figcaption span{ 
    color: #FFF;
    position: absolute;
    z-index: 111111111111;
    display: table;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}
figcaption span img{ 
	width:70px;
	opacity:0.9;
}
figcaption.fig1 p{
	position:absolute;
}
figcaption h3,
figcaption p {
  position: absolute;
  left: -100%;
  width: auto;
  -webkit-transition: .3s;
  transition: .3s;
  color:#FFF;
}
figcaption h3 {
    top: 256px;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
    height: 100%;
    font-size: 20px;
}
figcaption p {
  top: 50%;
  bottom: 50%;
}
.fig_outer:hover figcaption {
  opacity: 0;
}
.fig_outer:hover figcaption h3,
.fig_outer:hover figcaption p {

}
.fig_outer:hover figcaption h3 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.fig_outer:hover figcaption p {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}


/* =====================固定ページ===================== */


/* =====================
メイン画像
 ===================== */
.kotei_mainimage{
	display:none;
	width: 100%;
	height: 360px;
	margin-bottom:20px;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 650px){
	.kotei_mainimage {
		height: 150px;
	}
}
.p_product {
	display:block;
	background-image: url('/img/main/main_pro_index.jpg?new1') ;
}
.p_news {
	display:block;
	background-image: url('/img/main/main_news.jpg?new') ;
}
.p_case {
	display:block;
	background-image: url('/img/main/main_case.jpg?new') ;
}
.p_faq {
	display:block;
	background-image: url('/img/main/main_faq.jpg?new') ;
}
.p_company {
	display:block;
	background-image: url('/img/main/main_company.jpg?new') ;
}
.p_contact {
	display:block;
	background-image: url('/img/main/main_download.jpg?new') ;
}
.p_download {
	display:block;
	background-image: url('/img/main/main_contact.jpg?new') ;
}
.p_sitemap{
	display:block;
	background-image: url('/img/main/main_sitemap.jpg?new1') ;
}
.p_dictionary{
	display:block;
	background-image: url('/img/main/main_dictionary.jpg?new') ;
}
.p_company{
	display:block;
	background-image: url('/img/company/company_back.jpg?new') ;
	background-position: center;
}
.p_privacy {
	display:block;
	background-image: url('/img/main/main_privacy.jpg?new1') ;
}
.page-title {
    width: 100%;
    height: 360px;
    position: relative;
    background: transparent;
    color: #FFF;
}
@media screen and (max-width: 650px){
	.page-title {
  	  height: 150px;
	}
}
.page-title p {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
	width:100%;
    font-size: .40rem;
    text-align:center;
    line-height:1.1;
    letter-spacing:0.1em;
}
.page-title p span {
    font-size:.22rem;
    font-weight:normal;
    letter-spacing:0.07em;
}
.page-sub-title{
    font-size: .25rem;
    text-align: left;
    margin: 40px auto 10px;
    font-weight: bold;
}


/* =====================
製品ページ
 ===================== */
 .pro_select {
    margin-bottom: 30px;
}
.pro_select a{
    display: block;
    width: 100%;
	max-width: 490px;
    background: #e4e4e6;
    padding: 3px 20px;
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
    color: #808080;
    border-radius: 10px 10px 0 0;
}
.pro_select a:hover{
	opacity:1;
}
.pro_light_fea .pro_select a:first-child{
    background: #008592;
    color: #FFF;
}
.pro_light_use .pro_select a:last-child{
    background: #008592;
    color: #FFF;
}
.pro_colora_fea .pro_select a:first-child{
    background: #AE0E40;
    color: #FFF;
}
.pro_colora_use .pro_select a:last-child{
    background: #AE0E40;
    color: #FFF;
}
.pro_nature_fea .pro_select a:first-child{
    background: #00571B;
    color: #FFF;
}
.pro_nature_use .pro_select a:last-child{
    background: #00571B;
    color: #FFF;
}
.pro_bolon_fea .pro_select a:first-child{
    background: #0092D6;
    color: #FFF;
}
.pro_bolon_use .pro_select a:last-child{
    background: #0092D6;
    color: #FFF;
}

.pro_light_fea .pro_select a:last-child:hover,
.pro_light_pro .pro_select a:first-child:hover,
.pro_colora_fea .pro_select a:last-child:hover,
.pro_colora_pro .pro_select a:first-child:hover,
.pro_nature_fea .pro_select a:last-child:hover,
.pro_nature_pro .pro_select a:first-child:hover,
.pro_bolon_fea .pro_select a:last-child:hover,
.pro_bolon_pro .pro_select a:first-child:hover{
    opacity: 0.75;
}
.pro_other_link {
    padding: 20px 100% 30px;
    margin: 80px -100% 20px;
    background: #f1f1f1;
}
.pro_other_link h2 {
    font-size: .28rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
.pro_other_link .inner{
	margin: 0 auto;
	max-width: 670px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
	flex-wrap:wrap;
}
.pro_other_link .inner > div {
    /*max-width: 314px;*/
    width: 32%;
	margin-bottom: 30px;
	width: 48%;
    padding: 25px;
    background: #FFF;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.65);
    color: black;
    border-radius: 10px;
}
.pro_other_link .inner a {
    display: block;
    text-align: center;
    margin-top: 16px;
    border-radius: 7px;
	color:#FFF
}
/* =====================
  サイトマップ
===================== */
.site-map {
    background: #f2f2f2;
    margin-top: 20px;
	padding:40px 20px 40px;
}
.site-map_pro {
    margin: 8px auto 0;
    padding: 0px 0px 0px;
}
.site-map_pro .inner {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}
.site-map_pro .inner > div {
    max-width: 496px;
    width: 48%;
    padding: 25px;
    background: #FFF;
    color: black;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    box-shadow: none;
}
.site-map_pro .inner > div:nth-child(1),.site-map_pro .inner > div:nth-child(2) {
	margin-bottom:30px;
}
.site-map_proindex {
    display: block;
    max-width: 710px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    padding: 15px 20px 15px;
    background: #FFF;
}
.site-map_link_other {
    margin: 30px auto 0;
    padding: 40px 20px 10px;
    background: #f2f2f2;
}
.site-map_link_other ul{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 710px;
    margin: 0 auto;
}
.site-map_link_other li {
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    max-width: 496px;
    width: 48%;
    margin-bottom: 30px;
    background: #FFF;
}
.site-map_link_other li a{
	display:block;
    padding: 6px 20px;
}
.site-map_link_other li i,.site-map_proindex i{
	color:#009844;
}
.sitemap_slipaid{
    width: 100%;
    max-width: none;
}

.site-map_pro .inner2 {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 20px 0;
}
.pro_other_link .site-map_pro .inner2 > div {
    width: 23.3%;
    padding: 20px 20px;
}
.pro_other_link .site-map_pro .inner2 {
    max-width: 1060px;
}

.site-map_pro .inner2 > div {
    max-width: 496px;
    /* width: 19.5%; */
    width: 18.5%;
    padding: 20px 16px;
    background: rgba(255, 255, 255, 1);
    color: black;
    border-radius: 15px;
    border: 2px solid #ffffff;
    box-shadow: none;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
}

.site-map_pro .inner2 a {
    display: block;
    text-align: center;
    margin-top: 10px;
    border-radius: 7px;
    color: #FFF;
    font-size: .15rem;
}
.site-map_pro .inner2 > div img {
    width: 100%;
    margin-bottom: 2px;
}

@media screen and (max-width: 767px)  {	
	.site-map_pro .inner2{
		padding:0;
	}
.site-map_pro .inner2 > div {
    width: 100%;
    margin-bottom: 20px;
    padding: 22px 30px;
}
.site-map_pro .inner2 > div img {
    width: 73%;
    max-height: none;
	margin-bottom: 0px;
}
.site-map_pro .inner2 > div:nth-child(4) img {
    margin-bottom: 0px;
}
.site-map_pro .inner2 > div:nth-child(5) img {
    margin-bottom: -10px;
}
.site-map_pro .inner2 a {
    font-size: .17rem;
    padding: 6px 20px;
}
.site-map_proindex,
.site-map_link_other li a{
    font-size: .17rem;
}
.site-map {
    padding: 40px 20px 10px;
}
}
/* =========



/* =====================
  よくある質問
===================== */


/* =====================
  製品共通
===================== */
.pro_use_base {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 45px;
}
.pro_use_base_title {
    display: block;
    width: 160px;
	min-height:108px;
    padding: 23px 6px;
    margin-right: 40px;
    font-size: .21rem;
    color: #FFF;
    line-height: 1.5;
    text-align: center;
    border-radius: 8px;
}
.pro_use_base_icon {
    width: 320px;
    text-align: right;
}
.pro_nature_fea .pro_use_base_icon {
    width: 230px;
}
.pro_use_base_icon img{
	margin-bottom:30px;
}
.pro_use_base_explain {
    width: calc(100% - 520px);
    text-align: justify;
}
.pro_use_base_explain2 {
    width: 100%;
    max-width: 820px;
}
.pro_use_base_explain3 {
    width: calc(100% - 276px);
}
.pro_use_base_explain4{
    width: calc(100% - 400px);
}
.pro_nature_fea .pro_use_base_explain {
    width: calc(100% - 387px);
    text-align: justify;
}
.pro_colora_fea .pro_use_base_explain {
    width: calc(100% - 430px);
    text-align: justify;
}
.pro_colora_fea .pro_use_base_explain2 {
    width: 100%;
    max-width: 820px;
}
.pro_nature_fea .pro_use_base_explain2 {
    width: 100%;
    max-width: 820px;
}
.pro_use_base_explain ul li{
	margin-bottom:20px;
}
.pro_use_base_explain ul.decima li {
    margin-bottom: 20px;
    list-style: decimal;
    margin-left: 1.3em;
}
.pro_use_base_explain_shitaji {
    display: inline-block;
    min-width: 165px;
    margin-bottom: 14px;
    padding: 0px 16px;
    font-size: .17rem;
    font-weight: bold;
    line-height: 1.8;
    border: 2px solid #000;
    border-radius: 23px;
    text-align: center;
}
.pro_use_base_method_explain {
    margin-bottom: 44px;
    position: relative;
    background: #FFF;
    border-radius: 10px;
}
.pro_use_base_method > div{
	width: 100%;
	max-width:820px;
}
.pro_use_base_method {
    background: #e6f0f2;
    padding: 32px 100%;
    margin: 40px -100%;
}
.pro_use_base_method_explain {
	margin-bottom: 44px;
	position:relative;
    background: #FFF;
    border-radius: 10px;
}
.pro_use_base_method_explain:last-child{
	margin-bottom:0;
}
.pro_use_base_method_explain::after {
    font-family: "Font Awesome 5 Free";
    content: "\f063";
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: -46px;
    border-color: black;
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #008592;
}
.pro_use_base_method_explain_bolon_7::after {
    content: "\f078";
}
.pro_use_base_method_bolon_head2::after{
    font-family: "Font Awesome 5 Free";
    content: "\f063";
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: -46px;
    border-color: black;
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #0093d7;
}
.pro_use_base_method_explain:last-child::after {
	display:none;
}
.pro_use_base_method_explain > span {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: .32rem;
    font-weight: bold;
    color: #008592;
    line-height: 1;
}
.pro_use_base_method_box{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pro_use_base_method_box span {
    padding: 20px 0 20px 0;
}
.pro_use_base_method_box span.sandpaper {
    padding: 9px 0 12px 0;
}
.pro_use_base_method_box span.summer {
    padding: 10px 25px 7px 0;
}
.pro_use_base_method_box span img{
	max-width:265px;
}
.pro_use_base_method_box > p {
    margin-bottom: 20px;
    padding: 50px 0px 0px 50px;
    max-width: 555px;
    font-size: 0.15rem;
}
.pro_use_base_method_table_kotebake{
	width:auto;
	vertical-align: text-bottom;
}
.pro_use_base_method_table_kotebake tr:nth-child(1) td:first-child{
	letter-spacing: 0.2em;
}
.pro_use_base_method_table_kotebake tr:nth-child(3) td:first-child{
	letter-spacing: 0.43em;
}
.pro_use_base_method_table_kotebake tr td:nth-child(2){
	padding-left:10px;
}
.pro_use_base_method_caution {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #cee8eb;
    border-radius: 0 0 10px 10px;
	font-size:.15rem;
}
.pro_colora_use .pro_use_base_method_caution{
	color:#AE0E40;
}
.pro_light_use .pro_use_base_method_caution{
	color:#008491;
	background:#cee8eb;
}
.pro_nature_use .pro_use_base_method_caution{
	color:#00571B;
}
.pro_bolon_use .pro_use_base_method_caution{
	color:#0092D6;
}
.pro_use_base_method_caution > p {
    width: 100%;
    font-size: .15rem;
    padding: 10px 25px 10px 15px;
    text-indent: -1.05em;
    padding-left: 2em;
}
.pro_use_base_method_caution img {
    max-width: 98px;
    margin: 10px 5px 0 19px;
}
.pro_use_base_explain_caution{
    max-width: 820px;
}
.pro_use_base_explain_caution h3{
    font-size: .18rem;
    font-weight: bold;
    color: #008592;
}
.pro_use_base_explain_caution > ul > li{
	margin-bottom:18px;
}
.pro_use_base_explain_caution > ul > li li{
    padding-left: .21rem;
    text-indent: -.21rem;
}
.pro_use_base_explain_mente{
    max-width: 820px;
}
.pro_use_base_explain_mente h3{
	margin-top:28px;
    font-size: .18rem;
    font-weight: bold;
    color: #008592;
}
.pro_use_base_explain_mente img{
    display: block;
    max-width: 436px;
    margin: 0 auto;
}
.pro_colora_fea .pro_fea_base_midashi,
.pro_light_fea .pro_fea_base_midashi,
.pro_nature_fea .pro_fea_base_midashi,
.pro_bolon_fea .pro_fea_base_midashi{
	font-size:.32rem;		
}
.pro_use_nature_base_anzen .pro_use_base_icon,
.pro_use_colora_base_anzen .pro_use_base_icon{
    width: 190px;
}
.pro_use_colora_base_anzen .icon_dog,
.pro_use_nature_base_anzen .icon_dog{
    margin-top: 60px;
    margin-bottom: 50px;
}
.pro_use_colora_base_anzen .icon_fish,
.pro_use_nature_base_anzen .icon_fish{
    margin-bottom: 50px;
}
.pro_use_colora_base_anzen ul li,
.pro_use_nature_base_anzen ul li {
    padding-left: .31rem;
    text-indent: -.31rem;
}


/* =====================
  製品特徴
===================== */
.pro_fea_base_midashi {
    margin-top: -8px;
	margin-bottom:10px;
    font-size: .38rem;
    font-weight: bold;
    line-height: 1.4;
}
.light_fea_img1 {
    display: block;
    margin: 75px auto 45px;
    padding-left: 52px;
    box-sizing: content-box;
}
.fea_txt_topic {
    text-align: center;
	margin-top:30px;
    margin-bottom: 66px;
    padding: 20px 25px;
    border-radius: 14px;
    font-size: .14rem;
}
.fea_txt_topic_light {
    border: 5px solid #09808c;
    background: #e8f3f4;
    color: #008592;
}
.fea_txt_topic_bolon {
    border: 5px solid #0093d7;
    background: #e8f4fb;
    color: #0093d7;
}
.fea_txt_topic_nature {
    margin-top: 90px;
    margin-bottom: 20px;
    border: 5px solid #00571b;
    background: #dce7d8;
    color: #00571b;
}
.fea_txt_topic_colora {
    margin-bottom: 25px;
    border: 5px solid #ae0e40;
    background: #f6eae8;
    color: #ae0e40;
}
.fea_txt_topic img {
    margin-bottom: 13px;
}
.light_fea_img2 {
    margin: 55px auto;
}
.light_fea_img4 {
    margin: 0 auto 75px;
    display: block;
}
.fea_img_flex{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}
.fea_img_flex img{
	height:100%;
}
.fea_img_flex_3 img{
	width:calc((100% - 16px) / 3);
}
.fea_img_flex_4 img{
	width:calc((100% - 16px) / 4);
}
.fea_img_flex_5 img{
	width:calc((100% - 16px) / 5);
}
.fea_img_flex_6 img{
	width:calc((100% - 16px) / 6);
}
.pro_light_yoto {
    background: #ececec;
    margin-top: 80px;
    padding-bottom: 23px;
    border-radius: 0 0 10px 10px;
}
.pro_light_yoto h2 {
    border-radius: 10px 10px 0 0;
    font-size: .18rem;
    text-align: center;
    color: #FFF;
    line-height: 44px;
}
.pro_light_yoto h3 {
    padding: 20px 30px 0;
    font-size: .18rem;
    font-weight: bold;
}
.pro_light_yoto p{
	padding:0 30px;
	font-size:.16rem;	
}
.pro_light_yoto p span{
	font-size:.14rem;	
}

/* =====================
  カラーA
===================== */
.colora_fea_img1{
    margin-top: 27px;
}
.colora_fea_img2 {
    margin-top: 25px;
}
.pro_colora_fea .pro_use_base_icon{
	width:230px;
}
.pro_use_colora_base_tosou_outer h2{
    line-height: 108px;
	padding:0;
}

/* =====================
  ナチュレ
===================== */
.pro_fea_nature_1_sec .first{
	margin-bottom:60px;
}
.pro_fea_nature_2_sec p {
    margin-bottom: 23px;
}
.pro_fea_nature_2_sec {
    margin-bottom: 55px;
}
.pro_fea_nature_3_sec .pro_use_base_icon { margin-top:0px;}
.pro_fea_nature_4_sec .pro_use_base_icon { margin-top:0px;}
.pro_fea_nature_5_sec .pro_use_base_icon { margin-top:30px;}
.pro_fea_nature_6_sec .pro_use_base_icon { margin-top:0px;}
.pro_fea_nature_7_sec .pro_use_base_icon { margin-top:34px;}
.nature_dilute{
    padding: 15px 0px 20px 50px;
}
.pro_use_base_nature .pro_use_base_explain_mente img{
	max-width: 100%;
}

/* =====================
  ボロンテック
===================== */
.pro_fea_bolon_3_sec,.pro_fea_bolon_4_sec{
	margin-top:90px;
}	
.bolon_fea_img1{
	margin:105px 0;
}
.pro_fea_bolon_shiken {
    background: #e8e9e9;
    padding: 30px;
    margin-bottom: 44px;
}
.pro_fea_bolon_shiken > div {
    background: #ffffff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 12px;
}
.pro_fea_bolon_3 h4 {
    font-size: .18rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.pro_fea_bolon_shiken h5 {
    font-size: .17rem;
    font-weight: bold;
}
.pro_fea_bolon_shiken p {

}
.pro_fea_bolon_3 h6 {
    font-size: .18rem;
    font-weight: bold;
}
.pro_fea_bolon_3 .flex{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pro_fea_bolon_3 .flex .left{
	width:100%;
}
.pro_fea_bolon_3 .flex .right {
    padding-left: 21px;
}
.pro_fea_bolon_3 .flex .right img{
	width:132px;
}
.pro_bolon_yoto {
    padding: 45px 100%;
    margin: 50px -100% 0;
    background: #ececec;
}
.pro_bolon_yoto h3{
    font-size: .18rem;
    font-weight: bold;
}
.pro_bolon_yoto p:first-of-type{
    margin-bottom: 20px;
}

/* =====================
  取り扱いについて
===================== */
.pro_use_light_base_hokan {
    background: #ffe4d4;
    padding: 25px 100%;
    margin: 40px -100% 0;
}
.pro_use_light_base_hokan h2{
    display: block;
    width: 160px;
    padding: 0px 15px;
    margin-right: 40px;
    font-size: .21rem;
    color: #FFF;
    line-height: 108px;
    text-align: center;
    border-radius: 8px;
    color: #ce2b25;
	border:1px solid #ce2b25;
}
.pro_use_light_base_hokan ul {
    max-width: 820px;
    font-size: .15rem;
}
.pro_use_light_base_hokan ul li {
    max-width: 820px;
    padding-left: .21rem;
    text-indent: -.21rem;
}
.pro_use_light_base_hokan ul li:first-letter {
	color:#CE2B25;
}
.pro_use_light_base_anzen_outer {
    background: #e6f0f2;
    padding: 0px 100%;
    margin: 30px -100%;
}
.pro_use_light_base_anzen {
    padding: 30px 0px;
    margin-top: 35px;
}
.pro_use_light_base_anzen .pro_use_base_title,.pro_use_light_base_kyukyu .pro_use_base_title{
	background:none;
    padding: 0;
}
.pro_use_light_base_anzen .pro_use_base_explain li{
    margin-bottom: 5px;
    padding-left: .21rem;
    text-indent: -.21rem;
}
.pro_use_light_base_tosou_outer{
    margin: 30px 0;
}
.pro_use_light_base_tosou_outer ul li {
    font-size: .14rem;
    padding-left: .20rem;
    text-indent: -.20rem;
}
.pro_use_light_base_kyukyu_outer {
    background: #e6f0f2;
    padding: 30px 100%;
    margin: 35px -100%;
}
.pro_use_light_base_kyukyu{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pro_use_light_base_kyukyu .pro_use_base_explain {
    max-width: 820px;
    width: 100%;
}
.pro_use_light_base_kyukyu .pro_use_base_explain ul li:first-letter{
	color:#008592;
}
.pro_use_base_explain ul li {
    padding-left: .21rem;
    text-indent: -.21rem;
    margin-bottom: 7px;
	font-size: .15rem;
}
.pro_use_base_explain ul li:last-child {
    margin-bottom: 0px;
}


.c_ae0e40 {
	color:#AE0E40;
}	
.c_ff000{
	color:#FF0000;
}
.woodaid_hyou { 
	width:820px;
	font-size:.16rem;
	margin:0 auto 15px;
	border:1px solid #989898;
}
.woodaid_hyou th {
	padding:5px;
	margin:1px;
	background-color:#EAEAEA;
	font-weight:normal;
	width:190px;
	border-right: 1px solid #989898;
}
.woodaid_hyou tr {
	border-bottom: 1px solid #989898;
}
.woodaid_hyou td {
	text-align:center;
}
.woodaid_light_hyou tr:last-child td {
	text-align:left;
	padding:10px;
	font-size:.15rem;
	line-height:26px;
	letter-spacing:0.5px;
}
.woodaid_hyou_2 tr:last-child td {
	text-align:left;
	padding:14px;
	font-size:.16rem;
	line-height:26px;
	letter-spacing:0.1px;
}
.woodaid_hyou_3 tr:last-child td {
	text-align:left;
	padding:14px;
	font-size:.16rem;
	line-height:26px;
	letter-spacing:0.1px;
}
.woodaid_hyou_3 tr:nth-child(7) td {
	text-align:left;
	padding:14px;
	font-size:.16rem;
	line-height:26px;
	letter-spacing:0.1px;
}
.woodaid_hyou tr:last-child{
	border:none;
}
.woodaid_hyou_4 th{
	padding:3px;
	margin:2px;
	width:150px;
	
}
.woodaid_hyou_4 tr:last-child td {
	text-align:left;
	padding:14px;
	font-size:.16rem;
	line-height:26px;
	letter-spacing:0.1px;
}
.pro_use_light_about-woodaid {
    width: auto;
    padding: 35px 100%;
    margin: 0 -100%;
    background: #EEEEEE;
	font-size:.15rem;
}
.pro_use_light_about-woodaid p{
	margin-top:10px;
}
.pro_use_light_about-woodaid .inner{
	max-width:1020px;
	padding:0 20px;
}
.light_use_link_button,.nature_use_link_button,.bolontec_use_link_button,.colora_use_link_button {
    display: block;
    margin: 70px auto 0;
    text-align: center;
}

/* 製品特長 */

.pro_title{
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: .32rem;
	font-weight: bold;
	text-align: center;
}
.pro_title .gray{
	color: #808080;
}

.pro_subtitle{
	width: 100%;
	max-width: 1060px;
	margin: 0 auto 0;
	padding: 0 20px;
	font-size: .24rem;
	text-align: center;
}

.pro_index_box{
	width: 100%;
	max-width: 1060px;
	margin: 50px auto 0;
	padding: 0 20px;
}
.product_index .pro_fea_base_midashi {
    font-size: .32rem;
}
.product_index .pro_use_base_explain .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
}
.product_index .pro_use_base_explain .flex .left {
    width: 500px;
}
.product_index .pro_use_base_explain .pro_index01_02{
	margin-top: 35px;
	padding: 0 50px;
}
.product_index .pro_use_base_explain .flex .right {
    width: 282px;
}
.product_index .pro_use_base_explain .flex .right p {
	margin-top: 10px;
    font-size: .12rem;
}
.pro_index01_02 p{
	margin-top: 5px;
	text-align: center;
}
.pro_index01_02 img{
	width: 330px;
}
.pro_use_base_title {
	display:table;
    font-size: .21rem;
}
.pro_use_base_title span{
	display:table-cell;
	vertical-align: middle;
}
.pro_list_box{
	margin-top: 70px;
	padding: 30px 0 5px;
	background-color: #f1f1f1;
}
.pro_list{
	width: 100%;
	max-width: 1060px;
	margin: 20px auto 0;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro_list > a{
	display: block;
	width: 490px;
	margin-bottom: 30px;
	padding: 5px 10px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 2px 2px 8px #666;
}
.pro_list_box h3{
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 20px;
    font-size: .28rem;
	font-weight: bold;
	text-align: center;
}
.pro_use_base_method_box .pro_use_base_method_box_l {
    margin-bottom: 20px;
    padding: 50px 0px 0px 50px;
    max-width: 770px;
    font-size: 0.15rem;
}
.pro_use_base_method_caution ul{
	padding: 10px 15px;
}
.pro_use_base_method_caution ul li{
	text-indent: -1.05em;
    padding-left: 1.05em;	
}
.pro_use_base_colora .pro_use_base_explain_mente img{
	max-width: 100%;
}
.pro_use_colora_base_anzen,.pro_use_nature_base_anzen,.pro_use_bolon_base_anzen {
    padding: 30px 0px;
    margin-top: 35px;
}
.pro_use_colora_base_anzen .pro_use_base_title,.pro_use_nature_base_anzen .pro_use_base_title,.pro_use_bolon_base_anzen .pro_use_base_title {
    padding: 0px 6px;
}


/* お問い合わせ */
.contact {
    margin: 50px auto 0;
	width:100%;
    max-width: 1060px;
	padding: 0 20px;
}
.contact .heading_01 {
    margin: 75px auto 47px;
    text-align: center;
    font-size: .26rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: white;
}

.form_coution{
    text-align: right;
    font-size: .12rem;
}
.form_coution2 {
    text-align: right;
    font-size: .12rem;
    border-bottom: 1px solid #bbb;
}
#mailformpro table {
    max-width: 1020px;
    width:	100%;
    margin: 0 auto;
}
#mailformpro table th, #mailformpro table td {
  border-bottom: 1px solid #bbb;
  padding: 35px 10px;
      color:#000;
}
#mailformpro table th {
  width: 25%;
    font-size: .17rem;
    color:#000;
}
textarea {
    height: 300px;
}
#submitxxx {
  margin-top: 20px;
  padding: 15px 45px;
  font-size: .19rem;
  text-align: center;
}
#mailformpro #submitxxx {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 485px;
  width: 100%;
  background: #009844;
  color: #fff;
  padding: 20px 50px;
  text-shadow: none;
}
#mailformpro #submitxxx:hover {
  opacity: 0.7;
  text-shadow: none;
}
#mailformpro input[type="text"] {
  width: 100%;
}
#mailformpro textarea {
  width: 100% !important;
}
#mailformpro input.form-width2 {
  width: 20%;
}
#mailformpro td.last_td {
  border: none;
}


.pro_main {
	margin: 7px auto 14px;
	width: 100%;
    max-width: 1062px;
	padding: 0 17px;
	
}

.pro_use_base_explain_shitaji:nth-of-type(2) {
	margin-top: 30px;
}

.pro_use_base_method_bolon{
	background-color: #e6f0f2;
}
.pro_use_base_method_caution{
	background-color: #cee8eb;
	color: #0093d7;
}
.pro_use_base_method_bolon .pro_use_base_method_explain > span {
    color: #0093d7;
}
.pro_use_base_method_bolon .pro_use_base_method_explain::after {
    color: #0093d7;
}
.pro_use_base_bolon .pro_use_base_explain_caution h3 {
    color: #0093d7;
}
.pro_use_base_bolon .pro_use_base_explain_mente h3 {
    color: #0093d7;
}
.pro_use_light_base_hokan.pro_use_bolon_base_hokan{
	background: #ffe4d4;
}
.pro_use_light_base_hokan.pro_use_bolon_base_hokan h2{
    color: #ce2b25;
    border: 1px solid #ce2b25;
}
.pro_use_light_base_hokan.pro_use_bolon_base_hokan ul li:first-letter{
	color: #ce2b25;
}
.pro_use_light_base_anzen_outer.pro_use_bolon_base_anzen_outer {
    background: #e6f0f2;
}
.pro_use_light_base_kyukyu_outer.pro_use_bolon_base_kyukyu_outer {
    background: #e6f0f2;
}
.pro_use_light_base_kyukyu_outer.pro_use_bolon_base_kyukyu_outer .pro_use_base_explain ul li:first-letter{
	color: #0093d7;
}
.pro_use_light_base_tosou_outer.pro_use_bolon_base_tosou_outer .pro_use_base_explain_mente h3 {
    color: #0093d7;
}
.pro_use_base_method_bolon_head{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 20px;
	padding: 5px 0;
	background-color: #009d3b;
	color: #fff;
	font-size: .16rem;
	text-align: center;
	border-radius: 10px;
}
.pro_use_base_method_bolon_head2{
	position:relative;
    margin-bottom: 46px;
}
.pro_use_bolon_base_tosou_outer .pro_use_base_explain_mente ul li{
	color: #0093d7;
}
.pro_use_bolon_waf_outer{
	margin: 30px 0 0 0;
}
.pro_use_bolon_waf_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 20px 10px 18px;
	border: solid 2px #b3b3b3;
	border-radius: 20px;
}
.pro_use_bolon_waf_l{
	width: 300px;
}
.pro_use_bolon_waf_r h2{
	font-size: .36rem;
	font-weight: bold;
}
.pro_use_bolon_waf_r dl{
	margin: 0;
	font-size: .15rem;
	display:flex;
	flex-wrap: wrap;
}
.pro_use_bolon_waf_r dt{
	width: 40%;
	margin-top: 10px;
	line-height: 1.4;
}
.pro_use_bolon_waf_r dd{
	margin: 0;
	width: 60%;
	margin-top: 10px;
	line-height: 1.4;
}

.pro_use_light_waf_l{
	padding-left: 20px;
}

.pro_use_light_waf_r_dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pro_use_light_waf_r h2{
	font-size: .36rem;
	font-weight: bold;
	line-height: 1.4;
}
.pro_use_light_waf_r_dl dl{
	margin: 0;
	font-size: .15rem;
}
.pro_use_light_waf_r_dl dl:first-child dt,
.pro_use_light_waf_r_dl dl:first-child dd{
	min-width: 120px;
}
.pro_use_light_waf_r_dl dl:nth-child(2){
	margin-left: 60px;
}
.pro_use_light_waf_r_dl dt{
	margin-top: 10px;
	line-height: 1.4;
}
.pro_use_light_waf_r_dl dd{
	margin: 0;
	margin-top: 10px;
	line-height: 1.4;
}


.pro_use_bolon_toaid_outer{
	padding: 30px 100%;
    margin: 30px -100% 40px -100%;
	background-color: #eeeeee;
}
.pro_use_bolon_toaid_inner{
	width: 100%;
	max-width: 1020px;
	font-size: .15rem;
}
.bolon_use_link_button{
	display: block;
	margin: 0 auto;
}
.pro_use_base_info_outer{
	margin: 90px 0 0 0;
}
.pro_use_base_info_inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
   justify-content: space-between;
	width: 100%;
	padding: 35px 23px 20px;
	border: solid 2px #e6f0f2;
	border-radius: 10px;
}

@media screen and (min-width: 768px)  {	
	.pro_use_base_info_inner div:first-child{
		max-width:33%;
	}
	.pro_use_light_info_inner div:first-child {
    	max-width: 28%;
	}
}
@media only screen and (min-width:769px) and (max-width:1200px) {	
	.site-map_pro .inner2 > div {
    	width: 31.5%;
    	margin-bottom: 10px;
		margin-top:20px;
	}
}

@media screen and (max-width: 768px)  {	
.bg_bolon img {
    margin-bottom: -9px !important;
}
.pro_menu .bg_slipaid a {
    margin-top: 0px !important;
}
.bg_slipaid img {
    margin-bottom: 1px !important;
}
.pro_other_link .site-map_pro .inner2 {
    padding: 0 20px;
}
.pro_other_link .site-map_pro .inner2 > div {
    width: 100%;
}
.site-map_link_other {
    padding: 40px 20px 30px;
}
.pro_menu a i {
    left: 11px;
    top:15px;
    font-size: 0.14rem;
    transform: scale(0.7, 0.7);
}
.pro_menu .bg_slipaid a i {
    top: 22px;
}
}
.pro_use_base_info_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 42px 23px 42px 46px;
    border: solid 2px #e6f0f2;
    border-radius: 10px;
    box-sizing: border-box;
}
.pro_use_nature_info_inner{
	border: solid 2px #dce7d8;
}

.pro_use_colora_info_inner{
	border: solid 2px #e6cfcd;
}

.pro_use_light_info_inner{
	border: solid 2px #e6f0f2;
}
.pro_use_light_waf_r_dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
   justify-content: space-between;
}
.woodaid_hyou_mini_2 table td{
	margin:0;
	padding:0;
}
.woodaid_hyou_mini_2 table tr {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: text-bottom;
}
.woodaid_hyou_mini_1{
	width:590px;
	margin:0 auto;
	border: 2px solid #E6CFCD;
}
.woodaid_hyou_mini_2{
	width:590px;
	margin:0 auto;
	border: 2px solid #DCE7D8;
}
.woodaid_hyou_mini_3{
	width:590px;
	margin:0 auto;
	border: 2px solid #E6F0F2;
}
.woodaid_hyou_mini_3 p{
	line-height:1.4;
    padding-left: .14rem;
    text-indent: -.14rem;
}
.woodaid_hyou_mini_4{
	width:636px;
	margin:0 auto;
	border: 2px solid #E6F0F2;
	letter-spacing:0.2em;
}

.woodaid_hyou_mini_1 th{
	padding:5px;
	margin:1px;
	background-color:#AE0E40;
	color:white;
	font-weight:bold;
	width:90px;
	border-right: 2px solid #E6CFCD;
}

.woodaid_hyou_mini_2 th{
	padding:5px;
	margin:1px;
	background-color:#00571B;
	color:white;
	font-weight:bold;
	width:90px;
	border-right: 2px solid #DCE7D8;
	font-size: .15rem;
}

.woodaid_hyou_mini_3 th{
	padding:1px;
	margin:1px;
	background-color:#0093D7;
	color:white;
	font-weight:bold;
	width:90px;
	border-right: 2px solid #E6F0F2;
	font-size: .15rem;
}

.woodaid_hyou_mini_4 th{
	padding:1px;
	margin:1px;
	background-color:#008592;
	color:white;
	font-weight:bold;
	width:90px;
	border-right: 2px solid #E6F0F2;
	font-size: .15rem;
}

.woodaid_hyou_mini_1 tr{
	border-bottom: 2px solid #E6CFCD;
}

.woodaid_hyou_mini_2 tr{
	border-bottom: 2px solid #DCE7D8;
}

.woodaid_hyou_mini_3 tr{
	border-bottom: 2px solid #E6F0F2;
}

.woodaid_hyou_mini_4 tr{
	border-bottom: 2px solid #E6F0F2;
}

.woodaid_hyou_mini_1 td{
	text-align:left;
	font-weight:normal;
	padding:10px 18px;
	margin:1px;
	font-size:.15rem;
	line-height:20px;
	letter-spacing: -0.02em;
}

.woodaid_hyou_mini_2 td{
	text-align:left;
	font-weight:normal;
	padding:10px 18px;
	margin:1px;
	font-size:.15rem;
	line-height:20px;
	letter-spacing: -0.02em;
}


.woodaid_hyou_mini_3 td{
	text-align:left;
	font-weight:normal;
	padding:10px 18px;
	margin:1px;
	font-size:.15rem;
	line-height:20px;
	letter-spacing: -0.02em;
}

.woodaid_hyou_mini_4 td{
	text-align:left;
	font-weight:normal;
	padding:10px 18px;
	margin:1px;
	font-size:.15rem;
	line-height:20px;
	letter-spacing: -0.02em;
}

.mizu{
    display: block;
	margin-top:5px;
    padding-left: .15rem;
    text-indent: -.14rem;
	font-size:14px;
	line-height:17px;
}	

.borontec{
	white-space:nowrap;
}

.toumei{
	white-space:nowrap;
}



/* 会社概要 */
.company {
}
/* 
.company .pro_title, .company .pro_title .gray {
    color: #FFF;
    text-shadow: 1px 1px 6px rgba(22, 23, 39, 0.4);
}
*/
.company_logo{
    margin: 30px auto 30px;
    display: block;
    max-width: 120px;
}
.company_gaiyou {
    width: 800px;
    margin: 0px auto;
    font-size: .15rem;
}
.company_gaiyou tr{
    border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}
.company_gaiyou th {
    padding: 15px;
    width: 180px;
    font-weight: bold;
}
.company_gaiyou td{
	padding: 22px 20px 22px 0;
}

/* =====================
  プライバシーポリシー
===================== */
.privacy_donyu{
    text-align: center;
	margin-top:30px;
    padding: 20px 0;
    text-align: center;
    color: #000;
    font-weight: bold;

}
.privacy_donyu p{
margin:0 auto;
padding:0 20px;
max-width:1060px;
}
.privacy{
width: 100%;
max-width: 840px;
margin: 0 auto;
padding: 0 20px;
}
.privacy .p1{
width: 100%;
}
.midashi_01 {
    display: table;
width: 100%;
    max-width: 1020px;
    height: auto;
    margin-bottom: 25px;
    margin-top: 65px;
}

.midashi_01 h2 {
	margin: 0 auto;
    padding: 6px 49px;
    border-radius: 30px;
    font-size: .19rem;
    font-weight: bold;
	text-align: center;
	min-width:400px;
	border: 4px solid #009844;
    color: #009844;
}


/* シリコーン素材豆知識 */
.dictionary_subtitle h2{
	margin-top: 15px;
	font-size: .24rem;
	font-weight: bold;
	text-align: center;
}
.dictionary_subtitle p{
	margin-top: 10px;
	font-size: .16rem;
}
.dictionary_01{
	margin: 20px auto;
}
.dictionary_memo{
	margin: 15px auto 30px;
	padding: 15px 20px;
	background-color: #f2f2f2;
	border: 2px solid #cccccc;
	border-radius: 8px;
}
.dictionary_memo h3{
	font-size: .18rem;
	font-weight: bold;
}
.dictionary_memo p{
	font-size: .15rem;
}

.dictionary .pro_fea_base_midashi {
    font-size: .32rem;
}

.pro_use_base_title .fs_24{
	display: inline;
    font-size: .24rem;
}
.dictionary_03{
	display: -webkit-box;
	display: -ms-flexbox;
  display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-bottom: 15px;
}

.dictionary_03 > div{
	width: 31.5%;
	margin: 15px 2.6% 0 0;
}
.dictionary_03 > div:nth-child(3n){
	margin-right: 0;
}
.dictionary_03 > div h4{
	font-weight: bold;
}
.dictionary_03 > div p{
	min-height: 4.3em;
	font-size: .13rem;
	line-height: 1.5;
}
.dictionary_03 > div img{
	margin-top: 10px;
}
.dictionary_04{
	display: -webkit-box;
	display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.dictionary_04 > div:first-child{
	width: 500px;
}
.dictionary_04 > div:last-child{
	margin-top: 8px;
	width: 280px;
}
.dictionary_04 > div:last-child p{
	margin-top: 5px;
	font-size: .13rem;
	line-height: 1.5;
}