@charset "UTF-8";
html {
  font-size: 62.5%; }
  @media print, screen and (min-width: 600px) and (max-width: 959px) {
    html {
      font-size: calc( 50% + (100vw - 600px)/180); } }
  @media print, screen and (max-width: 599px) {
    html {
      font-size: 54%; } }

@media all and (-ms-high-contrast: none) {
  html {
    font-size: 62.5%; } }

@media print, screen and (min-width: 600px) and (max-width: 959px) {
  _:-ms-lang(x), _::-webkit-meter-bar, html {
    font-size: 62.5%; } }

body {
  font: 1.2rem/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',"メイリオ","Meiryo",sans-serif;
  color: #1b1b1b;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding-top: 80px; }
  @media print, screen and (min-width: 960px) {
    body {
      padding-top: 140px; } }

/*-------------------------------------
 
 header
 
-------------------------------------*/
header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  height: 80px; }
  @media print, screen and (max-width: 959px) {
    header {
      border-bottom: 1px solid #0a246f; } }

@media print, screen and (min-width: 960px) {
  .head-logo {
    float: left;
    margin-top: 17px; } }

@media print, screen and (max-width: 959px) {
  .head-logo {
    padding: 15px 0; } }

@media print, screen and (min-width: 960px) {
  .head-info {
    float: right;
    margin: 50px 0 0 20px; } }

@media print, screen and (max-width: 599px) {
  .head-logo-img {
    width: 250px; } }

/*-------------------------------------
 
 desktop-nav
 
-------------------------------------*/
@media print, screen and (min-width: 960px) {
  #desktop-nav {
    width: 100%;
    background-color: #0a246f;
    position: fixed;
    z-index: 300;
    top: 80px;
    left: 0; }
  #desktop-menu {
    max-width: 960px;
    width: 92%;
    margin-left: auto;
    margin-right: auto; }
    #desktop-menu > li {
      float: left;
      width: 16.66%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      padding: 15px 0; }
  [class*=desktop-menu-item] {
    height: 30px;
    width: 100%;
    display: block;
    text-align: center;
    border-left: 1px solid #fff;
    color: #fff;
    line-height: 1;
    position: relative;
    cursor: pointer; }
    [class*=desktop-menu-item]:hover:before, [class*=desktop-menu-item].current:before {
      content: '';
      position: absolute;
      display: block;
      left: 50%;
      top: -15px;
      margin-left: -8px;
      width: 0;
      height: 0;
      border-top: 8px solid #fff;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent; }
  .desktop-menu-item__last {
    border-right: 1px solid #fff; }
  .en-menu {
    display: block;
    text-align: center;
    font-size: 1.0rem;
    margin-top: 3px; }
  .desktop-menu__child {
    background-color: #1c3e9f;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 100;
    width: 180px;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4); }
  [data-current="shop"] .desktop-menu__child {
    width: 230px; }
  .desktop-menu__child-item {
    display: block;
    padding: 10px 10px 10px 15px;
    color: #fff;
    font-size: 1.3rem;
    position: relative; }
    .desktop-menu__child-item:before {
      content: '';
      display: block;
      position: absolute;
      width: 3px;
      height: 3px;
      background-color: #fff;
      left: 7px;
      top: 18px; }
  .menu-item-em {
    font-size: 1.4rem; } }

/*-------------------------------------
 
 smt-nav
 
-------------------------------------*/
@media print, screen and (max-width: 959px) {
  .smt-hamburger-icon:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 3.0rem;
    color: #0a246f; }
  .drawer-open .smt-hamburger-icon:before {
    content: "\f00d";
    color: #fff; }
  [class*="smt-menu-item"] {
    padding: 1rem;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem; }
    [class*="smt-menu-item"]:before {
      content: '\f054';
      font-family: "FontAwesome";
      font-size: 1.2rem;
      display: inline-block;
      width: 20px;
      text-align: center;
      color: #fff; }
  .smt-menu-item__pull:before {
    content: '\f078';
    font-family: "FontAwesome";
    font-size: 1.2rem;
    display: inline-block;
    width: 20px;
    width: 20px;
    color: #fff; }
  .open .smt-menu-item__pull:before {
    content: '\f077'; }
  .smt-menu__child-item {
    padding: 1rem 1rem 1rem 3.5rem;
    display: block;
    font-size: 1.6rem;
    color: #fff;
    position: relative; }
    .smt-menu__child-item:before {
      content: '';
      display: block;
      position: absolute;
      width: 3px;
      height: 3px;
      background-color: #fff;
      left: 2.5rem;
      top: 1.8rem; }
  .drawer-dropdown-menu {
    background-color: #1c3e9f; } }

/*-------------------------------------
 
 page-top
 
-------------------------------------*/
#page-top {
  overflow: hidden; }
  @media print, screen and (min-width: 600px) {
    #page-top {
      padding-top: 90px;
      height: 40px; } }
  @media print, screen and (max-width: 599px) {
    #page-top {
      padding-top: 40px;
      height: 30px; } }

#page-top-btn {
  text-align: center;
  background-color: #0a246f;
  float: right; }
  @media print, screen and (min-width: 600px) {
    #page-top-btn {
      height: 40px;
      line-height: 40px;
      width: 170px;
      cursor: pointer; } }
  @media print, screen and (max-width: 599px) {
    #page-top-btn {
      margin-right: 10px;
      height: 30px;
      line-height: 30px;
      width: 30px; }
      #page-top-btn:before {
        content: '\f077';
        font-family: "FontAwesome";
        color: #fff;
        line-height: 1; } }

/*-------------------------------------
 
 footer
 
-------------------------------------*/
footer {
  background-color: #f8f8f8; }
  @media print, screen and (min-width: 600px) {
    footer {
      padding-top: 70px; } }
  @media print, screen and (max-width: 599px) {
    footer {
      padding-top: 40px; } }

[class*="foot-wrap"] {
  float: left;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 960px) {
    [class*="foot-wrap"] {
      margin-right: 50px; } }
  @media print, screen and (max-width: 959px) {
    [class*="foot-wrap"] {
      width: 16.66%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 20px; } }

.foot-wrap__last {
  margin-right: 0; }
  @media print, screen and (max-width: 959px) {
    .foot-wrap__last {
      padding-right: 0; } }

.foot-info {
  margin: 50px 0 30px; }

.copyright {
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: #0a246f;
  color: #fff;
  text-align: center; }

/*-------------------------------------
 
 共通アイテム
 
-------------------------------------*/
@media print, screen and (max-width: 599px) {
  .smt-hidden {
    display: none !important; }
  img {
    max-width: 100%; } }

@media print, screen and (min-width: 600px) and (max-width: 959px) {
  .tablet-hidden {
    display: none !important; } }

@media print, screen and (min-width: 960px) {
  .desktop-hidden {
    display: none !important; }
  .desktop-fl_l {
    float: left; }
  .desktop-fl_r {
    float: right; } }

.w1200-wrap {
  max-width: 1200px;
  width: 92%;
  margin-left: auto;
  margin-right: auto; }

.w960-wrap {
  max-width: 960px;
  width: 92%;
  margin-left: auto;
  margin-right: auto; }

@media print, screen and (min-width: 960px) {
  [class^=hover-] {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer; }
  .hover-alpha:hover {
    opacity: .8; }
  .hover-line:hover {
    text-decoration: underline; } }

.line-tit__blue {
  padding-left: 25px;
  position: relative; }
  .line-tit__blue:before {
    content: '';
    display: block;
    width: 15px;
    height: 5px;
    background-color: #0a246f;
    position: absolute;
    left: 0;
    top: 2.0rem; }
  .line-tit__blue.tit_little:before {
    top: 1.2rem; }

.line-tit_bottom_gray {
  font-size: 2.0rem;
  border-bottom: 2px solid #909090;
  margin-bottom: 2rem; }

.tit-in-em {
  font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","メイリオ",Meiryo,serif;
  font-size: 3.0rem; }
  @media print, screen and (max-width: 599px) {
    .tit-in-em {
      font-size: 2.8rem; } }

.tit-in-en {
  display: inline-block; }

.bg-square-tit__blue {
  font-size: 2.2rem;
  background-color: #eef0f5;
  padding: .3rem 0 .3rem 1em;
  text-indent: -1.2em;
  color: #0a246f;
  position: relative; }
  .bg-square-tit__blue:before {
    content: '■';
    vertical-align: middle;
    font-size: 0.5em;
    padding-left: 1em;
    margin-right: 0.5em;
    color: #0b256f; }

.square-tit__gray {
  position: relative; }
  .square-tit__gray:before {
    content: '■';
    vertical-align: middle;
    font-size: 0.5em;
    padding-left: 1em;
    margin-right: 0.5em;
    color: #434343; }

.mincho {
  font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","メイリオ",Meiryo,serif; }

/*color*/
.c_blue {
  color: #0a246f; }

.c_Lblue {
  color: #556fb5; }

.c_white {
  color: #fff; }

.c_black {
  color: #000; }

.c_aqua {
  color: #2ca3fe; }

.c_gray {
  color: #434343; }

.c_green {
  color: #009e96; }

/*font-size*/
.fz10 {
  font-size: 1.0rem; }

.fz14 {
  font-size: 1.4rem; }

.fz16 {
  font-size: 1.6rem; }

.fz18 {
  font-size: 1.8rem; }

.fz20 {
  font-size: 2.0rem; }

.fz22 {
  font-size: 2.2rem; }

.fz24 {
  font-size: 2.4rem; }

.fz30 {
  font-size: 3rem; }

/* line-height */
.lh17 {
  line-height: 1.7; }

.ind-1em {
  padding-left: 1em;
  text-indent: -1em; }

.ind-2em {
  padding-left: 2em;
  text-indent: -2em; }

.ind-25em {
  padding-left: 2.5em;
  text-indent: -2.5em; }

.ind-3em {
  padding-left: 3em;
  text-indent: -3em; }

.ind-35em {
  padding-left: 3.5em;
  text-indent: -3.5em; }

.ind-4em {
  padding-left: 4em;
  text-indent: -4em; }

[class^="arrow__"] {
  display: inline-block; }

.arrow__right-blue-square {
  padding-left: 15px;
  background: url(../images/common/arrowR-blue-square.jpg) no-repeat left center/12px 12px; }

.arrow__right-blue-square__R {
  padding-right: 15px;
  background: url(../images/common/arrowR-blue-square.jpg) no-repeat right center/12px 12px; }

.arrow__right-blue {
  padding-left: 15px;
  background: url(../images/common/arrowR-blue.png) no-repeat 4px center/4px 6px; }

.arrow__top-white-square {
  padding-left: 15px;
  background: url(../images/common/arrowT-white_square.jpg) no-repeat left center/12px 12px; }

.icon-pdf {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/common/icon-pdf.png) no-repeat center center/3.5rem 3.5rem;
  vertical-align: middle;
  margin-right: 1rem; }

.icon-new_win {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../images/common/icon-newwindow.jpg) no-repeat center center/1rem 1rem;
  vertical-align: middle; }

.borderTop_blue {
  border-top: 2px solid #0f255d; }

.borderBottom_blue {
  border-bottom: 2px solid #0f255d; }

.borderTop_gray {
  border-top: 2px solid #acacac; }

.borderBottom_gray {
  border-bottom: 2px solid #acacac; }

.border-dotted__black {
  background: url(../images/common/dotted-black.png) repeat-x left bottom/3px 1px; }

.border-blue {
  border: 1px solid #0a246f; }

.border-gray {
  border: 1px solid #eae9e9; }

.border-dashed_gray {
  border-bottom: 1px dashed #b7b7b7; }

.borderTop-dashed_gray {
  border-bottom: 1px dashed #adadad; }

.bg-blue {
  background-color: #012373; }

.bg-gray {
  background-color: #f1f1f1; }

.wide-btn__blue {
  display: block;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 96%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  background-color: #0a246f;
  padding: 2rem 3rem;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 0; }
  .wide-btn__blue:after {
    content: '≫';
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -0.7rem;
    right: 2rem; }
  .wide-btn__blue:before {
    content: '';
    display: block;
    position: absolute;
    height: 50%;
    width: 100%;
    background-color: #334987;
    top: 0;
    left: 0;
    z-index: -1; }

.map-wrap {
  position: relative; }
  .map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media print, screen and (min-width: 600px) {
    .map-wrap {
      max-width: 600px;
      height: 450px; } }
  @media print, screen and (max-width: 599px) {
    .map-wrap {
      width: 100%;
      padding-top: 75%; } }

.mw100 {
  max-width: 100%; }

.va_m {
  vertical-align: middle; }

/*--------------------------
 col2-list
--------------------------*/
.col2-list li {
  margin-bottom: 2%; }

@media print, screen and (min-width: 960px) {
  .col2-list {
    overflow: hidden; }
    .col2-list li {
      float: left;
      width: 49%; }
      .col2-list li:nth-child(2n) {
        float: right; }
    .col2-list.right-long li {
      width: 43%; }
      .col2-list.right-long li:nth-child(2n) {
        width: 55%; }
    .col2-list.left-long li {
      width: 55%; }
      .col2-list.left-long li:nth-child(2n) {
        width: 43%; } }

/*--------------------------
 ph-box
--------------------------*/
.ph-box {
  overflow: hidden; }
  .ph-box .ph-img img {
    max-width: 100%; }
  @media print, screen and (min-width: 960px) {
    .ph-box .ph-img {
      float: left; }
    .ph-box .ph-text {
      float: right; } }
  @media print, screen and (max-width: 959px) {
    .ph-box .ph-img {
      text-align: center;
      margin-bottom: 2rem; } }
  @media print, screen and (min-width: 960px) {
    .ph-box.ph-w35 .ph-img {
      width: 35%; }
    .ph-box.ph-w35 .ph-text {
      width: 62%; } }

/*--------------------------
 news-item
--------------------------*/
.news-item {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 600px) {
    .news-item {
      overflow: hidden; } }
  .news-item.news-border {
    padding: 1rem 2rem;
    margin-bottom: 0;
    border-bottom: 1px dashed #b7b7b7; }

.news-data {
  font-weight: bold;
  margin-right: 20px; }
  @media print, screen and (min-width: 600px) {
    .news-data {
      float: left;
      width: 80px; } }

.news-tag {
  margin-right: 20px;
  line-height: 1;
  display: inline-block;
  width: 100px; }
  .news-tag:before {
    display: block;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 3px 0; }
  @media print, screen and (min-width: 600px) {
    .news-tag {
      float: left; } }

.tag-type1 .news-tag:before {
  content: 'トピック';
  background-color: #0a246f; }

.tag-type2 .news-tag:before {
  content: '建設資材事業本部';
  background-color: #996c33; }

.tag-type3 .news-tag:before {
  content: '機械設備事業本部';
  background-color: #fa9a04; }

.tag-type4 .news-tag:before {
  content: '情報通信事業本部';
  background-color: #00a0e9; }

.tag-type5 .news-tag:before {
  content: 'エネルギー事業本部';
  background-color: #009944; }

.tag-type6 .news-tag:before {
  content: 'リフォーム事業部';
  background-color: #f87fa5; }

.tag-type7 .news-tag:before {
  content: '不動産事業部';
  background-color: #0068b7; }

@media print, screen and (min-width: 600px) {
  .news-txt {
    float: left;
    width: calc(100% - 220px); } }

@media print, screen and (max-width: 599px) {
  .news-txt {
    margin-top: 10px;
    display: block; } }

/*--------------------------
 news-article
--------------------------*/
#news-article {
  font-size: 1.4rem;
  padding-top: 2rem;
  border-top: 2px solid #0a246f; }

.news-article-info {
  margin-bottom: 3.5rem; }

.news-article-date {
  color: #999999;
  margin-right: 2.5rem;
  float: left; }

.news-article-title {
  padding-left: 2rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5rem; }

.news-article-box {
  padding-left: 2rem;
  margin-bottom: 7rem; }

@media print, screen and (min-width: 960px) {
  .news-article-foot-btn {
    margin-top: 3rem;
    float: left; }
  .news-article-foot-pdf {
    float: right;
    width: 60%; } }

@media print, screen and (max-width: 959px) {
  .news-article-foot-btn {
    display: block;
    margin-bottom: 2rem; } }

/*-------------------------------------
 
 その他設定
 
-------------------------------------*/
::-moz-selection {
  background-color: rgba(10, 36, 113, 0.99);
  color: #fff; }
::selection {
  background-color: rgba(10, 36, 113, 0.99);
  color: #fff; }

::-moz-selection {
  background-color: rgba(10, 36, 113, 0.99);
  color: #fff; }

img::-moz-selection {
  background-color: rgba(0, 0, 0, 0.4); }

img::selection {
  background-color: rgba(0, 0, 0, 0.4); }

img::-moz-selection {
  background-color: rgba(0, 0, 0, 0.4); }

.report_class{
	float: left;
	margin-right: 20px;
	line-height: 1;
	display: inline-block;
	width: 97px;
	background: hsl(225, 83%, 24%);
	color: hsl(0, 0%, 100%);
	text-align: center;
	padding: 4px 1px;
	font-weight: bold;
	font-size: 8px;
}	

a[href^="tel:"] { cursor: default; }

.title-address {
    color: #0a246f;
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    font-size: 14px;
}

.sp {
	display: none;
}
@media print, screen and (max-width: 599px) {
.sp {
	display: block;
}
}