@charset "UTF-8";

/**
* Hidden
* Global
* Side Menu
* Preloader
* Header
* Banner
* Full box
* Full Separate Box
* Icon Belt
* Parallax box
* Footer
* Responsive Fixes
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  Hidden　○○○しない指示
/////////////////////////////////////////////////////////////////////*/


/* 表示をPCのみにする */
@media screen and (max-width: 992px){
.pconly{display:none;}
} 

/* 表示をスマホのみにする */
@media screen and (min-width: 992px){
.sponly{display:none;}
} 

/* ///////////////////////////////////////////////////////////////////// 
//  Global 
/////////////////////////////////////////////////////////////////////*/

body {
    font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, 'Meiryo', sans-serif;
    color: #333;
    font-size:16px;
    line-height:1.6em;
    letter-spacing:0.03em;
}

.row-height {
    display: flex;
    flex-wrap: wrap;
}

p.lead{
    font-size:1.3em;
    line-height:1.4em;
    letter-spacing:0.6pt;
}


.bigtext{
    font-size:2.1em;
    line-height:1.2em;
    letter-spacing:0.6pt;
}



.box_list{
    font-size:0.9em;
}

.list-lead{
    font-size:1.1em;
}

hr.dot {
height: 1px;
border: none;
border-top: 1px #666 dotted;
}


a {
    transition: all 0.2s ease-out;
    position: relative;
    color: #222;
}
a:focus, 
a:hover {
    text-decoration: none;
    color: #199fdc;
}

.icon_link_txt {
    font-size:1.2em;
}
.icon_link_txt i{
  color: #b0b0b0;
  font-size:1.3em;
  padding-right:0.5em;
}


p img {
  margin-bottom: 30px;
}


.img_res{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.img-responsive {
  margin-bottom: 5px;
}


.box-under {
  border-bottom: dotted 1px #000;
  line-height:1.5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}


.chem_mat_home{
    max-width: 400px;
}


/* ------------------------------------------------- *
 *        余白調整
 * ------------------------------------------------- */

.space10{ display: block; height: 10px; clear: both;}
.space20{ display: block; height: 20px; clear: both;}
.space30{ display: block; height: 30px; clear: both;}
.space50{ display: block; height: 50px; clear: both;}

.margin-top10 { margin-top: 10px;}
.margin-top30 { margin-top: 30px;}

.padding-30 { padding: 30px;}
.padding-top30 { padding-top: 30px;}

hr {
margin-top: 7px;
margin-bottom: 20px;
height: 1px;
border: none;
border-top: 1px #ccc solid;
}

.block {
    padding: 25px 0px;
    overflow: hidden;
}


/* ------------------------------------------------- *
 *        ページの2カラムの余白調整(PCのみ)
 * ------------------------------------------------- */
/* ------------- PC用 ------------- */
@media screen and (min-width:992px){
.o-2column .col-md-9 { padding-left: 60px;}
}

@media screen and (min-width:992px){
#leftcolum { margin-top: 15px;}
}

/* ------------------------------------------------- *
 *        背景色の指定
 * ------------------------------------------------- */
.bg_gray {
    background-color: #f4f3f3;
}

.box_half_wh {
  margin-top: 15px; 
  margin-bottom: 15px; 
  padding: 10px 50px 10px 50px;
  background-color: rgba( 255, 255, 255, 0.55);
}

.box_half_wh a:hover {
    color: #ff4f02;
}

/* ------------------------------------------------- *
 *        コーナータイトル
 * ------------------------------------------------- */


.blue_subtitle {
  font-size: 1.1em;
  color: #0171b8;
}

.block_title_box {
  width: 100%;
}

h2.block_title {
  font-size: 2.2em;
    color: #222;
}

.block_subtitle {
  font-size: 1.2em;
  color: #222;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.block_subtitle hr{
  border-color: #666;
  padding: 0px;
  margin-bottom: 0.3em;
  width:30px; 
}

.block-title {
    color: #222;
    font-weight: 300;
    font-size: 2.2em;
    letter-spacing:0.1em;
    padding: 0 40px;
    margin-bottom: 20px;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.title-box{
    text-align: center;

}
.bb-top-left {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
}
.bb-bottom-left {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
}
.bb-top-right {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
}
.bb-bottom-right {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
}



/* ///////////////////////////////////////////////////////////////////// 
//  Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    margin-right: -260px;
    overflow-y: auto;
    /* background: rgba( 1, 60, 127, 0.9 );*/
    background: url(../img/sidebar_bg.png);
    background-repeat : no-repeat;
    z-index: 99999999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 20px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 1.1em;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #07acf7;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 260px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
.close-btn {
    display: block;
    color: #FFFFFF;
    font-size: 1.6em;
    padding-right: 25px;
    padding-top: 5px;
    text-align: right;
    width: 100%;
}

.close-btn img {
    margin-top: 10px;
    width: 10%;
}

.close-btn:hover {
    color: #07acf7;
}


/* ///////////////////////////////////////////////////////////////////// 
//  Preloader
/////////////////////////////////////////////////////////////////////*/


#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #fff url(../img/preloader.gif) no-repeat center center; 
}

/* ///////////////////////////////////////////////////////////////////// 
//  Header
/////////////////////////////////////////////////////////////////////*/

#header{;
    background: url(../img/header_bg.png) repeat-x;
}

.sticky{
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 15px 0px; 
    transition: all 0.5s;
    z-index: 99999;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
    background-color: #FFF;
    padding: 0px;
    border-bottom: solid 3px #06a3e0;
}/* スクロール後のヘッダ―背景 */

.logo img{
    padding-top: 0.5em;
    max-width: 240px;
}
#logo_menu {
    padding: 5px 0px;
}
#menu-toggle {
    z-index: 1;
    float: right;
    color: #222;
    margin: 0px 0px;
    padding: 3px 8px;
    line-height: 0.5em;
}
#menu-toggle i{
    font-size: 2em;
}
#menu-toggle small{
    font-size: 0.6em;
}

#headnav-s {
    font-size: 14px;
    margin-bottom: 17px;
}

#headnav {
    font-size: 16px;
    letter-spacing:-0.02em;
    line-height:1.4em;
}

#headnav a {
  position: relative;
  display: inline-block;
  transition: .2s;
  color: #222;
}
#headnav a:hover {
    color: #07acf7;
}

#headnav a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #ff7e00;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#headnav a:hover::after {
  width: 100%;
}

/* ///////////////////////////////////////////////////////////////////// 
//  Banner
/////////////////////////////////////////////////////////////////////*/
h1{
  font-size: 3em;
  letter-spacing:0.1em;
  margin-bottom: 20px;
}

#banner {
    background: url(../img/bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    position: relative;
}

/* ------------- PC用 ------------- */
@media screen and (min-width:992px){
.headings { padding: 20% 0% 0% 0%; color: #000;}
}
/* ------------- スマートフォン用 ------------ */
@media screen and (max-width:992px){
.headings { padding: 25% 0% 10% 0%; color: #000;}
}


.headings h1 {
    font-size: 2.6em;
    font-weight: 300;
    padding-bottom: 20px;
}
.headings p {
    font-size: 1.1em;
    font-weight: 300;
    text-align: left;
    display: block;
}
.banner-right-container {
    max-height: 480px;
    overflow: hidden;
}
.banner-right {
    padding: 70px 30px 0px 30px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  Full Box
/////////////////////////////////////////////////////////////////////*/

#fullbox-white {
    background-color: #FFF;
}


#fullbox-gray {
    background-color: #eee;
}

#fullbox-black {
    background-color: #222;
}

#fullbox-business {

    background: url(../img/bg-home-business.png);
    background-repeat:no-repeat;
    background-color: #dedede;
}

/* ///////////////////////////////////////////////////////////////////// 
//  Full Separate Box
/////////////////////////////////////////////////////////////////////*/

.bg-home-env {
    background: url(../img/bg-home-env.png);
    background-repeat:no-repeat;
    background-position:left bottom;
}

.bg-exhibitiond {
    background: url(../img/bg-home-exhibition.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
}

.bg-home-rd {
    background: url(../img/bg-home-rd.png);
    background-repeat:no-repeat;
    background-position:left bottom;
}

.bg-home-saiyou {
    background: url(../img/bg-home-saiyou.png);
    background-repeat:no-repeat;
    background-position:left bottom;
}


/* ------------- PC用 ------------- */
@media screen and (min-width:992px){
.separate-box-padding3050 { padding: 50px 50px 30px 50px;}
}
/* ------------- スマートフォン用 ------------ */
@media screen and (max-width:992px){
.separate-box-padding3050 { padding: 30px 20px 30px 20px;}
}



/* ///////////////////////////////////////////////////////////////////// 
//  Icon Belt
/////////////////////////////////////////////////////////////////////*/


#icon-belt{
    font-size: 1.2em;
    color: #fff;
    padding: 10px 0px 5px 0px;
}


#icon-belt a {
    transition: all 0.3s ease-out;
    position: relative;
    color: #FFF;
}


#icon-belt a i{
    font-size: 1.8em;
    padding-bottom: 10px;
}


#icon-belt a:focus, 
#icon-belt a:hover {
    text-decoration: none;
    color: #199fdc;
}



/* ///////////////////////////////////////////////////////////////////// 
//  Parallax box
/////////////////////////////////////////////////////////////////////*/


#parallax-box1{
    background: url(../img/gallery1-bg.png) no-repeat;
}
/* ------------- PC用 ------------- */
@media screen and (min-width:992px){
#parallax-box1 { background-size: cover; background-attachment: fixed;}
}


#parallax-box2{
    background-color: #000;
    background: url(../img/gallery2-bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#screenshots .item{
  padding: 0px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
/*use styles below to disable ugly selection*/
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery-nav {
    color: #6ecba9;
    font-size: 2em;
    margin: 0 1em;
    padding: 10px 19px;
    line-height: 0;
    border: 1px solid #6ecba9;
    border-radius: 50%;
}

.gallery-nav:hover,.gallery-nav:focus,.gallery-nav:active {
    color: #fff;
    background:#6ecba9;
}


/* ///////////////////////////////////////////////////////////////////// 
//  Footer
/////////////////////////////////////////////////////////////////////*/
a.overwhite:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.page footer {
    margin-top: 70px;
}


.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}


#footer1 {
    color: #fff;
    background: #222;
    padding: 20px 0px 22px 0px;
}

#footer1 .footerlead {
color: #fff;
font-size: 14px;
line-height:0.2em;
letter-spacing:0.2em;
border-bottom: dotted 1px #FFF;
margin-bottom: 10px;
padding-bottom: 10px;
}
#footer1 .footerlead a{
color: #fff;
}
#footer1 .footerlead a:hover {
text-decoration: none;
color: #199fdc;
}

#footer1 .footerlead i{
padding-right:10px;
}

#footer1 ul li{ 
font-size: 12px;
line-height:1.6em;
}
#footer1 ul li a{ 
color: #fff;
}
#footer1 ul li a:hover {
text-decoration: none;
color: #199fdc;
}

#footer1 ul li hr{ 
width:10px; 
float:left; 
margin:7px 5px 0 0; 
background:none; 
}


#footer2 {
    font-size: 12px;
    color: #fff;
    background: #111;
    padding: 20px 0px 22px 0px;
}

#footer2 a{ 
color: #fff;
}
#footer2 a:hover {
text-decoration: none;
color: #199fdc;
}


