﻿@charset "UTF-8";

/* ----------------------------------------------------------
 Noto Sans Japanese
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&subset=japanese');
@import url(https://use.fontawesome.com/releases/v5.8.2/css/all.css);

/* ----------------------------------------------------------
 html5 elements
---------------------------------------------------------- */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block;}
/* ----------------------------------------------------------
 reseting
---------------------------------------------------------- */
body {
  line-height: 2;
  color: #000;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}
body, input, textarea, select, button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
th, td
{ color: #000000;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ /*-webkit-appearance: none;*/}
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top;}
address, caption, code, em, th
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong, em
{ font-size: 100%; font-weight: normal;}
a, input
{/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
*
{ box-sizing: border-box; -webkit-box-sizing: border-box;}
/* ----------------------------------------------------------
 base Link
---------------------------------------------------------- */
a {
  color: #005bac;
  text-decoration: none;
}
a:visited {}
a:hover,
a:active,
a:focus {
  color: #007be9;
  text-decoration: none;
}
/* ----------------------------------------------------------
 clearfix
---------------------------------------------------------- */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after,
.contents2:before, .contents2:after,
.contents-in:before, .contents-in:after,
.header-in:before, .header-in:after,
.header-utility:before, .header-utility:after,
.nav-global:before, .nav-global:after,
.nav-global ul:before, .nav-global ul:after,
.footer-maps-in:before, .footer-maps-in:after,
.mod-float:before, .mod-float:after
{
  content: "";
  display: table;
}
.clearfix:after,
.contents:after,
.contents2:after,
.contents-in:after,
.header-in:after,
.header-utility:after,
.nav-global:after,
.nav-global ul:after,
.footer-maps-in:after,
.mod-float:after
{
  clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents,
.contents2,
.header-in
{
  *zoom: 1;
}
/* ----------------------------------------------------------
 layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { text-align: center;}
/* ----------------------------------------------------------
 wrapper
---------------------------------------------------------- */
.wrapper {
  width: 100%;
}
/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
.header {
  width: 100%;
	padding-bottom: 20px;
}

.header-top {
  width: 100%;
	border-bottom: 1px solid #005BAC;
	padding-bottom: 10px;
	position: fixed;
    z-index: 9999;
	background-color: #fff;
}

  .header-in {
    width:1280px;
    margin: 0 auto;
    text-align: left;
  }

@media screen and (max-width:1300px) {

.header-top {
	width: 100%;
	border-bottom: 1px solid #005BAC;
	padding-bottom: 0px;
    background: #fff;
	top: 0;
	z-index: 100;
}
	
  .header-in {
    width:100%;
    margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
    text-align: left;
  }
	
}

@media screen and (max-width:992px) {
	
.header-top {

}
	
	
	
}

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.contents {
  width: 1280px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.contents2 {
  width: 960px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.box20 {
	margin-top: 20px;
}

.box30 {
	margin-top: 30px;
}

.box60 {
	margin-top: 60px;
}

.box90 {
	margin-top: 90px;
}

.in640 {
  width: 640px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.in720 {
  width: 720px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.in80 {
  width: 80%;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.in50 {
  width: 50%;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width:1300px) {

.contents {
	width:100%;
	padding-right: 10px;
	padding-left: 10px;
}
	
}

@media screen and (max-width:1000px) {

.contents2 {
	width:100%;
	padding-right: 10px;
	padding-left: 10px;
}
	
}

@media screen and (max-width:992px) {
	
.box20 {
	margin-top: 20px;
}

.box60 {
	margin-top: 40px;
}

.box90 {
	margin-top: 60px;
}
	
}

@media screen and (max-width:768px) {
	
.box20 {
	margin-top: 10px;
}
	
.box30 {
	margin-top: 20px;
}

.box60 {
	margin-top: 30px;
}

.box90 {
	margin-top: 30px;
}
	
.in640 {
	width:100%;
}
	
.in720 {
	width:100%;
}
	
.in50 {
	width:100%;
}
	
}


/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
.footer {
  width: 100%;
	padding-top: 20px;
  padding-bottom: 26px;
  background: #D4D1C9;
}

.contents2 + .footer {
	margin-top: 90px;
}

.erea01 + .footer {
	margin-top: 90px;
}


@media print {
  .footer { overflow: hidden; }
}

.footer-sitemap {
  width: 800px;
	display: block;
	font-size: 0;
	margin-right: auto;
	margin-left: auto;
  }

.footer-sitemap ul {
	vertical-align:top;
	display: inline-block;
	width: 20%;
	text-align: left;
      font-size: 12px;
  }

.footer-sitemap ul + ul {
	margin-left: 6.666%;
  }

.footer-sitemap ul a:link,
.footer-sitemap ul a:visited,
.footer-sitemap ul a:active {color: #000; text-decoration: none;}

.footer-sitemap ul a:hover {color: #000; text-decoration: underline;}

  .footer-links {

  }
    .footer-links li {
      font-size: 12px;
      padding: 19px 0 12px;
      display: inline-block;
    }
    .footer-links li + li:before {
      content: "|";
      margin: 0 13px;
      color: #000000;
    }
      .footer-links li a {
        color: #000000;
      }
      .footer-links li a:hover { text-decoration: underline; }
		
  .footer-copyright {
    font-size: 10px;
    line-height: 1;
    color: #000000;

  }

@media screen and (max-width:992px) {
	
.footer {
	padding-top: 0px;
  padding-bottom: 26px;
}
	
.contents2 + .footer {
	margin-top: 50px;
}
	
.erea01 + .footer {
	margin-top: 50px;
}
	
.footer-sitemap {
	display: none;
}
	
}


/* ----------------------------------------------------------
 旭化成サンテックSフィルム、サンノーバ　追加分
---------------------------------------------------------- */

svg {
vertical-align:bottom;
}

img {
  width: 100%;
}
		
		