@charset "UTF-8";
/* CSS Document */

/*===============================================
●smart.css  画面の横幅が560pxまで
===============================================*/
@media only screen and (max-width:560px) { 

/*===============================================
@media screen and (min-width: 320px) { } 【スマートフォン横】
@media screen and (min-width: 560px) { } 【タブレット縦以上】
===============================================*/


body {
max-width: 559px;
min-height: 320px;
}


html, body {
	width: 100%;
	height: 100%;
	min-width: 320px;
}

body {
line-height: 1.5em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 0.9em;
color: 666666;
text-align: center;
}

header   {
margin-left: auto;
margin-right: auto;
width: 100%;
margin-top: 0px;
background-color: #FFFFFF;
}
header h1    {
font-size: 0.7em;
font-weight: 200;
letter-spacing: 1px;
padding-top: 30px;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
padding-bottom: 2%;
padding-left: 2%;
}

header h2 {
padding-bottom: 1%;
margin-right: auto;
margin-left: auto;
width: 100%;
}

header h2 img {
width: 60%;
}

header .icon {
display: none;
}

header .icon_s {
display: inline-block;
position: absolute;
right: 5px;
float: right;
top: 0px;
}

header .icon_s li {
margin: 0px;
display: inline;
width: 30px;
height: 30px;
}
header .icon_s img {
height: 30px;
width: 30px;
}
.nav {
margin-right: auto;
margin-left: auto;
width: 100%;
clear: both;
text-align: center;
	}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

nav {
}
nav li {
display: inline;
padding-top: 30px;
padding-bottom: 30px;
width: 30%;
}
.nav_access {
display: none;
}


/* 

// -------------------------------------------------------------------------

//  スマホ用メニュー

// -------------------------------------------------------------------------

*/
#smartNav {
padding: 10px;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
display: inline-block;
width: 30px;
height: 22px;
vertical-align: middle;
float: left;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav-content li {
padding-top: 20px;
padding-bottom: 20px;
letter-spacing: 3px;
font-weight: bolder;
border-bottom: thin solid #E6E6E6;
}
#nav-content  .menu {
background-color: #000000;
font-weight: bolder;
color: #FFFFFF;
text-align: center;
font-size: medium;
}


/* 

// -------------------------------------------------------------------------

//  pagecommon Section

// -------------------------------------------------------------------------

*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 50%;
}
#page-top a {
background-color: #989898;
text-decoration: none;
color: #fff;
width: 70px;
padding: 3px 0;
text-align: center;
display: block;
border-radius: 5px;
}
#page-top a:hover {
text-decoration: none;
background-color: #A1A1A1;
}


.clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}

#wrapper {
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
padding-bottom: 50px;
min-width: 320px;
width: 100%;
height: auto;
}

#contents  {
clear: both;
margin-left: auto;
margin-right: auto;
width: 90%;
padding-bottom: 50px;
min-width: 0px;
margin-top: 50px;
}
#contents h1 {
padding-bottom: 50px;
padding-top: 50px;
width: 50%;
margin-top: 60px;
}

/* page Title */

#contents .h1_access {
color: #FDB836;
font-weight: bolder;
font-size: 2em;
border-top: thick solid #FABE2C;
letter-spacing: 15px;
padding-top: 40px;
text-align: center;
width: 100%;
}

#contents .h1_contact {
color: #E63178;
font-weight: bolder;
font-size: 2em;
border-top: thick solid #E23175;
letter-spacing: 15px;
padding-top: 40px;
text-align: center;
width: 100%;
}

#contents .h1_company {
color: #223A80;
font-weight: bolder;
font-size: 2em;
border-top: thick solid #283785;
letter-spacing: 15px;
padding-top: 40px;
text-align: center;
width: 100%;
}

#contents .h1_gaiyo {
color: #263588;
font-weight: bolder;
font-size: 2em;
border-top: thick solid #263588;
letter-spacing: 15px;
padding-top: 40px;
text-align: center;
width: 100%;
}

#contents .h1_process {
color: #8D3684;
font-weight: bolder;
font-size: 2em;
border-top: thick solid #8D3684;
letter-spacing: 15px;
padding-top: 40px;
text-align: center;
width: 100%;
}

#contents .h1_product {
color: #6FB446;
font-weight: bolder;
font-size: 2em;
border-top: thick solid #6FB446;
letter-spacing: 15px;
padding-top: 40px;
text-align: center;
width: 100%;
}

#contents .h1_report {
color: #1A9765;
font-weight: bolder;
font-size: 2em;
border-top: thick solid #1A9765;
letter-spacing: 15px;
padding-top: 40px;
text-align: center;
width: 100%;
}
#contents .h1_recruit {
color: #0479B6;
font-weight: bolder;
font-size: 2em;
border-top: thick solid #026DBD;
letter-spacing: 15px;
padding-top: 40px;
text-align: center;
width: 100%;
}

/* ここまでpage Title */


#contents  .text {
text-align: justify;
line-height: 170%;
padding-bottom: 20px;
}
#contents .main_text {
padding-top: 30px;
padding-bottom: 30px;
font-weight: 900;
font-size: 1.3em;
line-height: 150%;
text-align: justify;
}
#contents  .text_center {
line-height: 170%;
padding-top: 20px;
padding-bottom: 20px;
margin-left: auto;
margin-right: 0;
text-align: left;
}
#contents  .text_right {
	line-height: 170%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;

}
.pagenav {
	padding-top: 20px;
}
#contents .main {
margin-bottom: 80px;
}
#contents .main h2 {
font-family: Verdana, Geneva, sans-serif;
font-weight: 900;
text-align: left;
border-bottom: thin solid #ABABAB;
padding-bottom: 10px;
font-size: 1.3em;
letter-spacing: 5px;
margin-bottom: 50px;
}
#contents .bnr img {
width: 100%;
}
.pagenav li {
	display: inline;
}

footer {
clear: both;
padding-top: 20px;
background-color: #000000;
width: 100%;
padding-bottom: 30px;
}


/* 

// -------------------------------------------------------------------------

//  Footer

// -------------------------------------------------------------------------

*/
footer a {
color: #FFFFFF;
}
.footerContents {
width: 100%;
margin-right: auto;
margin-left: auto;
text-align: center;
clear: both;
}
.footersection {
overflow: hidden;
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
	}
    
.footersection li {
padding-top: 10px;
padding-bottom: 10px;
margin-top: 0px;
border-bottom: 1px dotted #8C8C8C;
clear: both;
}

.footersection h4 {
	font-weight: bolder;
}


footer .add {
clear: both;
color: #FFFFFF;
}
footer .name {
font-size: 1em;
padding-top: 20px;
}
.add .name img {
width: 70%;
margin-left: auto;
margin-right: auto;
}
footer dt {
	font-weight: bolder;
}
footer dl {
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 20px;
}
.copy  {
color: #000000;
clear: both;
text-align: center;
margin-right: auto;
margin-left: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: #FFFFFF;
width: 100%;
font-size: 0.5em;
}


/* 

// -------------------------------------------------------------------------

//  Index

// -------------------------------------------------------------------------

*/
#mainNav {
clear: both;
width: 90%;
margin-left: auto;
margin-right: auto;
}
#mainNav li  {
clear: both;
width: 100%;
margin-left: auto;
margin-right: auto;
}
#mainNav img {
width: 100%;
}


#news  {
clear: both;
width: 100%;
margin-left: auto;
margin-right: auto;
}

#news h2 {
font-family: Verdana, Geneva, sans-serif;
font-weight: 900;
text-align: left;
border-bottom: thin solid #ABABAB;
padding-top: 50px;
padding-bottom: 20px;
padding-left: 10px;
font-size: 2em;
letter-spacing: 5px;
margin-bottom: 50px;
}

.scroll  {
width: 95%;
height: 400px;
overflow-y: scroll;
overflow-x: hidden;
}
#news dl  {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCC;
padding: 10px;
width: 95%;
}
#news dt {
font-weight: bolder;
color: #678EFE;
text-align: left;
font-size: 0.9em;
}
#news dd {
	clear: both;
	text-align: left;
}

#news .date  {
width: 6em;
color: #669DF2;
float: right;
font-size: 0.7em;
padding-bottom: 5px;
}




/* 

// -------------------------------------------------------------------------

//   company

// -------------------------------------------------------------------------

*/
.vision {
margin-bottom: 50px;
text-align: left;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.vision h2 {
font-family: Verdana, Geneva, sans-serif;
text-align: left;
padding-bottom: 20px;
font-size: 1.5em;
background-image: url(../images/vision_h2_bg.jpg);
background-repeat: no-repeat;
background-position: center bottom;
margin-bottom: 30px;
width: auto;
}
.vision h3 {
font-family: Verdana, Geneva, sans-serif;
text-align: center;
font-size: 1.2em;
margin-right: auto;
margin-left: auto;
border: 1px solid #AAAAAA;
border-radius: 10px;
padding-top: 5%;
padding-bottom: 5%;
}
.vision h4 {
font-size: 1.4em;
background-color: #fee6c2;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
font-weight: bolder;
}
.vision h5 {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.vision h5 img {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.rinen_logo {
padding-bottom: 50px;
margin-left: auto;
margin-right: auto;
}

.rinen_logo figure  img {
width: 60%;
display: inline;
}

.rinen_logo li {
display: inline;
padding: 10px;
}
.rinen_logo li  img {
width: 40%;
display: inline;
}
/* Google font */
.wf-mplus1p {
font-family: "Mplus 1p";
padding-top: 10px;
padding-bottom: 10px;
font-weight: bolder;
font-size: 1.1em;
line-height: 150%;
margin-bottom: 0px;
}
.rinen_goal {
text-align: center;
}
.vision .leader_rubi {
display: block;
width: 100%;
}

#contents .vision_main_text {
padding-top: 30px;
padding-bottom: 30px;
font-weight: bolder;
font-size: 1.8em;
line-height: 150%;
}
.vision_text li {
text-align: left;
padding-top: 0px;
padding-bottom: 10px;
}
.vision_text ul {
padding-bottom: 30px;
}
.vision_text .leader {
letter-spacing: 5px;
font-size: 1.6em;
}
.vision_text p {
text-align: justify;
padding-bottom: 2em;
font-size: 1em;
line-height: 150%;
letter-spacing: 3px;
}
.goal_text p {
padding-bottom: 2em;
font-size: 1em;
line-height: 150%;
letter-spacing: 3px;
padding-left: 10px;
}
/* 

// -------------------------------------------------------------------------

//   gaiyo

// -------------------------------------------------------------------------

*/
table.company {
width: 96%;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
margin-bottom: 100px;
}
 
table.company th,
table.company td {
background: #f8f8f8;
padding: 10px;
text-align: left;
display: block;
}
 
table.company th {
vertical-align: middle;
text-align: left;
overflow: visible;
position: relative;
font-weight: bolder;
padding-right: 20px;
}
 

table.company td {
padding-left: 20px;
padding-right: 20px;
background-color: #EEEEEE;
border-bottom: 1px dashed #26377C;
}


table.history {
width: 96%;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
}
 
table.history th,
table.history td {
background: #f8f8f8;
padding: 10px;
text-align: left;
display: block;
}
 
table.history th {
vertical-align: middle;
text-align: left;
overflow: visible;
position: relative;
font-weight: bold;
}
table.history th span {
color: #04208F;
}
 

 
table.history td {
padding-left: 20px;
padding-right: 20px;
background-color: #EEEEEE;
}

/* 

// -------------------------------------------------------------------------

//   product

// -------------------------------------------------------------------------

*/
.example {
	padding: 20px 0px;
	padding-left: auto;
	padding-right: auto;

}
.example li {
padding-top: 5px;
display: inline;
}
.example li img {
width: 40%;
display: inline;
}
.example .dammy {
display: none;
}

.robotvender {
background-image: url(../images/robot_vender.jpg);
background-repeat: no-repeat;
background-position: right top;
background-attachment: scroll;
background-size: 90% auto;
}
.robotvender h3 {
font-weight: 900;
text-align: left;
font-size: 1.5em;
letter-spacing: 5px;
}
.robotvender p {
text-align: justify;
line-height: 170%;
padding-top: 250px;
}


table.setsubi {
width: 100%;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
}
 
table.setsubi th,
table.setsubi td {
background: #f8f8f8;
padding: 10px;
text-align: center;
display: block;
}
 
table.setsubi th {
color: #ffffff;
background: #444444;
vertical-align: middle;
text-align: left;
overflow: visible;
position: relative;
font-weight: normal;
}
 
table.setsubi td {
padding-left: 20px;
padding-right: 20px;
border: 1px solid #000000;
}

/* 

// -------------------------------------------------------------------------

//   process

// -------------------------------------------------------------------------

*/

.process_pc {
	display: none;
}
.process_smart img {
width: 100%;
margin-left: auto;
margin-right: auto;
display: block;
clear: both;
}
.process_op h3 {
background-color: #9E639D;
color: #FFFFFF;
font-weight: bolder;
font-size: 1em;
text-align: left;
padding: 10px;
}
.process_op ul {
display: block;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

.process_op li {
display: inline;
}

.process_op li img{
width: 25%;
display: inline;
padding: 2px;
}
.process .yaji {
padding-top: 10px;
padding-bottom: 10px;
clear: both;
}



/* 

// -------------------------------------------------------------------------

//   access

// -------------------------------------------------------------------------

*/
.access dl {
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 30px;
border-bottom: 1px solid #A3A3A3;
width: 90%;
margin-bottom: 50px;
padding-left: 5%;
padding-right: 5%;
}
.access dt {
font-size: 1.3em;
padding-bottom: 20px;
}
.access  dd {
padding-top: 20px;
width: 90%;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.kotsu {
background-image: url(url);
margin-left: auto;
margin-right: auto;
width: 90%;
text-align: left;
}
.kotsu .train {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 50px;
background-image: url(../images/train.jpg);
background-repeat: no-repeat;
font-weight: bolder;
font-size: 1.3em;
}
.kotsu p {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
.mark {
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
margin-top: 50px;
width: 85%;
border: 1px solid #8A8A8A;
text-align: left;
}
.kotsu .car {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 50px;
background-image: url(../images/car.jpg);
background-repeat: no-repeat;
font-weight: bolder;
font-size: 1.3em;
}


/* 

// -------------------------------------------------------------------------

//   report

// -------------------------------------------------------------------------

*/

.report {
margin-bottom: 50px;
width: 95%;
margin-left: auto;
margin-right: auto;
}
.ecoaction {
background-image: url(../images/ecoaction_mark.jpg);
background-repeat: no-repeat;
background-position: center top;
padding-top: 250px;
}
.ecoaction_report_midashi {
background-image: url(../images/ecoaction_report_midashi_s_bg.jpg);
background-position: left center;
padding-top: 30px;
padding-bottom: 30px;
color: #FFFFFF;
text-align: center;
}
#report {
background-image: url(../images/eco_image.jpg);
background-repeat: no-repeat;
background-position: right bottom;
padding-bottom: 60px;
}
#report ul {
text-align: left;
padding-left: 20px;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
#report  li {
background-image: url(../images/pdf_midashi.jpg);
background-repeat: no-repeat;
padding-left: 25px;
padding-bottom: 25px;
}
.recruit   {
margin-bottom: 30px;
}
.recruit_info img {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.main h2  img {
width: 80%;
float: right;
padding-top: 20px;
padding-bottom: 20px;
}
.job_detail {
text-align: left;
clear: both;
}
.job_text {
text-align: left;
clear: both;
padding-top: 20px;
padding-bottom: 20px;
margin-left: auto;
margin-right: auto;
width: 90%;
}
.job_pic img {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.job_pic li {
padding-right: 10px;
margin-top: 10px;
}
.to_otoiawase  img {
width: 90%;
}

/* 

// -------------------------------------------------------------------------

//   recruit

// -------------------------------------------------------------------------

*/
table.recruit {
width: 90%;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
margin-bottom: 100px;
}
 
table.recruit th,
table.recruit td {
background: #f8f8f8;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
display: block;
}
 
table.recruit th {
vertical-align: middle;
text-align: center;
width: 90%;
overflow: visible;
position: relative;
font-weight: bolder;
border-bottom: 1px solid #000000;
background-color: #EBE9E7;
}
 
table.recruit td {
padding-left: 20px;
background-color: #FFFFFF;
width: 90%;
}
.yoko h3 {
text-align: left;
border-left: 3px solid #1D1D8A;
padding-left: 10px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

/* 

// -------------------------------------------------------------------------

//   Contact

// -------------------------------------------------------------------------

*/

.contact dl {
	margin-top: 0px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #A3A3A3;
	width: 90%;
}
.contact dt {
text-align: left;
font-size: 1.3em;
margin-bottom: 0px;
padding-bottom: 20px;
padding-left: 20px;
color: #1A3281;
font-weight: bolder;
}
.contact dd {
	padding-left: 20px;
	text-align: left;
	padding-top: 20px;
}
.contact .tel {
background-image: url(../images/tel.jpg);
background-repeat: no-repeat;
background-position: left center;
color: #D43838;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
padding-left: 40px;
font-weight: bold;
background-size: 35px 30px;
padding-bottom: 20px;
}
.contact .tel a {
	color: #D43838;
}
.contact .fax {
background-repeat: no-repeat;
background-image: url(../images/fax.jpg);
background-position: left center;
color: #D43838;
font-weight: bold;
font-size: 1.5em;
padding-left: 40px;
font-family: Arial, Helvetica, sans-serif;
background-size: 35px 38px;
padding-bottom: 20px;
}

.lisket-form-maker-form               { width: 100%; }            /* テーブルの横幅をピクセルで指定 */
.lisket-form-maker-form table {
width: 100%;
}
.lisket-form-maker-form td,
.lisket-form-maker-form th            {
border: 1px solid #aaa;
display: block;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
position: relative;
}  /* テーブルの枠線のスタイルを指定 */
.lisket-form-maker-form th            {
background-color: #eee;
}  /* 見出しセルの背景色を指定 */
.lisket-form-maker-form span.example  {
color: #36c;
font-size: 0.8em;
display: block;
}             /* 例テキストの文字色を指定 */
.lisket-form-maker-form .hissu  {
color: #E24446;
}
input {
width: 96%;
height: 30px;
padding-left: 2%;
padding-right: 2%;
}
textarea {
width: 96%;
padding-left: 2%;
padding-right: 2%;
height: 150px;
}
/* form_btn
------------------------------ */
#form_body .form_btn p {
	display:inline-block;
	vertical-align:top;
	margin:0 5px;
	width:130px;
	box-sizing:border-box;
}
#form_body .form_btn p input {
cursor: pointer;
padding: 10px;
width: 100%;
font-size: 1em;
font-weight: bolder;
}
#form_body .form_btn .reset input {
	border:1px solid #FF9999;
	background-color:#FF9999;
	color:#333333;
}
#form_body .form_btn .submit input {
	border:1px solid #999999;
	background-color:#cccccc;
	color:#333333;
}

}
