@charset "utf-8";


/* Add 2024-12-25 img size */
.comp-news-article-cms img {
	width: unset;
	max-width: 100%;
}
.comp-news-article-cms img[src="/img/news/cs_tel.gif"] {
	width: 240px;
	height: 50px;
}
.comp-news-article-cms img[src="/img/news/cs_mail.gif"] {
	width: 240px;
	height: 40px;
}
.comp-news-article-cms img[src="/img/news/cs_tel_mobile.gif"] {
	width: 250px;
	height: 52px;
}

/*
	Add 2024-12-25
	Extracted from this stylesheet
	https://www.t-fal.co.jp/shared/css/common.css
	https://www.t-fal.co.jp/consumer-services/css/style.css
*/
.comp-news-article-cms .box {
	border: 1px solid #CCC;
	padding: 20px;
	margin: 20px auto;
	/* height: 180px; */
}
.comp-news-article-cms .align_center {
	text-align: center;
}
.comp-news-article-cms .align_right {
	text-align: right;
}
.comp-news-article-cms .has-ico-right {
	background-position: right 1px center;
	background-repeat: no-repeat;
	padding-right: 22px;
}
.comp-news-article-cms a {
	text-decoration: none;
}
.comp-news-article-cms p {
	margin: 0 0 10px;
}
.comp-news-article-cms .attn_link {
	text-decoration: underline;
}
.comp-news-article-cms .ico-link {
	background-image: url(/img/news/ic_01.png);
}
.comp-news-article-cms .u-mb-xs {
	margin-bottom: 30px !important;
}
.comp-news-article-cms .contact-button {
	background-color: #dc001c;
	color: #fff;
	display: inline-block;
	border-bottom: none;
	padding: 13px 0;
	text-decoration: none;
	text-align: center;
	width: 100%;
	max-width: 250px;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.comp-news-article-cms .txt_red {
	color: #ea212d;
}
.comp-news-article-cms #names ul {
	zoom: 1;
}
.comp-news-article-cms #names ul::before,
.comp-news-article-cms #names ul::after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.comp-news-article-cms #names ul::after {
	clear: both;
}
.comp-news-article-cms .p-tbl {
	width: 100%;
	font-size: 1.3rem;
}
.comp-news-article-cms .p-tbl-prim {
	border-top: solid 1px rgba(0, 0, 0, .05);
}
.comp-news-article-cms th {
	font-weight: normal;
}
.comp-news-article-cms .p-tbl-prim th,
.comp-news-article-cms .p-tbl-prim td {
	border-bottom: solid 1px rgba(0, 0, 0, .05);
	color: #666;
	padding: 10px;
}
.comp-news-article-cms .p-tbl-prim th {
	background-color: rgba(211, 211, 211, .1);
	width: 40%;
	text-align: left;
}
.comp-news-article-cms .u-ta-c {
	text-align: center !important;
}
.comp-news-article-cms .flex>* {
	display: block;
	margin-top: 0;
	padding-top: 0;
}
.comp-news-article-cms .l-grid > * {
	margin-bottom: 30px;
}
.comp-news-article-cms .jc-c {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.comp-news-article-cms p.s {
	margin: 2rem 0;
}
.comp-news-article-cms h3:not([class]) {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: #dddddd;
	padding: 15px;
	font-size: medium;
	line-height: 1.4em;
	margin: 0 0 15px 0;
}
.comp-news-article-cms .m {
	font-size: medium;
	line-height: 1.4em;
}
@media screen and (min-width: 768px) {
	.comp-news-article-cms .p-tbl-prim th,
	.comp-news-article-cms .p-tbl-prim td {
		padding: 15px 20px;
	}
	.comp-news-article-cms .p-tbl-prim th {
		width: 25%;
		white-space: nowrap;
    }
	.comp-news-article-cms .flex.pc {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.comp-news-article-cms .flex.pc.c2>* {
		flex-basis: 50%;
	}
	.comp-news-article-cms *[class^=c-grid-] > *,
	.comp-news-article-cms *[class*= c-grid-] > * {
		float: left;
	}
	.comp-news-article-cms .c-grid-col-3 > *,
	.comp-news-article-cms .c-grid-col-half-3 > * {
		width: 33.333%;
	}
	.comp-news-article-cms .c-grid-col-2 > *:nth-child(odd),
	.comp-news-article-cms .c-grid-col-half-2 > *:nth-child(odd),
	.comp-news-article-cms .c-grid-col-3 > *:nth-child(3n+1),
	.comp-news-article-cms .c-grid-col-half-3 > *:nth-of-type(3n+1),
	.comp-news-article-cms .c-grid-col-4 > *:nth-child(4n+1),
	.comp-news-article-cms .c-grid-col-half-4 > *:nth-child(4n+1),
	.comp-news-article-cms .c-grid-col-5 > *:nth-child(5n+1) {
		clear: both;
	}
	.comp-news-article-cms .c-grid-col-2 > *:nth-last-child(-n+2),
	.comp-news-article-cms .c-grid-col-half-2 > *:nth-last-child(-n+2),
	.comp-news-article-cms .c-grid-col-3 > *:nth-last-child(-n+3),
	.comp-news-article-cms .c-grid-col-half-3 > *:nth-last-of-type(-n+3),
	.comp-news-article-cms .c-grid-col-4 > *:nth-last-child(-n+4),
	.comp-news-article-cms .c-grid-col-half-4 > *:nth-last-child(-n+4),
	.comp-news-article-cms .c-grid-col-5 > *:nth-last-child(-n+5) {
		margin-bottom: 0;
	}
	.comp-news-article-cms .l-grid.c-grid-col-3 > *:nth-child(3n+1) {
		padding-right: 20px;
	}
	.comp-news-article-cms *[class^="c-grid-"]:before,
	.comp-news-article-cms *[class*=" c-grid-"]:before,
	.comp-news-article-cms *[class^="c-grid-"]:after,
	.comp-news-article-cms *[class*=" c-grid-"]:after {
		content: " ";
		display: table;
	}
	.comp-news-article-cms *[class^="c-grid-"]:after,
	.comp-news-article-cms *[class*=" c-grid-"]:after {
		clear: both;
	}
}

/* add 180808 */

.comp-news-article-cms p {
  margin: 0 0 10px;
}
.comp-news-article-cms .m{
	font-size:medium;
	line-height:1.4em;
}
.comp-news-article-cms .l{
	font-size:large;
	line-height:1.4em;
}
.comp-news-article-cms .s {
  font-size: small;
  line-height: 1.4em;
}
.comp-news-article-cms .xl{
	font-size:x-large;
	line-height:1.4em;
}
.comp-news-article-cms .xxl{
	font-size:xx-large;
	line-height:1.4em;
}
.comp-news-article-cms .border_bottom{
	border-bottom:1px solid #CCC;
}

.comp-news-article-cms .info_title_gray{
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	padding:15px 30px;
	margin:0 0 15px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.comp-news-article-cms .info_title_gray span{
	font-weight:bold !important;
}
.comp-news-article-cms .mb50{
	margin-bottom:50px;
}
.comp-news-article-cms .mb30 {
  margin-bottom: 30px;
}
.comp-news-article-cms .mb80 {
  margin-bottom: 80px;
}
.comp-news-article-cms #names li{
	float: left;
	width: 100px;
	padding: 5px 0;
	text-align: center;
	list-style-type:none;
	font-size:large;
}
.comp-news-article-cms .box_border_normal {
  border: solid 1px #ddd;
}
.comp-news-article-cms .freecontent_box {
  width: 820px;
  margin: 0 auto 50px auto;
}
.comp-news-article-cms #info_140228 .info_title_gray {
  background-color: #555;
  color: #FFF;
  font-weight: bold;
  padding: 8px 0px 8px 20px;
  margin: 0 0 15px 0;
  border-radius: 0;
}
.comp-news-article-cms h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  background: #dddddd;
  padding: 15px;
  font-size: medium;
  line-height: 1.4em;
  margin: 0 0 15px 0;
}
.comp-news-article-cms strong {
  font-weight: 700;
}
.comp-news-article-cms .contact_c{
	width:45%;
	border:solid 1px #ddd;
	margin-right:15px;
	min-height: 214px;
	margin: 0 auto;
}
.comp-news-article-cms .contact_l{
	width:45%;
	float:left;
	border:solid 1px #ddd;
	margin-right:15px;
	min-height: 214px;
}
.comp-news-article-cms .contact_r{
	width:50%;
	float:left;
	border:solid 1px #ddd;
	min-height: 214px;
}
.comp-news-article-cms .attn_info {
	background: url(/img/news/cos_ico03.png) 13px center no-repeat;
	background-size: 9.5px 25px;
	padding: 12px 10px 8px 35px;
	margin-bottom: 0.8em;
	color: #ea212d;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #ea212d;
	line-height: 1.2;
}
.comp-news-article-cms .cs_info_border {
	border:2px solid #ea212d;
	border-radius:10px;
	padding:10px;
	margin-top:20px;
}
.comp-news-article-cms .highlight {
	background-color: yellow;
}
.comp-news-article-cms .scroll-table .p-tbl-prim th,
.comp-news-article-cms .p-tbl-prim td {
	width:20%
}
@media screen and (min-width: 768px){
	.comp-news-article-cms .scroll-table .p-tbl-prim td img {
		width:100%
	}
}
@media screen and (max-width: 767px) {
	.comp-news-article-cms .freecontent_box{
		width: 100%;
	}
	.comp-news-article-cms .contact_c,
	.comp-news-article-cms .contact_l,
	.comp-news-article-cms .contact_r{
		width: 100%;
	}
	.comp-news-article-cms .contact_l{
		margin-bottom: 10px;
	}
	.comp-news-article-cms .scroll-table {
		overflow-x: scroll;
		white-space: nowrap;
	}
	.comp-news-article-cms .scroll-table .p-tbl-prim td .detail_img {
		max-width:initial
	}
}
