@charset "UTF-8";
/********************
cssリセット
********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}
.input_text_base{
	width:100%;
    font-size:14px;
    border: 1px solid #B9C9CE;
    border-radius:5px;
    padding: 15px 0.8em;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	border-color:#83B6C2;
    outline:none;
    box-shadow:2px 2px 4px rgba(143,183,222,0.6),-2px -2px 4px rgba(143,183,222,0.6),inset 0 1px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	margin-top:10px;
}
/* ol,  */ul, li{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}
a {
	color:#666;
	text-decoration: none;
}
a:focus {
	outline:none;
}


* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/***
全体
***/
.m_0 {
  margin: 0 !important;
}


.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}





p, small, strong {
  color: #292f33;
}
a, a:link, a:visited {
  text-decoration: none;
}
table, ul {
  color: #3a3a3a;
}
.p_0, body {
  padding: 0;
	margin: 0;
}
/*******
ヘッダー
*******/
#header {
	background-color: #333333;
}
#header .header_contents {
    margin: 0 auto;
    width: 1028px;
}
#header .header_contents ul {

}
#header .header_contents ul li {

}

#header .header_contents .logo {
    float: left;
    padding:5px 0;
}
#header .header_contents .logo h1 {
	margin: 0;
}
#header .header_contents .logo h1 a {

}
#header .header_contents .logo h1 a img {
	margin: 0 0 0 15px;
}
.logo{
    margin-top:2px;
    margin-bottom:-2px;
}




#header .header_contents .header_link {
	float: left;
	margin: 0 0 0 38px;
}

#header .header_contents .header_link ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#header .header_contents .header_link ul li {
    float: left;
    margin-left:10px;
}
#header .header_contents .header_link ul li a {
    color: #ffffff;
    display: block;
    margin: 11px 20px 0 0;
}

/*********
index
**********/

ul.news{
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 15px 15px 15px 30px;
    font: 14px/1.6 'arial narrow', sans-serif;
    /* border: solid 2px #011931;
    border-radius:8px; */
    color: #FFFFFF;
    width:520px;
  }
  ul.news:before{
    content: "ＮＥＷＳ";  /* 好きな文字を記述 */
    position: absolute;
    display: block;
    top: -20px;
    left: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
  }
  ul.news li{
    font-weight: bold;
  }


/*********

**********/
.main {
    margin: 0px auto 100px;
}
/*******

**********/
.first_view {
	width: 100%;
	height: 800px;
  /* 画像ファイルの指定 */
  background-image: url('../../img/common/cyrobo_top.jpg');
  position: relative;
   
  /* 画像を常に天地左右の中央に配置 */
/*
  background-position: center center;
  */ 
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;


}
/*********

**********/
.big_section {
	font-size: 27px;
	/* margin: 0 0 30px; */
}

.big_section {
  position: relative;
  overflow: hidden;
  /* margin: 10% 0; */
  padding: 150px 0;
  height:350px;
}

.big_section:before {
    background: #011931 none repeat scroll 0 0;
    content: "";
    height: 48%;
    left: 0;
    margin: 3% -10% 0;
    position: absolute;
    top: 130px;
    transform: rotate(-3deg);
    transform-origin: left center 0;
    width: 120%;
    z-index: -1;
}

.big_section_inner {
  /* position: absolute;
  top:130px;
  left:600px; */
  box-sizing: boder-box;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto 0 auto;
  padding: 80px 10px 120px 210px ;
  color: #fff;
  text-align: center;
}

#big_sectino_ceo_box{
    position:absolute;
    top:-50px;
    left:-700px;
    right:0;
    bottom:0;
    margin:auto;
    width:220px;
    height:250px;
    /* background:#FFFFFF; */
    text-align:center;
    }#big_sectino_ceo_box img{
        margin-top:10px;
    }





.section_block {
    margin: 0px auto;
    width: 1028px;
}
.section {
	margin :0 0 30px 0;
}


.section_left {
	width: 45%;
}
.section_right {
	width: 45%;
	margin: 0 0 0 55%;
}
.section_title {
	font-size: 24px;
	font-weight: bold;
}
.section_text {

}
/*******
product.php
*******/
#product_main_img{
    height:562px;
    text-align:center;
    background:#05182F;
    margin-bottom:20px;
}
#product_msg_title{
    text-align:center;
    font-size:30px;
    font-weight:bold;
    margin-top:5px;
    }#product_msg_txt{
        background:#BCDAF7;
        padding:30px 100px;
    }
#product_box{
    margin:auto;
    font-size:0;
    margin-top:30px;
    }#product_box li{
        width:257px;
        height:300px;
        display:inline-block;
        text-align:center;
        margin-bottom:30px;
    }.product_box_txt{
        font-size:14px;
        font-weight:bold;
        margin-top:10px;
    }

/*******
flow.php
*******/
.font_size_base{
    font-size:14px;
}
.line_70{
    width:60%;
}
.line_30{
    width:40%;
}
.ul_2_line{
    font-size:0px;
}
.ul_2_line li{
    display:inline-block;
    vertical-align: top;
    }.ul_2_line li img{
        width:100%;
        padding-left:40px;
        box-sizing: border-box;
    }
    .li_check li{
        padding-left:5px;
    }
    .li_check li:before{
        font-family: FontAwesome;
        content: '\f14a';
        padding-right:5px;
        color: #A5A5A5;
    }

.article_title_big{
    text-align:center;
    padding:10px;
    font-size:25px;
    font-weight:bold;
}
.article_title{
    font-size:20px;
    padding:10px 0;
    font-weight:bold;
}
.article_title_1{
    font-size:20px;
    margin-bottom:10px;
    font-weight:bold;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #494949;/*左線*/
}
.article_title_2{
    font-size:18px;
    font-weight:bold;
    color: #494949;/*文字色*/
    margin-bottom:5px;
}
.article_content{
    font-size:16px;
    color:#3a3a3a;
}
.article_attention{
    font-size:12px;
}
.article_content_result{
    padding:10px;
    background: #EFEFEF;
}
/*******
フッター
*******/
footer {
	background-color: #333333;
	color: #ffffff;
}
footer .footer_contents {
    margin: 0 auto;
    width: 1028px;
}
footer .footer_contents ul {
    list-style: outside none none;
		margin: 0 0 50px;
    padding: 0;
}
footer .footer_contents ul li {
    box-sizing: border-box;
    color: #ffffff;
    float: left;
    margin: 50px 0 0;
    padding: 15px;
    position: relative;
    text-align: left;
    width: 50%;
}
footer .footer_contents ul li .top {
	text-align: center;
}
footer .footer_contents ul li .top i {
	color: #4d4d4d;
}

footer .footer_contents ul li .bottom {
	margin: 15px 0 0;
	text-align: justify;
	color: #6a6a6a;
}



.bottom_link {
	margin: 0 !important;
}
.bottom_farst {
 padding: 0 0 0 65px;
}
.bottom_farst a {
	color: #b0b0cf;
}
.bottom_last {
	text-align: center !important;
}

footer .footer_contents ul li .bottom p {
	margin: 15px 0 0;
	color: #6a6a6a;
}





.footer_bottom {
    background-color: #202020;
    color: #ffffff;
    text-align: center;
}

/*************************
メディアクエリ設定 0〜1028
*************************/
@media screen and (min-width: 0px) and (max-width: 1028px) {
	#header .header_contents {
	    width: 100%;
	}
	.section_block {
	    width: 100%;
	}
	
	footer .footer_contents {
	    width: 100%;
	}
}
/************************
メディアクエリ設定 0〜740
************************/
@media screen and (min-width: 0px) and (max-width: 740px) {


}
/*************************
メディアクエリ設定 0〜480
*************************/
@media screen and (min-width: 0px) and (max-width: 480px) {


}
/*************************
メディアクエリ設定 0〜320
*************************/
@media screen and (min-width: 0px) and (max-width: 320px) {


}