@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* モバイルレイアウト : 896 px およびそれ以下. */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ―――――――――――――――――――― */
h1.topics-topics {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 30px 0 15px 0;
}
h2 {
	font-size: 24px;
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
h2:before, h2:after {
	content: '';
	flex-grow: 1;
	height: 1px;
}
h2:before {
	margin-right: 1em;
	background: linear-gradient(-90deg, #ccc, #fff 60%, #fff);
}
h2:after {
	margin-left: 1em;
	background: linear-gradient(90deg, #ccc, #fff 60%, #fff);
}
h3 {
	font-size: 24px;
	padding-top: 70px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	position: relative;
	margin-bottom: 20px;
}
h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 30%;
	border-bottom: 2px solid #ff0000;
}
.MaxWidth100p img {
	width: 100%;
	margin-bottom: 40px;
}
.topics-pickup {
	overflow: auto;
}
.topics-pickup li {
	box-sizing: border-box;
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 50px;
	padding: 6px;
	position: relative;
}
.topics-pickup img {
	width: 100%;
}
.topics-pickup p.topics-title {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	height: 70px;
}
.topics-pickup p.topics-cate-date {
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 5px;
	border-bottom: solid #ddd 1px;
}
.topics-pickup .fa-chevron-circle-right {
	position: absolute;
	bottom: 15px;
	right: 10px;
}
.topics-list {
	margin-bottom: 70px;
}
.topics-list li {
	padding: 10px 0;
	border-bottom: dotted #ddd 1px;
	position: relative;
}
.topics-list .topics-cate-date {
	float: none;
	margin-right: 0px;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.topics-list span {
	display: inline-block;
	width: 100px;
	background-color: #333;
	margin-right: 20px;
	color: #fff;
	text-align: center;
}
.topics-list .topics-title {
	font-size: 16px;
	line-height: 1.4em;
	padding-right: 30px;
}
.topics-list .fa-chevron-circle-right {
	position: absolute;
	bottom: 15px;
	right: 10px;
}
.wrapper {
	display: block;
}
.wrapper article {
	display: block;
	width: 100%;
	padding-right: 0%;
	border-right: none;
}
.wrapper aside {
	display: block;
	width: 100%;
	padding-left: 0%;
	margin-top: 70px;
}

.wrapper .topics-cate-date span:after {
	content: '　｜　';
}
.wrapper .topics-cate-date {
	text-align: right;
	margin-bottom: 20px;
}
.topics-mainimage img {
	width: 100%;
}
.new-title {
	font-size: 17px;
	font-weight: bold;
	border-left: solid #f7000d 4px;
	padding: 2px 0 2px 10px;
	margin-bottom: 15px;
}
/* ―――――――――――――――――――― */
/* ▼今のところトピックス記事用▼ */
#article-section {
	font-size: 16px;
	line-height: 1.7em;
}
#article-section p {
	margin: 30px 0;
}
#article-section dl {
	margin: 30px 0;
}
#article-section dt {
	font-weight: bold;
}
#article-section dd {
	margin-bottom: 10px;
}
#article-section img {
	display: block;
	margin: 30px auto;
	width: 100%;
}

#topicsframe {
	width: 100%;
}
/* テーブルスクロール ――――――――――――――― */
.table-scroll table {
	table-layout: fixed;
	display: block;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-scroll thead {
	float: left;
	display: block;
}
.table-scroll tbody {
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	background: #f9f9f9;
}
.table-scroll tr {
	display: inline-block;
}
.table-scroll th, .table-scroll td {
	box-sizing: border-box;
	display: block;
	padding: 8px 20px;
	font-size: 12px;
	text-align: center;
	border: solid 1px #ccc;
}
.table-scroll th {
	min-width: 140px;
	background: #eee;
}
.table-scroll td {
	border-left: none;
	background: #fff;
}
.table-scroll th:not(:last-child) {
	border-bottom: none;
}
.table-scroll td:not(:last-child) {
	border-bottom: none;
}
.table-scroll tr td:nth-of-type(1) {
	background: #eef;
}
/* テーブルスクロール２ ――――――――――――――― */
.table-scroll2 {
	overflow: auto;
	width: 100%;
}
.table-scroll2 table {
	margin: 0;
	border-spacing: 0;
	border-collapse: separate;
}
.table-scroll2 th {
	white-space: nowrap;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background: #eef;
	padding: 8px 20px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	position: sticky;
	top: 0;
	left: 0;
}
.table-scroll2 td {
	white-space: nowrap;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
}
.table-scroll2 tr:first-child td {
	background: #eee;
	border-top: solid 1px #ccc;
	font-weight: bold;
}
.table-scroll2 tr:first-child th:first-child {
	z-index: 1;
	background: #eee;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}



.table-note ul {
	margin: 15px 0;
}
.table-note li {
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 7px;
	margin-left: 1.2em;
	text-indent: -1.2em;
}
.table-note li:before {
	content: '※ ';
}
.bto1 {
	clear: both;
	width: 100%;
	font-size: 12px;
	line-height: 2em;
	border-top: dashed 1px #ccc;
}
.bto1:before {
	content: '【受注生産】';
	font-weight: bold;
}
.bto2, .bto3, .bto4 {
	float: left;
	padding-left: 72px;
	font-size: 12px;
	line-height: 2em;
}
.bto2:before {
	content: '型式：';
	font-weight: bold;
}
.bto3:before {
	content: '価格：';
	font-weight: bold;
}
.bto4:before {
	content: '説明：';
	font-weight: bold;
}
/* コンタクト ――――――――――――――― */
.contact {
	width: 100%;
	margin: 50px 0 50px 0;
	border: solid #ccc 1px;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
}
.contact h4:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 900;
	font-size: 21pt;
	padding-right: 5px;
	color: #7491f8;
}
.contact h4 {
	font-size: 16pt;
	margin-bottom: 10px;
}
.contact p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
.contact .center-button {
	margin: 20px 0 0 0;
}
.center-button {
	text-align: center;
}
.radius-button {
	padding: 5px 40px;
	background-color: #607bac;
	border-radius: 1em;
	font-size: 18px;
	color: #fff;
}
#features p {
	line-height: 1.6em;
	margin-bottom: 10px;
}
.features-1column img {
	width: 100%;
}
.features-2column-L {
	width: 100%;
	float:left;
	line-height: 1.6em;
}
.features-2column-R {
	width: 100%;
	float: right;
	line-height: 1.6em;
}
.features-2column-L img {
	width: 100%;
}
.features-2column-R img {
	width: 100%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* タブレットレイアウト : 897 px ～。モバイルレイアウトからスタイルを継承。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (min-width: 896px) {
/* ―――――――――――――――――――― */
.topics-pickup {
	overflow: auto;
}
.topics-pickup li {
	box-sizing: border-box;
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 50px;
	padding: 6px;
	position: relative;
}
.topics-pickup img {
	width: 100%;
}
.topics-pickup p.topics-title {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	height: 70px;
}
.topics-pickup p.topics-cate-date {
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 5px;
	border-bottom: solid #ddd 1px;
}
.topics-pickup .fa-chevron-circle-right {
	position: absolute;
	bottom: 15px;
	right: 10px;
}
h1.topics-topics {
	font-size: 36px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 40px 0 20px 0;
}

.topics-list {
	margin-bottom: 70px;
}
.topics-list li {
	padding: 10px 0;
	border-bottom: dotted #ddd 1px;
}
.topics-list .topics-cate-date {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.topics-list span {
	display: inline-block;
	width: 100px;
	background-color: #333;
	margin-right: 20px;
	color: #fff;
	text-align: center;
}
.topics-list .topics-title {
	font-size: 16px;
	line-height: 1.4em;
	padding-right: 30px;
}
.topics-list .fa-chevron-circle-right {
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.wrapper {
	overflow: hidden;
}
.wrapper article {
	float: left;
	width : -webkit-calc(100% - 351px) ;
	width : calc(100% - 351px);
	border-right: solid #eee 1px;
	padding-right: 30px;
}
.wrapper aside {
	float: right;
	width: 290px;
	padding-left: 30px;
}
#relation {
	margin-top: 50px;
	margin-bottom: 50px;
}

#topicsframe {
	width: 100%;
}
#features p {
	line-height: 1.6em;
	margin-bottom: 10px;
}
.features-1column img {
	width: 100%;
}
.features-2column-L {
	width: 48%;
	float:left;
	line-height: 1.6em;
}
.features-2column-R {
	width: 48%;
	float: right;
	line-height: 1.6em;
}
.features-2column-L img {
	width: 100%;
}
.features-2column-R img {
	width: 100%;
}

}