﻿@charset "UTF-8";

/* ▼▼▼ セーフティ
=====================================*/
.container{
	margin: 0 auto 100px;
	}
section {
	padding-top: 0;
	overflow: hidden;
	}
.indent_list li{
	text-indent: -1em;
	padding-left: 1em;
}
/* ▼ ページ内ナビ */
ul.pagenav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 60px;
	width: 100%;
	}
ul.pagenav li{
	width: 46%;
	background: #f8f8f9;
	border:1px solid #ccc;
	/* margin: 0 2% 15px 0; */
	margin: 0 0 15px;
	font-size: 14px;
	position: relative;
	}
ul.pagenav li div{
	display: table;
	height: 60px;
	width: 100%;
	}
ul.pagenav li a{
	display: table-cell;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px;
	}
ul.pagenav li:after{
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 15px;
	top: 18px;
	}

/* ▼ セーフティリレーユニット */
h1.title span{
	display: block;
	font-size: 24px;
	text-align: center;
	line-height: 1;
	}
h2.title{
	color: #07047a;
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 20px;
	}
#safety #sec01{
	text-align: center;
	}
#safety #sec01 p.img{
	margin: 30px 0 40px;
	}
#safety .btnArea{
	overflow: hidden;
	display: inline-block;
	}
#safety .btnArea p:nth-child(1){
	margin-right: 10px;
	}
#safety #sec01 .more_btn{
	float: left;
	}
#safety #sec01 .more_btn a{
	width: 230px;
	}
/* 特長 */
#safety #sec02 ul{
	overflow: hidden;
	}
#safety #sec02 ul li{
	float: left;
	border: 1px solid #dcdcdc;
	width: 31%;
	margin-right: 3.5%;
	}
#safety #sec02 ul li:nth-child(3n) {
	margin-right: 0;
	}
#safety #sec02 ul li:nth-child(-n + 4){
	margin-bottom: 20px;
	}
#safety #sec02 ul div{
	background: #07047a;
	text-align: center;
	}
#safety #sec02 ul p:first-child{
	display: inline-block;
	color: #fff;
	padding: 10px 0;
	font-size: 20px;
	}
#safety #sec02 ul p.no_style{
	font-size: 15px;
	font-feature-settings : "palt" 1;
	text-align: left!important;
	padding: 3px 0;
	}
#safety #sec02 ul li p:nth-child(2){
	padding: 30px 15px;
	}

/* 製品ラインナップ */
.productsList{
	overflow: hidden;
	margin: 0 0 40px;
	}
.productsList h3{
	font-size: 24px;
	font-weight: normal;
	}
.productsList h3 + p{
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 10px;
	margin: 0 0 15px;
	}
.productsList > div > p{
	float: left;
	margin-right: 20px;
	}
.productsList .more_btn{
	margin: 20px 0 0;
	}
.productsList .more_btn a{
	border: 1px solid #000;
	width: 250px;
	font-size: 14px;
	}
.productsList .more_btn a:after{
	content: "\f105";
	font-family: FontAwesome;
	position: static;
	padding-left: 5px;
	}

/* ▼ セーフティガイド */
#guide section dl dt,
#guide section p span{
	color: #070475;
	font-weight: bold;
	}

#guide #sec01 ul{
	background: #f8f8f9;
	padding: 25px;
	margin: 30px 0;
	}
#guide #sec01 ul li{
	text-indent: -1em;
	padding-left: 1em;
	}
#guide #sec01 ul li:first-letter{
	color: #070475;
	}
#guide #sec08 dl{
	margin: 0 0 30px;
	}
#guide #sec09 dl a{
	color: #000;
	}

/* ▼ 基本動作 */
p.illust{
	margin: 30px;
	text-align: center;
	}
section ol > li {
	list-style-position: inside;
	counter-increment: cnt;
	text-indent: -2em;;
	padding-left: 2em;
	}
section ol:not(.no) > li:before{
/* 	display: marker; */
	content: "(" counter(cnt) ") ";
	padding-right: 5px;
	}


/* ▼▼▼ 480px
=====================================*/
@media screen and (max-width: 480px) {
body {
	line-height: 2;
	}
.container{
	margin: 40px auto 50px;
	}

/* ▼ ページ内ナビ */
ul.pagenav{
	/* display: block; */
	margin: 0 0 30px;
	}
ul.pagenav li{
	width: 48%;
	margin: 0 0 10px 0;
	font-size: 12px;
	}
	ul.pagenav li div{
		height: 70px;
	}
/* ul.pagenav li:nth-child(3n){
	margin-right: 2%;
	}
ul.pagenav li:nth-child(odd){
	margin-right: 2%;
	} */
ul.pagenav li a{
	line-height: 1.3;
	padding: 0 10px;
	width: 100%;
	}
ul.pagenav li:after{
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	}

/* ▼ セーフティリレーユニット */
h1.title span{
	font-size: 14px;
	}
h2.title{
	font-size: 16px;
	margin: 0 0 5px;
	}
#safety #sec01{
	text-align: center;
	}
#safety #sec01 p.img{
	margin: 20px 0 25px;
	}
#safety .btnArea{
	overflow: hidden;
	display: block;
	}
#safety .btnArea p:nth-child(1){
	margin: 0 0 20px;
	}
#safety #sec01 .more_btn{
	float: none;
	}
#safety #sec01 .more_btn a{
	width: 100%;
	}
/* 特長 */
#safety #sec02 ul{
	overflow: hidden;
	}
#safety #sec02 ul li{
	float: none;
	width: 100%;
	margin-right: 3.5%;
	}
#safety #sec02 ul li:nth-child(3n) {
	margin-right: 0;
	}
#safety #sec02 ul li:nth-child(-n + 4){
	margin-bottom: 20px;
	}
#safety #sec02 ul p:first-child{
	padding: 10px 0;
	font-size: 17px;
	}
#safety #sec02 ul p.no_style{
	font-size: 15px;
	}
#safety #sec02 ul li p:nth-child(2){
	padding: 15px;
	}

/* 製品ラインナップ */
.productsList{
	overflow: hidden;
	margin: 0 0 40px;
	}
.productsList h3{
	font-size: 15px;
	}
.productsList h3 + p{
	font-size: 12px;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 10px;
	margin: -10px 0 15px;
	}
.productsList > div > p{
	float: none;
	margin-right: 0;
	}
	.productsList > div > p img{
		width: 100%;
		}
.productsList .more_btn{
	margin: 20px 0 0;
	}
.productsList .more_btn a{
	border: 1px solid #000;
	width: 100%;
	font-size: 14px;
	padding: 10px 0;
	}
.productsList .more_btn a:after{
	content: "\f105";
	font-family: FontAwesome;
	position: static;
	padding-left: 5px;
	}

/* ▼ セーフティガイド */
#guide #sec01 ul{
	background: #f8f8f9;
	padding: 15px;
	margin: 20px 0;
	}
/* ▼ 基本動作 */
p.illust{
	margin: 20px;
	text-align: center;
	}
}
