/*
Theme Name: 五合株式会社
Description:テーマの説明
Theme URI: テーマの URL
Author: 作った人の名前
Author URI: 作った人の URL
Version: 9.4
License: ライセンス
License URI: ライセンスの URL
*/

.awesome{
  font-family: FontAwesome; //フォント指定する
}

@font-face {
  font-family: "FontAwesome";
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('eot'),
       url('fonts/fontawesome-webfont.woff') format('woff'),
       url('fonts/fontawesome-webfont.ttf') format('truetype'),
       url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

@charset "utf-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: normal;
  word-wrap: break-word;
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
small {
  font-size: 80%;
}
ruby rt {
  font-size: 50%;
}
sub, sup {
  font-size: 64%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
article, aside, figure, footer, header, main, menu, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
img {
  vertical-align: bottom;
}
input, select {
  vertical-align: middle;
}
ul, ol {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6, strong {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
a img {
  transition: opacity 0.5s ease-in-out;
}
a:hover img {
  opacity: 0.8;
}

/*----------モジュール----------*/


/*クリアフィックス*/

.cf:after {
  display: block;
  content: "";
  clear: both;
}

/*コンテンツ幅指定*/

.inner {
  width: 1000px;
  margin: 0 auto;
}

/*見出しh4*/

h4 {
  border-left: 10px solid #035eab;
  font-size: 20px;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 30px;
  color: #035eab;
  position: relative;
}
h4 small {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
h4:after {
  content: '';
  display: block;
  border-bottom: 1px solid #333;
  position: absolute;
  left: -10px;
  bottom: -21px;
  height: 1px;
  width: 740px;
}
h5 {
  font-size: 15px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.blue {
  color: #035EA5;
}
.border-list li {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
    float: left;
    width: 100%;

}
.fl{
  float: left;
  margin-right: 20px;
}
.border-list li h3{
color: #035EA5;

margin-bottom: 20px;
width:50%;
}


.ls05 {
  margin-right: 5em;
}
.ls06 {
  margin-right: 6em;
}
.ls07 {
  margin-right: 7em;
}
.ls08 {
  margin-right: 8em;
}
.ml15 {
  margin-left: 15px;
}
.ml50 {
  margin-left: 50px;
}
.ml150 {
  margin-left: 150px;
}
.mt20{
  margin-top: 20px;
}
.mt50{
  margin-top: 50px;
}
.mb50{
  margin-bottom: 50px;
}


.mr30{
  margin-right: 50px;
}
.mt30{
  margin-top: 30px;
}

/*下層ページ共通*/
.low-top-title {
  margin-top: 30px;
}

/*----------レイアウト----------*/


/*ヘッダー*/

#header {
  border-bottom: solid 5px #ccc;
}
#header .line {
  background-color: #035eab;
  color: #fff;
}

/*青ライン*/

#header .header-inner {
  position: relative;
  height: 110px;
}
#header h2 {
  font-size: 12px;
  line-height: 2.2;
}

/*ロゴ*/

#header h1 {
  position: absolute;
  left: 0;
  top: 20px;
}
#header h1 a {
  background-image: url(img/logo.png);
  -webkit-background-size: contain;
  ;
  background-size: contain;
  ;
  background-repeat: no-repeat;
  display: block;
  width: 185px;
  height: 0;
  overflow: hidden;
  padding-top: 68px;
}

/*グローバルナビゲーション*/

#header #nav {
  position: absolute;
  bottom: 5px;
  right: 0;
}
#nav ul:after {
  display: block;
  content: "";
  clear: both;
}
#nav li {
  float: left;
  font-size: 18px;
  font-weight: solid;
  width: 145px;
  line-height: 2;
  border-left: 1px dotted #858585;
  text-align: center;
}
#nav li a {
  color: #333;
  display: block;
}
#nav li:last-child a {
  border-right: 1px dotted #ccc;
}
#nav li a:hover {
  text-decoration: none;
  color: #035eab;
}
#nav .nav-dropdown-element {
  display: none;
  position: absolute;
  /*background-color: #f0f8ff;*/
  background-color: rgba(0, 0, 0, 0.4);
}
#nav .nav-dropdown-element li {
  float: none;
  border: 0;
  border-top: 1px dotted #ccc;
  text-align: left;
}
#nav .nav-dropdown-element li:first-child, #nav .nav-dropdown-element li:last-child a {
  border: 0;
}
#nav .nav-dropdown-element a {
  font-weight: normal;
  font-size: 14px;
  padding: 10px;
  color: #fff;
}
#nav .nav-dropdown-element li:hover {
  background-color: rgba(3, 94, 171,0.3);
}
#nav .nav-dropdown-element a:hover {
  color: #fff;
}
#nav .nav-dropdown-element li:hover a:before {
}
#nav .nav-dropdown-element a:before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #035eab;
  padding-right: 0.3em;
}
#nav .nav-dropdown-element li:hover a:before {
  color: #fff;
}
/*ヘッダーお問い合わせボタン*/

#header button {
  position: absolute;
  right: 0;
  top: 10px;
  background-color: #035eab;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 26px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
#header button:before {
  font-family: FontAwesome;
  content: "\f003";
  color: #fff;
  font-size: 26px;
  padding-right: 0.3em
}

/*フッター*/

#footer {
  background-color: #f1f3f4;
  border-top: 1px solid #d0cfcf;
  margin-top: 40px;
  height: 150px;
}
#footer .inner {
  position: relative;
}
#footer .footer-logo {
  position: absolute;
  left: 0;
  top: 35px;
}
#footer .footer-logo a {
  display: block;
  background-image: url(img/logo_footer.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  overflow: hidden;
  width: 282px;
  height: 0;
  padding-top: 32px;
}
#footer .footer-address {
  position: absolute;
  left: 0;
  top: 80px;
}
#footer ul {
  position: absolute;
  right: 0;
  top: 20px;
  overflow: hidden;
}
#footer ul li {
  float: left;
}
#footer ul li:first-child:after {
  content: '｜';
}
#footer .copy {
  position: absolute;
  right: 0;
  top: 110px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

/* サイドメニューここから */

.side-nav-title {
  background-image: url(img/bg_menu.jpg);
  color: #fff;
  text-align: center;
  line-height: 3.85;
  letter-spacing: 2px;
}
.cds-navi {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 0;
}
.cds-navi li {
  display: inline;
}
.cds-navi li a {
  margin-bottom: 1px;
  padding: 5px 0 5px 10px;
  display: block;
  text-decoration: none;
  background-color: #e6f4fb;
  color: #000000;
  padding-left: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.cds-navi li a:hover {
  background-color: #fff;
  color: #000;
  border-left: 5px solid #000;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow2 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  font-size: 15px;
  color: blue;
}
.arrow2::before, .arrow2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.sample4-1::before {
  left: 18px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #959595;
}
.sample5-1::before {
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #959595;
}


/* サイドメニューここまで */


/*コンテンツレイアウト*/

.content {
  overflow: hidden;
}
.content-main {
  width: 740px;
  float: left;
}
.content-side {
  width: 236px;
  float: right;
}



/*トップページ*/

.content .top-mainimg {
  width: 100%;
  height: 0;
  padding-top: 319px;
  background-image: url(img/main_img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  margin-bottom: 20px;
}
.content .top-h4 {
  color: #333;
}
.content .border-none:after {
  content: '';
  border: 0;
}
.content .top-product-list {
  overflow: hidden;
  margin-left: -18px;
  margin-bottom: 40px;
}
.content .top-product-list li {
  width: 235px;
  float: left;
  margin-left: 18px;
}
.content .top-product-list h5 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 0 0;
}
.content .top-news-title {
  position: relative;
}
.content .top-news-title a {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #333;
}
.content .top-news-list li {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.content .top-news-list .news-date {
  display: block;
  float: left;
  width: 8em;
}
.content .top-news-list .news-title {
  display: block;
  overflow: auto;
}


/* 製品紹介 ここから*/

.product-mainimg {
  height: 118px;
  background-image: url(img/product-main.png);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-top: 40px;
}
.product-mainimg h3 {
  font-size: 28px;
  letter-spacing: 2px;
  border-left: 10px solid #035eab;
  padding-left: 20px;
}
.product-lead {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.product-list {
  margin-left: -10px;
  overflow: hidden;

}
.img-left {
  float: left;
  margin-left: 0px;
  width: 177px;
}

/* 製品紹介 ここまで*/


/* サイトマップ ここから*/

.sitemap-mainimg  {
  height: 118px;
  background-image: url(img/sitemap-main.png);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-top: 40px;
}
.sitemap-mainimg h3 {
  font-size: 28px;
  letter-spacing: 2px;
  border-left: 10px solid #035eab;
  padding-left: 20px;
}
.sitemap-title {
  margin-top: 30px;
}
.product-list {
  margin-left: -10px;
  overflow: hidden;
}
.img-left {
  float: left;
  margin-left: 10px;
  width: 177px;
}

/* サイトマップ ここまで*/


/* 環境方針 ここから*/

.environment-mainimg  {
  height: 118px;
  background-image: url(img/environment-main.png);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-top: 40px;
}
.environment-mainimg h3 {
  font-size: 28px;
  letter-spacing: 2px;
  border-left: 10px solid #035eab;
  padding-left: 20px;
}
.environment-title {
  margin-top: 50px;
}
.product-list {
  margin-left: -10px;
  overflow: hidden;
}
.img-left {
  float: left;
  margin-left: 10px;
  width: 177px;
}

.enp{
  width: 1000px;
  height: 410px;
  margin-top: 500px;

    background-image: url(img/environment1.jpg);
}
.enp p{
padding-top: 85px;
padding-left: 55px;
}

/* 環境方針 ここまで*/


/* 会社概要・沿革 ここから*/

.info-profile-mainimg  {
  height: 118px;
  background-image: url(img/info-profile-main.png);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-top: 40px;
}
.info-profile-mainimg h3 {
  font-size: 28px;
  letter-spacing: 2px;
  border-left: 10px solid #035eab;
  padding-left: 20px;
}
.info-profile-title {
  margin-top: 50px;
}
.product-list {
  margin:0 -3px;
font-size:0;
/*   margin-left: -10px;
overflow: hidden; */
}
.img-left4 {
  display:inline-block;
vertical-align:top;
font-size:14px;
width:25%;
position:relative;
min-height:1px;
padding:0 5px 16px;
/*   float: left;
margin-left: 10px;
width: 177px;
margin-bottom: 20px; */
}
.profile1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.profile1 th {
  width: 35%;
  background-color: #f0f0f0;
  border-top: 2px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 2px solid #fff;
  -ms-text-align-last: center;
  text-align-last: center;
  font-size: 13px;
}
.profile1 td {
  width: 800px;
  background-color: #fafafa;
  border-right: 1px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: 20px 50px 20px 50px;
}

/* 会社概要・沿革 ここまで*/


/* ご挨拶・理念ここから*/

.img-left2 {
  float: left;
  margin-left: 10px;
  margin-right: 50px;
}
.mtop100 {
  margin-top: 100px;
}
.mtop50 {
  margin-top: 50px;
}
.blueback {
  background-color: #035eab;
  min-height: 0px;
  padding: 30px 20px;
  width: auto;
  background-image: url(images/h1-headback.jpg);
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
}
.blueback2 {
  background-color: #0a3c66;
  display: inline-block;
  padding: 0 3em;
  text-align: center;
  line-height: 3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.blueback p {
  margin-top: 20px;
  padding: 10px 50px 20px 50px;
}


.info-message-mainimg   {
  height: 118px;
  background-image: url(img/info-message-main.png);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-top: 40px;
}
.info-message-mainimg  h3 {
  font-size: 28px;
  letter-spacing: 2px;
  border-left: 10px solid #035eab;
  padding-left: 20px;
}

.product-list2 {
  margin-left: -10px;
  overflow: hidden;
  width: 59%;
}
/* ご挨拶・理念ここまで
*/


/* リクルート　ここから*/

.recruit-mainimg  {
  height: 118px;
  background-image: url(img/recruit.png);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-top: 40px;
}
.recruit-mainimg h3 {
  font-size: 28px;
  letter-spacing: 2px;
  border-left: 10px solid #035eab;
  padding-left: 20px;
}
.recruit1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 50px;
}


/* リクルートここまで*/


/* グループ関連会社　ここから*/
.group-mainimg   {
  height: 118px;
  background-image: url(img/group-main.png);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-top: 40px;
}
.group-mainimg  h3 {
  font-size: 28px;
  letter-spacing: 2px;
  border-left: 10px solid #035eab;
  padding-left: 20px;
}




.subp{
  font-size: 20px;
  color: red;
  margin-top: 20px;
}

/* グループ関連会社ここまで*/
/* 支店・営業所　ここから*/
.office-mainimg  {
  height: 118px;
  background-image: url(img/office-main.png);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-top: 40px;
}
.office-mainimg h3 {
  font-size: 28px;
  letter-spacing: 2px;
  border-left: 10px solid #035eab;
  padding-left: 20px;
}


/* 支店・営業所ここまで*/
/* 個人情報保護方針　ここから*/
.privacy-mainimg  {
  height: 118px;
  background-image: url(img/privacy-main.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-top: 40px;
}
.privacy-mainimg h3 {
  font-size: 28px;
  letter-spacing: 2px;
  border-left: 10px solid #035eab;
  padding-left: 20px;
}




/* 個人情報保護方針ここまで*/


/* お知らせ ここから*/

.news-mainimg  {
  height: 118px;
  background-image: url(img/news-main.png);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-top: 40px;
}
.news-mainimg h3 {
  font-size: 28px;
  letter-spacing: 2px;
  border-left: 10px solid #035eab;
  padding-left: 20px;
}

/* お問い合わせ ここから*/

.contact-mainimg  {
  height: 118px;
  background-image: url(img/contact-main.png);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-top: 40px;
}
.contact-mainimg h3 {
  font-size: 28px;
  letter-spacing: 2px;
  border-left: 10px solid #035eab;
  padding-left: 20px;
}

.contact-table{
  margin-top: 25px;
  width: 120%;
}


.contact-table th,.contact-table td {
  padding-right: 10px;
}
.contact-table th{
background: #eee;
color: #333;
padding:15px 50px 15px 50px;
margin-right: 15px;
border: 3px solid #fff;
}
.contact-table td{
margin-left: 4px;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

.contact-table input,.contact-table textarea{
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 4px 6px;
}
.contact-btn {
  text-align: center;
  margin-top: 20px;
}
.contact-btn input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background-color: #035eab;
  padding: 5px 20px;
  margin: 0 10px;
  letter-spacing: 2px;
}
.contact-table .error {
  padding-top: 5px;
}

.wp-pagenavi{
  margin-top: 20px;
}

.newsbtn{
    background: #EEE;
    border: 1px solid #DDD;
    color: #035eab;
    width: 100px;
    padding: 20px 20px 20px 20px;

}

.content-main .news-date{
margin-bottom:1.5em;
}


.mtb{
  margin-top: -20px;
  margin-bottom: 20px;
}


.font{
  font-family: serif;
  font-weight: bold;
}


.font2{
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
  margin-top: -80px;
}

/*----------追加----------*/

.enp02{
  margin-top:20px;
  /* background-image: url(img/environment1.jpg); */
}
.enp02 p{
padding-top: 8px;
padding-left: 20px;
}

.font2b{
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
}

.ttl-p{
margin-top:40px;
background:#cfeef3;
padding:0.5em 1em;
font-size:16px;
}
.ems-tbl{
width:100%;
}

.ems-tbl td,
.ems-tbl th{
padding:10px 12px;
border:solid 1px #ccc;
line-height:1.9 !important;
}

.ems-tbl th{
text-align:left;
letter-spacing:2px;
}

.w-spn{
width:6em;
display:block;
float:left;
}

.sign-left{
float:left;
}

.sign-right{
float:right;
}

.min{
font-family: 'Noto Serif JP', serif;
}

.massage_h{
font-weight:700 !important;
color:#10579d;
font-size:23px;
margin-top:10px;
}


/*
-----------------------------------------------
flex
----------------------------------------------- */
.container01{
display:flex;
flex-wrap:wrap;
}

.container02{
display:flex;
flex-wrap:nowrap;
}

.container03{
display:flex;
flex-wrap:wrap-reverse;
}

.al-item01{
align-items:flex-end;
}

.al-item02{
align-items:center;
}
.c-type01{
justify-content:space-between;
}

.c-type02{
justify-content:space-around;
}

.c-type03{
justify-content:flex-start;
}

.c-type04{
justify-content:center;
}

.mx-img{
max-width:100%;
width:auto;
height:auto;
}

.message01{width:220px;margin-top:15px;}

.message02{width:480px;margin-top:15px;}

.name-p{
font-weight:600;
font-size:29px;
line-height:1.4;
margin-top:10px;
text-align:center;
letter-spacing:1px;
}

.name-p span{
font-weight:500;
font-size:15px;
display:block;
}