@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     column.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

.column .column_wp {
	width: 940px;
	margin: 0 auto;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}
.column .main_img {
	width: 940px;
	margin: 0 0 40px 0;
	padding: 0;
	border-bottom: none;
	border: none;
}
.column h2 {
	margin-bottom: 30px;
	font-size: 180%;
	font-weight: bold;
	border-bottom: 1px dotted #C2B6A0;
	text-align:left;
	padding-bottom: 5px;
	border-left: none;
}
.column h2 span {
	padding-left: 20px;
	color: #333;
	background: url(home_iot_bg01.png) left center no-repeat;
}
.column h3 {
	margin-bottom: 20px;
	font-size: 180%;
	font-weight: bold;
}
.column h4 {
	margin-bottom: 20px;
	font-size: 160%;
	font-weight: bold;
}
.column h4.maker {
	min-height: 41px;
	padding-left: 40px;
	background: url(home_iot_pic02.png) no-repeat left center;
}
.column h5 {
	margin-bottom: 20px;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4;
}
.column h6 {
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
}
.column mark {
	background: #EBF4C4;
	background: -moz-linear-gradient(transparent 60%, #EBF4C4 60%); /* FF3.6+ */
	background: -webkit-gradient(transparent 60%, #EBF4C4 60%); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(transparent 60%, #EBF4C4 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(transparent 60%, #EBF4C4 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(transparent 60%, #EBF4C4 60%); /* IE10+ */
	background: linear-gradient(transparent 60%, #EBF4C4 60%);
}
.column p,
.column ul,
.column ol,
.column dl,
.column table {
	margin-bottom: 40px;
	font-size: 120%;
	line-height: 2.0;
}
.column p {
	font-kerning: none;
	word-break: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.column .ss_txt {
	font-size: 85%;
}
.column .s_txt {
	font-size: 100%;
}
.column .red_txt {
	color: #F00;
}
.column table {
	width: 100%;
	font-size: 100%;
}
.column table th,
.column table td {
	padding: 10px 15px;
	vertical-align: middle;
	border: 1px solid #C6C1B9;
}
.column table th {
	background: #F0EDE8;
	text-align: right;
}
.column strong {
	font-weight: bold;
}
.column hr {
	clear: both;
	width: 563px;
	height: 4px;
	padding: 40px 0 80px;
	background: url(home_iot_line01.png) no-repeat center 40px;
	border: none;
	margin: 0 auto;
}
.column figure {
	margin: 0 0 40px;
	text-align: center;
}
.column img {
	max-width: 100%;
	height: auto;
}

/* レイアウト */
.column .layout01 {
    *zoom: 1;
}
.column .layout01:before, 
.column .layout01:after {
    content: " ";
    display: table;
}
.column .layout01:after {
    clear: both;
}
.column .layout01 .box {
	float: right;
	width: 67.2222%;
}
.column .layout01 figure {
	float: left;
	width: 25.5555%;
}
.column .layout02 {
    *zoom: 1;
}
.column .layout02:before, 
.column .layout02:after {
    content: " ";
    display: table;
}
.column .layout02:after {
    clear: both;
}
.column .layout02 .box {
	float: left;
	width: 67.2222%;
}
.column .layout02 figure {
	float: right;
	width: 25.5555%;
}

/* フレーム */
.column .frame01 {
	margin-bottom: 40px;
	padding: 30px 30px 0;
	border: 3px dotted #FFA64D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.column .frame01 figure {
	margin-bottom: 30px
}
.column .frame01 p {
	margin-bottom: 30px
}


/* 3カラム */
.iot_machine {
	padding-right: 80px;
}
.iot_machine .box {
	float:left;
	width: 33.3333%;
	margin-right: 40px;
	margin-bottom: 30px;
}
.iot_machine .box:nth-child(3n) {
	margin-right: -80px;
}
.iot_machine .box:nth-child(3n+1) {
	clear: both
}
.iot_machine figure {
	margin-bottom: 10px;
	text-align: center;
}
.iot_machine .box h5 {
	margin-bottom: 10px;
}
.iot_machine .box p {
	text-align: left;
	font-size: 100%;
	margin-bottom: 10px;
	line-height: 1.6em;
}
.iot_machine .box p.price {
	margin-bottom: 0;
}

/* ボタン */
.iot_btn {
	text-align: center;
}
.iot_btn span a, 
.iot_btn span button, 
.iot_btn span input[type="button"], 
.iot_btn span input[type="submit"] {
	max-width: none;
	padding: 10px 30px 8px;
	font-size: 110%;
	letter-spacing: normal;
	color: #000;
	background: #FDDA61;
	-moz-box-shadow: 0 8px 0 #C9A835;
	-webkit-box-shadow: 0 8px 0 #C9A835;
	box-shadow: 0 8px 0 #C9A835;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	display: inline-block;
}
.iot_btn span a:hover, 
.iot_btn span button:hover, 
.iot_btn span input[type=button]:hover, 
.iot_btn span input[type=submit]:hover {
   background: #FDE389;
    -moz-box-shadow: 0 8px 0 #D7BE68;
    -webkit-box-shadow: 0 8px 0 #D7BE68;
    box-shadow: 0 8px 0 #D7BE68;
    text-decoration: none;
}
.iot_btn span a:active, 
.iot_btn span button:active, 
.iot_btn span input[type=button]:active, 
.iot_btn span input[type=submit]:active {
	top: 8px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.iot_btn.link span a {
	padding-right: 70px;
	background: #FDDA61 url(home_iot_ico01.png) no-repeat left center;
	background-position: -webkit-calc(100% - 30px) center;
	background-position: calc(100% - 30px) center;
}
.iot_btn.link span a:hover, 
.iot_btn.link span button:hover, 
.iot_btn.link span input[type=button]:hover, 
.iot_btn.link span input[type=submit]:hover {
   background-color: #FDE389;
}
.common_btn.gry {
   font-size: 90%;
}

@media screen and (max-width: 767px){
.column .column_wp {
	width: auto;
}
.column .main_img {
	width: auto;
	margin: 0 0 20px;
}
.column h2 {
	font-size: 140%;
	padding-bottom: 10px;
}
.column h2 span {
	display: block;
}
.column h3 {
    font-size: 140%;
}
.column h4 {
    font-size: 130%;
}
.column h4.maker {
	min-height: 26px;
	padding-left: 30px;
	-moz-background-size: contain;
	-webkit-background-size: contain; 
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: 20px 26px;
}
.column h5 {
    font-size: 120%;
}
.column h6 {
    font-size: 110%;
}
.column p,
.column ul,
.column ol,
.column dl,
.column table {
    font-size: 110%;
}
.column table {
    font-size: 90%;
	line-height: 1.6;
}
.column table th,
.column table td {
	padding: 10px 10px;
}
.column table th {
	text-align: left;
}
.column hr {
	width: 60%;
	padding: 0 0 40px;
	background-position: center top;
}

/* レイアウト */
.column .layout01 .box {
	float: none;
	width: auto;
}
.column .layout01 figure {
	float: none;
	width: auto;
}
.column .layout01 figure img:nth-child(2) {
	margin-top: 20px;
}
.column .layout02 .box {
	float: none;
	width: auto;
}
.column .layout02 figure {
	float: none;
	width: auto;
}
.column .layout02 figure img:nth-child(2) {
	margin-top: 20px;
}

/* フレーム */
.column .frame01 {
	padding: 30px 20px 0;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* 3カラム */
.iot_machine {
	padding-right: 0;
}
.iot_machine .box {
	float: none;
	width: auto;
	margin-right: 0;
}
.iot_machine .box:nth-child(3n) {
	margin-right: 0;
}
.iot_machine .box h4 {
	margin-bottom: 10px;
}
.iot_machine .box p.price {
	width: 80%;
}

/* ボタン */
.iot_btn span a, 
.iot_btn span button, 
.iot_btn span input[type="button"], 
.iot_btn span input[type="submit"] {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 100%;
	-moz-box-shadow: 0 4px 0 #C9A835;
	-webkit-box-shadow: 0 4px 0 #C9A835;
	box-shadow: 0 4px 0 #C9A835;
}
.iot_btn span a:hover, 
.iot_btn span button:hover, 
.iot_btn span input[type=button]:hover, 
.iot_btn span input[type=submit]:hover {
    -moz-box-shadow: 0 4px 0 #D7BE68;
    -webkit-box-shadow: 0 4px 0 #D7BE68;
    box-shadow: 0 4px 0 #D7BE68;
}
.iot_btn span a:active, 
.iot_btn span button:active, 
.iot_btn span input[type=button]:active, 
.iot_btn span input[type=submit]:active {
	top: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.iot_btn.link span a {
	padding-right: 50px;
	background: #FDDA61 url(home_iot_ico01.png) no-repeat left center;
	background-position: -webkit-calc(100% - 20px) center;
	background-position: calc(100% - 20px) center;
}
.iot_btn.link span a:hover {
   background-color: #FDE389;
}
}

@media screen and (max-width: 480px){
.column hr {
	width: 80%;
}
}

@media print {
body {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
.sp_menu_panel,
.page_top {
	display: none;
}
}
