@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 481px) {
	.m_graph-item {
		width: 100%;
}
 /*   #membrane_specs {
        width: 100%;
        margin: 5% 20% 0 20%;
    }

	#header_text {
		flex-direction: column;
		font-size: 1.3em;
	}*/
	

	#menubar {
		height: 145px;
	}
	
	.prd_navi_f-container {
		justify-content: space-between;
	}
	
	#membrane_navi {
		justify-content: left;
	}
/*membrane*/
	.membrane-box-01,
	.membrane-box-01-01
	{
      width: 96%;
}

	#membrane_title {
	border-left: 0; padding: 0;margin: 0;font-size: 2rem; 
	}

}
@media screen and (max-width:630px) {

	/*membrane box*/
	
.membrane-box-01,
.membrane-box-02
{
	margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	.membrane-box-01-01{
		text-align: left;
		margin-right: 50%;
	}
.membrane-box-02-01
{
    width: 380px;
    margin-bottom: 60px;
}
.membrane-box-02-02 {
	width: 380px;
}
}
@media screen and (max-width:768px){
h1, h2, h3, h4, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
	* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header-inn {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
	
    .global-nav,
    .footer-nav-inn .nav-box
    {
        display: none;
    }
    #mobile-menu {
        display: block;
        cursor: pointer;
        width: 32px;
        flex-basis: 32px;
    }
    #mobile-menu img {
        margin: 19px 0;
    }
    .header-menu .mb-global {
		display: flex;
	}
    .header-com .logo-box {
        width: 225px;
        flex-basis: 225px;
    }
    .header-com .logo-box svg {
        margin: 19px 0;
    }
    .page-cat {
        padding: 10px 0;
    }
    .page-cat .cat-title {
        font-size: 1.3rem;
    }
    #footer .footer-nav-inn .logo-box {
        width: 120px;
        flex-basis: 120px;
        margin-right: 0;
    }
    #footer .footer-copy {
        text-align: center;
        font-size: 1rem;
    }
    #footer .footer-nav-box {
        padding: 14px 0 39px
    }
    #footer .footer-ad-box {
        height: 16px;
    }
    #footer .footer-nav-inn {
        justify-content: center;
    }
    #contents {
        min-height: calc(100vh - 197px);
    }
    .contact-wrap-inn {
        padding: 21px 0 10px;
    }
    .contact-title {
        font-size: 1.5rem;
        line-height: 1.4em;
        padding: 8.5px 0;
        letter-spacing: 0;
    }
    .contact-addr p
    {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .contact-box
    {
        margin: 19px auto;
    }
    .contact-tel a,
    .contact-mail a
    {
        font-size: 1.8rem;
        line-height: 16px;
    }
    .contact-fax
    {
        font-size: 1.8rem;
        line-height: 17px;
    }
    .contact-mail a::before {
        width: 20px;
        height: 16px;
        margin-right: 5px;
        background-size: cover;
    }
    .contact-tel a::before {
        width: 20px;
        height: 16px;
        margin-right: 5px;
        background-size: cover;
    }
    .contact-fax::before {
        width: 20px;
        height: 17px;
        margin-right: 5px;
        background-size: cover;
    }
    .page-title {
        margin: 26px auto 13px;
    }
    .page-title h1 {
        font-size: 2rem;
    }
.lang_type {
	display: none;
}
.lang_type .lang_type_enb {
	font-size: 1.0rem;
	color:#000;
}
.lang_type .lang_type_dis {
	font-size: 1.0rem;
	color: #666;
}
	 .header-com .logo-box {
        width: 225px;
        flex-basis: 225px;
    }
	
/*main-navi*************************************************/
.menu-trigger {
	width: 34px;
 	height: 24px;
  	cursor: pointer;
	float: left;
  	transform: translateX(0);
  	transition: transform .5s;
}

.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #666;
}
.menu-trigger.active span {
	background-color: #333;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
	transition-duration: 0.5s;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(11px) rotate(-45deg);
	transition-duration: 0.5s;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
	transition-duration: 0.5s;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
	transition-duration: 0.5s;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	transition-duration: 0.5s;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-11px) rotate(45deg);
	transition-duration: 0.5s;
}

.main-nav {
	width: 100%;
  	height: 100%;
  	padding-top: 100px;
  	background-color: #1B1B1B;
	opacity: 0.9;
  	position: fixed;
  	top: 0;
  	right: 0;
  	transform: translate(480px);
  	transition: all .5s;
	z-index: 50;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.main-nav .item-img{
	display: none;
}
.main-nav.open {
	transform: translateZ(0);
}
/*
.main-nav li {
	color: #fff;
	text-align: center;
	padding: 10px 0;
	z-index: 100;
}
*/
.main-list > li {
	color: #fff;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 20px;
	z-index: 100;
}
.main-list > li > .inner {
	margin-top: 10px;
	margin-bottom: 40px;
}
.main-list > li > .inner .nav-f-item{
	cursor: pointer;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top: solid 1px #fff; 
	position: relative;	/*div全体をリンクにするために必要*/
}
.main-list > li > .inner .nav-f-item a{
	position: absolute; /*div全体をリンクにするために必要*/
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.main-list > li > .inner .nav-f-item p:before{
	content: '－ ';
}
.main {		
	margin-top: 64px;
}
.msg_sp {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: auto;
	padding-right: auto;
}
.msg_sp img {
	width: 300px;
}
.idx_head {
	width: 100%;
	height: 4px;
	background-color: #CCC;
}
/*次・戻ページボタン*/
.page_move_f-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-top: rgb(230, 0, 45) solid 1px;
}
.page_move_f-container .simple_move_f-item {
	width: 15%;
	text-align: center;
	position: relative;
	padding-top: 5px;
}
.page_move_f-container .simple_move_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.page_move_f-container .simple_move_f-item:hover{
	transition-duration: 0.5s;
	color: rgb(230, 0, 45);;
}
.page_move_f-container .move_f-item {
	width: 35%;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page_move_f-container .move_f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #CCC;
}
.page_move_f-container .move_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.vis_hidden {
	visibility:hidden;
}
/*main-slider************************************/
.swiper-container {
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.swiper-container .swiper-slide {
	position: relative;
  	margin: 1px auto;
    width: 100%;
}
.swiper-container img {
    height: auto;
    width: 100%;
	z-index: 5;
}
.swiper-container .swiper-slide .swiper-slide-content {
	position: absolute;
	top: 40%;
	left: 8%;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none !important;
}
/*ページhalf container**************************************************************/
.half_f-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: flex-start
}
.half_f-item {
	width: 100%;
	margin-bottom: 10px;
}
.half_f-item img {
	width: 100%;
}
.half_f-item img.hlf {
	width: 80%;
	padding-left: 100px;
}
.half_f-item img.padl_pls {
	padding-left: 10px;
}
.half_f-item h4 {
	margin-top: 20px;
}
.ctp h4{
	margin-top: 20px;
}

.half_f-container .dl_f-item {
	width: 100%;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
}
.half_f-container .dl_f-item:hover{
	border: 2px solid rgb(0, 71, 168);
	background-color: #CCC;
	transition-duration: 0.5s;
}
.half_f-container .dl_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.pchs_f-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: flex-start;
}
.pchs_f-container .buy_f-item {
	width: 42%;
	transition-duration: 0.5s;
	position: relative;
	border: 1px solid #d20000;
	border-top-left-radius: 6px;
  	border-top-right-radius: 6px;
  	border-bottom-right-radius: 6px;
  	border-bottom-left-radius: 6px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d20000;
}
.pchs_f-container .buy_f-item:hover{
	/*border: 2px solid rgb(237, 137, 156);*/
	border: 1px solid #5c0000;
	transition-duration: 0.5s;
	background-color: #5c0000;
	color: #FFF;
}
.pchs_f-container .buy_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.pchs_f-container .dl_f-item2 {
	width: 55%;
	transition-duration: 0.5s;
	position: relative;
	border: 1px solid #999;
	border-top-left-radius: 6px;
  	border-top-right-radius: 6px;
  	border-bottom-right-radius: 6px;
  	border-bottom-left-radius: 6px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pchs_f-container .dl_f-item2:hover{
	border: 1px solid #666;
	transition-duration: 0.5s;
	background-color: #666;
}
.pchs_f-container .dl_f-item2 a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
	.prd_navi_f-container {
    width: 340px;
    /* margin-left: auto; */
    display: flex;
    flex-diretion: row;
    /* justify-content: end; */
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
	.prd_navi_f-container-2{
  width: 340px;
    display: flex;
    flex-diretion: row;
    justify-content: end;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
	.prd_navi_f-item {
		font-size: 1.3em;
		padding: 0 10px 0;
	}
	.prd_navi_f-item-2 {
		width: auto;
		font-size: 1.3rem;
		padding: 1px;
	}
/*information***************************************************/
.info-art > .inner {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
    width: 340px;
}
#tab_menu{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
	font-weight: 600;
}
#tab_menu li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #FFF;
}
#tab_menu li:last-child{
    border-right: 0;
}
#tab_menu li.show{
    background-color:#f1f1f1;
}
/* メニューの下線 */
#border div{
    left: 0%;
    width: 16.67%;
    bottom: 0;
    display: block;
    background-color: #E5002C;
    height: 2px;
    position: relative;
    transition: left 1s cubic-bezier(0.23,1,0.32,1);
}
/* コンテンツ */
#tab_content{
    list-style-type:none;
    position: relative;
    height: auto;
    padding: 0;
}
#tab_menu {
	display: none;
}
#border {
	display: none;
}
#ev_tag {
	background-color: rgb(250, 75, 85);
}
#nw_tag {
	background-color: rgb(200, 0, 10);
}
#tc_tag {
	background-color: rgb(150, 20, 0);;
}
/*********/
.is-hide {
    display: none;
}
.info_catg {
	display: inline-block;
	font-size: 1.0rem;
	font-weight: 900;
	width: 120px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
}
.info_title {
	margin-bottom: 10px;
}
._date {
	font-size: 1.2rem;
}


/*-***************/
.info_tbl_tmp1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;

}
.info_tbl_tmp1 th {
	display: block;
    width: 100%;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	
}
.info_tbl_tmp1 td {
	display: block;
    width: 100%;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
.info_center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.info_lnk {
	display: block;
	margin-top: 16px;
	margin-bottom: 4px;
	color: #069;
	font-weight: bold;
}
.info_tbl_hd {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.info_tbl_tmp2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.info_tbl_tmp2 th {
	display: block;
	width: 100px;
	border: none;
	padding: 10px;
	padding-left: 0;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	
}
.info_tbl_tmp2 td {
	display: block;
	width: 100%;
	border: none;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.note_box {
	font-size: 1.2rem;
	width: 100%;
	border: thin solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.info_lnk_def {
	color: #C30;
	font-weight: bold;
	transition: color 0.5s;
}
.info_lnk_def:hover {
	color: #900;
}
/*標準ボタン*/
.std_btn_f-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: row-reverse;
}
.std_btn_f-container .std_btn_f-item {
	width: 100%;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	order: 2;
}
.std_btn_f-container .std_btn_f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #CCC;
}
.std_btn_f-container .std_btn_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

/*products*******************************************************/
.products-art > .inner {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
    width: 340px;
}
.products-art .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 20px;
}
.products-art .f-item{
	width: 48%;
	padding: 10px;
	margin-bottom: 10px;
	transition-duration: 0.5s;
	position: relative;
}
.products-art .f-item .item-img{
	margin-bottom: 10px;
	overflow: hidden;
}
.products-art .f-item .item-img img{
	width: 100%;	/*divの中に画像を入れることでサイズが設定出来る*/
	height: 100%;
	transition-duration: 0.5s;
}
.products-art .f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.products-art h3 {
	text-align: center;
	font-size: 1.6rem;
}
hr.prod_line {
  height: 1px;
  border: none;
  border-top: 1px solid;
}
/*support*******************************************************/
.support-art > .inner {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
    width: 340px;
}
.support-art .call_f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.support-art .call_f-item{
	padding: 10px;
	text-align: center;
}
.call_f-container .txt-c {
	width: 100%;
	text-align: center;
}
.support-art .call_f-item p{
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 5px;
}
.support-art .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 20px;
}
.support-art .f-item{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	
}
.support-art .f-item .bottom_box1 {
	width: 100%;
	padding-top: 16px;
	font-size: 1.4rem;
	color: #999;
}
.support-art .f-item .bottom_box2 {
	border-top: #999 1px dotted;
	width: 100%;
	padding-top: 16px;
	font-size: 1.2rem;
}
.support-art .f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #CCC;
}
.support-art .f-item h3 {
	margin-bottom: 10px;
}
.support-art .f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}


.simple_square_btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #CCC;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	border-radius: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.simple_square_btn:hover {
	background: #1B1B1B;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
/*corporate*****************************************************/
.co_info-art .inner{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
    width: 340px;
}
.co-table {
	border-collapse: collapse;
 	width:inherit;
	margin-bottom: 20px;
}
.co-table caption{
	text-align: left;
}
.co-table th:nth-child(odd) {
	background-color: #CCC;
}
.co-table th,
.co-table td{
	text-align: left;
	display: block;
}
.co-table tr:first-child {
    border-top: 1px solid #dbe1e8;  
}
.co-table th,
.co-table td {
	border: 1px solid #dbe1e8;
    border-top: none;
	padding: 8px;
}
.co_info_btn {
	display: block;
	position: relative;
	width: auto;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #ccc;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	margin-top: 10px;
	border-radius: 20px;
}
.co_info_btn:hover {
	background: #1B1B1B;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
/****/
.co_info-art .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 20px;
	vertical-align: middle;
}
.co_info-art .f-item{
	width: 100%;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.co_info-art .f-item .item-img{
	overflow: hidden;
}
.co_info-art .f-item .item-img img{
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
}
.co_info-art .f-item h4{
	font-size: 1.2rem;
}
.co_info-art h3 {
	text-align: center;
}
.dmc-map{
	width: 100%;
}
/*eco*************************************************************/
.eco_info-art .inner{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
    width: 340px;
}
.eco-info-sec{
	margin-bottom: 20px;
}
.eco-info-sec h3{
	margin-bottom: 10px;
}
.eco-info-sec p{
	line-height: 180%;
	margin-bottom: 10px;
}
.eco-info-sec .simple_square_btn{
	margin: 0 0 0 auto;
}
.eco-info-sec .fsc-img{
	text-align: center;
}
.fsc-pdf {
	 width: 320px;
	 height: 400px; 
}
/*base-article**********************************************************/
.contents_head {
	width: 100%;
	height: 4px;
	background-color: #CCC;
}
.base-art{
	margin: auto;
    padding-bottom: 30px;
    width: 340px;
}
.base-sec{
	margin-bottom: 40px;
}

.base-sec h3{
	margin-bottom: 10px;
}
.base-sec p{
	line-height: 180%;
	margin-bottom: 10px;
}
.base-sec .simple_square_btn{
	margin: 0 0 0 auto;
}
.frame1 {
	width: 340px;
	border: 1px solid #333;
	margin: auto;
	margin-top: 20px;
	padding: 40px;
}
.base-sec ul {
	padding-left: 24px;
	margin-bottom: 20px;
}
.base-sec ul li { 
	list-style-type: disc;
}
.base-sec ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
.base-sec ol li {
	padding-left: 4px;
	padding-bottom: 10px;
}
.m_title {
	font-weight: 500;
	background-color: #FC0
}
.base_addr {
	/*
	border-top: #333 solid thin;
	border-bottom: #333 solid thin;
	width: 100%;*/
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.base_addr td,th {
	border: #666 solid thin;
	padding: 5px;
}
.base_addr th {
	border: #666 solid thin;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
	width: 100px;
}
img.president {
	float: left;
	width: 150px;
	margin-right: 20px;
	margin-bottom: 5px;
}
table.history_tbl {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
}

table.history_tbl th {
padding: 10px;
}

table.history_tbl td {
	padding-left: 30px;
}

table.history_tbl th {
background: #333;
vertical-align: middle;
text-align: left;
width: 200px;
overflow: visible;
position: relative;
color: #fff;
font-weight: normal;
}

table.history_tbl th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #333;
border-width: 10px;
margin-top: -10px;
}
.head_img {
	margin-top: 51px;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2),0 2px 2px 0 rgba(0, 0, 0, .2),0 1px 1px 0 rgba(0, 0, 0, .2);
}
.head_img h1 {
	font-size: 2.6rem;
}
.head_img img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.top_title {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.top_title img {
	width: 238px;
}
/*products**************************************************************/
table.products_info {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
  	overflow-x: scroll;
  	-webkit-overflow-scrolling: touch;
}
table.products_info td,th {
	border: #666 solid thin;
	padding: 5px;
	text-align: center;
}
table.products_info th {
	border: #666 solid thin;
	background-color: #CCC;
}
table.products_info a {
	font-size: 1rem;
}
table.products_info td.left_item {
	background-color: #CCC;
	font-weight: 700;
	white-space: normal;
}
figure.product {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
figure.product2 {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
figure.product3 {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
figure.product4 {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
figure.product5 {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
ul.features_list {
	list-style: none;
	line-height:180%;
	margin-top: 10px;
}
ul.features_list li {
	list-style: none;
	font-size: 1.6rem;
	font-weight: 700;
	background: url(../img/title_dot.png) left no-repeat; 
	text-indent: 30px;
	color: #036;
}
ul.features_list p {
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
}
table.tgp_spc {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
	
	display: block;
  	overflow-x: scroll;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
}
table.tgp_spc td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.tgp_spc th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
.prep_navi {
	margin-top: 20px;
}
.prep_navi > .inner {
    margin: auto;
    padding-bottom: 100px;
    width: 340px;
}
.prep_navi .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 50px;
}
.prep_navi .f-item{
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.detail {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.prep_navi .f-item .detail img {
	width: 100%;
}
.prep_navi .f-item .detail a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.material {
	width: 90%;
	transition-duration: 0.5s;
	position: relative;
	border: 1px solid #999;
	border-top-left-radius: 6px;
  	border-top-right-radius: 6px;
  	border-bottom-right-radius: 6px;
  	border-bottom-left-radius: 6px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.material:hover{
	border: 1px solid #666;
	transition-duration: 0.5s;
	background-color: #666;
	color: #FFF;
}
.material a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.cp_title {
	padding: 0.1em 0.3em;
	border-left: 10px solid #CF676C;
}

.prep_navi .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.prep_navi .f-item{
	width: 100%;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	margin-bottom: 40px;
}
.prep_navi .f-item img {
	width: 100%;
}
.prep_navi .f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

table.prd_spc {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
}
table.prd_spc td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.prd_spc th {
	/*width: 200px;*/
	background-color: #CCC;
	text-align: left;
	border: #666 solid thin;
	padding: 5px;
	vertical-align: middle;
}
table.prd_spc .prodname {
	width: 120px;
}
p.indentback{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}
.tdp_list {
	font-weight: 700;
	color: #363;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.tdp_list p {
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
}
.ij_title_s {
	font-size: 1.6rem;
	color: #003399;
	font-weight: 700;
}
p.product_cap {
	margin-bottom: 4px;
}
h2.product_title {
	color: rgb(0, 71, 163);
}
.rip_title_s {
	font-size: 1.6rem;
	color: #069;
	font-weight: 700;
}
p.rip_ex_1 {
	margin-bottom: 10px;
}
h3.rip_ex_title {
	margin-top: 30px;
	color: #039;
}
p.rip_ex2 {
	font-weight: 500;
}
h2.rip_subtitle {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: #369 thin solid;
	border-bottom: #369 thin solid;
	margin-bottom: 20px;
}
table.model_cf {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
	
	display: block;
  	overflow-x: scroll;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
}
table.model_cf td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.model_cf th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.model_cf a {
	font-size: 1rem;
}
table.model_cf .left1 {
	width: 100px;
}
table.model_cf .left2 {
	width: 150px;
}
.basic_navi {
	margin-top: 20px;
}
.basic_navi > .inner {
    margin: auto;
    padding-bottom: 20px;
    width: 340px;
}
.basic_navi .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	/*margin-bottom: 20px;*/
}
.basic_navi .f-item{
	width: 18%;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	transition-duration: 0.5s;
	position: relative;
	text-align: center;
}
.basic_navi .f-item:hover{
	transition-duration: 0.5s;
	cursor: pointer;
}
.basic_navi .f-item:hover{
	border: 1px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
}
.basic_navi .f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.basic_navi .f-item p {
	font-size: 0.8rem;
}

#core {
	background-color: #ffcc66;
}
#entry {
	background-color: #ffd9d9;
}
#standard {
	background-color: #b0eeff;
}
#premium {
	background-color: #c0ffdb;
}
.mb10 {
	margin-bottom: 20px;
}
table.pp_info {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.pp_info td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.pp_info th {
	border: #666 solid thin;
	/*width: 200px;*/
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.pp_info th.left1 {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.pp_info a {
	font-size: 1rem;
}
.center_div {
	text-align:center;
	margin-bottom: 30px;
}
.img800 {
	width: 340px;
}
li.li_title {
	font-weight: 500;
}
p.p_btm10 {
	margin-bottom: 10px;
}
.title_box{
	float: left;
	font-size: 1.6rem;
	color: #069;
	font-weight: 700;
}
.emp_box {
	float: left;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #FCC;
	color: #FFF;
	margin-left: 6px;
	padding-left: 5px;
	padding-right: 5px;
}
.title_boxContainer{
  overflow: hidden;
}
table.var_tbl {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.var_tbl td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.var_tbl th {
	border: #666 solid thin;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.var_tbl a {
	font-size: 1rem;
}
.f-con_pl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.f-item-_pl1 {
	flex-basis:100%;
}
.f-item-_pl2 {
	flex-basis:100%;
	width: 100%;
	text-align: center;
	background-color: #09C;
}
table.pl_spc {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
	
	display: block;
  	overflow-x: scroll;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
}
table.pl_spc td,th {
	border: #666 solid thin;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.pl_spc th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.info_time {
	text-align:right;
}
.pdf_link_icon {
	display: table-cell;
	vertical-align: central;
}
.pdf_link_title {
	display: table-cell;
	vertical-align: central;
	font-weight: 700;
	font-size: 1.4rem;
	color: #069;
}
.info_tbl_01 {
	border-spacing: 20px;
}
.info_tbl_01 th {
	padding: 0px;
	border: hidden;
	text-align: left;
	padding-right: 20px;
	width: 100%;
	font-weight: bold;
	vertical-align: top;
	display: block;
}
td.td250 {
	padding: 0px;
	width: 100%;
	vertical-align: top;
	display: block;
}
td.td400 {
	padding: 0px;
	width: 100%;
	vertical-align: top;
	display: block;
}
td.td600 {
	padding: 0px;
	width: 100%;
	vertical-align: top;
	display: block;
}
.fa-file-pdf {
	float: left;
	line-height: 20px;
	margin-top: 20px;
	color: #C00;
}
.amn_tbl {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.amn_tbl td,th {
	border: #666 solid thin;
	padding: 5px;
}
.amn_tbl th {
	border: #666 solid thin;
	width: 200px;
	background-color: #EDDBD3;
	text-align: left;
	padding: 5px;
}
p.amn_catg {
	color: #39C;
	font-weight: bold;
}
.f-con_tp {
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.f-item_tp1 {
	flex-basis:100%;
	text-align: left;
}
.f-item_tp1 p {
	margin-bottom: 10px;
}
.f-item_tp2 {
	flex-basis:100%;
	text-align: center;
	margin-bottom: 20px;
}
.f-item_tp2 img {
	width: 100%;
}
.tp_pdf {
	width: 320px;
	height: 400px;
}
.long_square_btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	/*border:1px solid #CCC;*/
	border: 4px solid #CCC;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
.long_square_btn:hover {
	background: #1B1B1B;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.blue_t {
	color: #06C;
}

table.products_info2 {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
  	overflow-x: scroll;
  	-webkit-overflow-scrolling: touch;
}

table.products_info2 td {
	border: #666 solid thin;
	padding: 5px;
}
table.products_info2 .hd {
	background-color: #CCC;
}
.r24r {
	font-size: 2.4rem;
	margin-top: 30px;
	margin-bottom: 40px;
}

span.paper_type {
	font-size: 1.2rem;
	font-weight: 700;
	background-color: rgb(0, 71, 163);
	color: #FFF;
	padding: 4px;
	vertical-align: 4px;
	margin-left: 20px;
	border-radius: 4px 4px 4px 4px;
}
.imp_info {
	border: #C00 medium solid;
	padding: 10px;
	background-color: #FFECEC;
}
.imp_info h2 {
	color: #C00;
}
.imp_info a {
	display: block;
	margin-top: 16px;
	margin-bottom: 4px;
	color: #069;
	font-weight: bold;
}
/*case******************************************************************/
.case_f-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.case_dt_f-item {
	width: 100%;
	margin-bottom: 5px;
	vertical-align: central;
	color: #F66;
}
.case_l_f-item {
	width: 100%;
	margin-bottom: 5px;
	vertical-align: central;
}
.case_r_f-item {
	width: 100%;
	margin-bottom: 30px;
	vertical-align: central;
}
.pdf_f-container {
	display: flex;
	flex-diretion: row;
	justify-content: flex-start;
	align-items: center;
}
.pdf_f-item {
	font-size: 1.4rem;
	font-weight: 700;
	color:#036;
}
.pdf_f-item i {
	position:relative;
	top: -10px;
}
/*contact us************************************************************/
.cu_f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 20px;
}
.cu_f-item{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	
}
.cu_f-item .bottom_box1 {
	width: 100%;
	padding-top: 16px;
	font-size: 1.4rem;
	color: #999;
}
.cu_f-item .bottom_box2 {
	border-top: #999 1px dotted;
	width: 100%;
	padding-top: 30px;
	font-size: 1.2rem;
}
.cu_f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #333;
	color: #FFF;
}
.cu_f-item h3 {
	margin-bottom: 30px;
}
.cu_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
/*pictorico*************************************************************/
.picto_f-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.picto_l_f-item {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.picto_l_f-item img {
	width: 70%;
}
.picto_l_f-item .picto_tag {
	text-align: center;
}
.picto_r_f-item {
	width: 100%;
}
.picto_r_f-item h3 {
	text-align: center;
	margin-bottom: 20px;
}
.picto_r_f-item h4 {
	text-align: center;
	margin-bottom: 10px;
}
.picto_r_f-item img {
	width: 100%;
	margin-bottom: 30px;
}
.picto_r_f-item .p_mgn {
	padding-bottom: 40px;
}
.picto_navi_f-container{
	display: none;
}
.vari_btn_f-container {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-direction: column;
	margin-bottom: 30px;
}
.vari_btn_f-item {
	width: 100%;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #F4F4F4;
}
.vari_btn_f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #CCC;
}
.vari_btn_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

	.efficacy-box--01--01 {
		flex-basis: 300px
	}
	/*membrane box*/
	.membrane-box-01-01 {
		flex-basis: 35%;
	}
.membrane-box-02
{
	margin-top: -20px;
	width: 100%;
	align-items: center;

}
	.membrane-box-02-01
{
    flex-basis: 300px;
}
.membrane-box-02-02 {
	flex-basis: 250px;
}
	.eng{
		flex-basis: 55%;
	}
	
	.top-title {
	width: 340px;
}

}
@media screen and (max-width:1067px) {

		.header-inn,
	#footer .footer-nav-inn,
   #footer .footer-copy, 
	.contact-wrap-inn,
    .topic-path, 
	.page-title,
    .box--01,
    .box--02,
    .box--03--01,
    .com--03,
    .box--07
    {
        width: 96%;
    }
	
	#cookie-consent .box-inn {
        width: 96%;
        display: block;
    }
    #cookie-consent .box-inn .note {
        flex-basis: 100%;
    }
    #cookie-consent .box-inn .btn-box {
        flex-basis: 100%;
        width: 250px;
        margin: 20px auto 0;
    }
    

    .contact-box
    {
        display: block;
        margin-top: 41px;
    }
    .contact-tel-wrap {
        display: block;
    }
    .contact-addr,
    .contact-list
    {
        margin: 0 auto 21px;
        width: 390px;
        flex-basis: 390px;
        max-width: 100%;
    }
    .mb-blk {
        display: inline;
    }
	
}
@media screen and (min-width: 481px) and (max-width: 960px){
h1, h2, h3, h4, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
	.fa-chevron-up {
		font-size: 20px;
	}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
	
.contact-box　{
	display: block;
	}
	
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.border-gradation {
    border-bottom: 2px solid rgb(0, 71, 163);
    border-image-slice: 1;
	margin-bottom: 20px;
	text-align: center;
}
.pn_subtitle {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}

.concept{
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: 600;
}

h1 {
	font-size: 2.0rem;
}
h2 {
	font-size: 2.0rem;
}
h3 {
	font-size: 1.6rem;
}
/* Logo */
.site-logo {
    font-size: 100%;
}
.site-logo img {
	height: 42px;
	width: auto;
}
/*ロゴ、ハンバーガー、言語選択の3エリアにわけるFlexBoxを採用*/
header .f-container {
	display: flex;
	flex-diretion: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	margin-top: 9px;
	margin-left: 10px;
	margin-right: 10px;
}
header .f-container .f-item_msg {
	display: none;
}
header .f-container .f-item_logo {
	width: 70%;
	order: 2;
	text-align: center;
}
header .f-container .f-item_humb {
	width: 15%;
	order: 1;
}
header .f-container .f-item_lang {
	width: 15%;
	order: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.dg_color {
	color:#666;
}
header .f-container .mpm_f-item {
	width: 15%;
	order: 4;
	text-align: right;
	padding-top: 4px;
	line-height: 0;
}
header .f-container .mpm_f-item img {
	width: 100%;
}
header .f-container .mpm_f-item img.mpm_lg {
	width: 80%;
	margin-bottom: 8px;
}
header .f-container .f-item_lang2 {
	width: 15%;
	order: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-top: 6px;
}
header .f-container .f-item_lang2 .sel_lang {
	visibility:hidden;
	width: 100%;
	font-family: 'Pathway Gothic One', sans-serif;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid #666;
	color: #333;
	text-align: center;
	transition-duration: 0.5s;
}
header .f-container .f-item_lang2 .sel_lang p {
	font-size: 1.4rem;
}
header .f-container .f-item_lang2 .sel_lang:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition-duration: 0.5s;
}
.lang_type {
	display: none;
}
.lang_type .lang_type_enb {
	font-size: 1.0rem;
	color:#000;
}
.lang_type .lang_type_dis {
	font-size: 1.0rem;
	color: #666;
}
/*main-navi*************************************************/
.menu-trigger {
  	width: 34px;
 	height: 24px;
  	cursor: pointer;
  	transform: translateX(0);
  	transition: transform .5s;
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #666;
}
.menu-trigger.active span {
	background-color: #333;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
	transition-duration: 0.5s;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(11px) rotate(-45deg);
	transition-duration: 0.5s;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
	transition-duration: 0.5s;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
	transition-duration: 0.5s;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	transition-duration: 0.5s;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-11px) rotate(45deg);
	transition-duration: 0.5s;
}

.main-nav {
	width: 100%;
  	height: 100%;
  	padding-top: 100px;
  	background-color: #1B1B1B;
	opacity: 0.9;
  	position: fixed;
  	top: 0;
  	right: 0;
  	transform: translate(768px);
  	transition: all .5s;
	z-index: 50;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.main-nav .item-img{
	display: none;
}
.main-nav.open {
	transform: translateZ(0);
}

.main-list > li {
	/*font-size: 24px;*/
	cursor: pointer;
	color: #fff;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 20px;
	z-index: 100;
}
.main-list > li > .inner {
	/*font-size: 18px;*/
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 40px;
}
.main-list > li > .inner .nav-f-item{
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top: solid 1px #fff; 
	position: relative;	/*div全体をリンクにするために必要*/
}
.main-list > li > .inner .nav-f-item a{
	position: absolute; /*div全体をリンクにするために必要*/
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.main-list > li > .inner .nav-f-item p:before{
	content: '－ ';
}
.main {
	margin-top: 64px;
}
.msg_sp {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.msg_sp img {
	width: 400px;
}
.idx_head {
	width: 100%;
	height: 4px;
	background-color: #CCC;
}
/*次・戻ページボタン*/
.page_move_f-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.page_move_f-container .simple_move_f-item {
	width: 15%;
	text-align: center;
	position: relative;
	padding-top: 5px;
}
.page_move_f-container .simple_move_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.page_move_f-container .simple_move_f-item:hover{
	transition-duration: 0.5s;
	color: rgb(230, 0, 45);;
}
.page_move_f-container .move_f-item {
	width: 25%;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page_move_f-container .move_f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #CCC;
}
.page_move_f-container .move_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.vis_hidden {
	visibility:hidden;
}
/*main-slider************************************/
.swiper-container {
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.swiper-container .swiper-slide {
	position: relative;
  	margin: 1px auto;
    width: 100%;
}
.swiper-container img {
    height: auto;
    width: 100%;
	z-index: 5;
}
.swiper-container .swiper-slide .swiper-slide-content {
	position: absolute;
	top: 40%;
	left: 8%;
}
.swiper-button-next::after, .swiper-button-prev::after {
	content: none !important;
}
/*ページhalf container**************************************************************/
.half_f-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 20px;
	align-items: flex-start;
}
.half_f-item {
	width: 100%;
	margin-bottom: 10px;
}
.half_f-item img {
	width: 100%;
}
.half_f-item img.hlf {
	width: 80%;
	padding-left: 100px;
}
	
.half_f-item img.padl_pls {
	padding-left: 10px;
}
.half_f-item h4 {
	margin-top: 20px;
}
.ctp h4{
	margin-top: 20px;
}
.half_f-container .dl_f-item {
	width: 100%;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
}
.half_f-container .dl_f-item:hover{
	border: 2px solid rgb(0, 71, 168);
	background-color: #CCC;
	transition-duration: 0.5s;
}
.half_f-container .dl_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.pchs_f-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: flex-start;
}
.pchs_f-container .buy_f-item {
	width: 42%;
	transition-duration: 0.5s;
	position: relative;
	border: 1px solid #d20000;
	border-top-left-radius: 6px;
  	border-top-right-radius: 6px;
  	border-bottom-right-radius: 6px;
  	border-bottom-left-radius: 6px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d20000;
}
.pchs_f-container .buy_f-item:hover{
	/*border: 2px solid rgb(237, 137, 156);*/
	border: 1px solid #5c0000;
	transition-duration: 0.5s;
	background-color: #5c0000;
	color: #FFF;
}
.pchs_f-container .buy_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.pchs_f-container .dl_f-item2 {
	width: 55%;
	transition-duration: 0.5s;
	position: relative;
	border: 1px solid #999;
	border-top-left-radius: 6px;
  	border-top-right-radius: 6px;
  	border-bottom-right-radius: 6px;
  	border-bottom-left-radius: 6px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pchs_f-container .dl_f-item2:hover{
	border: 1px solid #000;
	transition-duration: 0.5s;
	background-color: #CCC;
}
.pchs_f-container .dl_f-item2 a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
/*concept*************************************************************************/
.concept{
	text-align: center;
	margin-top: 60px;
}
.concept h1 {
	letter-spacing: 0.1em;
}

/*information***************************************************/
.info-art > .inner {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
    width: 580px;
}
#tab_menu{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    /*border: 1px solid #ccc;*/
    overflow: hidden;
	/*font-size: 10px;*/
	font-weight: 600;
}

#tab_menu li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
}

#tab_menu li:last-child{
    border-right: 0;
}


#tab_menu li.show{
    background-color:#f1f1f1;
}

/* メニューの下線 */
#border div{
    left: 0%;
    width: 16.67%;
    bottom: 0;
    display: block;
    background-color: #E5002C;
    height: 2px;
    position: relative;
    transition: left 1s cubic-bezier(0.23,1,0.32,1);
}

/* コンテンツ */
#tab_content{
    list-style-type:none;
    position: relative;
    height: auto;
    padding: 0;
}
#tab_menu {
	display: none;
}
#border {
	display: none;
}
#ev_tag {
	background-color: rgb(250, 75, 85);
}
#nw_tag {
	background-color: rgb(200, 0, 10);
}
#tc_tag {
	background-color: rgb(150, 20, 0);;
}
/*********/
.is-hide {
    display: none;
}
.info_catg {
	display: inline-block;
	font-size: 1.0rem;
	font-weight: 900;
	width: 120px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
}
.info_title {
	margin-bottom: 10px;
}
._date {
	font-size: 1.2rem;
}
.info_tbl_tmp1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;

}
.info_tbl_tmp1 th {
	display: block;
    width: 100%;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	
}
.info_tbl_tmp1 td {
	display: block;
    width: 100%;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
.info_center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.info_lnk {
	display: block;
	margin-top: 16px;
	margin-bottom: 4px;
	color: #069;
	font-weight: bold;
}
.info_tbl_hd {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.info_tbl_tmp2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.info_tbl_tmp2 th {
	display: block;
	width: 100px;
	border: none;
	padding: 10px;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	
}
.info_tbl_tmp2 td {
	display: block;
	width: 100%;
	border: none;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.note_box {
	font-size: 1.2rem;
	width: 100%;
	border: thin solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.info_lnk_def {
	color: #C30;
	font-weight: bold;
	transition: color 0.5s;
}
.info_lnk_def:hover {
	color: #900;
}
/*標準ボタン*/
.std_btn_f-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: row-reverse;
}
.std_btn_f-container .std_btn_f-item {
	width: 100%;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
}
.std_btn_f-container .std_btn_f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #CCC;
}
.std_btn_f-container .std_btn_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
/*products*******************************************************/
.products-art > .inner {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
    width: 580px;
}
.products-art .f-container {
    display: flex;
    flex-diretion: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 20px;
}
.products-art .f-item{
	width: 32%;
	padding: 10px;
	margin-bottom: 10px;
	transition-duration: 0.5s;
	position: relative;
}
.products-art .f-item .item-img{
	margin-bottom: 10px;
	overflow: hidden;
}
.products-art .f-item .item-img img{
	width: 100%;	/*divの中に画像を入れることでサイズが設定出来る*/
	height: 100%;
	transition-duration: 0.5s;
}
.products-art .f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.products-art h3 {
	text-align: center;
	font-size: 1.6rem;
}
hr.prod_line {
  height: 1px;
  border: none;
  border-top: 1px solid;
}
/*support*******************************************************/
.support-art > .inner {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
    width: 580px;
}
.support-art .call_f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.support-art .call_f-item{
	padding: 10px;
	text-align: center;
}
.call_f-container .txt-c {
	width: 100%;
	text-align: center;
}
.support-art .call_f-item p{
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 5px;
}
.support-art .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 20px;
}
.support-art .f-item{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
	
}
.support-art .f-item .bottom_box1 {
	width: 100%;
	padding-top: 16px;
	font-size: 1.4rem;
	color: #999;
}
.support-art .f-item .bottom_box2 {
	border-top: #999 1px dotted;
	width: 100%;
	padding-top: 16px;
	font-size: 1.2rem;
}
.support-art .f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #CCC;
}
.support-art .f-item h3 {
	margin-bottom: 10px;
}
.support-art .f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}


.simple_square_btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #CCC;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	border-radius: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.simple_square_btn:hover {
	background: #1B1B1B;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
/*corporate*****************************************************/
.co_info-art .inner{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
    width: 580px;
}
.co-table {
	border-collapse: collapse;
 	width:inherit;
	margin-bottom: 20px;
}
.co-table caption{
	text-align: left;
}
.co-table th:nth-child(odd) {
	background-color: #CCC;
}
.co-table th,
.co-table td{
	text-align: left;
	display: block;
}
.co-table tr:first-child {
    border-top: 1px solid #dbe1e8;  
}
.co-table th,
.co-table td {
	border: 1px solid #dbe1e8;
    border-top: none;
	padding: 8px;
}
.co_info_btn {
	display: block;
	position: relative;
	width: auto;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #ccc;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	margin-top: 10px;
	border-radius: 20px;
}
.co_info_btn:hover {
	background: #1B1B1B;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
/****/
.co_info-art .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 20px;
	vertical-align: middle;
}
.co_info-art .f-item{
	width: 48%;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.co_info-art .f-item .item-img{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.co_info-art .f-item .item-img img{
	/*width: 100%;*/
	max-width: 100%;
	height: 100%;
	transition-duration: 0.5s;
}
.co_info-art .f-item h4{
	font-size: 1.2rem;
}
.dmc-map{
	width: 100%;
}
/*eco*************************************************************/
.eco_info-art .inner{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
    width: 580px;
}
.eco-info-sec{
	margin-bottom: 20px;
}
.eco-info-sec h3{
	margin-bottom: 10px;
}
.eco-info-sec p{
	line-height: 180%;
	margin-bottom: 10px;
}
.eco-info-sec .simple_square_btn{
	margin: 0 0 0 auto;
}
.eco-info-sec .fsc-img{
	text-align: center;
}
.fsc-pdf {
	 width: 500px;
	 height: 650px; 
}
/*base-article**********************************************************/
.base-art{
	margin: auto;
    padding-bottom: 30px;
    width: 580px;
}
.base-sec{
	margin: 0 5% 40px;
}

.base-sec h3{
	margin-bottom: 10px;
}
.base-sec p{
	line-height: 180%;
}
.base-sec .simple_square_btn{
	margin: 0 0 0 auto;
}
.frame1 {
	width: 580px;
	border: 1px solid #333;
	margin: auto;
	margin-top: 20px;
	padding: 40px;
}
.base-sec ul {
	padding-left: 24px;
	margin-bottom: 20px;
}
.base-sec ul li { 
	list-style-type: disc;
}
.base-sec ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
.base-sec ol li {
	padding-left: 4px;
	padding-bottom: 10px;
}
.m_title {
	font-weight: 500;
	background-color: #FC0
}
.base_addr {
	/*
	border-top: #333 solid thin;
	border-bottom: #333 solid thin;
	width: 100%;*/
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.base_addr td,th {
	border: #666 solid thin;
	padding: 5px;
}
.base_addr th {
	border: #666 solid thin;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
	width: 100px;
}
img.president {
	float: left;
	width: 150px;
	margin-right: 20px;
	margin-bottom: 5px;
}
table.history_tbl {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
}

table.history_tbl th {
padding: 10px;
}

table.history_tbl td {
	padding-left: 30px;
}

table.history_tbl th {
background: #333;
vertical-align: middle;
text-align: left;
width: 200px;
overflow: visible;
position: relative;
color: #fff;
font-weight: normal;
}

table.history_tbl th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #333;
border-width: 10px;
margin-top: -10px;
}
.head_img {
	margin-top: 51px;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2),0 2px 2px 0 rgba(0, 0, 0, .2),0 1px 1px 0 rgba(0, 0, 0, .2);
}
.head_img h1 {
	font-size: 2.6rem;
}
.head_img img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.contents_head {
	width: 100%;
	height: 4px;
	background-color: #CCC;
}
.top_title {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.top_title img {
	width: 238px;
}
/*products**************************************************************/
table.products_info {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.products_info td,th {
	border: #666 solid thin;
	padding: 5px;
	text-align: center;
}
table.products_info th {
	border: #666 solid thin;
	background-color: #CCC;
}
table.products_info a {
	font-size: 1rem;
}
table.products_info td.left_item {
	background-color: #CCC;
	font-weight: 700;
	white-space: normal;
}
figure.product {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
figure.product2 {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
figure.product3 {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
figure.product4 {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
figure.product5 {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
ul.features_list {
	list-style: none;
	line-height:180%;
	margin-top: 10px;
}
ul.features_list li {
	list-style: none;
	font-size: 1.6rem;
	font-weight: 700;
	background: url(../img/title_dot.png) left no-repeat; 
	text-indent: 30px;
	color: #036;
}
ul.features_list p {
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
}
table.tgp_spc {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.tgp_spc td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.tgp_spc th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
.prep_navi {
	margin-top: 20px;
}
.prep_navi > .inner {
    margin: auto;
    padding-bottom: 100px;
    width: 580px;
}
.prep_navi .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 50px;
}
.prep_navi .f-item{
	width: 50%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.detail {
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-left: 25px;
	padding-right: 25px;*/
	position: relative;
}
.prep_navi .f-item .detail img {
	width: 100%;
}
.prep_navi .f-item .detail a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.material {
	width: 90%;
	transition-duration: 0.5s;
	position: relative;
	border: 1px solid #999;
	border-top-left-radius: 6px;
  	border-top-right-radius: 6px;
  	border-bottom-right-radius: 6px;
  	border-bottom-left-radius: 6px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.material:hover{
	border: 1px solid #666;
	transition-duration: 0.5s;
	background-color: #666;
	color: #FFF;
}
.material a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.cp_title {
	padding: 0.1em 0.3em;
	border-left: 10px solid #CF676C;
}
table.prd_spc {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
}
table.prd_spc td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.prd_spc th {
	/*width: 200px;*/
	background-color: #CCC;
	text-align: left;
	border: #666 solid thin;
	padding: 5px;
	vertical-align: middle;
}
table.prd_spc .prodname {
	width: 120px;
}
p.indentback{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}
.tdp_list {
	font-weight: 700;
	color: #363;
	margin-left: 10px;
	margin-right:10px;
	margin-top: 10px;
}
.tdp_list p {
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
}
.ij_title_s {
	font-size: 1.6rem;
	color: #003399;
	font-weight: 700;
}
p.product_cap {
	margin-bottom: 4px;
}
h2.product_title {
	color: rgb(0, 71, 163);
}
.rip_title_s {
	font-size: 1.6rem;
	color: #003399;
	font-weight: 700;
}
p.rip_ex_1 {
	margin-bottom: 10px;
}
h3.rip_ex_title {
	margin-top: 30px;
	color: #003399;
}
p.rip_ex2 {
	font-weight: 500;
}
h2.rip_subtitle {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: #003399 thin solid;
	border-bottom: #003399 thin solid;
	margin-bottom: 20px;
}
table.model_cf {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.model_cf td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.model_cf th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.model_cf a {
	font-size: 1rem;
}
table.model_cf .left1 {
	width: 100px;
}
table.model_cf .left2 {
	width: 150px;
}
.basic_navi {
	margin-top: 20px;
}
.basic_navi > .inner {
    margin: auto;
    padding-bottom: 20px;
    width: 580px;
}
.basic_navi .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	/*margin-bottom: 20px;*/
}
.basic_navi .f-item{
	width: 18%;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	transition-duration: 0.5s;
	position: relative;
	text-align: center;
}
.basic_navi .f-item:hover{
	transition-duration: 0.5s;
	cursor: pointer;
}
.basic_navi .f-item:hover{
	border: 1px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
}
.basic_navi .f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.basic_navi .f-item p {
	font-size: 0.8rem;
}

#core {
	background-color: #ffcc66;
}
#entry {
	background-color: #ffd9d9;
}
#standard {
	background-color: #b0eeff;
}
#premium {
	background-color: #c0ffdb;
}
.mb10 {
	margin-bottom: 20px;
}
table.pp_info {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.pp_info td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.pp_info th {
	border: #666 solid thin;
	/*width: 200px;*/
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.pp_info th.left1 {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.pp_info a {
	font-size: 1rem;
}
.center_div {
	text-align:center;
	margin-bottom: 30px;
}
.img800 {
	width: 580px;
}
li.li_title {
	font-weight: 500;
}
p.p_btm10 {
	margin-bottom: 10px;
}
.title_box{
	float: left;
	font-size: 1.6rem;
	color: #069;
	font-weight: 700;
}
.emp_box {
	float: left;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #FCC;
	color: #FFF;
	margin-left: 6px;
	padding-left: 5px;
	padding-right: 5px;
}
.title_boxContainer{
  overflow: hidden;
}
table.var_tbl {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.var_tbl td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.var_tbl th {
	border: #666 solid thin;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.var_tbl a {
	font-size: 1rem;
}
.f-con_pl {
	display: flex;
	flex-diretion: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.f-item-_pl1 {
	flex-basis:58%;
}
.f-item-_pl2 {
	flex-basis:40%;
	text-align: center;
}
table.pl_spc {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.pl_spc td,th {
	border: #666 solid thin;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.pl_spc th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pdf_link_icon {
	display: table-cell;
	vertical-align: central;
}
.pdf_link_title {
	display: table-cell;
	vertical-align: central;
	font-weight: 700;
	font-size: 1.4rem;
	color: #069;
}
.fa-file-pdf {
	float: left;
	line-height: 20px;
	margin-top: 20px;
	color: #C00;
}
.info_tbl_01 {
	border-spacing: 20px;
}
.info_tbl_01 th {
	padding: 0px;
	border: hidden;
	text-align: left;
	padding-right: 20px;
	width: 100%;
	font-weight: bold;
	vertical-align: top;
	display: block;
}
td.td250 {
	padding: 0px;
	width: 100%;
	vertical-align: top;
	display: block;
}
td.td400 {
	padding: 0px;
	width: 100%;
	vertical-align: top;
	display: block;
}
td.td600 {
	padding: 0px;
	width: 100%;
	vertical-align: top;
	display: block;
}
.f-con_tp {
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.f-item_tp1 {
	flex-basis:100%;
	text-align: left;
}
.f-item_tp1 p {
	margin-bottom: 10px;
}
.f-item_tp2 {
	flex-basis:100%;
	text-align: center;
	margin-bottom: 20px;
}
.f-item_tp2 img {
	width: 100%;
}
.tp_pdf {
	width: 450px;
	height: 650px;
}
.long_square_btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border: 4px solid #CCC;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
.long_square_btn:hover {
	background: #1B1B1B;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.blue_t {
	color: #06C;
}

table.products_info2 {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
  	overflow-x: scroll;
  	-webkit-overflow-scrolling: touch;
}

table.products_info2 td {
	border: #666 solid thin;
	padding: 5px;
}
table.products_info2 .hd {
	background-color: #CCC;
}
.r24r {
	font-size: 2.4rem;
	margin-top: 30px;
	margin-bottom: 40px;
}
.prd_navi_f-container{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: space-evenly;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
	.prd_navi_f-container-2{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.prd_navi_f-item {
	font-size: 1.3em;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right:#333 thin solid;
}
	.prd_navi_f-item-2 {
	width: 20%;
	font-size: 1rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.prd_navi_r_f-item {
	width: 20%;
	font-size: 1rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
}
.prd_navi_rl_f-item {
	width: 20%;
	font-size: 1rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
	border-left: none;
}
.prd_navi_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(0, 71, 163);
}
.prd_navi_r_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(0, 71, 163);
}
.labor_f-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.labor_f-item {
	width: 50%;
	padding:10px;
}
.labor_f-item img {
	width: 100%;
}
.labor_f-item li {
	margin-bottom: 20px;
}
.plt_navi_f-container{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.plt_navi_f-item {
	width: 33%;
	font-size: 1rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right:#333 thin solid;
}
.plt_navi_r_f-item {
	width: 33%;
	font-size: 1rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
}
.plt_navi_rl_f-item {
	width: 33%;
	font-size: 1rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
	border-left: none;
}
.plt_navi_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(0, 71, 163);
}
.plt_navi_r_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(0, 71, 163);
}
.plate_name {
	color: #036;
	margin-bottom: 10px;
}
span.paper_type {
	font-size: 1.2rem;
	font-weight: 700;
	background-color: rgb(230, 120, 120);
	color: #FFF;
	padding: 4px;
	vertical-align: 4px;
	margin-left: 20px;
	border-radius: 4px 4px 4px 4px;
}
.imp_info {
	border: #C00 medium solid;
	padding: 10px;
	background-color: #FFECEC;
}
.imp_info h2 {
	color: #C00;
}
.imp_info a {
	display: block;
	margin-top: 16px;
	margin-bottom: 4px;
	color: #069;
	font-weight: bold;
}

/*contact us************************************************************/
.cu_f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 20px;
}
.cu_f-item{
	width: 48%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	
}
.cu_f-item .bottom_box1 {
	width: 100%;
	padding-top: 16px;
	font-size: 1.4rem;
	color: #999;
}
.cu_f-item .bottom_box2 {
	border-top: #999 1px dotted;
	width: 100%;
	padding-top: 30px;
	font-size: 1.2rem;
}
.cu_f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #333;
	color: #FFF;
}
.cu_f-item h3 {
	margin-bottom: 30px;
}
.cu_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
/*pictorico*************************************************************/
.picto_f-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.picto_l_f-item {
	width: 20%;
	text-align: center;
}
.picto_l_f-item img {
	width: 100%;
}
.picto_l_f-item .picto_tag {
	text-align: center;
}
.picto_r_f-item {
	width: 80%;
	padding-left: 10px;
}
.picto_r_f-item img {
	width: 100%;
	margin-bottom: 30px;
}
.picto_r_f-item .p_mgn {
	padding-bottom: 40px;
}
.picto_navi_f-container{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: center;
	flex-wrap:wrap;
	margin-bottom: 30px;
	font-size: 0.6rem;
}
.picto_navi_f-item {
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right:#333 thin solid;
	padding-left: 10px;
	padding-right: 10px;
}
.picto_navi_r_f-item {
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
	padding-left: 10px;
	padding-right: 10px;
}
.picto_navi_rl_f-item {
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
	border-left: none;
}
.picto_navi_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(229, 0, 45);
}
.picto_navi_r_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(229, 0, 45);
}
.vari_btn_f-container {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-direction: column;
	margin-bottom: 30px;
}
.vari_btn_f-item {
	width: 100%;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F4F4F4;
	margin-bottom: 10px;
}
.vari_btn_f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #CCC;
}
.vari_btn_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
/*footer*********************************************************/
.page-footer {
	background-color: #000;
	color: #FFF;
}
.page-footer > .inner {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 580px;
	text-align: center;
}
.footer_list {
	display: none;
}
.ft_f-container{
	display: flex;	
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding-bottom: 40px;
}
.ft_ln_f-item {
	width: 35%;
	border-top: rgb(230, 0, 45) solid 1px;
}
.ft_c_f-item {
	width: 30%;
	margin-left: 5px;
	margin-right: 5px;
}
.ft_c_f-item img {
	width: 100%;
}
.mpm_lg_ft {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.mpm_lg_ft img {
	width: 100%;
}
/*pagetop scroll***********************************************************/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -70px;
  bottom: 50px;
  background: #1B1B1B;
  opacity: 0.8;
  z-index: 200;
  /*border-radius: 50%;*/
}
#page_top:hover{
  background: #000;
  opacity: 0.8;
  transition-duration: 0.5s;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}	
	  .membrane_graph {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        margin-left: 0;
        margin-right: 0;
    }	
	.top-title {
	width: 580px;
}
}
@media screen and (min-width: 960px){
h1, h2, h3, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; margin-bottom: 10px; }
a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
	
.products-art {
	font-size: 2rem; 
	min-width: 960px; 
}

		.mobile-menu_container {
		display: none;
	}
.com--03 {
    width: 1024px;
    margin-top: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
}
.box--17 {
    padding: 50px 0 192px;
    color: #fff;
}
	
.com--01 {
    width: 100%;
}
	
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page-header > .inner {
    margin: auto;
    width: 960px;
	text-align: center;
}
.page-header {
    background-color: rgb(255, 255, 255);
    width: 100%;
	z-index: 100;
}

/*メインメニュー固定用*/
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
	height: 50px;
}

.is-hide {
	transform: translateY(-100%);
}
/* Logo */
.site-logo {
    font-size: 100%;
   /* float: left;
    margin-left: 0px;*/
}

.site-logo img {
	/*height: 43px;
	width: 47px;*/
	height: 54px;
}
	/* --- fixed nav --- */
	.nav-container {
  bottom: 30px;
  right: 60px;
}
.nav-content {
		margin: 0 -42px 0;
	}
.nav-content a {
	min-width: 140px;
font-size: 2rem;
	line-height:25px;
  padding:15px;

}
.nav-container:hover .navbar{
	border: 2px solid rgb(0, 71, 168);
	transition-duration: 0.5s;
}

.nav-container:hover .nav-content{
 display: block;
}

.nav-content a:hover {background-color: #ccc}

.nav-container:hover .fa-chevron-down {
  transform: rotate(180deg);
  transition: all 0.5s;
}

.navbar span {
  padding: 14px 10px;
}
/* --- fixed nav end --- */
	
/*ロゴ、ハンバーガー、言語選択の3エリアにわけるFlexBoxを採用*/
header .f-container {
	display:flex;
	flex-diretion: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
    width: 960px;
	text-align: center;
}
header .f-container .f-item_msg {
	width: 15%;
	order: 1;
	text-align: left;
	padding-top: 15px;
}
header .f-container .f-item_msg img {
	width: 140px;
	max-width: 100%;	/*IE11対策*/
	flex-shrink: 0;		/*IE11対策*/
}
header .f-container .f-item_logo {
	width: 70%;
	order: 2;
	text-align: center;
	padding-top: 13px;
}
header .f-container .f-item_humb {
	width: 0%;
	order: 3;
}
header .f-container .f-item_lang {
	width: 15%;
	order: 4;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-top: 19px;
	background-color:#C90;
}
header .f-container .f-item_lang .sel_lang {;
	width: 100%;
	margin-bottom: 2px;
	padding: 2px;
	background-color: #666;
	color: #FFF;
	text-align: center;
	transition-duration: 0.5s;
}
header .f-container .f-item_lang .sel_lang p {
	font-size: 1.0rem;
	font-weight: 500;
}
header .f-container .f-item_lang .sel_lang:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition-duration: 0.5s;
}
header .f-container .mpm_f-item {
	width: 15%;
	order: 4;
	text-align: right;
	padding-top: 10px;
}
header .f-container .mpm_f-item img {
	width: 90%;
}
header .f-container .mpm_f-item img.mpm_lg {
	width: 100px;
	margin-bottom: 5px;
}
	
.lang_type {
	display: none;
}
.lang_type .lang_type_enb {
	font-size: 1.0rem;
	color:#000;
}
.lang_type .lang_type_dis {
	font-size: 1.0rem;
	color: #666;
}

.dg_color {
	color:#666;
}

/*main-navi***************************************************/
.main-nav {
    line-height: 50px;
    letter-spacing: 1px;
	/*box-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);*/
	height: 50px;
	width: 100%;
	/*background-color: rgb(204, 204, 204, 0.9);*/
	/*background-color: rgb(207, 19, 27, 0.95);*/
	background-color: rgb(207, 19, 27);
	/*opacity: 0.95;*/	/*IE11対策*/
	/*color: #000;*/
	color: #F5F5F5;
	text-align: center;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	font-weight: 500;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.main-nav > ul > li:hover .inner {
	max-height: 9999px;
	opacity: 0.9;
	transition: max-height 2s ease-in-out;
	z-index: 102;
}
.dkg {
	/*color: #999;*/
	color: #FFF;
}
.main-nav > ul .inner{
	transition-duration: 0.5s;
	max-height: 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	text-align: center;
	position: absolute;
	z-index: 102;
	/*background-color: rgb(119,136,153);*/
	/*background-color: #1B1B1B;*/
	background-color: #000;
	opacity: 1;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
}

.nav-f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.nav-f-item{
	width: 24%;
	border: 1px solid #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 1.4rem;
	/*display: flex;*/
	align-items: center;
	position: relative;
	transition-duration: 0.5s;
	text-align: center;
	background-color: #333;
	line-height: 1.8rem;
	font-weight: 300;
}
.nav-f-item:hover{
	background-color: #CCC;
	color: #1B1B1B;
	border-color: rgb(230, 0, 45);
	transition-duration: 0.5s;
}
.nav-f-item .item-img{
	overflow: hidden;
	width: 30%
}
.nav-f-item .item-img img{
	width: 100%;	/*divの中に画像を入れることでサイズが設定出来る*/
	height: 100%;
	/*transition-duration: 0.5s;*/
}
.nav-f-item p{
	text-align: center;
	/*margin-left: 10px;*/
	/*line-height: 110%;*/
}
.nav-f-item a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.main-nav > ul {
	display: table;
	padding-left: 0px;
	margin: auto;
}
.main-nav > ul > li {
	display: table-cell;
 	margin-right: 2em;
 	width: 120px;
	border-right: rgb(153, 14, 20) thin solid;
	font-size: 1.4rem;
	transition-duration: 0.5s;
}
.main-nav > ul > li a {
	display: block;
}
.main-nav > ul > li.sml {
	font-size: 1rem;
	vertical-align: middle;
}
.main-nav > ul > li.sml a {
	display: block;
}
/*
.earth_icon {
	width: 24px;
}*/
.main-nav > ul > li:last-child{
  border-right: none;
}
.main-nav > ul > li:hover {
	color: #FFF;
	background-color: #000;
	opacity: 1;
	transition-duration: 0.5s;
}
.msg_sp {
	text-align: center;
	display: none;
}
/*main****************************************************************************/
.main {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.idx_head {
	width: 100%;
	height: 4px;
	background-color: #CCC;
}
.border-gradation {
    border-bottom: 4px solid;
	border-color: rgb(0, 71, 163);
    /*border-image: linear-gradient(to right, rgb(230, 0, 45) 0%, rgb(102,102,102) 100%);
    border-image-slice: 1;*/
	margin-bottom: 20px;
}
.pn_subtitle {
	font-size: 1.8rem;
	font-weight: 500;
}
/*ページhalf container**************************************************************/
.half_f-container {
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: center;
	margin-bottom: 20px;
	align-items: center;
}
.half_f-item {
	width: 50%;
}
.half_f-item img {
	width: 100%;
}
.half_f-item img.hlf {
	width: 100%;
	padding-left: 100px;
}
.half_f-item img.padl_pls {
	padding-left: 10px;
}
.half_f-item h4 {
	margin-top: 20px;
}
.ctp h4{
	margin-top: 20px;
}
.half_f-container .dl_f-item {
	width: 50%;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 10px;
}
.half_f-container .dl_f-item:hover{
	border: 2px solid rgb(0, 71, 168);
	background-color: #CCC;
	transition-duration: 0.5s;
}
.half_f-container .dl_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.pchs_f-container {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
	align-items: flex-start;
}
.pchs_f-container .buy_f-item {
	width: 40%;
	transition-duration: 0.5s;
	position: relative;
	border: 1px solid #d20000;
	border-top-left-radius: 6px;
  	border-top-right-radius: 6px;
  	border-bottom-right-radius: 6px;
  	border-bottom-left-radius: 6px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d20000;
	margin-right: 20px;
}
.pchs_f-container .buy_f-item:hover{
	/*border: 2px solid rgb(237, 137, 156);*/
	border: 1px solid #5c0000;
	transition-duration: 0.5s;
	background-color: #5c0000;
	color: #FFF;
}
.pchs_f-container .buy_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.pchs_f-container .dl_f-item2 {
	width: 50%;
	transition-duration: 0.5s;
	position: relative;
	border: 1px solid #999;
	border-top-left-radius: 6px;
  	border-top-right-radius: 6px;
  	border-bottom-right-radius: 6px;
  	border-bottom-left-radius: 6px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pchs_f-container .dl_f-item2:hover{
	border: 1px solid #666;
	transition-duration: 0.5s;
	background-color: #666;
	
}
.pchs_f-container .dl_f-item2 a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

/*information**************************************************************/
.info-art > .inner {
    margin: auto;
    padding-bottom: 75px;
    width: 960px;
}
.info-art hr {
	border: #CCC dotted 2px;
	margin-top: 2px;
	margin-bottom: 10px;
}
.tab{
    margin:0 auto;
}
#tab_menu{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}
#tab_menu li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
	font-weight: 500;
	color: #666;
}
#tab_menu li:last-child{
    border-right: 0;
}
#tab_menu li.show{
	font-weight: 500;
	color: #000;
}
/* メニューの下線 */
#border div{
    left: 0%;
    width: 25%;
    bottom: 0;
    display: block;
    background-color: #E5002C;
    height: 2px;
    position: relative;
    transition: left 1s cubic-bezier(0.23,1,0.32,1);
	margin-bottom: 20px;
}
/* コンテンツ */
#tab_content{
    list-style-type:none;
    position: relative;
    height: auto;
    padding: 0;
	margin-bottom: 10px;
}
#tab_content li {
    /*text-align: center;*/
    /*position: absolute;*/
    width: 100%;
    /*border: 1px solid #ccc;*/
    /*top: 100px;*/
    opacity: 0;
    z-index: 0;
    transition-duration: 0.8s;
	height: 50px;
	margin-bottom: 10px;
}
#tab_content li.list_item{
    top: 0;
    opacity: 1;
    z-index: 10;
    transition-duration: 0.8s;
}
._date {
	float: left;
	display: inline-block; 
}
.info_catg {
	float: left;
	color:#FFF;
	width: 120px;
	font-weight: 100;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1rem;
	line-height: 1.6rem;
	margin-top: 0.5rem;
}
.info_title {
	float: left;
	width: 640px;
}
.fa-file-pdf {
	float: left;
	line-height: 20px;
	margin-top: 20px;
	color: #C00;
}
#ev_tag {
	background-color: rgb(250, 75, 85);
}
#nw_tag {
	background-color: rgb(200, 0, 10);
}
#tc_tag {
	background-color: rgb(150, 20, 0);;
}

.info-art .simple_square_btn{
	margin: 0 0 0 auto;
}
/*********/
.is-hide {
    display: none;
}

.info_tbl_tmp1 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;

}
.info_tbl_tmp1 th {
	width: 200px;
	border: none;
	padding: 10px;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	
}
.info_tbl_tmp1 td {
	border: none;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.info_center {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.info_lnk {
	display: block;
	margin-top: 16px;
	margin-bottom: 4px;
	color: #C30;
	font-weight: bold;
	transition: color 0.5s;
}
.info_lnk:hover {
	color: #900;
}
.info_lnk_def {
	color: #C30;
	font-weight: bold;
	transition: color 0.5s;
}
.info_lnk_def:hover {
	color: #900;
}
.info_tbl_hd {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.info_tbl_tmp2 {
	width: 80%;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-top: 20px;
	margin-bottom: 20px;
}
.info_tbl_tmp2 th {
	white-space: nowrap;
	width: 100px;
	border: none;
	padding: 10px;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
}
.info_tbl_tmp2 td {
	border: none;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.note_box {
	font-size: 1.2rem;
	width: 100%;
	border: thin solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 16px;
	margin-bottom: 16px;
}
/*slider****************************************************************/
.swiper-container {
	margin-top: 40px;
	padding-bottom: 30px;
}
.swiper-container .swiper-slide {
	position: relative;
  	margin: 1px auto;
    width: 100%;
	z-index: 10;
}
.swiper-container img {
    height: auto;
    width: 100%;
}
.swiper-container .swiper-slide .swiper-slide-content {
	position: absolute;
	top: 40%;
	left: 8%;
}
/*products**************************************************************/
.products-art > .inner {
    margin: auto;
    padding-bottom: 75px;
    width: 960px;
}
.products-art .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 20px;
}
.products-art .f-item{
	width: 33%;
	/*border: 1px solid #CCC;*/
	padding: 12px;
	margin-bottom: 10px;
	transition-duration: 0.5s;
	position: relative;
}
.products-art .f-item .item-img{
	margin-bottom: 10px;
	overflow: hidden;
}
.products-art .f-item .item-img img{
	width: 300px;	/*divの中に画像を入れることでサイズが設定出来る*/
	height: 100%;
	/*transition-duration: 0.5s;*/
}
/*
.products-art .f-item:hover{
	border: 1px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
}*/
.products-art .f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.products-art .f-item h3 {
	text-align: center;
}
hr.prod_line {
  height: 12px;
  border: none;
  border-top: 2px solid;
}

.prod_hid {
	display: none;
}
	

/*support***************************************************************/
.support-art > .inner {
    margin: auto;
    padding-bottom: 75px;
    width: 960px;
}
.support-art .call_f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.support-art .call_f-item{
	padding: 10px;
	text-align: left;
}
.support-art .call_f-item p{
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 5px;
}
.support-art .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 20px;
}
.support-art .f-item{
	width: 48%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	
}
.support-art .f-item .bottom_box1 {
	width: 100%;
	padding-top: 16px;
	font-size: 1.4rem;
	color: #999;
}
.support-art .f-item .bottom_box2 {
	border-top: #999 1px dotted;
	width: 100%;
	padding-top: 16px;
	font-size: 1.2rem;
}
.support-art .f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #333;
	color: #FFF;
}
.support-art .f-item h3 {
	margin-bottom: 10px;
}
.support-art .f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}


.simple_square_btn {
	display: block;
	position: relative;
	width: 200px;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #CCC;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-size: 1.4rem;
}
.simple_square_btn:hover {
	background: #1B1B1B;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

/*corporate info********************************************************/
/*table*/
.co-table {
	border-collapse: collapse;
 	width: 960px;
	margin-bottom: 20px;
}
.co-table th,
.co-table td {
	border: 1px solid #dbe1e8;  
	padding: 8px;
}
.co-table th {
	background-color: rgb(242, 240, 240);
	text-align: left;
	width: 200px;
}
.co-table caption {
	text-align: left;
	font-weight: 600;
}

.co_info-art{
    margin: auto;
    padding-bottom: 75px;
    width: 960px;
}

.co_info_btn {
	display: block;
	position: relative;
	width: auto;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #FFF;
	border:1px solid #ccc;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	margin-top: 10px;
	font-size: 1.4rem;
}
.co_info_btn:hover {
	background: #1B1B1B;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
/****/
.co_info-art .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 20px;
}

.co_info-art .f-item{
	width: 23%;
	/*border: 1px solid #eee;*/
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
}
.co_info-art .f-item .item-img{
	margin-bottom: 10px;
	overflow: hidden;
}
.co_info-art .f-item .item-img img{
	width: 100%;	/*divの中に画像を入れることでサイズが設定出来る*/
	height: 100%;
	transition-duration: 0.5s;
}
.co_info-art .f-item .item-img img:hover{
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
	cursor: pointer;
}
.co_info-art .f-item h3{
	text-align: center;
}
.dmc-map{
	width: 100%;
}
.co_sub_navi {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
}
.co_navi_f-container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	flex-wrap:wrap;
}
.co_navi_f-item {
	width: 20%;
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right:#333 thin solid;
}
.co_navi_r_f-item {
	width: 20%;
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
}
.co_navi_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(229, 0, 45);
}
.co_navi_r_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(229, 0, 45);
}
.top_msg_f-container{
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	flex-wrap:wrap;
}
.top_msg_f-item1 {
	width: 28%;
	text-align: center;
}
.top_msg_f-item1 img {
	width: 100%;
	margin-bottom: 30px;
}
.top_msg_f-item2 {
	width: 72%;
	padding-left: 30px;
}
.wlb_f-container {
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top: 20px;
	margin-bottom: 20px;
	align-items: flex-start;
}
.wlb_f-item1 {
	width: 10%;
	margin-bottom: 20px;
}
.wlb_f-item1 .rsq {
	width:100%;
	border: #999 2px solid;
	text-align: center;
	border-radius: 5px 5px 5px 5px;

}
.wlb_f-item1 .rsq2 {
	width:100%;
	border: #999 2px solid;
	background-color: #999;
	color: #FFF;
	text-align: center;
	border-radius: 5px 5px 5px 5px;

}
.wlb_f-item1 .rsq p {
	font-size: 1.8rem;
}
.wlb_f-item1 .rsq2 p {
	font-size: 1.8rem;
}
.wlb_f-item2 {
	width: 90%;
	padding-left: 20px;
	padding-top: 4px;
	margin-bottom: 20px;
}
.wlb_f-item2 p {
	font-weight: 700;
}
.wlb_f-item2 ul {
	font-size: 1.4rem;
}

/*次・戻ページボタン*/
.page_move_f-container {
	border-top: rgb(230, 0, 45) solid 1px;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.page_move_f-container .simple_move_f-item {
	width: 10%;
	text-align: center;
	position: relative;
}
.page_move_f-container .simple_move_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.page_move_f-container .simple_move_f-item:hover{
	transition-duration: 0.5s;
	color: rgb(230, 0, 45);;
}
.page_move_f-container .move_f-item {
	width: 20%;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page_move_f-container .move_f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #333;
	color: #FFF;
}
.page_move_f-container .move_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.vis_hidden {
	visibility:hidden;
}

/*標準ボタン*/
.std_btn_f-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: row-reverse;
	align-items: flex-start;
	margin-top: 10px;
}
.std_btn_f-container .std_btn_f-item {
	width: 30%;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background-color: #F4F4F4;*/
}
.std_btn_f-container .std_btn_f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #333;
	color: #FFF;
}
.std_btn_f-container .std_btn_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.vari_btn_f-container {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-direction: row;
	margin-bottom: 30px;
}
.vari_btn_f-item {
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 70px;
	margin: 5px;
	background-color: #F4F4F4;
}
.vari_btn_f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #CCC;
}
.vari_btn_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

/*ブルーボタン（カタログダウンロードボタン）*/
.blue_btn_f-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: row-reverse;
}
.blue_btn_f-container .blue_btn_f-item {
	width: 20%;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #039;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #FFF;
	background-color: #039;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blue_btn_f-container .blue_btn_f-item:hover{
	border: 2px solid #039;
	transition-duration: 0.5s;
	background-color: #CCC;
	color: #039;
}
.blue_btn_f-container .blue_btn_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
/*eco-info**************************************************************/
.eco_info-art{
	margin: auto;
    padding-bottom: 75px;
    width: 960px;
}
.eco-info-sec{
	margin-bottom: 20px;
}
.eco-info-sec h3{
	margin-bottom: 10px;
}
.eco-info-sec p{
	line-height: 180%;
}
.eco-info-sec .simple_square_btn{
	margin: 0 0 0 auto;
}
.eco-info-sec .fsc-img{
	text-align: center;
}
.fsc-pdf {
	 width: 500px;
	 height: 650px; 
}
/*base-article**********************************************************/
.base-art{
	margin: auto;
    padding-bottom: 75px;
    width: 960px;
}
.base-sec{
	margin: 0 5% 40px;
}
.base-sec h3{
	margin-bottom: 5px;
}
.base-sec p{
	line-height: 180%;
	/*margin-bottom: 10px;*/
}
.base-sec .simple_square_btn{
	margin: 0 0 0 auto;
}
.frame1 {
	border-top: rgb(230, 0, 45) 1px solid;
	margin: auto;
	margin-top: 20px;
	padding-top: 20px;
}
.frame1 ol {
	list-style-position: inside;
}
.frame1 .cont {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.base-sec ul {
	padding-left: 24px;
	margin-bottom: 20px;
}
.base-sec ul li { 
	list-style-type: disc;
}
.base-sec ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
.base-sec ol li {
	padding-left: 4px;
	padding-bottom: 10px;
}
.m_title {
	font-weight: 500;
	background-color: #FC0
}
.base_addr {
	/*
	border-top: #333 solid thin;
	border-bottom: #333 solid thin;
	width: 100%;*/
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.base_addr td,th {
	border: #666 solid thin;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.base_addr th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
table.history_tbl {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 20px;
}

table.history_tbl th {
	padding: 20px;
}

table.history_tbl td {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 30px;
}

table.history_tbl th {
	background: #CCC;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	overflow: visible;
	position: relative;
	font-weight: normal;
	border: none;
}

table.history_tbl th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #CCC;
	border-width: 10px;
	margin-top: -10px;
}
.contents_head {
	width: 100%;
	height: 4px;
	background-color: #CCC;
}
.top_title {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.top_title img {
	width: 280px;
}
/*products**************************************************************/
table.products_info {
	font-size: 1.4rem;
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.products_info td,th {
	border: #666 solid thin;
	padding: 5px;
	text-align: center;
}
table.products_info th {
	border: #666 solid thin;
	background-color: #CCC;
}
table.products_info td.left_item {
	background-color: #CCC;
	font-weight: 700;
}
table.products_info a {
	font-size: 1rem;
}
figure.product {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
figure.product2 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
figure.product3 {

	margin-bottom: 20px;
}
figure.product4 {

	padding-left: 25px;
	margin-bottom: 20px;
}
figure.product5 {

	padding-left: 25px;
	margin-bottom: 20px;
}
ul.features_list {
	list-style: none;
	line-height:180%;
	margin-top: 10px;
}
ul.features_list li {
	list-style: none;
	font-size: 1.6rem;
	font-weight: 700;
	background: url(../img/title_dot.png) left no-repeat; 
	text-indent: 30px;
	color: #036;
}
ul.features_list p {
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
}
table.tgp_spc {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.tgp_spc td,th {
	border: #666 solid thin;
	padding: 5px;
	text-align: center;
}
tasble.tgp_spc th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	
}
.prep_navi {
	/*margin-top: 20px;*/
}
.prep_navi > .inner {
    margin: auto;
    padding-bottom: 100px;
    width: 960px;
}
.prep_navi .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 50px;
}
.prep_navi .f-item{
	width: 45%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.detail {
	padding-top: 10px;
	/*padding-bottom: 50px;*/
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.prep_navi .f-item .detail img {
	width: 100%;
}
.prep_navi .f-item .detail a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.material {
	width: 90%;
	transition-duration: 0.5s;
	position: relative;
	border: 1px solid #999;
	border-top-left-radius: 6px;
  	border-top-right-radius: 6px;
  	border-bottom-right-radius: 6px;
  	border-bottom-left-radius: 6px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.material:hover{
	border: 1px solid #666;
	transition-duration: 0.5s;
	background-color: #666;
	color: #FFF;
}
.material a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.cp_title {
	padding: 0.1em 0.3em;
	border-left: 10px solid #CF676C;
}


table.prd_spc {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
}
table.prd_spc td,th {
	border: #666 solid thin;
	padding: 5px;
	text-align: center;
}
table.prd_spc th {
	width: 200px;
	background-color: #CCC;
	border: #666 solid thin;
	padding: 5px;
}
table.prd_spc td.t_left {
	text-align: left;
	padding-left: 20px;
}
table.prd_spc .ex_mini {
	font-size: 0.8rem;
	margin-top: 10px;
}
p.indentback{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}
.tdp_list {
	font-weight: 700;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.tdp_list p {
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
}
.ij_title_s {
	font-size: 1.6rem;
	color: #003399;
	font-weight: 700;
}
p.product_cap {
	margin-bottom: 4px;
}
h2.product_title {
	color: rgb(0, 71, 163);
}
.rip_title_s {
	font-size: 1.6rem;
	color: #069;
	font-weight: 700;
}
p.rip_ex_1 {
	margin-bottom: 10px;
}
h3.rip_ex_title {
	margin-top: 30px;
	color: #039;
}
p.rip_ex2 {
	font-weight: 500;
}
h2.rip_subtitle {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: #369 thin solid;
	border-bottom: #369 thin solid;
	margin-bottom: 20px;
}
table.model_cf {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.model_cf td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.model_cf th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.model_cf a {
	font-size: 1rem;
}
table.model_cf .left1 {
	width: 100px;
}
table.model_cf .left2 {
	width: 450px;
}
.basic_navi {
	margin-top: 20px;
}
.basic_navi > .inner {
    margin: auto;
    padding-bottom: 20px;
    width: 960px;
}
.basic_navi .f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	/*margin-bottom: 20px;*/
}
.basic_navi .f-item{
	width: 18%;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	transition-duration: 0.5s;
	position: relative;
	text-align: center;
}
.basic_navi .f-item:hover{
	transition-duration: 0.5s;
	cursor: pointer;
}
.basic_navi .f-item:hover{
	border: 1px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
}
.basic_navi .f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.basic_navi .f-item p {
	font-size: 0.8rem;
}

#core {
	background-color: #ffcc66;
}
#entry {
	background-color: #ffd9d9;
}
#standard {
	background-color: #b0eeff;
}
#premium {
	background-color: #c0ffdb;
}
.mb10 {
	margin-bottom: 20px;
}
table.pp_info {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.pp_info td,th {
	border: #666 solid thin;
	padding: 5px;
}
table.pp_info th {
	border: #666 solid thin;
	/*width: 200px;*/
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.pp_info th.left1 {
	border: #666 solid thin;
	width: 500px;
	background-color: #CCC;
	text-align: left;
	padding: 5px;
}
table.pp_info a {
	font-size: 1rem;
}
table.plt_ex td {
	padding-bottom: 5px;
}
.center_div {
	text-align:center;
	margin-bottom: 30px;
}
.img800 {
	width: 800px;
}
li.li_title {
	font-weight: 500;
}
p.p_btm10 {
	margin-bottom: 10px;
}
.title_box{
	float: left;
	font-size: 1.6rem;
	color: #069;
	font-weight: 700;
}
.emp_box {
	float: left;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #FCC;
	color: #FFF;
	margin-left: 6px;
	padding-left: 5px;
	padding-right: 5px;
}
.title_boxContainer{
  overflow: hidden;
}
table.var_tbl {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.var_tbl td,th {
	border: #666 solid thin;
	padding: 5px;
	text-align: center;
}
table.var_tbl th {
	border: #666 solid thin;
	background-color: #CCC;
	padding: 5px;
}
table.var_tbl a {
	font-size: 1rem;
}
.info_time {
	text-align:right;
}

.pdf_link_icon {
	display: table-cell;
	vertical-align: central;
}
.pdf_link_title {
	display: table-cell;
	vertical-align: central;
	font-weight: 700;
	font-size: 1.4rem;
	color: #069;
}
.f-con_pl {
	display: flex;
	flex-diretion: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.f-item-_pl1 {
	flex-basis:58%;
}
.f-item-_pl2 {
	flex-basis:40%;
	text-align: center;
}
.f-item-_pl2 img {
	width: 300px;
}
.f-item-_pl3 {
	margin-top: 30px;
	margin-bottom: 30px;
	flex-basis:48%;
	text-align: left;
}
table.pl_spc {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
table.pl_spc td,th {
	border: #666 solid thin;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.pl_spc th {
	border: #666 solid thin;
	width: 200px;
	background-color: #CCC;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.info_tbl_01 {
	border-spacing: 20px;
}
.info_tbl_01 th {
	padding: 0px;
	border: hidden;
	text-align: left;
	padding-right: 20px;
	width: 200px;
	font-weight: normal;
	vertical-align: top;
}
td.td250 {
	padding: 0px;
	width: 250px;
	vertical-align: top;
}
td.td400 {
	padding: 0px;
	width: 450px;
	vertical-align: top;
}
td.td600 {
	padding: 0px;
	width: 600px;
	vertical-align: top;
}
.amn_center {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.amn_center img {
	width: 700px;
}
.f-con_amn {
	display: flex;
	flex-diretion: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.f-item_amn {
	flex-basis:48%;
	text-align: center;
}
.amn_tbl {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.amn_tbl td,th {
	border: #666 solid thin;
	padding: 5px;
}
.amn_tbl th {
	border: #666 solid thin;
	width: 200px;
	background-color: #EDDBD3;
	text-align: left;
	padding: 5px;
}
p.amn_catg {
	color: #39C;
	font-weight: bold;
}
.f-con_tp {
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.f-item_tp1 {
	flex-basis:50%;
	text-align: left;
}
.f-item_tp1 p {
	margin-bottom: 10px;
}
.f-item_tp2 {
	flex-basis:48%;
	text-align: center;
	margin-bottom: 20px;
}
.f-item_tp2 img {
	width: 100%;
}
.tp_pdf {
	width: 450px;
	height: 650px;
}
.long_square_btn {
	display: block;
	position: relative;
	width: 400px;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #CCC;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.long_square_btn:hover {
	background: #1B1B1B;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.blue_t {
	color: #06C;
}

table.products_info2 {
	border-collapse:collapse;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-bottom: 20px;
}

table.products_info2 td {
	border: #666 solid thin;
	padding: 5px;
}
table.products_info2 .hd {
	background-color: #CCC;
}
.r24r {
	font-size: 2.4rem;
	margin-top: 30px;
	margin-bottom: 40px;
}
.prep_img {
	text-align: center;
	margin-top: 20px;
}
.prep_img img {
	width: 800px;
}
div.blank {
	display: block;
	height: 80px;
}

.prd_navi_f-container{
	display: flex;
	flex-diretion: row;
	justify-content: space-evenly;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.prd_navi_f-item {
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right:#333 thin solid;
}
.prd_navi_r_f-item {
	width: 20%;
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
}
.prd_navi_rl_f-item {
	width: 20%;
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
	border-left: none;
}
.prd_navi_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(0, 71, 163);
}
.prd_navi_r_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(0, 71, 163);
}
.labor_f-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.labor_f-item {
	width: 50%;
	padding:10px;
}
.labor_f-item img {
	width: 100%;
}
.labor_f-item li {
	margin-bottom: 20px;
}
.labor_f-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.labor_f-item {
	width: 50%;
	padding:10px;
}
.labor_f-item img {
	width: 100%;
}
.img_h_lmt {
	height: 400px;
}
.labor_f-item li {
	margin-bottom: 20px;
}
.plt_navi_f-container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.plt_navi_f-item {
	width: 33%;
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right:#333 thin solid;
}
.plt_navi_r_f-item {
	width: 33%;
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
}
.plt_navi_rl_f-item {
	width: 33%;
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
	border-left: none;
}
.plt_navi_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(0, 71, 163);
}
.plt_navi_r_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(0, 71, 163);
}
.plate_name {
	color: #036;
	margin-bottom: 10px;
}
span.paper_type {
	font-size: 1.2rem;
	font-weight: 700;
	background-color: rgb(230, 120, 120);
	color: #FFF;
	padding: 4px;
	vertical-align: 4px;
	margin-left: 20px;
	border-radius: 4px 4px 4px 4px;
}
span.attention_tag {
	font-size: 1.2rem;
	font-weight: 700;
	background-color: rgb(230, 120, 120);
	color: #333;
	padding: 4px;
	vertical-align: central;
	border-radius: 4px 4px 4px 4px;
}
p.p_sml {
	font-size: 0.8rem;
	margin-bottom: 10px;
}
.imp_info {
	border: #C00 medium solid;
	padding: 10px;
	background-color: #FFECEC;
}
.imp_info h2 {
	color: #C00;
}
.imp_info a {
	display: block;
	margin-top: 16px;
	margin-bottom: 4px;
	color: #069;
	font-weight: bold;
}

/*case******************************************************************/
.case_f-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.case_dt_f-item {
	width: 15%;
	margin-bottom: 30px;
	vertical-align: central;
	color: #F66;
}
.case_l_f-item {
	width: 50%;
	margin-bottom: 30px;
	vertical-align: central;
}
.case_r_f-item {
	width: 35%;
	margin-bottom: 30px;
	vertical-align: central;
}
.pdf_f-container {
	display: flex;
	flex-diretion: row;
	justify-content: flex-start;
	align-items: center;
}
.pdf_f-item {
	font-size: 1.4rem;
	font-weight: 700;
	color:#036;
}
.pdf_f-item i {
	position:relative;
	top: -10px;
}
.heigth_fixed {
	height: 800px;
}
/*contact us************************************************************/
.cu_f-container{
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 20px;
}
.cu_f-item{
	width: 48%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	transition-duration: 0.5s;
	position: relative;
	border: 2px solid #999;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
	text-align: center;
	
}
.cu_f-item .bottom_box1 {
	width: 100%;
	padding-top: 16px;
	font-size: 1.4rem;
	color: #999;
}
.cu_f-item .bottom_box2 {
	border-top: #999 1px dotted;
	width: 100%;
	padding-top: 30px;
	font-size: 1.2rem;
}
.cu_f-item:hover{
	border: 2px solid rgb(237, 137, 156);
	transition-duration: 0.5s;
	background-color: #333;
	color: #FFF;
}
.cu_f-item h3 {
	margin-bottom: 30px;
}
.cu_f-item a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
/*pictorico*************************************************************/
.picto_f-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.picto_l_f-item {
	width: 20%;
	text-align: center;
}
.picto_l_f-item img {
	width: 100%;
}

.picto_r_f-item {
	width: 80%;
	padding-left: 10px;
}
.picto_r_f-item img {
	width: 100%;
	margin-bottom: 30px;
}
.picto_r_f-item .p_mgn {
	padding-bottom: 40px;
}
.picto_navi_f-container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-diretion: row;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.picto_navi_f-item {
	width: 30%;
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right:#333 thin solid;
}
.picto_navi_r_f-item {
	width: 30%;
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
}
.picto_navi_rl_f-item {
	width: 30%;
	font-size: 1.4rem;
	font-weight:700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
	border-right: none;
	border-left: none;
}
.picto_navi_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(229, 0, 45);
}
.picto_navi_r_f-item:hover {
	transition-duration: 0.5s;
	color: rgb(229, 0, 45);
}
/*flexbox60%*/
.f-container64 {
	display: flex;
	align-items: flex-start;
}
.f-item6 {
	width:60%;
}
.f-item4 {
	width: 40%;
}
.f-item4 img {
	width: 100%;
}
/*footer****************************************************************/
.page-footer {
	background-color: #000;
	color: #FFF;
}
.page-footer > .inner {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 960px;
	text-align: center;
}
.footer_list {
	display: inline-block;
	padding:  20px;
	vertical-align: top;
	text-align: left;
}
.footer_list li {
	margin-bottom: 10px;
	line-height: 1.4rem;
	transition-duration: 0.5s;
}
.footer_list li:hover {
	color: #999;
	transition-duration: 0.5s;
}
.footer_list > ul {
	font-size: 1.2rem;
}
.footer_list h4 {
	margin-bottom: 5px;
}

.ft_f-container{
	display: flex;	
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding-bottom: 40px;
}
.ft_ln_f-item {
	width: 45%;
	border-top: rgb(230, 0, 45) solid 1px;
}
.ft_c_f-item {
	width: 10%;
	margin-left: 10px;
	margin-right: 10px;
}
.ft_c_f-item img {
	width: 100%;
}
.mpm_lg_ft {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.mpm_lg_ft img {
	width: 100%;
}

/*pagetop scroll***********************************************************/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -70px;
  bottom: 50px;
  background: #1B1B1B;
  opacity: 0.8;
  z-index: 200;
}
#page_top:hover{
  background: #000;
  opacity: 0.8;
  transition-duration: 0.5s;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
	.membrane_table{
	width: 50%;
}

#membrane_figure-1 {
	width: 70%;
}
	#membrane_figure-2, #membrane_figure-3 {
	width: 50%;
	padding: 10px 0px 0 100px;
}
	#membrane_figure-2 img, #membrane_figure-3 img{
	align-self: center;
	}
	#membrane_specs{
	width: 30%;
}
	
    .membrane_graph {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        margin-left: 10%;
        margin-right: 10%;
    }

	
	
}
@media screen and (max-width:959px) {
	#pps_menu {
		width: 60%;
	font-size: 70%;
}
#pps_menu_en {
	width: 50%;
	font-size: 70%;
}
	#cookie-consent .box-inn .note {
        flex-basis: 100%;
    }
    #cookie-consent .box-inn .btn-box {
        flex-basis: 100%;
        width: 250px;
        margin: 20px auto 0;
    }

	.contact-addr,
    .contact-list
    {
        width: 390px;
        flex-basis: 390px;
        max-width: 100%;
		margin: 0 auto 21px;
	}
	
  .box--17 {
        padding: 41px 0 41px;
    }
	
	.com--03 {
		width: 96%;
	}
 
	/*****mobile menu*****/
/*.header-com .global-nav,
    #footer .footer-nav-inn .nav-box
    {
        display: none;
    }
	
#mobile-menu {
        display: block;
        cursor: pointer;
        width: 32px;
        flex-basis: 32px;
    }
    #mobile-menu img {
        margin: 19px 0;
    }
  */
   .header-menu .mb-global {
		display: flex;
	}
    .header-com .logo-box svg {
        margin: 19px 0;
    }
	.lang_btn {
		float: right;
	}
    #contents {
        min-height: calc(100vh - 197px);
    }
	
   
	.products-art {
		font-size: 1.5rem; 
	}
	
    .box--01 {
        margin-top: 0;
    }
    .box--03 {
        background-image: none;
	}
    ul.check-blue li, ul.check-green li {
        padding-left: 18px;
        margin-bottom:15px;
    }
    ul.check-blue li::before,
    ul.check-green li::before
    {
        width: 15px;
        height: 15px;
        top:4px;
    }

    h3.title--03
    {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .box--17 {
        padding: 21px 0 10px;
    }
    h2.title--04 {
        font-size: 1.5rem;
    }
    h2.title--04::before {
        width: 18px;
        height: 19px;
        top: 9px;
        left: 7px;
    }
    h3.title--05 {
        letter-spacing: 0;
        line-height: 1.4em;
    }
    .shop-bug {
        width: 11px;
        height: 15px;
    }
    .packing {
        width: 14px;
        height: 15px;
        margin-bottom: 0.5em;
    }
    .btn--04,
    .btn--05
    {
        width: 96%;
        flex-basis: 96%;
        max-width: 96%;
    }
    .btn--04 a, .btn--05 a {
        font-size: 1.4rem;
        height: 50px;
        letter-spacing: 0;
    }
    .btn--04 .shop-name {
        top:16px;
    }
    .btn--04 a::before, .btn--05 a::before {
        width: 12px;
        height: 12px;
        right: 12px;
    }
    .btn--05 a {
        height: 64px;
    }
    .mps-logo img
    {
        width: 50%;
        height: 50%;
    }
    .mps .shop-name {
        top: 38px;
        left: 12px;
    }
    .mps-logo {
        top: 8px;
        left: 12px;
    }

    
    .btn--03 a {
        padding: 22px 0;
        max-height: 60px;
    }

    h2.title--07 {
        font-size: 1.6rem;
        letter-spacing: 0.01em;
    }

    .btn--06 a {
        font-size: 1.5rem;
        line-height: 4rem;
    }
    .related-links {
        font-size: 1.2rem;
        text-align: center;
        margin-top: 40px;
    }

}
@media screen and (max-width:1024px) {
	.base-art {
		margin: auto;
		padding-bottom: 55px;
	}
	.efficacy-box--01--01 {
		line-height: 2;display: block;flex-basis: 200px;padding: 30px;
	}

}
