@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ","Meiryo", sans-serif;
	margin: 0;
}

#container{
	background-color: #FFFFFF;
}

p {
	word-break: break-all;
	line-height: 1.6rem;
	letter-spacing: 0.02rem;
	font-size: 0.75rem;
}
h1 {
	word-break: break-all;
	line-height: 1.6rem;
	letter-spacing: 0.04rem;
	font-size: 1.0rem;
}
h2 {
	word-break: break-all;
	line-height: 1.2rem;
	letter-spacing: 0.03rem;
	font-size: 0.9rem;
}
img {
	vertical-align: bottom;
}

ul {
	list-style-type:none;
}



#nav {
	display:none;
}
#header {
	width: 100%;
	border-bottom: none;
	background-color: #FFFFFF;
}

/*ヘッダーの記述*/
.toplogo {
	height:auto;
}

.toplogo img {
	max-width: 20%;
	height: auto;
}


/*コンテンツ部分の記述*/
.topimage {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.topimage img {
	max-width: 100%;
	height: auto;
	text-align: center;
}

.mobile {
	display:none;
}

.title-center {
	text-align: center;
	padding-top: 0rem;
}


.title-left {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1rem;
	border-bottom: 1px solid #000000;
	text-align: left;
	padding-top: 2rem;
}
.picture-area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.picture-area img{
	max-width: 100%;
	height: auto;
}

.information  {
	padding-bottom: 5rem;
}
.information li  {
	display: block;
	border-bottom: 1px solid #000000;
	font-size: 0.9rem;
	text-decoration: none;
	padding-top: 0.6rem;
	padding-bottom:0.6rem;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

.information time {
	font-weight: bold;
	float:left;
	width:100px;
}
.infomation :after {
	content:"";
	display:block;
	clear:both;
}
.information .info-text {
	float :none;
	width :auto;
	margin-left:100px;
}



.index-column1 ul li {
	padding-top: 0.4rem;
	position: relative;
}
.index-column1 ul li a{
	display: block;
	text-decoration: none;
	padding-bottom: 2.5rem;
}
.index-column2 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2rem;
	padding-top: 1rem;
}
.index-column1 ul li a:link { color:#000000; text-decoration:none }




.list-number {
	font-size: 2.0rem;
	font-family: serif;
	font-style: italic;
	float: left;
	vertical-align: text-bottom;
	width: 75px;
	position: absolute;
	bottom: 0px;
}
.list-text {
	float : none;
	width : auto;
	margin-left: 60px;
	vertical-align: text-bottom;
	position: absolute;
	bottom: 7px;
	line-height: 1rem;
	font-size:0.8rem;
}

.index-column3 ul li a:link { color:#000000; text-decoration:none }




.index-column3-list:after {
	content:"";
	display: block;
	clear: both;
}
.contact {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom:0.5rem;
}
.contact p{
	padding-bottom: 0.4rem;
}
.button-area1{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.2rem;
	padding-bottom: 0.5rem;
}
.button-area1:after {
	content: "";
	display: block;
	clear: both;
}

.button-gray2 {
	position: relative;
	display: inline-block;
	text-decoration: none;
	outline: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 0.8rem;
}


/*詳細ページの記述*/

.column-title-box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.column-title-box:after {
	content: "";
	display: block;
	clear: both;
}

.column-title-center {
	text-align: center;
}

.column-title p {
	line-height: 1.2rem;
	padding-bottom:0.2rem;
}
.column-number {
	font-family: serif;
	font-style: italic;
	color: #cccccc;
	border-bottom: 1px solid #000000;
	font-size: 3rem;

}

.column-title-text {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5rem;
	text-align: right;	
}

.column-list{
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	counter-reset: number;
}
.column-list li {
	position:relative;
	padding-left:2.5rem;
	padding-top:1.2rem;
	padding-bottom:1.2rem;
	line-height:1.3rem;
}
.column-list p {
	padding-top:1rem;
	padding-bottom:2rem;
	line-height:1.3rem;
}

.note {
	font-size: 0.6rem;
	padding-top: 0.6rem;
	color: #91AE3F;
}
.note-no {
	font-weight: bold;
	float:left;
	width:35px;
}
.note .note-text {
	float :none;
	width :auto;
	padding-left:35px;
}

.column-1-1 {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 1.5rem;
	overflow-x: hidden;
	overflow-y: hidden;
}
.column-1-1 p {
	padding-top: 1rem;
	text-align: justify;
	font-size:0.8rem;
	line-height:1.2rem;
}


.column-box:after {
	content:"";
	display: block;
	clear: both;
}
.column-index-box {
	disply: block;
	position: relative;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3rem;
}

.column-index-box p {
	line-height: 1.3rem;
}
.column-index-box a:link { color:#91AE3F; text-decoration:none }
.column-index-box a:visited { color:#cccccc; text-decoration:none }
.column-index-box a:hover { color:#000000; text-decoration:none }
.column-index-box a:active { color:#91AE3F; text-decoration:none }

.back1 {
	float: left;
	width:50%;
}
.back1 h1 {
	font-family: serif;
	font-style: italic;
	text-align: left;
	font-size: 1.8rem;
	padding-bottom: 0.3rem;
}
.back1 p {
	text-align: left;
	font-size: 1rem;
}

.next h1 {
	font-family: serif;
	font-style: italic;
	text-align: right;
	font-size: 1.8rem;
	padding-bottom: 0.3rem;
}
.next p {
	text-align: right;
}
.back-arrow::after {
	content: '';
	width: 21px;
	height: 21px;
	border-top: solid 1px #91AE3F;
	border-right: solid 1px #91AE3F;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: -6%;
	top:60%;
}
.next-arrow::after {
	content: '';
	width: 21px;
	height: 21px;
	border-top: solid 1px #91AE3F;
	border-right: solid 1px #91AE3F;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -6%;
	top:60%;
}
.back1 a {
	text-decoration: none;
}

.column-index-box:after {
	content:"";
	display: block;
	clear: both;
}

.no-links2 {
	opacity:0;
	pointer-events:none;/*リンクを非リンクに変える*/
	cursor:default;/*マウスカーソルを矢印のまま変えない*/
	text-decoration:none;/*下線を消す*/
}
/*詳細ページの記述*/
.column-title-center h1 {
	padding-top: 1rem;
	text-align: left;
}


.column-title {
	width: 80%;
	margin-left: auto;
	margin-right:auto;
	text-align: right;
	padding-top: 1.5rem;
}

.column-img-l {
	float: right;
	margin-left: 1rem;
	margin-bottom: 1rem;
}
.column-img-r {
	float: left;
	margin-right: 4rem;
	max-width: 28%;
	height: auto;
}
.column-list{
	width: 70%;
	margin-left:auto;
	margin-right:auto;
	counter-reset: number;
}
/*製品記述*/

.column4-list-img {
	max-width: 90px;
	height: auto;		
}
.content ul li img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.area img {
	max-width:100%;
	height:100%;
}

.area p {
	text-align: left;
	padding-top:.6rem;
	padding-bottom:2rem;
	line-height:1.3rem;
}

.area:after {
	content:"";
	display:block;
	clear:both;
}


/*4ページの記述*/

.img-box {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.one{
	float: left;
	width: 40%;
	margin: 0 5% 0 5%;
	height: 300px;
}

/*導入記述*/
.flow-title {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	}

.flow-box1 {
	display: block;
	padding-top: 1.5rem;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #000000;
	height: 6.5rem;
	position: relative;
}

.flow-step {
	float: left;
	text-align: right;
	font-size: 2.8rem;
	font-style: italic;
	font-family: serif;
	padding-left: 2rem;
}

.flow-text {
	float: none;
	margin-left: 80px;
	padding-top: 0.7rem;
}

.flow-text p {
	padding-top: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.1rem;
}
.flow-note {
	color: #91AE3F;
	font-size: 0.7rem;
}

.flow-box1:after {
	content:"";
	display:block;
	clear:both;
}

.flow-text:after {
	content:"";
	display:block;
	clear:both;
}

.flow-arrow::after {
	content: '';
	width: 21px;
	height: 21px;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 50%;
	margin-top: 3px;
}



/* 〜フッターの記述〜 */
#footer {
	text-align: center;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}
#footer p {
	font-size: 0.6rem;
	color: #000000;
}

.index-column3-list {
	position: relative;
	height: 5rem;
	margin-bottom: 0.9rem;
	text-align: left;
	border-bottom: 1px solid #000000;
}

.list-number-2 {
	margin-left: 95px;
	position: absolute;
	top: 0.9rem;
}
.list-text-2 {
	float : none;
	width : auto;
	line-height: 1rem;
	margin-left: 95px;
	position: absolute;
	bottom: 1.0rem;
}
.list-text-2 {
	font-size: 0.8rem
}
.list-img{
	max-width:75px;
	hight: auto;
	float: left;
	position: absolute;
	bottom: 0px;
}

/*製品記述*/
.column4-box ul li {
	float: left;
	width: 50%;
	margin-left: 0px;
	margin-right: 0px;
}
.column4-box {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.column4-box li img {
	text-align:center;
	height: auto;
	max-width: 90%;
}
.column4-box h1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.3rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.column4-box p {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	padding-bottom: 2rem;
}

.column4-box:after {
	content:"";
	display: block;
	clear: both;
}

.area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}




.index {
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
.index li a img {
	height: auto;
	max-width: 65%;
}
.index ul li {
	float: left;
	width: 25%;
	margin-left: 0px;
	margin-right: 0px;
}
.index:after {
	content:"";
	display: block;
	clear: both;
}	


.title-center {
	text-align: left;
	padding-top: 2rem;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}




.title-center:after {
	content:"";
	display:block;
	clear:both;
}
.index-column1 {
	width: 80%;
	padding-bottom: 1rem;
	margin-right: auto;
	margin-left: auto;
}
.index-column1 li a {
	display: block;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	position: relative;
	padding-bottom: 2.5rem;
	padding-left: 0rem;
}



.index-column3 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;

}

.arrow-gray::after {
	content: '';
	width: 18px;
	height: 18px;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 2rem;
	top: 0.2rem;
}
.arrow-gray-2::after {
	content: '';
	width: 18px;
	height: 18px;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 2rem;
	top: 1.5rem;
}




