/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2017/08/16, 16:27:38
    Author     : akawa
*/
/* basic style */
body,
#header {
    background-color: #FFF;
}



@font-face {
  font-weight: 100;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-weight: 200;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-weight: 300;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-weight: 400;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-weight: bold;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
}
@font-face {
  font-weight: 100;
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
}
@font-face {
  font-weight: 200;
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
}
/* grid */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
}

.col {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.6;
}

.container, .page-container {
    max-width: 960px;
    margin: auto;
}

/* layout style */
body {
  font-size: 17px;
}
.header {
  position: relative;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
  background-color: #FFF;
  box-shadow: 0 1px 3px #666;
  padding-bottom: 30px 0 20px;
  margin-bottom: 10px;
}
.header::after {
  content: " ";
  line-height: 0;
  display: block;
  clear: both;
}

/*ヘッダー*/
#header {
    background: #FFFFFF;
    min-height: 100px;
    border-bottom: solid 5px #a00;
}
#header .box, #header p {
    margin: 0 auto;
}
.header_logo {
    margin: 5px auto 5px;
}
.header_logo .left {
    padding-top: 5px;
}
.left {
    float: left;
}
.clearfix {
    display: block;
}
#logo {
    font-size: 152%;
    margin-bottom: 10px;
}
img {
    vertical-align: bottom;
}
.header_top p {
    background: #a00;
    color: #fff;
    text-align: center;
}
.wrapper {
    width: 1005px;
    margin: 0 auto;
}
/*フッター*/
#footer {
    background: #eee;
    padding-top: 20px;
}
h5 {
    font-weight: bold;
    padding: 10px 5px;
    border-bottom: 1px dotted #646464;
    margin-bottom: 15px;
    line-height: 1;
}
.parts_text_type07_box_01, .parts_text_type07_box_02, .parts_text_type07_box_03 {
    margin: 0 15px 0 0;
}
.parts_text_type07_box_01, .parts_text_type07_box_02, .parts_text_type07_box_03, .parts_text_type07_box_04 {
    overflow: hidden;
    width: 240px;
}
.f_group_logo {
    height: 60px;
}
p {
    margin: 0 0 15px;
    line-height: 1.5;
}
.clearfix {
    display: block;
    overflow: hidden;
}
.box {
    margin: 0 0 15px;
}
address {
    background: #333333;
    color: #FFFFFF;
    font-size: 78.6%;
    text-align: center;
    padding: 10px 0;
    margin-top: -1px;
}
/* utility style */
.tab, .pc, .tab-inline, .pc-inline {
  display: none;
}

.sp {
  display: block;
}

.sp-inline {
  display: inline-block;
}

@media screen and (min-width: 577px) {
  .sp, .sp-inline {
    display: none;
  }

  .tab {
    display: block;
  }

  .tab-inline {
    display: inline;
  }
}
@media screen and (min-width: 769px) {
  .tab, .tab-inline {
    display: none;
  }

  .pc {
    display: block;
  }

  .tab-none.pc {
    display: block !important;
  }

  .pc-inline {
    display: inline;
  }
}

.service-box {
    box-shadow: #666 0px 1px 1px;
}
.bg-service {
        box-shadow: #444 0 0 1px 1px inset;
}

.bg-service0 {
    /*1140×200*/
	background-image: url(../../img/company/common/oil.png);
	border: 3px solid #1417BD;
}

.bg-service50 {
    /*1140×200*/
	background-image: url(../../img/company/common/syaken.png);
	border: 3px solid #1417BD;
}

.bg-service12 {
    /*1140×200*/
	background-image: url(../../img/company/common/tenken.png);
	border: 3px solid #1417BD;
}

.bg-service401 {
    /*1140×200*/
	background-image: url(../../img/company/common/bankin.png);
	border: 3px solid #1417BD;
}

.bg-service802 {
    /*1140×200*/
	background-image: url(../../img/company/common/kounyu.png);
	border: 3px solid #1417BD;
}

.section-title {
    color: #1417BD;
    border-bottom: 3px solid #1417BD;
}

/*オリジナルcss*/

a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
header {
    margin-bottom: 20px;
}
.header__inner {
    border-bottom: 3px solid #28af9d;
    background: #ffffff;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 999999;
}
.header__inner--nav{
    max-width: 960px;
    margin: 0px auto 10px;
}
.pagetop {
    text-align: center;
    background: #28af9d;
}
.pagetop a {
  display: block;
  padding: 15px 0;
  color: #ffffff;
  font-size: 16px;
}
.pagetop a span {
  position: relative;
}
.pagetop a span:before {
  content: "";
  position: absolute;
  top: -11px;
  bottom: 0;
  margin: auto;
  left: -25px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 8px solid transparent;
  border-left: 14px solid #fff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.coptright {
  text-align: center;
  background: #313131;
  color: #ffffff;
  padding: 10px 0;
  font-size: 13px;
  margin: 0;
}
