@charset "UTF-8";
/* CSS Document */
/* sakata Sans */
/* style */
/*=================================
	Initialization of style
===================================*/
/* Open Sans */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Lato);
/* Fjalla One */
@import url(https://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans);
/* flexslider */
@import url(flexslider.css);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
.flex {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flexno {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-st {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.flexno-st {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

/* 基本定義 */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Mplus 1p", sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  background: #fff;
  font-weight: 400;
  position: relative; }

a:link,
a:visited {
  text-decoration: none;
  color: #297099; }

a:hover,
a:active {
  text-decoration: none;
  color: #297099; }

a p, a li, a dd {
  color: #333; }

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
figure,
article,
section,
header,
footer {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%; }

img,
a img {
  border: none;
  vertical-align: bottom; }

h1,
h2,
h3,
h4 {
  font-size: 1em; }

a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:hover,
a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90); }

/* blockgroup */
/* List_group */
ul,
ol,
li {
  list-style: none; }

/* inline-style */
address {
  font-style: normal;
  font-size: 11px; }

address a,
address a:link,
address a:visited {
  text-decoration: none;
  color: #fff; }

address a:hover,
address a:active {
  text-decoration: underline;
  color: #fff; }

/* table */
table {
  width: 100%; }

b {
  font-weight: normal; }

/*=============================
   media screen base
===============================*/
@media screen and (min-width: 769px) {
  .sn {
    display: block; }

  .pn {
    display: none; } }
@media screen and (max-width: 768px) {
  .pn {
    display: block; }

  .sn {
    display: none !important; }

  #menubtn {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 99; }

  #menu {
    z-index: 100; }

  .mm-menu {
    text-align: left;
    z-index: 100; }

  #closebtn {
    display: none;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 110; }

  .mm-opened #closebtn {
    display: block; }

  .mm-opened #menubtn {
    display: none; } }
/*=============================
	Layout-Base
===============================*/
/* header
-------------------------*/
/* header
-------------------------*/
header {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;}
@media screen and (min-width: 769px) {
	header {
		position: fixed;
		left: 0px;
		top: 0px;
	}
}
header .h1box {
  max-width: 1400px;
  margin: 4px auto 0 auto; }

header h1 {
  text-align: left;
  font-size: 11px; }

header article {
  text-align: left;
  padding: 20px 0px 20px 0px;
  max-width: 1200px;
  position: relative;
  margin: auto; }

header .logo {
  margin-top: 10px;
  float: left; }
  @media screen and (max-width: 768px) {
    header .logo {
      float: none;
      text-align: center; } }

/* gnav -------------------------*/
.gnav {
  float: left;
  margin-top: 30px;
  padding-left: 5%; }
  @media screen and (max-width: 768px) {
    .gnav {
      display: none; } }

.gnav > ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.gnav > ul > li {
  position: relative; }

.gnav > ul > li > a {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
  color: #333;
  background-position: center 90%;
  padding: 10px 20px 10px 20px; }

@media screen and (max-width: 960px) {
  header .logo {
    float: none; }

  .gnav {
    float: none;
    width: 80%;
    margin: 20px auto 0px; }

  .gnav > ul > li > a {
    padding: 10px 15px 10px 15px; }

  /**/ }
.gnav > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0%;
  font-weight: 500;
  margin-left: 0px;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #1f5ea6;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.gnav > ul > li > a.active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all .1s ease;
  transition: all .1s ease; }

.gnav > ul > li > a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.gnav.fixed {
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.05);
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 200;
  float: none;
  margin-top: 0px;
  padding-left: 0; }

.gnav.fixed ul {
  max-width: 1000px;
  box-sizing: border-box;
  margin: auto; }

.gnav.fixed li .child {
  left: -50%; }

.gnav.fixed a {
  display: block;
  font-size: 13px; }

.gnav.fixed > ul > li > a {
  width: auto; }

.gnav .glogo {
  display: none; }

.gnav .glogo a {
  background: url(../images/common/logo_f.jpg) center left no-repeat;
  background-size: 24px 24px;
  padding-left: 30px; }

.gnav.fixed .glogo {
  display: block; }

.gnav > ul > li:last-child {
  display: none; }

.gnav.fixed > ul > li:last-child {
  display: block; }

/* サブメニュー */
.gnav li .child {
  display: none;
  background-color: rgba(31, 94, 166, 0.9);
  list-style: none;
  position: absolute;
  width: 200%;
  z-index: 100 !important;
  top: 100%;
  left: -50%;
  margin: 0; }

.gnav li ul li {
  font-size: 14px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.gnav li ul li a {
  color: #fff;
  padding: 12px 0px;
  display: block; }

.contactbtn {
  position: absolute;
  top: 5px;
  right: 0; }
  @media screen and (max-width: 768px) {
    .contactbtn {
      display: none; } }

.contactbtn a {
  background: url(../images/common/arw.png) 25px center no-repeat #fc534c;
  background-size: 13px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 142px;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.contactbtn a:hover {
 }

.tel {
  position: absolute;
  top: 30px;
  right: 160px;
  font-size: 18px;
  font-family: "Yu Mincho", "YuMincho"; }

.tel span {
  font-size: 24px; }
.subnav .flex:nth-child(1) {

}
.subnav {
  position: absolute;
  top: 15px;
  right: 200px; }
  @media screen and (max-width: 768px) {
    .subnav {
      display:none;} }

.subnav ul:first-child li {
  margin: 0px 5px; }
  .subnav ul:first-child li a {
    background: url(../images/common/ic_arw.jpg) left center no-repeat;
    background-size: 5px 5px;
    padding: 1px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #333; }

.subnav ul:nth-child(2) li {
  margin: 0px 5px; }
  .subnav ul:nth-child(2) li a {
    background: #297099;
    padding: 1px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center; }

.langbox {
	display:block;
}
.langbox p {
	display: block;
	text-align: center;
	padding: 10px;
}
.langbox a {
	display: block;
	text-align: center;
	background: #EFEFEF;
	border: #ccc solid 1px;
	padding: 10px 0 10px 0;
}


/* mainnav -------------------------*/
#mainnav {
  position: fixed;
  width: 210px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 100;
  -webkit-box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 960px) {
    #mainnav {
      position: static;
      width: 100%;
      box-shadow: none; }
      #mainnav .gnav ul {
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -moz-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0 5%; }
      #mainnav .bnr {
        display: none; } }
  #mainnav header .logo {
    margin: 40px 0 30px; }
  #mainnav .bnr {
    margin-top: 20px; }

/* container
-------------------------*/
.container-site {
  padding-left: 210px; }
  @media screen and (max-width: 960px) {
    .container-site {
      padding: 0; } }

/* footer
-------------------------*/
footer {
  background: #f5f5f5;
  width: 100%;
  text-align: left;
  color: #333; }

footer nav a {
  font-size: 13px;
  color: #333 !important; }

#footer {
  background: #297099;
  padding: 40px 0px 50px 0px;
  margin: auto; }

footer nav {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: between;
  -webkit-justify-content: between;
  justify-content: between; }
  @media screen and (max-width: 768px) {
    footer nav {
      display: block;
      padding: 3%; }
      footer nav > ul, footer nav > dl {
        border-bottom: 1px solid #4f89ab;
        padding: 15px 0; }
      footer nav a {
        display: block !important; } }

footer nav > ul {
  flex-grow: 1; }

footer nav > dl {
  flex-grow: 1; }

footer nav li {
  line-height: 140%;
  margin-bottom: 3px; }
  footer nav li a {
    color: #fff !important; }

footer nav dl ul li a {
  background: url("../images/common/arw_w.png") left 7px no-repeat;
  background-size: 7px 7px;
  display: inline-block;
  padding-left: 12px;
  color: #fff !important; }

footer nav dl dt {
  margin-bottom: 5px; }
  footer nav dl dt a {
    color: #fff !important; }

#footer-btm {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 1200px;
  overflow: hidden;
  margin: 0px auto 0px auto;
  padding-bottom: 30px;
  color: #333; }
  #footer-btm .logo {
    margin-right: 40px; }
  #footer-btm p {
    margin-right: 30px;
    margin-top: 20px; }
  @media screen and (max-width: 768px) {
    #footer-btm .logo {
      margin: auto;
      margin-top: 40px; } }

#footer-btm dl {
  margin-top: 15px; }

#footer-btm dt {
  float: left;
  padding: 5px 10px;
  color: #297099; }

#footer-btm dd {
  border-left: 1px solid #ddd;
  padding: 5px 15px;
  float: left;
  font-size: 12px; }

#copyright address {
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-align: center;
  display: block; }

/*=============================
    Common setting
===============================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.detail {
  border: 1px solid #fff;
  padding: 8px 45px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:hover .detail {
  background: #fff;
  color: #297099; }

/* pagetop
-------------------------*/
.pagetop {
  margin-top: 20px;
  text-align: right; }

.pagetop a:before {
  content: '>';
  padding-left: 10px; }

/* bread_crumb
-------------------------*/
.bread_crumb_list {
  width: 100%;
  left: 0;
  text-align: center;
  padding: 0px 0 0px 0; }

.bread_crumb {
  width: 1200px;
  padding: 10px;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (max-width: 1240px) {
    .bread_crumb {
      width: 100%; } }

.bread_crumb li {
  display: inline;
  color: #666;
  font-size: 0.8em;
  font-weight: 400; }

.bread_crumb li:after {
  content: '>';
  padding-left: 10px;
  margin-right: 10px; }

.bread_crumb li:last-child:after {
  content: ''; }

.bread_crumb li a {
  color: #666;
  text-decoration: underline; }

.bread_crumb li a:hover {
  text-decoration: none; }

/* base-table
-------------------------*/
/* table */
.tbl-base {
  margin: 0 auto;
  border: none;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  line-height: 1.6; }
  .tbl-base th {
    line-height: 180%;
    text-align: left;
    font-size: 14px;
    color: #333;
    padding: 15px 10px 12px 20px;
    border-bottom: 1px solid #c6daea;
    border-top: 1px solid #c6daea;
    background: #f4f4f4;
    vertical-align: top;
    width: 20%;
    color: #0c419a;
    font-weight: 600; }
  .tbl-base td {
    line-height: 180%;
    text-align: left;
    font-size: 14px;
    color: #333;
    padding: 15px 10px 12px 20px;
    border-bottom: 1px solid #c6daea;
    border-top: 1px solid #c6daea;
    color: #666;
    vertical-align: middle; }

.tbl-base td dl:nth-child(n+2) {
  margin-top: 15px; }

.tbl-base td dl dt:before {
  content: "■";
  color: #009391;
  font-size: 80%; }

.tbl-base td dl dt,
.tbl-base td dl dd {
  line-height: 160%; }

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

/* base-layout
-------------------------*/
#content-top {
  padding-top: 10px; }
  #content-top article img {
    width: 100%;
    height: auto; }

.container {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  padding-bottom: 60px; }
  .container .inner {
    max-width: 1200px;
    margin: auto;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .container .inner {
        padding-left: 2%;
        padding-right: 2%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box; } }
  .container .inner p {
    line-height: 180%;
    font-size: 14px; }
  .container h3 {
    color: #297099;
    font-size: 36px; }
  .container a p, .container a li {
    color: #333; }

@media screen and (max-width: 960px) {
  .container {
    padding-left: 2%;
    padding-right: 2%;
    width: 100%; }
    .container .inner {
      max-width: 1200px;
      margin: auto;
      text-align: left; } }
@media screen and (max-width: 1240px) {
  .container {
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; } }
/*=============================
	TopPage setting
===============================*/
/* mainimg */


.bnr-area li {
  float: left;
  width: 40%;
  position: relative; }
  .bnr-area li:first-child {
    width: 60%; }
  @media screen and (max-width: 768px) {
    .bnr-area li:first-child {
      float: none;
      width: 100%; }
    .bnr-area li:nth-child(2) {
      float: none;
      width: 100%; }
    .bnr-area li:nth-child(3) {
      float: none;
      width: 100%; } }
.bnr-area li img {
  width: 100%;
  height: auto; }
.bnr-area .detail {
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
.bnr-area li:first-child .detail {
  bottom: 20%;
  right: 8%; }
.bnr-area li:nth-child(2) .detail {
  bottom: 16%;
  right: 25%;
  width: 140px;
  margin-right: -70px; }
.bnr-area li:nth-child(3) .detail {
  top: 50%;
  right: 0;
  left: 0;
  width: 100px;
  margin: auto;
  width: 140px; }
.bnr-area li:nth-child(3) h2 {
  position: absolute;
  color: #fff;
  font-size: 26px;
  right: 0;
  left: 0;
  top: 30%; }
@media screen and (max-width: 460px) {
  .bnr-area li .detail {
    font-size: 12px;
    width: 90px;
    padding: 5px 0; } }

.slides {
  width: 100%;
  overflow: hidden; }

#content-top h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px; }
  #content-top h2 span {
    background: #fc534c;
    padding: 0px 50px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    line-height: 140%; }
  @media screen and (max-width: 960px) {
    #content-top h2 {
      font-size: 20px;
      line-height: 130%;
      padding: 0 10px; } }

#topService ul.service-list {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0px auto 30px; }
  #topService ul.service-list img {
    width: 100%;
    height: auto; }
  #topService ul.service-list > li {
    width: 32%;
    padding: 20px 0px 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-name: contfade; }
    #topService ul.service-list > li p {
      text-align: left;
      position: absolute;
      font-weight: 500;
      font-size: 16px;
      bottom: 0;
      left: 0;
      background: url(../images/common/bg_line.jpg) left center no-repeat rgba(255, 255, 255, 0.7);
      width: 100%;
      padding: 15px 0 15px 15px;
      z-index: 2;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #topService ul.service-list > li p span {
        color: #fc534c;
        font-size: 12px;
        padding-left: 15px; }
    #topService ul.service-list > li a:hover p {
      padding: 30px 0 30px 15px; }
  @media screen and (max-width: 768px) {
    #topService ul.service-list {
      width: 100%;
      margin: 0px 0px 20px; }
      #topService ul.service-list > li {
        width: 96%;
        margin: 0px auto; }
        #topService ul.service-list > li p {
          font-size: 13px; } }

/* topAbout */
#topAbout {
  background: url(../images/top/bg_about.png) center bottom no-repeat #297099;
  background-size: cover;
  text-align: center;
	min-width: 1200px;
  padding: 70px 0 100px; }
  #topAbout h2 {
    color: #fff;
font-size: 27px;}
  #topAbout .inner .left {
    width: 45%; }
  #topAbout .inner p {
    color: #fff; }
.top-ent-t {
	display: block;
}
.top-ent-t dl {
	display: block;
	
	color: #FFF;
	padding-bottom: 15px;
	
}
.top-ent-t dt {
	display: block;
	float: left;
	width: 60px;
	font-size: 16px !important;
	line-height: 180% !important;
}
.top-ent-t dd {
	display: block;
	float: left;
	width: 86%;
	font-size: 16px !important;
	padding-left: 2%;
	line-height: 180% !important;
}
  @media screen and (max-width: 768px) {
    #topAbout {
      background: #297099;
	  min-width: 100%;}
	  #topAbout h2 {
    color: #fff;
font-size: 16px;}
      #topAbout .inner .left {
        width: 100%; }
.top-ent-t dt {
	display: block;
	font-size: 14px !important;
	padding-bottom: 10px;
	width: 100%;
}
.top-ent-t dd {
	display: block;
	width: 100%;
	font-size: 13px !important;
	padding-left: 2%;
	line-height: 150% !important;
}}

@media screen and (max-width: 768px) {
  #contentBtm .flex {
    display: block; }
  #contentBtm .news, #contentBtm .bnr {
    width: 100%; }
  #contentBtm .news .news-ttl h3 {
    width: 70%; }
  #contentBtm .news .news-ttl p {
    width: 30%; } }

/* topOEM */
#topProduct {
  background: url("../images/top/bg_pick.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 30px; }
  #topProduct ul li {
    width: 24%;
    padding-bottom: 20px;
    background: #fff;
    position: relative;
    margin-bottom: 30px; }
  #topProduct ul li a:after {
    background: url("../images/common/arw_s.png") center 100% no-repeat;
    background-size: 30px 30px;
    content: " ";
    width: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0; }
  #topProduct dl {
    padding: 15px 20px; }
  #topProduct dl dt {
    font-size: 18px;
    font-weight: 500;
    color: #bc;
    text-align: left;
    line-height: 140%;
    margin-bottom: 5px;
    margin-top: 10px; }
  #topProduct dl dd {
    font-size: 13px; }
  #topProduct dl + p {
    display: inline-block;
    background: #333;
    color: #fff;
    margin-left: 20px;
    padding: 0px 4px;
    font-size: 12px; }
	#topProduct p {
    display: inline-block;
    background: #333;
    color: #fff;
    margin-left: 20px;
    padding: 0px 4px;
    font-size: 12px; }

  @media screen and (max-width: 768px) {
    #topProduct ul li {
      width: 49%; } }

/* top-news */
.news-ttl {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background: #e5e5e5; }
  .news-ttl h3 {
    width: 80%;
    padding: 20px;
    font-size: 28px;
    font-weight: 500;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .news-ttl p {
    width: 20%;
    background: #fc534c; }
    .news-ttl p a {
      width: 100%;
      height: 100%;
      padding-top: 40px;
      background: url(../images/common/arw.png) 10px 47px no-repeat;
      background-size: 14px 14px;
      padding-left: 35px;
      color: #fff;
      font-weight: 500;
      display: block; }

.news {
  width: 50%;
  margin: 60px 0; }

.newslist {
  margin-top: 20px; }

.newslist li {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #eee;
  padding: 6px 6px; }
  @media screen and (max-width: 460px) {
    .newslist li {
      display: block; } }
  .newslist li span a {
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    width: 100px;
    font-size: 11px;
    text-align: center;
    margin: 5px 0px 0px 5px; }

.newslist p a {
  line-height: 180%;
  text-align: left;
  display: block;
  text-decoration: underline; }

.newslist a:hover {
  text-decoration: none; }

.newslist time {
  width: 95px;
  padding: 5px 0;
  line-height: 180%; }
  @media screen and (max-width: 460px) {
    .newslist time {
      width: 100%;
      float: none; } }

.newslist li p {
  width: 77%; }
  @media screen and (max-width: 460px) {
    .newslist li p {
      width: 100%;
      float: none; }
      .newslist li p a {
        padding: 0px 0px 8px 0 !important; } }

.newslist li p a {
  background-size: 14px 14px;
  display: block;
  padding: 5px 20px; }

.bnr {
  width: 48%;
  margin: 60px 0; }
  .bnr li {
    position: relative;
    margin-bottom: 20px; }
    .bnr li a {
      display: block;
      width: 100%;
      min-height: 200px; }
      .bnr li a:after {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        content: " ";
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .bnr li p {
      position: relative;
      z-index: 10;
      font-size: 24px !important;
      font-weight: 500;
      padding-top: 70px !important;
      color: #fff;
      text-align: center;
      line-height: 120%; }
      .bnr li p span {
        font-size: 12px;
        color: #fc534c;
        display: block;
        line-height: 120%; }
  .bnr .bnr-com {
    background: url(../images/top/bnr_company.jpg);
    background-size: cover; }
  .bnr .bnr-rec {
    background: url(../images/top/bnr_recruit.jpg);
    background-size: cover; }

.btn, .sbtn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  margin-top: 30px; }

.btn a, .sbtn a {
  background: url(../images/common/arw.png) 20% center no-repeat;
  display: inline-block;
  background-size: 14px;
  color: #fff;
  padding: 6px 45px 6px 60px;
  margin-top: 50px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #fc534c;
  margin: auto; }
  .btn a a:hover, .sbtn a a:hover {
    background: url(../images/common/arw.png) 40% center no-repeat;
    opacity: 0.8; }

.btn a:hover, .sbtn a:hover {
  opacity: 1 !important; }

.sbtn a {
  background: url("../images/common/arw_l.png") left center no-repeat;
  background-size: 15px 15px;
  font-size: 15px;
  padding: 15px 15px 15px 20px;
  margin-top: 0px; }
  .sbtn a:hover {
    color: #297099; }

/* pagetop
-------------------------*/
#totop a {
  clear: both;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: block;
  text-align: center; }
  #totop a img {
    padding-top: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }

#totop a:hover img {
  padding-top: 0px;
  opacity: 1 !important; }


/*=============================
	Sub(Lower)Page setting
===============================*/
#content-sub {
  overflow: hidden;
  padding-top: 10px;
  position: relative; }
  #content-sub .inner {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px; }
    #content-sub .inner p {
      margin-bottom: 15px;
      font-size: 14px; }
  #content-sub h3 {
    position: relative;
    width: 1200px;
    margin: auto;
    font-size: 28px;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 30px;
    padding-top: 20px; }
    #content-sub h3:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 160px;
      padding-top: px;
      background: #297099;
      height: 2px; }
  #content-sub h4 {
    font-size: 14px;
    font-weight: bold;
    background: #297099;
    padding: 8px 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    #content-sub h3 {
      font-size: 22px; } }

.mainimg-sub {
  width: 100%;
  background: url("../images/common/subimg_company.jpg") left top no-repeat;
  background-size: cover; }
  .mainimg-sub .inner {
    width: 1200px;
    margin: auto;
    min-height: 145px;
    position: relative; }
    @media screen and (max-width: 1240px) {
      .mainimg-sub .inner {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .mainimg-sub .inner {
        height: 100px;
        min-height: 100px; } }
    .mainimg-sub .inner h2 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: 1px;
      text-align: center;
      padding: 55px 0px 0px 10px;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .mainimg-sub .inner h2 {
          font-size: 18px;
          padding: 35px 0px 0px 10px; } }
  @media screen and (max-width: 960px) {
    .mainimg-sub .inner {
      width: 100%; } }


/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 769px) {
	.submain-base {
		display: block;
		background: url(../images/common/mainbg.jpg) top center no-repeat #919191;
		height: 180px;
		text-align: left;
	}
	.submain-base div {
		display: block;
		max-width: 1200px;
		margin: 0 auto;
	}
	.submain-base div span {
		display:inline-block;
		color: #FFF;
		font-size: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 22px;
		padding-right: 22px;
		background: #297099;
	}
	.submain-base div h2 {
		display: block;
		font-size: 30px;
		padding-top: 40px;
		color: #FFF;
		text-shadow: 1px 1px 1px #000,
		-1px 1px 1px #000,
		1px -1px 1px #000,
		-1px -1px 1px #000;
	}
	.submain-base div h2 small {
		font-size: 23px;
		margin-left: 25px;
	}
	.pan {
		display: block;
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 10px;
		font-size: 12px;
		text-align: left;
	}
	.pan a {
		color: #000;
		text-decoration: none;
	}
	
	
	.histry-base {
		display: block;
		max-width: 1200px;
		margin: 0 auto;
	}
	h2.title01 {
		display: block;
		font-size: 26px;
		background: url(../images/top/bg_pick.jpg) top center no-repeat;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.histry-base table {
		width: 100%;
		font-size: 16px;
		line-height: 170%;
	}
	.histry-base table th {
		text-align: left;
		vertical-align: top;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 25px;
		padding-right: 25px;
		width: 19%;
		border-bottom: #ccc dotted 1px;
	}
	.histry-base table td {
		text-align: left;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 25px;
		padding-right: 25px;
		border-bottom: #ccc dotted 1px;
	}
	.pb80 {
		padding-bottom: 80px;
	}
	
	
	.g-tab1 {
		width: 100%;
		font-size: 16px;
		line-height: 170%;
		border-collapse:collapse;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
	}
	.g-tab1 th {
		text-align: left;
		vertical-align: top;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 25px;
		padding-right: 25px;
		width: 19%;
		background: #EFEFEF;
		border-bottom: #ccc solid 1px;
		border-right: #ccc solid 4px;
	}
	.g-tab1 td {
		text-align: left;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 25px;
		padding-right: 25px;
		border-bottom: #ccc solid 1px;
		border-right: #ccc solid 1px;
	}
	.maplink {
		display: inline-block;
		margin-left: 15px;
	}
	.maplink a {
		display: block;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 17px;
		padding-right: 17px;
		font-size: 14px;
		color: #FFF;
		text-decoration: none;
		background: #111;
	}
	.g-tab1 p {
		font-size: 16px;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.submain-base {
		display: block;
		background: url(../images/common/mainbg.jpg) top center no-repeat #919191;
		height: 100px;
		text-align: left;
	}
	.submain-base div {
		display: block;
	}
	.submain-base div span {
		display:inline-block;
		color: #FFF;
		font-size: 16px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
		background: #297099;
	}
	.submain-base div h2 {
		display: block;
		font-size: 20px;
		padding-left: 10px;
		padding-top: 10px;
		color: #FFF;
		text-shadow: 1px 1px 1px #000,
		-1px 1px 1px #000,
		1px -1px 1px #000,
		-1px -1px 1px #000;
	}
	.submain-base div h2 small {
		font-size: 13px;
		margin-left: 15px;
	}
	.pan {
		display: block;
	}
	.pan p {
		display: none;
	}
	
	
	.histry-base {
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	h2.title01 {
		display: block;
		font-size: 16px;
		background: url(../images/top/bg_pick.jpg) center center no-repeat;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.histry-base table {
		width: 100%;
		font-size: 12px;
		line-height: 170%;
	}
	.histry-base table th {
		text-align: left;
		vertical-align: top;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		width: 35%;
		border-bottom: #ccc dotted 1px;
	}
	.histry-base table td {
		text-align: left;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		border-bottom: #ccc dotted 1px;
	}
	.pb80 {
		padding-bottom: 30px;
	}
	.g-tab1 {
		width: 100%;
		font-size: 12px;
		line-height: 150%;
		border-collapse:collapse;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
	}
	.g-tab1 th {
		text-align: left;
		vertical-align: top;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		width: 35%;
		background: #EFEFEF;
		border-bottom: #ccc solid 1px;
		border-right: #ccc solid 4px;
	}
	.g-tab1 td {
		text-align: left;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right:5px;
		border-bottom: #ccc solid 1px;
		border-right: #ccc solid 1px;
	}
	.maplink {
		display: block;
		padding-bottom: 6px;
	}
	.maplink a {
		display: block;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 17px;
		padding-right: 17px;
		font-size: 14px;
		color: #FFF;
		text-decoration: none;
		background: #111;
	}
}


@media screen and (min-width: 769px) {
	.title02 {
		display: block;
		position:relative;
		text-align: center;
		font-size: 24px;
		padding-bottom: 40px;
		letter-spacing: 2px;
	}
	.title02 span {
		display: inline-block;
		position: relative;
		font-size: 20px;
		color: #297099;
	}
	.title02 span::after {
		content: "";
		height: 4px;
		background: #297099;
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
		position: absolute;
		bottom:-7px;
		left: 0px;
	}
	
	.csr01 {
		display: block;
		background: url(../images/csr/bg01.jpg) center right no-repeat;
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 100px;
	}
	.csr01 p {
		display: block;
		font-size: 27px;
		letter-spacing: 2px;
		line-height: 190%;
		text-align: left;
		padding-right: 250px;
	}
	
	.csr-base {
		display: block;
		max-width: 1200px;
		margin: 0 auto;
	}
	.k-housin {
		display: block;
		border: #eee solid 7px;
		padding: 25px;
		margin-left: 6%;
		margin-right: 6%;
		text-align: left;
	}
	.k-housin dl {
		display: block;
	}
	.k-housin dt {
		display: block;
		border-left: #73D033 solid 6px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 20px;
		font-size: 22px;
		padding-left: 30px;
	}
	.k-housin dd {
		display: block;
		font-size: 16px;
		padding-left: 40px;
		padding-bottom: 35px;
	}
	
	.syomei01 {
		display: block;
		text-align: right;
		margin-right: 6%;
		font-size: 15px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.title02 {
		display: block;
		position:relative;
		text-align: center;
		font-size: 15px;
		padding-bottom: 20px;
		letter-spacing: 2px;
		font-family: "Mplus 1p", sans-serif;
	}
	.title02 span {
		display: inline-block;
		position: relative;
		font-size: 15px;
		color: #297099;
		font-family: "Mplus 1p", sans-serif;
	}
	.title02 span::after {
		content: "";
		height: 4px;
		background: #297099;
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
		position: absolute;
		bottom:-7px;
		left: 0px;
	}
	
	.csr01 {
		display: block;
		background: url(../images/csr/bg01.jpg) center right no-repeat;
		background-size:  auto 100%;
		padding: 5%;
	}
	.csr01 p {
		display: block;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 150%;
		text-align: left;
	}
	
	.csr-base {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
	.k-housin {
		display: block;
		border: #eee solid 7px;
		padding: 10px;
		text-align: left;
	}
	.k-housin dl {
		display: block;
	}
	.k-housin dt {
		display: block;
		border-left: #73D033 solid 3px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 20px;
		font-size: 15px;
		padding-left: 15px;
	}
	.k-housin dd {
		display: block;
		font-size: 13px;
		padding-left: 20px;
		padding-bottom: 25px;
	}
	
	.syomei01 {
		display: block;
		text-align: right;
		font-size: 12px;
		padding-top: 20px;
	}
}


@media screen and (min-width: 769px) {
	.erect01 {
		display: block;
		background: url(../images/service/product01/bg01.jpg) top center no-repeat;
		height: 370px;
		padding: 35px;
	}
	.erect01 p {
		display: block;
		font-size: 15px;
		line-height: 190%;
		padding: 20px;
		background: rgba(255,255,255,0.7);
		margin-left: 54%;
		text-align: left;
	}
	.yakuhin {
		display: block;
		background: url(../images/service/product02/bg01.jpg) top center no-repeat;
		height: 370px;
		padding: 35px;
	}
	.yakuhin p {
		display: block;
		font-size: 15px;
		line-height: 190%;
		padding: 20px;
		background: rgba(255,255,255,0.7);
		margin-left: 54%;
		text-align: left;
	}
	.kagaku {
		display: block;
		background: url(../images/service/product03/bg01.jpg) top center no-repeat;
		height: 370px;
		padding: 35px;
	}
	.kagaku p {
		display: block;
		font-size: 15px;
		line-height: 190%;
		padding: 20px;
		background: rgba(255,255,255,0.7);
		margin-left: 54%;
		text-align: left;
	}
	
	
	.omi-base {
		display: block;
		padding-left: 4%;
		padding-right: 4%;
		margin-top: -60px;
	}
	.omi-base .bg-base {
		display: block;
		background: #EFEFEF;
		padding: 35px;
		text-align: left;
		border: #ccc solid 1px;
	}
	.omi-base .bg-base h3 {
		display: block;
		font-size: 28px;
		position: relative;
		color: #297099;
		text-align: left;
		margin-bottom: 55px;
	}
	.omi-base .bg-base h3::before {
		position: absolute;
		left: 0px;
		bottom:-10px;
		content: "";
		background: #297099;
		height: 4px;
		width: 35%;
	}
	.omi-base .bg-base h3::after {
		position: absolute;
		left: 20px;
		bottom:-19px;
		content: "";
		background: #459ACD;
		height: 4px;
		width: 65%;
	}
	.omi-base .bg-base .lef {
		display: block;
		float: left;
		width: 47%;
	}
	.omi-base .bg-base .lef:nth-child(2) {
		float: right;
	}
	.omi-base .bg-base h4 {
		display: block;
		background: #79B7DB;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 18px;
		margin-bottom: 15px;
	}
	.omi-base .bg-base ul {
		display: block;
		margin-bottom: 25px;
	}
	.omi-base .bg-base li {
		display: block;
		border: #79B7DB solid 1px;
		background: #FFF;
		font-size: 14px;
		padding: 10px;
		margin-bottom: 10px;
	}
	.omi-base .bg-base .lef figure img {
		width: 100%;
	}
}


@media screen and (max-width: 768px) {
	.erect01 {
		display: block;
		background: url(../images/service/product01/bg01.jpg) top center no-repeat;
		background-size:  auto 100%;
		padding: 15px;
	}
	.erect01 p {
		display: block;
		font-size: 13px;
		line-height: 150%;
		padding: 10px;
		background: rgba(255,255,255,0.9);
		text-align: left;
	}
	
	.yakuhin {
		display: block;
		background: url(../images/service/product02/bg01.jpg) top center no-repeat;
		background-size:  auto 100%;
		padding: 15px;
	}
	.yakuhin p {
		display: block;
		font-size: 13px;
		line-height: 150%;
		padding: 10px;
		background: rgba(255,255,255,0.9);
		text-align: left;
	}
	.kagaku {
		display: block;
		background: url(../images/service/product03/bg01.jpg) top center no-repeat;
		background-size:  auto 100%;
		padding: 15px;
	}
	.kagaku p {
		display: block;
		font-size: 13px;
		line-height: 150%;
		padding: 10px;
		background: rgba(255,255,255,0.9);
		text-align: left;
	}
	
	
	.omi-base {
		display: block;
		margin-top: 10px;
	}
	.omi-base .bg-base {
		display: block;
		background: #EFEFEF;
		padding: 25px;
		text-align: left;
		border: #ccc solid 1px;
	}
	.omi-base .bg-base h3 {
		display: block;
		font-size: 20px;
		position: relative;
		color: #297099;
		text-align: left;
		margin-bottom: 55px;
	}
	.omi-base .bg-base h3::before {
		position: absolute;
		left: 0px;
		bottom:-10px;
		content: "";
		background: #297099;
		height: 4px;
		width: 35%;
	}
	.omi-base .bg-base h3::after {
		position: absolute;
		left: 20px;
		bottom:-19px;
		content: "";
		background: #459ACD;
		height: 4px;
		width: 65%;
	}
	.omi-base .bg-base .lef {
		display: block;
	}
	.omi-base .bg-base h4 {
		display: block;
		background: #79B7DB;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 18px;
		margin-bottom: 15px;
	}
	.omi-base .bg-base ul {
		display: block;
		margin-bottom: 25px;
	}
	.omi-base .bg-base li {
		display: block;
		border: #79B7DB solid 1px;
		background: #FFF;
		font-size: 14px;
		padding: 10px;
		margin-bottom: 10px;
	}
	.omi-base .bg-base .lef figure img {
		width: 100%;
	}
}


@media screen and (min-width: 769px) {
	
	.contents-btn {
		display: block;
		padding-top: 60px;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 60px;
	}
	.contents-btn ul {
		display: block;
		margin-left: 1%;
	}
	.contents-btn li {
		display: block;
		float: left;
		width: 30%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	.contents-btn a {
		display: block;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		font-size: 26px;
		padding-top: 120px;
		padding-bottom: 120px;
		background: #297099;
	}
}

@media screen and (max-width: 768px) {
	
	.contents-btn {
		display: block;
		padding-top: 20px;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 20px;
	}
	.contents-btn ul {
		display: block;
	}
	.contents-btn li {
		display: block;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.contents-btn a {
		display: block;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		font-size: 18px;
		padding-top: 50%;
		padding-bottom: 30px;
	}
	.ka-l {
		background: url(../images/service/ico1.jpg) top center no-repeat #297099;
		background-size: 50% auto;
	}
	.el-l {
		background: url(../images/service/ico2.jpg) top center no-repeat #297099;
		background-size: 50% auto;
	}
	.iy-l {
		background: url(../images/service/ico3.jpg) top center no-repeat #297099;
		background-size: 50% auto;
	}
}


@media screen and (min-width: 769px) {
	.com-1 {
		background: url(../images/company/ico1.jpg) top center no-repeat #297099;
	}
	.com-2 {
		background: url(../images/company/ico2.jpg) top center no-repeat #297099;
	}
	.com-3 {
		background: url(../images/company/ico3.jpg) top center no-repeat #297099;
	}
	.com-4 {
		background: url(../images/company/ico4.jpg) top center no-repeat #297099;
	}
	.com-5 {
		background: url(../images/company/ico5.jpg) top center no-repeat #297099;
	}
	.his-fig {
		display: block;
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 20px;
	}
	.his-fig figure {
		display: block;
		float: left;
	}
	.his-fig figure:nth-child(2) {
		float: right;
	}
	.im-center {
		display: block;
		text-align: center;
	}
	.im-center img {
		display: inline-block;
	}
}
@media screen and (max-width: 768px) {
	.com-1 {
		background: url(../images/company/ico1.jpg) top center no-repeat #297099;
		background-size: 50% auto;
	}
	.com-2 {
		background: url(../images/company/ico2.jpg) top center no-repeat #297099;
		background-size: 50% auto;
	}
	.com-3 {
		background: url(../images/company/ico3.jpg) top center no-repeat #297099;
		background-size: 50% auto;
	}
	.com-4 {
		background: url(../images/company/ico4.jpg) top center no-repeat #297099;
		background-size: 50% auto;
	}
	.com-5 {
		background: url(../images/company/ico5.jpg) top center no-repeat #297099;
		background-size: 50% auto;
	}
	.his-fig {
		display: block;
		padding-bottom: 10px;
	}
	.his-fig figure {
		display: block;
		float: left;
		width: 49%
	}
	.his-fig figure:nth-child(2) {
		float: right;
	}
	.his-fig img {
		width: 100%;
	}
	.im-center {
		display: block;
		text-align: center;
	}
	.im-center img {
		width: 100%;
	}
}


@media screen and (min-width: 769px) {
	
	.omi-base .lf-box2 ul {
		display: block;
		margin-bottom: 25px;
	}
	.omi-base .lf-box2 li {
		display: block;
		border: #79B7DB solid 1px;
		background: #FFF;
		text-align: center;
		font-size: 14px;
		padding: 17px;
		margin-bottom: 40px;
		position: relative;
	}
	.omi-base .lf-box2 li::before,
	.omi-base .lf-box2 li::after{
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.omi-base .lf-box2 li::before{
		bottom: -44px;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 14px solid transparent;
		border-top: 14px solid #297099;
	}
	.omi-base .lf-box2 li.last::before {display: none !important;}
	
}
@media screen and (max-width: 768px) {
	
	.omi-base .lf-box2 ul {
		display: block;
		margin-bottom: 25px;
	}
	.omi-base .lf-box2 li {
		display: block;
		border: #79B7DB solid 1px;
		background: #FFF;
		text-align: center;
		font-size: 12px;
		padding: 12px;
		margin-bottom: 40px;
		position: relative;
	}
	.omi-base .lf-box2 li::before,
	.omi-base .lf-box2 li::after{
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.omi-base .lf-box2 li::before{
		bottom: -44px;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 14px solid transparent;
		border-top: 14px solid #297099;
	}
	.omi-base .lf-box2 li.last::before {display: none !important;}
	
}
@media screen and (min-width: 769px) {
	.zadankai-base {
		display: block;
		text-align: left;
	}
	.zadankai-base .lgf {
		display: block;
	}
	.zadankai-base figure {
		width: 419px;
	}
	.zadankai-base figure img {
		max-width: 100%;
	}
	.zadankai-base .lgf figure {
		display: block;
		float: right;
	}
	.zadankai-base .lgf .txt {
		display: block;
		float: left;
		width: 680px;
	}
	.zadankai-base .rgf {
		display: block;
	}
	.zadankai-base .rgf figure {
		display: block;
		float: left;
	}
	.zadankai-base .rgf .txt {
		display: block;
		float: right;
		width: 680px;
	}
	.zadankai-base h3 {
		display: block;
		font-size: 22px;
		font-weight: bold;
		border-left: #297099 solid 4px;
		padding-left: 20px;
		margin-bottom: 25px;
	}
	.zadankai-base p {
		display: block;
		font-size: 15px;
		line-height: 180%;
		padding-bottom: 35px;
	}
	.zcl {
		font-size: 15px;
		color: #014B09;
	}
	.zcl2 {
		font-size: 15px;
		color:#C84206;
	}
	.zcl3 {
		font-size: 15px;
		color:#0753BB;
	}
}
@media screen and (max-width: 768px) {
	.zadankai-base {
		display: block;
		text-align: left;
	}
	.zadankai-base img {
		width: 100%;
	}
	.zadankai-base .lgf {
		display: block;
	}
	.zadankai-base .lgf figure {
		display: block;
		padding-bottom: 15px;
	}
	.zadankai-base .lgf .txt {
		display: block;
	}
	.zadankai-base .rgf {
		display: block;
	}
	.zadankai-base .rgf figure {
		display: block;
		padding-bottom: 15px;
	}
	.zadankai-base .rgf .txt {
		display: block;
	}
	.zadankai-base h3 {
		display: block;
		font-size: 16px;
		font-weight: bold;
		border-left: #297099 solid 4px;
		padding-left: 10px;
		margin-bottom: 15px;
	}
	.zadankai-base p {
		display: block;
		font-size: 13px;
		line-height: 180%;
		padding-bottom: 25px;
	}
	.zcl {
		font-size: 13px;
		color: #014B09;
	}
	.zcl2 {
		font-size: 13px;
		color:#C84206;
	}
	.zcl3 {
		font-size: 13px;
		color:#0753BB;
	}
}

@media screen and (min-width: 769px) {
	.inter-list01 {
		display:block;
	}
	.inter-list01 img {
		width: 100%;
	}
	.inter-list01 li {
		display: block;
		float: left;
		width: 370px;
		margin-right: 45px;
		margin-bottom: 40px;
	}
	.inter-list01 li:nth-child(3n) {
		margin-right: 0px;
	}
	.inter-list01 li h3 {
		display: block;
		background: #EFEFEF;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 12px;
		color: #CB0205;
	}
	.inter-list01 li p {
		display: block;
		text-align: center;
		font-size: 12px;
		padding-top: 8px;
		color: #CB0205;
	}
	.inter-list01 li h3 small {
		color: #CB0205;
		font-size: 12px;
	}
	.inter002 {
		display: block;
		border: #EFEFEF solid 6px;
		padding: 35px;
		margin-bottom: 40px;
	}
	.inter002 .ims {
		display: block;
		float: right;
		width: 420px;
	}
	.inter002 .ims img {
		width: 100%;
	}
	.inter002 .txt2 {
		display: block;
		float: left;
		width: 650px;
	}
	.inter002 h2 {
		display: block;
		text-align: left !important;
		font-size: 33px;
		color: #297099;
		font-weight: normal;
		border-bottom: #297099 solid 1px;
		padding-top: 20px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.inter002 p {
		display: block;
		font-size: 17px;
		padding-bottom: 25px;
	}
	.inter002 b {
		display: block;
		font-size: 28px;
		line-height: 160% !important;
	}
}
@media screen and (max-width: 768px) {
	.inter-list01 {
		display:block;
	}
	.inter-list01 img {
		width: 100%;
	}
	.inter-list01 li {
		display: block;
		margin-bottom: 20px;
	}
	.inter-list01 li:nth-child(3n) {
		margin-right: 0px;
	}
	.inter-list01 li h3 {
		display: block;
		background: #EFEFEF;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 12px;
		color: #CB0205;
	}
	.inter-list01 li p {
		display: block;
		text-align: center;
		font-size: 12px;
		padding-top: 8px;
		color: #CB0205;
	}
	.inter-list01 li h3 small {
		color: #CB0205;
		font-size: 12px;
	}
	.inter002 {
		display: block;
		border: #EFEFEF solid 6px;
		padding: 10px;
		margin-bottom: 20px;
	}
	.inter002 .ims {
		display: block;
	}
	.inter002 .txt2 {
		display: block;
		padding-top: 20px;
	}
	.inter002 h2 {
		display: block;
		text-align: left !important;
		font-size: 16px;
		color: #297099;
		font-weight: normal;
		border-bottom: #297099 solid 1px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.inter002 p {
		display: block;
		font-size: 13px;
		padding-bottom: 15px;
	}
	.inter002 b {
		display: block;
		font-size: 18px;
	}
}

@media screen and (min-width: 769px) {

	.list-gallery{
		width:100%;
		overflow:hidden;
		padding-bottom:60px;
	}
	.list-gallery li{
		float:left;
		margin-right:10px;
		margin-bottom:10px;
		padding:7px;
		width:170px;
		height:170px;
		overflow:hidden;
	}
	.list-gallery li:nth-child(5n){
		margin-right:0px;
	}
}
@media screen and (max-width: 768px) {

	.list-gallery{
		width:100%;
		overflow:hidden;
		padding-bottom:30px;
	}
	.list-gallery li{
		float:left;
		margin-bottom:10px;
		padding:7px;
		width:48%;
		height:100px;
		overflow:hidden;
	}
	.list-gallery li:nth-child(2n){
		float: right;
	}
}
@media screen and (min-width: 769px) {
	.contact-tabs {
		display: block;
	}
	.contact-tabs table {
		width: 100%;
		font-size: 15px;
		border-collapse:collapse;
		border-left: #ccc solid 1px;
		border-top: #ccc solid 1px;
	}
	.contact-tabs th {
		text-align: center;
		padding-top: 16px;
		padding-bottom: 16px;
		background: #EFEFEF;
		border-right: #ccc solid 1px !important;
		border-bottom: #ccc solid 4px !important;
	}
	.contact-tabs td {
		text-align: left;
		padding-top: 16px;
		padding-bottom: 16px;
		border-right: #ccc solid 1px !important;
		border-bottom: #ccc solid 1px !important;
	}
}
@media screen and (max-width: 768px) {
	.contact-tabs {
		display: block;
	}
	.contact-tabs table {
		width: 100%;
		font-size: 12px;
		border-left: #ccc solid 1px !important;
		border-top: #ccc solid 1px !important;
	}
	.contact-tabs th {
		text-align: center;
		padding-top: 6px;
		padding-bottom: 6px;
		background: #EFEFEF;
		border-right: #ccc solid 1px !important;
		border-bottom: #ccc solid 4px !important;
	}
	.contact-tabs td {
		text-align: left;
		padding-top: 6px;
		padding-bottom: 6px;
		border-right: #ccc solid 1px !important;
		border-bottom: #ccc solid 1px !important;
	}
}

@media screen and (min-width: 769px) {
	
	.hvat-base {
		display: block;
		padding-top: 60px;
		padding-left:8%;
		padding-right: 8%;
		padding-bottom: 60px;
	}
	.hvat-base ul {
		display: block;
		margin-left: 1%;
	}
	.hvat-base li {
		display: block;
		float: left;
		width: 48%;
		margin-bottom: 20px;
	}
	.hvat-base li:nth-child(2n) {
		float: right;
	}
	.hvat-base a {
		display: block;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		font-size: 26px;
		padding-top: 120px;
		padding-bottom: 120px;
		background:#262626;
		position: relative;
	}
	.hvat-base a::before,
	.hvat-base a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 40px;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.hvat-base a::before{
		width: 22px;
		height: 22px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #FFF;
	}
	.hvat-base a::after{
		left: 43px;
		width: 8px;
		height: 8px;
		border-top: 1px solid #262626;
		border-right: 1px solid #262626;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@media screen and (max-width: 768px) {
	
	.hvat-base {
		display: block;
		padding-top: 20px;
		padding-left:2%;
		padding-right: 2%;
		padding-bottom: 20px;
	}
	.hvat-base ul {
		display: block;
		margin-left: 1%;
	}
	.hvat-base li {
		display: block;
		margin-bottom: 20px;
	}
	.hvat-base a {
		display: block;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 20px;
		background:#262626;
		position: relative;
	}
	.hvat-base a::before,
	.hvat-base a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.hvat-base a::before{
		width: 12px;
		height: 12px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #FFF;
	}
	.hvat-base a::after{
		left: 13px;
		width: 5px;
		height: 5px;
		border-top: 1px solid #262626;
		border-right: 1px solid #262626;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@media screen and (min-width: 769px) {
	.recs001 {
		display: block;
		text-align: left;
	}
	.recs001 p {
		display: block;
		font-size: 15px;
		padding-bottom: 20px;
	}
	.recs001 .list01 {
		display: block;
	}
	.recs001 .list01 li {
		display: block;
		float: left;
		width: 24%;
		margin-right: 1%;
		text-align: center;
		padding-top: 25px;
		padding-bottom: 25px;
		background: #297099;
		color: #FFF;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.recs001 h2 {
		border-top: #ccc solid 3px;
		border-bottom: #ccc solid 3px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.recs001 .lf-box2 {
		padding-left: 6%;
		padding-right: 6%;
	}
	.recs001 .lf-box2 ul {
		display: block;
		margin-bottom: 25px;
	}
	.recs001 .lf-box2 li {
		display: block;
		border: #79B7DB solid 1px;
		background: #FFF;
		text-align: left;
		font-size: 14px;
		padding: 17px;
		margin-bottom: 40px;
		position: relative;
		line-height: 210%;
	}
	.recs001 .lf-box2 li::before,
	.recs001 .lf-box2 li::after{
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.recs001 .lf-box2 li::before{
		bottom: -44px;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 14px solid transparent;
		border-top: 14px solid #297099;
	}
	.recs001 .lf-box2 li.last::before {display: none !important;}
	.recs001 .lf-box2 li span {
		display: inline-block;
		color: #FFF;
		font-size: 15px;
		background: #297099;
		padding-left: 15px;
		padding-right: 15px;
		margin-right: 20px;
	}
	
	
	.enbtn {
		display: block;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 15%;
		padding-right: 15%;
	}
	.enbtn a {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 22px;
		padding-top: 25px;
		padding-bottom: 25px;
		text-decoration: none;
		background: #FC534C;
	}
	.cbtn {
		display: block;
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
	}
	.sbt {
		text-align: center;
		color: #FFF;
		width: 380px;
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-decoration: none;
		background: #FC534C;
		border: none;
	}
	.n001 {
		border: #ccc solid 1px;
		width: 50%;
		height: 30px;
	}
	.n002 {
		border: #ccc solid 1px;
		width: 20%;
		height: 30px;
	}
	.recs001 select {
		width: 100px;
		height: 30px;
		border: #ccc solid 1px;
	}
	.recs001 textarea {
		border: #ccc solid 1px;
		width: 100%;
		height: 140px;
	}
	.news-deta {
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 14px;
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	.recs001 {
		display: block;
		text-align: left;
	}
	.recs001 p {
		display: block;
		font-size: 13px;
		padding-bottom: 20px;
	}
	.recs001 .list01 {
		display: block;
	}
	.recs001 .list01 li {
		display: block;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		background: #297099;
		color: #FFF;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.recs001 h2 {
		border-top: #ccc solid 3px;
		border-bottom: #ccc solid 3px;
		padding-top: 10px !important;
		padding-bottom: 10px!important;
	}
	.recs001 .lf-box2 {
		padding-left: 6%;
		padding-right: 6%;
	}
	.recs001 .lf-box2 ul {
		display: block;
		margin-bottom: 25px;
	}
	.recs001 .lf-box2 li {
		display: block;
		border: #79B7DB solid 1px;
		background: #FFF;
		text-align: left;
		font-size: 13px;
		padding: 6px;
		margin-bottom: 40px;
		position: relative;
		line-height: 150%;
	}
	.recs001 .lf-box2 li::before,
	.recs001 .lf-box2 li::after{
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.recs001 .lf-box2 li::before{
		bottom: -44px;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 14px solid transparent;
		border-top: 14px solid #297099;
	}
	.recs001 .lf-box2 li.last::before {display: none !important;}
	.recs001 .lf-box2 li span {
		display:block;
		color: #FFF;
		font-size: 15px;
		background: #297099;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	
	.enbtn {
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 4%;
		padding-right: 4%;
	}
	.enbtn a {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 18px;
		padding-top: 15px;
		padding-bottom: 15px;
		text-decoration: none;
		background: #FC534C;
	}
	.news-deta {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 13px;
	}
}

@media screen and (min-width: 769px) {
	.prodca {
		display: block;
	}
	.prodca li {
		display: block;
		float: left;
		width: 32%;
		margin-right: 1%;
		padding-bottom: 25px;
	}
	.prodca li a {
		display: block;
		text-align: center;
		border: #111 solid 3px;
		font-size: 15px;
		padding-top: 25px;
		padding-bottom: 25px;
		background: #EFEFEF;
		text-decoration: none;
		color: #111;
	}
	.prodca-deta {
		display: block;
	}
	.prodca-deta li {
		display: block;
		float: left;
		width: 280px;
		margin-right: 25px;
		margin-bottom: 35px;
	}
	.prodca-deta li:nth-child(4n) {
		margin-right: 0px;
	}
	.prodca-deta li img {
		display: block;
		width: 100%;
	}
	.prodca-deta li figure {
		display: block;
		width: 100%;
		height: 185px;
		overflow: hidden;
	}
	.prodca-deta li p {
		display: block;
		text-align: center;
		padding-top: 10px;
		height: 40px;
		font-size: 16px;
		font-weight: bold;
		color:  #297099;
	}
	.prodca-deta.eg2 {
		position: relative;
		overflow: hidden;
	}
	.prodca-deta.eg2 ul {
		display: block;
		float: left;
		left: 50%;
		position: relative;
	}
	.prodca-deta.eg2 ul li {
		position: relative;
		float: left;
		left: -50%;
	}
	.prodca-deta.eg2 ul li.eg2-list {
		width: 450px;
	}
	.cat004 {
		display: block;
		font-size: 15px;
		line-height: 190%;
		padding-bottom: 35px;
		text-align: left;
	}
	.catch-img {
		display: block;
		padding-bottom: 40px;
	}
	.catch-img img {
		width: 100%;
	}
	.catch-img figure {
		display:block;
		float: left;
		width: 48%;
	}
	.catch-img figure:nth-child(2) {
		float: right;
	}
	h2.title02 {
		border-top: #ccc solid 3px;
		border-bottom: #ccc solid 3px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.fl-ones {
		display: block;
		padding-top: 35px;
		padding-bottom: 35px;
		border-bottom: #EFEFEF solid 4px;
		text-align: left;
	}
	.fl-ones figure {
		display: block;
		float: left;
		width: 25%;
	}
	.fl-ones img {
		width: 100%;
	}
	.fl-ones .txt {
		display: block;
		float: right;
		width: 72%;
	}
	.fl-ones h3 {
		display: block;
		font-size: 21px;
		margin-bottom: 20px;
		color:  #297099;
		border-left: #297099 solid 4px;
		padding-left: 20px;
	}
	.fl-ones p {
		display: block;
		font-size: 15px;
	}
	
	
	.fl-ones-2 {
		display: block;
		padding-top: 10px;
		padding-bottom: 35px;
		text-align: left;
	}
	.fl-ones-2 .txt {
		display: block;
		text-align: left;
	}
	.fl-ones-2 h3 {
		display: block;
		font-size: 21px;
		margin-bottom: 20px;
		color:  #297099;
		border-left: #297099 solid 4px;
		padding-left: 20px;
	}
	.fl-ones-2 p {
		display: block;
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.prodca {
		display: block;
	}
	.prodca li {
		display: block;
		padding-bottom: 20px;
	}
	.prodca li a {
		display: block;
		text-align: center;
		border: #111 solid 3px;
		font-size: 13px;
		padding-top: 20px;
		padding-bottom: 20px;
		background: #EFEFEF;
		text-decoration: none;
		color: #111;
	}
	.prodca-deta {
		display: block;
	}
	.prodca-deta li {
		display: block;
		margin-bottom: 20px;
	}
	.prodca-deta li img {
		display: block;
		width: 100%;
	}
	.prodca-deta li figure {
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.prodca-deta li p {
		display: block;
		text-align: center;
		padding-top: 10px;
		font-size: 12px;
		font-weight: bold;
		color:  #297099;
	}
	
	.cat004 {
		display: block;
		font-size: 13px;
		line-height: 170%;
		padding-bottom: 25px;
		text-align: left;
	}
	.catch-img {
		display: block;
		padding-bottom: 20px;
	}
	.catch-img img {
		width: 100%;
	}
	.catch-img figure {
		display:block;
		padding-top: 15px;
	}
	h2.title02 {
		border-top: #ccc solid 2px;
		border-bottom: #ccc solid 2px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.fl-ones {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: #EFEFEF solid 4px;
		text-align: left;
	}
	.fl-ones figure {
		display: block;
		padding-top: 10px;
	}
	.fl-ones img {
		width: 100%;
	}
	.fl-ones .txt {
		display: block;
	}
	.fl-ones h3 {
		display: block;
		font-size: 14px;
		margin-bottom: 20px;
		color:  #297099;
		border-left: #297099 solid 4px;
		padding-left: 10px;
	}
	.fl-ones p {
		display: block;
		font-size: 13px;
	}
	
	.fl-ones-2 {
		display: block;
		padding-top: 10px;
		padding-bottom: 15px;
		text-align: left;
	}
	.fl-ones-2 .txt {
		display: block;
		text-align: left;
	}
            /* add 20200629 */
            .fl-ones-2 img {
                width: 100%;
            }

	.fl-ones-2 h3 {
		display: block;
		font-size: 14px;
		margin-bottom: 20px;
		color:  #297099;
		border-left: #297099 solid 4px;
		padding-left: 10px;
	}
	.fl-ones-2 p {
		display: block;
		font-size: 13px;
	}
}

@media screen and (min-width: 769px) {
	.cy-tops {
		display: block;
		text-align: left;
	}
	.cy-tops figure {
		display: block;
		text-align: center;
		padding-bottom: 25px;
	}
	.cy-tops figure img {
		display: inline-block;
	}
	.cy-tops h3 {
		display: block;
		text-align: left;
		font-size: 20px;
		padding-bottom: 15px;
	}
	
	.to-list {
		display: block;
		padding-top: 25px;
	}
	.to-list li {
		display: block;
		float: left;
		width: 32%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	.to-list li a {
		display: block;
		text-align: center;
		color: #FFF;
		position: relative;
		text-decoration: none;
		padding-top: 20px;
		padding-bottom: 20px;
		background: #2C3079;
		font-size: 17px;
	}
	.to-list li a::before,
	.to-list li a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.to-list li a::before{
		left: 4px;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 4px solid #FFF;
	}
	
	.youto {
		display: block;
		padding-top: 25px;
	}
	.youto li{
		display: block;
		text-align: center;
		color: #2C3079;
		position: relative;
		text-decoration: none;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 14px;
		float: left;
		width: 32%;
		margin-right: 1%;
		margin-bottom: 20px;
		border: #2C3079 solid 2px;
	}
	.g-tab2 {
		width: 100%;
		font-size: 13px;
		line-height: 170%;
		border-collapse:collapse;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
	}
	.g-tab2 th {
		text-align: left;
		vertical-align: top;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 25px;
		padding-right: 25px;
		background: #EFEFEF;
		border-bottom: #ccc solid 4px !important;
		border-right: #ccc solid 1px;
	}
	.g-tab2 th.w-c {
		width: 47% !important;
	}
	.g-tab2 td {
		text-align: left;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 25px;
		padding-right: 25px;
		border-bottom: #ccc solid 1px;
		border-right: #ccc solid 1px;
	}
	.red {
		color: #C90306;
	}
	
	.bot-cont {
		display: block;
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 45px;
		padding-bottom: 45px;
		border: #2C3079 solid 5px;
	}
	.bot-cont figure {
		display: block;
		float: left;
		width: 20%;
	}
	.bot-cont figure img {
		width: 100%;
	}
	.bot-cont .txt {
		display: block;
		float: left;
		width: 70%;
		padding-right: 3%;
		padding-left: 3%;
		font-size: 17px;
	}
	.bot-cont .txt h3 {
		display: block;
		font-size: 18px;
		border-bottom: #ccc solid 3px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.bot-cont .ref {
		display:none;
	}
	.bot-cont .ref b {
		display: block;
		font-size: 20px;
		text-align: center;
		background: #E8E8E8;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.bot-cont .ref .btns a {
		display: block;
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
		background: #2C3079;
		color: #FFF;
		text-decoration: none;
		font-size: 24px;
	}
	.foso-img {
		display: block;
		padding-top: 20px;
		padding-left: 90px;
		padding-right: 90px;
	}
	.foso-img figure {
		display: block;
		float: left;
	}
	.foso-img figure:nth-child(2) {
		float: right;
	}
	.youto li figure {
		display: block;
		text-align: center;
		padding-top: 15px;
	}
	.youto li img {
		display: inline-block;
		max-width: 100%;
	}
	.caut005 {
		display: block;
		border: #E8E8E8 solid 5px;
		padding: 25px;
		font-size: 15px;
	}
	.caut005 b {
		display: block;
		text-align: center;
		padding-top: 18px;
		padding-bottom: 18px;
		font-size: 22px;
		font-weight: bold;
		color: #0B2B92;
	}
	.youto2 {
		display: block;
	}
	.youto2 li {
		display: block;
		float: left;
		width: 48%;
		margin-bottom: 20px;
		text-align: center;
		color: #2C3079;
		position: relative;
		text-decoration: none;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 14px;
		border: #2C3079 solid 2px;
	}
	.youto2 li:nth-child(2n) {
		float: right;
	}
	.foso-img2 {
		display: block;
		padding-top: 20px;
		padding-left: 250px;
		padding-right: 250px;
	}
	.foso-img2 figure {
		display: block;
		float: left;
	}
	.foso-img2 figure:nth-child(2) {
		float: right;
	}
	.sell-box {
		display: block;
		padding-bottom: 30px;
	}
	.sell-box figure {
		display: block;
		float: left;
	}
	.sell-box .txt {
		display: block;
		float: right;
		text-align: left;
		width: 63%;
	}
	.sell-box .txt h3 {
		display: block;
		background: #2C3079;
		color: #FFF;
		font-size: 22px;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 30px;
		margin-bottom: 25px;
	}
	.caut007 {
		display: block;
		background: #EFEFEF;
		padding: 25px;
		font-size: 15px;
		margin-top: 20px;
	}
	.caut007 b {
		font-weight: bold;
	}
	.catag {
		display: block;
		padding: 25px;
	}
	.catag a {
		display: block;
		background: #FC534C;
		padding: 20px;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		border-radius: 5px;
		font-size: 20px;
	}
	.to-listc {
		display: block;
		padding-top: 25px;
	}
	.to-listc li {
		display: block;
		float: left;
		width: 32%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	.to-listc li a {
		display: block;
		text-align: center;
		color: #111;border: #ccc solid 1px;
		position: relative;
		text-decoration: none;
		padding-top: 20px;
		padding-bottom: 20px;
		background: #FFF;
		font-size: 17px;
	}

}
@media screen and (max-width: 768px) {
	.cy-tops {
		display: block;
		text-align: left;
	}
	.cy-tops img {
		width: 100%;
	}
	.cy-tops figure {
		display: block;
		text-align: center;
		padding-bottom: 25px;
	}
	.cy-tops figure img {
		display: inline-block;
	}
	.cy-tops h3 {
		display: block;
		text-align: left;
		font-size: 17px;
		padding-bottom: 15px;
	}
	
	.to-list {
		display: block;
		padding-top: 25px;
	}
	.to-list li {
		display: block;
		margin-bottom: 10px;
	}
	.to-list li a {
		display: block;
		text-align: center;
		color: #FFF;
		position: relative;
		text-decoration: none;
		padding-top: 15px;
		padding-bottom: 15px;
		background: #2C3079;
		font-size: 13px;
	}
	.to-list li a::before,
	.to-list li a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.to-list li a::before{
		left: 4px;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 4px solid #FFF;
	}
	
	.youto {
		display: block;
	}
	.youto li{
		display: block;
		text-align: center;
		color: #2C3079;
		position: relative;
		text-decoration: none;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 14px;
		margin-right: 1%;
		margin-bottom: 20px;
		border: #2C3079 solid 2px;
	}
	.g-tab2 {
		width: 100%;
		font-size: 10px;
		line-height: 140%;
		border-collapse:collapse;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
	}
	.g-tab2 th {
		text-align: left;
		vertical-align: top;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 25px;
		padding-right: 25px;
		background: #EFEFEF;
		border-bottom: #ccc solid 4px !important;
		border-right: #ccc solid 1px;
	}
	.g-tab2 td {
		text-align: left;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 25px;
		padding-right: 25px;
		border-bottom: #ccc solid 1px;
		border-right: #ccc solid 1px;
	}
	.red {
		color: #C90306;
	}
	
	.bot-cont {
		display: block;
		text-align: left;
		padding: 10px;
		border: #2C3079 solid 5px;
	}
	.bot-cont figure {
		display: block;
		padding-bottom: 15px;
	}
	.bot-cont figure img {
		width: 100%;
	}
	.bot-cont .txt {
		display: block;
		padding-bottom: 15px;
	}
	.bot-cont .txt h3 {
		display: block;
		font-size: 15px;
		border-bottom: #ccc solid 3px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.bot-cont .txt p {
		display: block;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
	}
	.bot-cont .ref {
		display: none;
	}
	.bot-cont .ref b {
		display: block;
		font-size: 17px;
		text-align: center;
		background: #E8E8E8;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.bot-cont .ref .btns a {
		display: block;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		background: #2C3079;
		color: #FFF;
		text-decoration: none;
		font-size: 16px;
	}
	.youto2 {
		display: block;
	}
	.youto2 li {
		display: block;
		margin-bottom: 10px;
		text-align: center;
		color: #2C3079;
		position: relative;
		text-decoration: none;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 12px;
		border: #2C3079 solid 2px;
	}
	.foso-img {
		display: block;
		padding-top: 0px;
	}
	.foso-img figure {
		display: block;
		padding-bottom: 10px;
	}
	.youto li figure {
		display: block;
		text-align: center;
		padding-top: 15px;
	}
	.youto li img {
		display: inline-block;
		max-width: 100%;
	}
	.caut005 {
		display: block;
		border: #E8E8E8 solid 5px;
		padding: 5px;
		font-size: 13px;
	}
	.caut005 b {
		display: block;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #0B2B92;
	}
	
	.sell-box {
		display: block;
		padding-bottom: 20px;
	}
	.sell-box figure {
		display: block;
	}
	.sell-box figure img {
		display: block;
		width: 100%;
	}
	.sell-box .txt {
		display: block;
		text-align: left;
	}
	.sell-box .txt h3 {
		display: block;
		background: #2C3079;
		color: #FFF;
		font-size: 16px;
		padding: 14px;
		margin-bottom: 20px;
	}
	.caut007 {
		display: block;
		background: #EFEFEF;
		padding: 15px;
		font-size: 12px;
		margin-top: 20px;
	}
	.caut007 b {
		font-weight: bold;
	}
	.catag {
		display: block;
		padding: 15px;
	}
	.catag a {
		display: block;
		background: #FC534C;
		padding: 15px;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		border-radius: 5px;
		font-size: 16px;
	}
	.to-listc {
		display: block;
		padding-top: 25px;
	}
	.to-listc li {
		display: block;
		float: left;
		width: 48%;
		margin-bottom: 10px;
	}
	.to-listc li:nth-child(2n) {
		float: right;
	}
	.to-listc li a {
		display: block;
		text-align: center;
		color: #111;border: #ccc solid 1px;
		position: relative;
		text-decoration: none;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #FFF;
		font-size: 12px;
	}
}
@media screen and (min-width: 769px) {
	.sitemap-base {
		display: block;
	}
	.sitemap-base .lef {
		display: block;
		float: left;
		width: 23%;
		margin-right: 2%;
		text-align: left;
	}
	.sitemap-base p {
		display: block;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.sitemap-base li {
		display: block;
		font-size: 14px;
		border: #ccc solid 1px;
		margin-bottom: 15px;
		padding: 10px;
	}
}
@media screen and (max-width: 768px) {
	.sitemap-base {
		display: block;
	}
	.sitemap-base .lef {
		display: block;
		margin-bottom: 20px;
		text-align: left;
	}
	.sitemap-base p {
		display: block;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.sitemap-base li {
		display: block;
		font-size: 13px;
		border: #ccc solid 1px;
		margin-bottom: 15px;
		padding: 10px;
	}
}



#subService ul.service-list {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  max-width: 1200px;
  margin: 0px auto 30px; }
  #subService ul.service-list img {
    width: 100%;
    height: auto; }
  #subService ul.service-list > li {
    width: 32%;
	  margin-right: 15px;
    padding: 20px 0px 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-name: contfade; }
    #subService ul.service-list > li p {
      text-align: left;
      position: absolute;
      font-weight: 500;
      font-size: 16px;
      bottom: 0;
      left: 0;
      background: url(../images/common/bg_line.jpg) left center no-repeat rgba(255, 255, 255, 0.7);
      width: 100%;
      padding: 15px 0 15px 15px;
      z-index: 2;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #subService ul.service-list > li p span {
        color: #fc534c;
        font-size: 12px;
        padding-left: 15px; }
    #subService ul.service-list > li a:hover p {
      padding: 30px 0 30px 15px; }
  @media screen and (max-width: 768px) {
    #subService ul.service-list {
      width: 100%;
      margin: 0px 0px 20px; }
      #subService ul.service-list > li {
        width: 96%;
        margin: 0px auto; }
        #subService ul.service-list > li p {
          font-size: 13px; } }


@media screen and (min-width: 769px) {
	.int-mains01 {
		display: block;
		position: relative;
		overflow: hidden;
		height: 612px;
		width: 100%;
	}
	.int-mains01 figure {
		display: block;
		position: absolute;
		width: 1600px;
		height: 612px;
		left: 50%;
		margin-left: -800px;
	}
	.int-mains01 figure img {
		width: 100%;
	}
	.int-mains01 .txt {
		display: block;
		width: 1200px;
		margin: 0 auto;
		text-align: left;
		padding-top: 130px;
		position: relative;
		z-index: 9;
	}
	.int-mains01 .txt h3 {
		display: block;
		padding-left: 30px;
		font-size: 28px;
		text-align: left;
		font-weight: bold;
		padding-bottom: 25px;
	}
	.int-mains01 .txt span {
		display: block;
		padding-left: 30px;
		font-size: 22px;
		padding-bottom: 10px;
		color: #D70205;
	}
	.int-mains01 .txt small {
		font-size: 22px;
		color: #D70205;
	}
	.int-mains01 .txt p {
		display: block;
		padding-left: 30px;
		font-size: 20px;
	}
	.pts-44 {
		padding-top: 45px;
	}
	
	.zadankai-base2 {
		display: block;
		text-align: left;
	}
	.zadankai-base2 .lgf {
		display: block;
		padding-bottom: 40px;
	}
	.zadankai-base2 .cgf {
		padding-bottom: 40px;
	}
	.zadankai-base2 figure {
		width: 470px;
	}
	.zadankai-base2 figure img {
		max-width: 100%;
	}
	.zadankai-base2 .lgf figure {
		display: block;
		float: right;
	}
	.zadankai-base2 .lgf .txt {
		display: block;
		float: left;
		width: 700px;
	}
	.zadankai-base2 .rgf {
		display: block;
		padding-bottom: 40px;
	}
	.zadankai-base2 .rgf figure {
		display: block;
		float: left;
	}
	.zadankai-base2 .rgf .txt {
		display: block;
		float: right;
		width: 700px;
	}
	.zadankai-base2 h3 {
		display: block;
		font-size: 24px;
		font-weight: bold;
		padding-bottom: 20px;
		margin-bottom: 30px;
		color: #297099;
		position: relative;
	}
	.zadankai-base2 h3::after {
		position: absolute;
		bottom: 0px;
		left: 0px;
		content: "";
		height: 2px;
		width: 160px;
		background: #fc534c;
	}
	.zadankai-base2 p {
		display: block;
		font-size: 14px;
		line-height: 180%;
		padding-bottom: 35px;
	}
	.fix-btn {
		position:fixed;
		width: 160px;
		right: 0px;
		bottom: 410px;
		z-index: 80;
	}
	.fix-btn a {
		font-size: 15px;
	}
	.content-block {
		display: block;
		padding-top: 110px;
	}
}

@media screen and (max-width: 768px) {
	.int-mains01 {
		display: block;
		position: relative;
	}
	.int-mains01 figure {
		display: block;
	}
	.int-mains01 figure img {
		width: 100%;
	}
	.int-mains01 .txt {
		display: block;
		padding: 10px;
		text-align: left;
	}
	.int-mains01 .txt h3 {
		display: block;
		font-size: 20px;
		text-align: left;
		font-weight: bold;
		padding-bottom: 15px;
	}
	.int-mains01 .txt span {
		display: block;
		font-size: 18px;
		padding-bottom: 10px;
		color: #D70205;
	}
	.int-mains01 .txt small {
		font-size: 18px;
		color: #D70205;
	}
	.int-mains01 .txt p {
		display: block;
		font-size: 14px;
	}
	.pts-44 {
		padding-top: 25px;
	}
	
	.zadankai-base2 {
		display: block;
		text-align: left;
	}
	.zadankai-base2 .lgf {
		display: block;
		padding-bottom: 20px;
	}
	.zadankai-base2 .cgf {
		padding-bottom: 20px;
	}
	.zadankai-base2 figure {
	}
	.zadankai-base2 figure img {
		max-width: 100%;
	}
	.zadankai-base2 .lgf figure {
		display: block;
	}
	.zadankai-base2 .lgf .txt {
		display: block;
	}
	.zadankai-base2 .rgf {
		display: block;
		padding-bottom: 20px;
	}
	.zadankai-base2 .rgf figure {
		display: block;
		float: left;
	}
	.zadankai-base2 .rgf .txt {
		display: block;
	}
	.zadankai-base2 h3 {
		display: block;
		font-size: 17px;
		font-weight: bold;
		padding-bottom: 10px;
		margin-bottom: 20px;
		color: #297099;
		position: relative;
	}
	.zadankai-base2 h3::after {
		position: absolute;
		bottom: 0px;
		left: 0px;
		content: "";
		height: 2px;
		width: 160px;
		background: #fc534c;
	}
	.zadankai-base2 p {
		display: block;
		font-size: 13px;
		line-height: 160%;
		padding-bottom: 35px;
	}
	.fix-btn {
		display: none;
	}
}
@media screen and (min-width: 767px) {
	.greet01 {
		display: block;
	}
	.greet01 p {
		display: block;
		font-size: 15px;
		text-align: left;
		line-height: 180% !important;
	}
	.greet01 p span {
		display: block;
		text-align: right;
		font-weight: bold;
		padding-top: 20px;
	}
	.vision-base {
		display: block;
		text-align: left;
	}
	.vision-base h3 {
		display: block;
		color: #297099;
		font-size: 25px;
		border-bottom: #ccc dotted 4px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.vision-base .one {
		display: block;
		padding-bottom: 30px;
	}
	.vision-base .one figure {
		display: block;
		float: right;
		width: 30%;
	}
	.vision-base .one.re figure {
		float: left;
	}
	.vision-base .one figure img {
		width: 100%;
	}
	.vision-base .one p {
		display: block;
		font-size: 15px;
		line-height: 190%;
		float: left;
		width: 67%;
		text-align: left;
	}
	.vision-base .one3 {
		display: block;
		padding-bottom: 30px;
	}
	.vision-base .one3 figure {
		display: block;
		float: left;
		width: 30%;
	}
	.vision-base .one3 figure img {
		width: 100%;
	}
	.vision-base .one3 p {
		display: block;
		font-size: 15px;
		line-height: 190%;
		float: right;
		width: 67%;
		text-align: left;
	}
	.tgfigure {
		display: block;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.greet01 {
		display: block;
	}
	.greet01 p {
		display: block;
		font-size: 13px;
		text-align: left;
		
	}
	.greet01 p span {
		display: block;
		text-align: right;
		font-weight: bold;
		padding-top: 20px;
	}
	.vision-base {
		display: block;
		text-align: left;
	}
	.vision-base h3 {
		display: block;
		color: #297099;
		font-size: 16px;
		border-bottom: #ccc dotted 4px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.vision-base .one {
		display: block;
		padding-bottom: 20px;
	}
	.vision-base .one figure {
		display: block;
		margin-bottom: 15px;
		padding-top: 15px;
	}
	.vision-base .one figure img {
		width: 100%;
	}
	.vision-base .one p {
		display: block;
		font-size: 13px;
		line-height: 150%;
		text-align: left;
	}
	.vision-base .one3 {
		display: block;
		padding-bottom: 20px;
	}
	.vision-base .one3 figure {
		display: block;
		margin-bottom: 15px;
		padding-top: 15px;
	}
	.vision-base .one3 figure img {
		width: 100%;
	}
	.vision-base .one3 p {
		display: block;
		font-size: 13px;
		line-height: 150%;
		text-align: left;
	}
	.tgfigure {
		width: 100%;
	}
	.tgfigure img {
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.gall-linkbtn {
		display: block;
		text-align: left;
		padding-top: 40px;
	}
	.gall-linkbtn h3 {
		display: block;
		border: #ccc solid 2px;
		padding: 20px;
		font-size: 18px;
	}
	.gall-linkbtn .pad {
		display: block;
		padding: 25px;
	}
	.gall-linkbtn .pad li {
		display: block;
		float: left;
		width: 23%;
		margin-right: 2%;
		padding-bottom: 15px;
	}
	.gall-linkbtn .pad li a {
		display: block;
		text-align: center;
		color: #FFF;
		background: #041E72;
		text-decoration: none;
		font-size: 15px;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.free-img {
		display: block;
		text-align: center;
	}
	.free-img img {
		display: inline-block;
		max-width: 100%;
	}
	.bot-cbt {
		display: block;
		width: 1000px;
		margin: 0 auto;
		padding-top: 45px;
	}
	.bctb-bg {
		display: block;
		border: #297099 solid 4px;
		background: #EFEFEF;
		padding: 25px;
	}
	.bctb-bg h3 {
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #297099;
	}
	.bctb-bg p {
		display: block;
		text-align: center;
		font-weight: bold;
		font-size: 28px;
		padding: 14px;
	}
	.bctb-bg .ref {
		padding-top: 20px;
	}
	.bctb-bg .ref a {
		display: block;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		font-size: 30px;
		background: #FC534C;
		padding: 30px;
	}
	.bctb-bg .ref small {
		display: block;
		text-align: center;
		padding: 6px;
		font-size: 17px;
	}
	.labtn {
		width: 1000px;
		padding-top: 30px;
		margin: 0 auto;
	}
	.labtn a {
		display: block;
		width: 350px;
		padding-top: 15px;
		padding-bottom: 15px;
		background: #111;
		text-decoration: none;
		color: #FFF;
		font-size: 16px;
		margin: 0 auto;
	}
	
	.lfg004 {
		display: block;
		float: left;
		width: 35%;
		margin-right: 4%;
	}
	.lfg004 img {
		width: 100%;
	}
	.sy {
		display: inline-block;
		line-height: 100%;
	}
	.sy img {
		width: 15px;
	}
	.ed1 p {
		display: block;
		float: right !important;
		width: 61% !important;
	}
	.ol-tab {
		margin-left: 120px;
		width: 970px !important;
	}
	.ol-tab th {
		padding-left: 0px !important;
		width: 25% !important;
	}
}
@media screen and (max-width: 767px) {
	.gall-linkbtn {
		display: block;
		text-align: left;
		padding-top: 20px;
	}
	.gall-linkbtn h3 {
		display: block;
		border: #ccc solid 2px;
		padding: 10px;
		font-size: 16px;
	}
	.gall-linkbtn .pad {
		display: block;
		padding: 10px;
	}
	.gall-linkbtn .pad li {
		display: block;
		padding-bottom: 15px;
	}
	.gall-linkbtn .pad li a {
		display: block;
		text-align: center;
		color: #FFF;
		background: #041E72;
		text-decoration: none;
		font-size: 13px;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.free-img img {
		display: inline-block;
		max-width: 100%;
	}
	
	
	.bot-cbt {
		display: block;
		padding: 20px;
	}
	.bctb-bg {
		display: block;
		border: #297099 solid 4px;
		background: #EFEFEF;
		padding: 10px;
	}
	.bctb-bg h3 {
		display: block;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #297099;
	}
	.bctb-bg p {
		display: block;
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		padding: 10px;
	}
	.bctb-bg .ref {
		padding-top: 20px;
	}
	.bctb-bg .ref a {
		display: block;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
		background: #FC534C;
		padding: 15px;
	}
	.bctb-bg .ref small {
		display: block;
		text-align: center;
		padding: 6px;
		font-size: 12px;
	}
	.labtn {
		padding-top: 20px;
		margin: 0 auto;
	}
	.labtn a {
		display: block;
		width: 270px;
		padding-top: 15px;
		padding-bottom: 15px;
		background: #111;
		text-decoration: none;
		color: #FFF;
		font-size: 13px;
		margin: 0 auto;
	}
	.lfg004 {
		display: block;
		padding: 3%;
	}
	.lfg004 img {
		width: 100%;
	}
	.g-tab1 td {
		font-size: 12px;
	}
	.g-tab1 td p {
		font-size: 12px;
		padding-bottom: 10px;
	}
}


/* 201803修正 */
@media screen and (min-width: 768px) {
	.ff-bn {
		text-align: right;
		padding-left: 330px;
		padding-top: 20px;
	}
	.ff-bn li {
		display: block;
		float: left;
		width: 125px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.ff-bn li span {
		display: block;
		text-align: center;
		font-size: 10px;
		padding-top: 5px;
	}
	.ff-bn li img {
		display: block;
		width: 100%;
	}
	.ff-bn2 {
		text-align: right;
        /*
		padding-left: 300px;*/
		padding-left: 70px;
		padding-top: 20px;
	}
	.ff-bn2 li {
		display: block;
		float: left;
        /*
		width: 115px;*/
		width: 230px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.ff-bn2 li span {
		display: block;
		text-align: center;
		font-size: 10px;
		padding-top: 5px;
	}
	.ff-bn2 li img {
		display: block;
		width: 100%;
	}
	.w4445 {
		width: 35% !important;
	}
	
	.fl-ones5 {
		display: block;
		padding-top: 35px;
		padding-left: 40px;
		padding-bottom: 35px;
		border-bottom: #EFEFEF solid 4px;
		text-align: left;
	}
	.fl-ones5 figure {
		display: block;
		float: left;
		width: 40%;
	}
	.fl-ones5 img {
		width: 100%;
	}
	.fl-ones5 .txt {
		display: block;
		float: right;
		width: 55%;
		padding-top: 20px;
	}
	.fl-ones5 b {
		display: block;
		font-size: 21px;
		color:  #297099;
		border-left: #297099 solid 4px;
		padding-left: 20px;
	}
	.fl-ones5 p {
		display: block;
		font-size: 15px;
	}
	.no-hov a:hover {
		 opacity: 1;
  		filter: alpha(opacity=100); 
	}
	.ens-ri {
		display: block;
	}
	.ens-ri small {
		display: block;
		float: right;
	}
	.g-txt dt {
		font-size: 28px !important;
	}
	.g-txt dd {
		font-size: 18px !important;
		line-height: 185%;
	}
	b.fs18 {
		font-size: 18px !important;
		font-weight: bold !important;
	}
}
@media screen and (max-width: 767px) {
	.ff-bn {
		text-align: right;
		padding: 15px;
	}
	.ff-bn li {
		display: block;
		float: left;
		width: 48%;
		text-align: center;
	}
	.ff-bn li:nth-child(2) {
		float: right;
	}
	.ff-bn li span {
		display: block;
		text-align: center;
		font-size: 10px;
		padding-top: 5px;
	}
	.ff-bn li img {
		display: block;
		width: 100%;
	}
	.ff-bn2 {
		text-align: right;
		padding: 15px;
	}
	.ff-bn2 li {
		display: block;
		float: left;
		width: 48%;
		text-align: center;
	}
	.ff-bn2 li:nth-child(2) {
		float: right;
	}
	.ff-bn2 li span {
		display: block;
		text-align: center;
		font-size: 10px;
		padding-top: 5px;
	}
	.ff-bn2 li img {
		display: block;
		width: 100%;
	}
	.fl-ones5 {
		display: block;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: #EFEFEF solid 4px;
		text-align: left;
	}
	.fl-ones5 figure {
		display: block;
	}
	.fl-ones5 img {
		width: 100%;
	}
	.fl-ones5 .txt {
		display: block;
		padding-bottom: 20px;
	}
	.fl-ones5 b {
		display: block;
		font-size: 15px;
		color:  #297099;
		border-left: #297099 solid 4px;
		padding-left: 20px;
	}
	.fl-ones5 p {
		display: block;
		font-size: 12px;
	}
	b.fs18 {
		font-size: 15px;
		font-weight: bold;
		display: block;
		text-align: right;
	}
}
@media screen and (min-width: 768px) {
	.c-ri {
		display: block;
		float: left;
	}
	.l-ri {
		display: block;
		float: left;
		padding-bottom: 8px;
		padding-right: 30px;
	}		
}
@media screen and (max-width: 768px) {
	.c-ri {
		display: block;
		padding: 10px 0 0 0 ;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
	}
}