@charset "utf-8";

/* PC・スマホ表示 */
@media (min-width:768px) {
  .pc_only {
      display: block !important;
  }
  .sp_only {
      display:none !important;
  }
}
@media only screen and (max-width:767px) {
  .pc_only {
      display:none !important;
  }
  .sp_only {
      display: block !important;
  }
}

/* 共通項目 */
.mrgn_top10 {
	margin-top: 10px!important;
}
.mrgn_top15{
	margin-top: 15px!important;
}
.mrgn_top20 {
	margin-top: 20px!important;
}
.mrgn_top30 {
	margin-top: 30px!important;
}
.mrgn_top40 {
	margin-top: 40px!important;
}
.mrgn_btm20 {
	margin-bottom: 20px!important;
}


/* 幅全体グレー背景 */
.wid100_bg {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.sec_gray {
	background-color: #F2F2F2;
	padding: 40px 0 50px 0;
}

/* リード文 */
.lead_01 {
	color: #444444;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6em;
}
@media only screen and (max-width:767px) {
.lead_01 {
	font-size: 16px;
	}
}

/* 囲み枠h3 */
.h3_sp_model{
	font-size: 20px;
	border: solid 2px #00a0c8;
	color: #00a0c8;
}
.h3_sp_model span{
	display: inline-block;
	margin: 4px auto;
}

/* 低温用遮断器・特性 */
.tbl_sp {
	max-width: 400px;
	margin: 15px auto;
}
.sp_style {
	font-size: smaller;
	vertical-align: text-top;
}

/* 特殊環境の表 */
.table_wrap {
	overflow-x: scroll;
}
.sp_table {
	width: 100%!important;
	min-width: 1200px!important;
}
.sp_model_01 {
	display: block;
	background: #004878;
	color: #FFFFFF;
	padding: 5px 8px;
}
.sp_indent {
	display: block;
	padding-left: 1em;
}
.sp_tx_indent {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.sp_li_indent {
	text-indent: -1.8em;
	padding-left: 1.8em;
}
.wid180 {
	width: 180px!important;
}
.wid200 {
	width: 200px!important;
}
.wid300 {
	width: 300px!important;
}
.sp_sub_table td {
	border: solid 1px #b2b2b2!important;
	border-collapse: collapse!important;
}
.sp_ud_style {
	font-size: smaller;
	vertical-align: baseline;
}

.gas_list {
	color: #735aa3;
	font-weight: 700;
	text-align: center;
}
.gas_list p {
	font-size: 20px!important;
}
.gas_list li {
	font-size: 18px;
	margin: 8px auto;
}
.gas_list_flame {
	display: inline-block;
	width: 200px;
	border: solid 2px #735aa3;
	border-radius: 10px;
	padding: 5px 0;
}
.gas_li_indent {
	text-indent: -2.7em;
	padding-left: 2.7em;
}

