@charset "UTF-8";
/**
* 各ページ用スタイル
*/
/* iCas
----------------------------------------------- */
.equal_space.icas {
	box-sizing: border-box;
	max-width:800px ;
	border:solid 3px #004873;
	padding: 16px 16px 5px;
	overflow: hidden;
}
.equal_space.icas img {
	margin-top: 12px;
}
.icas_word span{
	color: #e0004d;
	font-weight: bold;
}
.icas_question{
	clear: both;
	width: 80%;
	margin: 1rem auto;
}
.icas_question:after {
	clear: both;
	content: '';
}
@media screen and (max-width : 800px) {
	.icas_question {
		width: 100%;
	}
}
.icas_question .equal_space {
	clear: both;
	padding: 0.5rem 0;
}
.icas_question .equal_space figure {
	margin-top: 0;
}
.icas_question-man {
	clear: both;
	float: left;
}
.icas_question-comment,
.icas_question-comment-icasman {
	position: relative;
	border: 1px solid #004873;
	border-radius: 10px;
	background-color: #dddbe2;
	margin-left: 95px;
	margin-bottom: 1.5rem;
	padding: 15px 15px 15px 20px;
	width: calc(100% - 100px);
}
.icas_question-comment-icasman {
	/* padding-left: 50px; */
	border: 1px solid #df003a;
	background-color: #fbe4de;
}
.icas_question-comment:before,
.icas_question-comment-icasman:before {
	position: absolute;
	display: block;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #004873;
	background-color: #dddbe2;
	content: '';
	padding; 0;
	width: 20px;
	height: 20px;
	margin-left: -32px;
	z-index: 1;
	transform: rotate(-45deg) skew(22deg, 22deg);
}
.icas_question-comment-icasman:before {
	/* margin-left: -62px; */
	border-color: #df003a;
	background-color: #fbe4de;
}

/* 吹き出し連動スライド表示 */
#product_icas_icasman {
	position: relative;
}
#product_icas_icasman label {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 19%;
	left: 11%;
	width: 53%;
	height: 64%;
	border-radius: 50%;
}
@media screen and (max-width : 800px) {
	#product_icas_icasman label {
		top: 18%;
		height: 58%;
	}
}
@media screen and (max-width : 500px) {
	#product_icas_icasman label {
		top: 15.5%;
	}
}
#product_icas_acordion_doc_sw {
	display: none;
}
#product_icas_acordion_doc {
	height: 0;
	overflow: hidden;
	height: auto;
	max-height: 0;
	transition: max-height 1.5s ease;
}
#product_icas_acordion_doc_sw:checked + #product_icas_acordion_doc {
	max-height: 9999px;
}


/* 製品: 銅繊維シート 画像
----------------------------------------------- */
img#copper1 {
	float: right;
	width: 70%;
	height: auto;
	margin-left: 1rem;
}
@media screen and (max-width : 799px){
	img#copper1 {
		float: none;
		width: 100%;
		max-width: 800px;
		margin-left: 0;
	}
}

/* 製品: 高性能ヒートシンク
----------------------------------------------- */
.left200 {
	margin-left: 200px;
}
@media screen and (max-width : 800px){
.left100 {
	margin-left: 0px;
	}
}

/* 製品: 昇華プリンタ用紙
----------------------------------------------- */
.sublimation_left {
	float: left; 
	width: 50%;
}
@media screen and (max-width : 800px){
.sublimation_left {
	float: none; 
	width: 80%;
}
}

.sublimation_right {
	float: left; 
	width: 25%;	
	margin-left: 20px;	
}
@media screen and (max-width : 800px){
.sublimation_right {
	float: none; 
	width: 80%;
}
}

/* 製品: ゼオライト
----------------------------------------------- */
.zeolite_left {
	float: left; 
	width: 50%;
}
@media screen and (max-width : 800px){
.zeolite_left {
	float: none; 
	width: 80%;
}
}

.zeolite_right {
	float: left; 
	width: 35%;	
	margin-left: 20px;
}
@media screen and (max-width : 800px){
.zeolite_right {
	float: none; 
	width: 80%;
}
}


/* 製品: エコクリスタル ページ内リンク
----------------------------------------------- */
#label01,#label02,#label03,#label04,#label05{
	position: relative;
	top:-100px;
}

/* 製品: トモエリバーFP
----------------------------------------------- */
#tomoeriver_fp_doc {
	display: inline;
}
@media screen and (max-width : 800px){
	#tomoeriver_fp {
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	#tomoeriver_fp_fb {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		
		float: none;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	#tomoeriver_fp_doc {
		dicsplay: block;
		webkit-box-ordinal-group: 2;
		ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
}

/* 製品: コンバージョンシート
----------------------------------------------- */

.conversion-image2 img {
	float: left;
	width: 45%;
}

@media screen and (max-width : 800px){
.conversion-image2 img {
		float: none;
		width: 100%;
}
}


/* サンプルページ
----------------------------------------------- */
img#fig_sample {
	float: right;
	width: 60%;
	max-width: 277px;
	height: auto;
	margin-left: 1rem;
}
@media screen and (max-width : 399px){
	img#fig_sample {
		float: none;
		width: 100%;
		max-width: 400px;
		margin-left: 0;
	}
}
/* IR  IRトピックス
----------------------------------------------- */
.newslist dl {
  overflow: hidden; }

.newslist dt {
  width: 7rem;
  float: left;
  margin-bottom: 10px;
  line-height: 1.3rem;
  clear: both; }

.newslist dd {
  margin-left: 7rem;
  margin-bottom: 10px;
  line-height: 1.3rem;  
}

.newslist dd span {
  font-size: 0.9rem;
  color: #ffffff;
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 0 7px;
  margin-right: 11px;
  background-color: gray; }

/* 「社長メッセージ」
----------------------------------------------- */
.bak_color{
	margin-left:50px;
}
section.bak_color p{
	padding-left: 10px !important;
}
.title{
	margin: 0 0 5px 12px;
}

/* 「プライバシーポリシー」
----------------------------------------------- */

.table_info th{
	width: 150px;
}

/* 「もっと読む」
----------------------------------------------- */
figcaption{
	padding: 1.6px 0 0 !important;
	text-align: center !important;
}
.read_more{
	display: inline-flex;
  	width: fit-content;
 	padding: 0.5rem;
	margin: 10px;
  font-size: 1.2rem;
  line-height: 1;
 background-color: #004873;
  color: #ffffff; 
}
.read_more--right{
	display: inline;
	float: right;
	text-align: center;
  padding: 10px;
	margin: 10px 40px;
  font-size: 1.2rem;
  line-height: 1;
 background-color: #004873;
  color: #ffffff; 
}
.read_more__full {
 	display: block;
  width: 100%;
 	padding: 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  background-color: #004873;
  color: #ffffff; 
}
/* add 2020-03-17 本文リンク色変更に伴う対策 */
.read_more a,
.read_more__full a {
	color: #fff;
}

.read_more:hover,.read_more__full:hover,.read_more--right:hover,.read_more__small:hover{
  background-color: #e0004d;
	cursor: pointer;
  cursor: hand;
}

.read_more a:hover,.read_more__full a:hover,.read_more--right a:hover,.read_more__small a:hover{
	text-decoration:  none !important;
}

/*20221220　リンク一覧*/
.link_list ul li{
	list-style: none;
}

.link_list span{
	margin-left: 10px;
}

.link_list span a{
	padding-left: 0.5rem;
	font-size: 1.2rem;
	line-height: 2.5rem;
}


@media screen and (max-width: 800px) {
  .read_more {
    width: fit-content;
    font-size: 1rem;
    padding: 0.5rem; } 
}
@media screen and (max-width: 500px) {
  .read_more {
    width: fit-content;
    font-size: 0.8rem;
    padding: 0.25rem; } 
}

/* add 2020-06-19 英語版テキスト増加による調整 */
.equal_space.icas.e-bar div {
    width: 45%;
    text-align: center;
}

.equal_space.icas.e-bar ul {
    width: 55%;
}

@media screen and (max-width: 800px) {
  .equal_space.icas.e-bar {
      display: block;
    } 

    .equal_space.icas.e-bar div {
    width: 100%;
}

.equal_space.icas.e-bar ul {
    width: 100%;
}
}


/* CSR 社会・環境報告書 ページ別ダウンロード*/
.csr-pdf-page {
	line-height: 80%;
	}
.csr-pdf-page-box {
	margin: 20px 0;
	}

/** end */
