/*
Theme Name: izumi
Theme URI: https://www.izumi-gm.jp
Template: attitude
Author: Toyu
Author URI: http://pro01.net
Version: 4.0.1522658229
Updated: 2018-04-02 17:37:09

*/

@import "cssreset-min.css";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

  /*
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  */
  font-family:"ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  background: none;
  /* color: #333; */
}

body.home h1{
  display: none;
}

#branding{
  margin: 0;
  background-color: #04474F;
}

#branding .inner{
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 10px;
  display: flex;
}

#branding > .container{
  margin:0;
  max-width: auto;
  width: 340px;
}

#branding .hgroup-wrap{
  padding:0;
  /*
  display: none;
  */
}

#main, .container{
  width: 100% ;
}

#branding .hgroup-right{
  display: none;
}

#site-logo{
  margin:0;
}

#site-title img{
  width: 310px;
}

/*
.wide-layout #branding{
    margin: 15px auto 10px;
    padding: 0 10px;
}
*/

.wide-layout .wrapper{
  padding: 0px;
}

.so-panel{
  margin:0 !important;
}

.slick-slider{
  margin:0 !important;
}


/* .slick-current .slick-image-slide-wrap:before{ */
/* .slick-current .wpsisac-image-slide-wrap:before{ */
.slick-slide .wpsisac-image-slide-wrap .title{
  position: absolute;
  display: block;
  font-size: 28px;
  font-weight: normal;
  padding: 25px 10px;
  color: #04464E;
  top:20px;
  left:0;
  right:0;
  background-color: rgba(255, 255, 255, 0.5);
}


/** ぱんくず **/
.ty-breadcrumb{
  max-width: 1220px;
  padding:0 10px;
  margin: 0 auto 50px;
  color: #000000;
  box-sizing: border-box;
}

body.service .ty-breadcrumb{
  margin-bottom: 30px;
}

#content .ty-breadcrumb ul{
  display: flex;
  list-style: none;
  margin: 0;
  font-size: 12px;
}
#content .ty-breadcrumb a{
  color: #000000;
}
.ty-breadcrumb .separator{
  margin:0 5px;
}

.entry-meta-bar{
  text-align: right;
  border:0;
}

.foogallery .fg-caption-title{
  white-space: normal;
  overflow: visible;
  text-overflow: inherit;
}

.foogallery .fg-caption{
  cursor: default;
}

body.home .slick-slide{
  margin: 0;
  display: inline-block;
}

body.result .foogallery{ /** ネガティブマージン 10pxはボックスの左右マージン **/
  max-width: none;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}

body.result .foogallery .fg-item{ /** set Gutter = 0 **/
  /* margin: 13px !important; */
  /** max-width: none !important; **/
  min-width: unset !important;
  width: calc(25% - 20px);
  flex-basis: auto;
  flex-grow: 0;
  margin: 0 10px 30px !important;
}

body.result .foogallery .fg-image-wrap{
  margin-bottom: 20px;
}

body.result .foogallery .fg-item-inner{
  background-color: transparent;
}

body.result .foogallery .fg-caption{
  background-color: transparent;
}

body.result .foogallery .fg-caption-desc{
  padding: 0;
  color: #333333;
  font-size: 15px;
}

/** グローバルナビ **/

#access{
  border:0;
  width: calc(100% - 350px);
}

#access > .container{
  max-width: none;
}

#access ul, .widget-footer-menu ul{
  display: -ms-flexbox;
  display: -webkit-flex;
  display:flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-content: flex-end;
  justify-content: flex-end;

}

#access li, .widget-footer-menu li{ /** 下ぞろえにするため **/
  padding:0;
  position: relative;
  float:none;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#access li a, .widget-footer-menu li a{
  /* color: #fff !important; */
}

/* #access li:hover a, .widget-footer-menu li:hover a{
  -webkit-transition: color .7s ;
  transition: color .7s ;
}

#access li:hover a:after, .widget-footer-menu li:hover a:after{
  -webkit-animation: fadein .7s;
  animation: fadein .7s;
} */

@-webkit-keyframes fadein {
    0% { opacity: 0; }
    50% {opacity: 0.3;}
    100% { opacity: 1; }
}
@keyframes fadein {
    0% { opacity: 0; }
    50% {opacity: 0.3;}
    100% { opacity: 1; }
}

#access li .line,
.widget-footer-menu li .line{
  position: absolute;
  left: 30%;
  right: 30%;
}

/** hover and current **/
#access a:hover,
#access ul li.current-menu-item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current_page_item > a,
#access ul li:hover > a,
.widget-footer-menu li:hover > a {
	color: #05A9C5 !important;
}

#access li:hover .line,
#access li:active .line,
#access li.current-menu-item .line,
.widget-footer-menu li:hover .line,
.widget-footer-menu li:active .line,
.widget-footer-menu li.current-menu-item .line
{
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  height: 2px;
  background: #1BAAC9;
  -webkit-transition: left .7s, right .7s;
  transition: left .7s, right .7s;
}

#access li:hover .line:before,
#access li:hover .line:after,
#access li:active .line:before,
#access li:active .line:after,
#access li.current-menu-item .line:before,
#access li.current-menu-item .line:after,
.widget-footer-menu li:hover .line:before,
.widget-footer-menu li:hover .line:after,
.widget-footer-menu li:active .line:before,
.widget-footer-menu li:active .line:after,
.widget-footer-menu li.current-menu-item .line:before,
.widget-footer-menu li.current-menu-item .line:after
{
  position: absolute;
  bottom: -4px;
  content: '';
  display: block;
  /* background-color: #4589DD; */
  /* border-radius: 50%; */
  width: 8px;
  height: 9px;
  background-image: url('/wp-content/themes/izumi/img/icon_triangle_right.svg');
}

#access li:hover .line:after,
#access li:active .line:after,
#access li.current-menu-item .line:after,
.widget-footer-menu li:hover .line:after,
.widget-footer-menu li:active .line:after,
.widget-footer-menu li.current-menu-item .line:after{
  background-image: url('/wp-content/themes/izumi/img/icon_triangle_left.svg');
}

#access li:hover .line:before,
#access li:active .line:before,
#access li.current-menu-item .line:before,
.widget-footer-menu li:hover .line:before,
.widget-footer-menu li:active .line:before,
.widget-footer-menu li.current-menu-item .line:before
{
  left: 0px;
}
#access li:hover .line:after,
#access li:active .line:after,
#access li.current-menu-item .line:after,
.widget-footer-menu li:hover .line:after,
.widget-footer-menu li:active .line:after,
.widget-footer-menu li.current-menu-item .line:after
{
  right: 0px;
}

#access li:hover a:after,
#access li:active a:after,
#access li.current-menu-item a:after,
.widget-footer-menu li:hover a:after,
.widget-footer-menu li:active a:after,
.widget-footer-menu li.current-menu-item a:after
{
  color: #fff !important;
}

#access a,
.widget-footer-menu a
{
  width: 110px;
  padding:0 10px 10px;
  float:none;
  display: inline-block;
  height: auto;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#access a,
.widget-footer-menu a,
#access a:after,
.widget-footer-menu a:after
{
  transition: .2s;
}
.widget-footer-menu ul li a{
  color: #fff;
}

/* #access li a:before,
.widget-footer-menu li a:before,
#access li a:after,
.widget-footer-menu li a:after
{
  content: '';
  display: block;
  margin: 0 auto 5px;
} */

/* #access li a:after,
.widget-footer-menu li a:after{
  position: absolute;
  top:0;
} */

#access li.home a,
.widget-footer-menu li.home a {
  font-size: 10px;
}

#access li.home a:before,
.widget-footer-menu li.home a:before
{
  content: '';
  display: block;
  margin: 0 auto 5px;
  width: 24px;
  height:22px;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/izumi/img/icon_home_white.svg');
}

#access li.home:hover a:before,
#access li.home:active a:before,
#access li.home.current-menu-item a:before,
.widget-footer-menu li.home:hover a:before,
.widget-footer-menu li.home:active a:before,
.widget-footer-menu li.home.current-menu-item a:before
{
  background-image: url('/wp-content/themes/izumi/img/icon_home_blue.svg');
}

#access li.home:hover a,
#access li.home:active a,
#access li.home.current-menu-item a,
.widget-footer-menu li.home:hover a,
.widget-footer-menu li.home:active a,
.widget-footer-menu li.home.current-menu-item a
{
  color: #fff !important;
}

#access li.home a,
.widget-footer-menu li.home a
{
  color: #1AAAC9;
}

#access li.guide a:after,
.widget-footer-menu li.guide a:after,
#access li.business a:after,
.widget-footer-menu li.business a:after,
#access li.record a:after,
.widget-footer-menu li.record a:after,
#access li.recruit a:after,
.widget-footer-menu li.recruit a:after,
#access li.access a:after,
.widget-footer-menu li.access a:after
{
  display: block;
  content: 'ABOUT US';
  color: #1AAAC9;
  font-size: 10px;
  margin-top: 7px;
  /* width: 25px;
  height:18px;
  background-image: url('/wp-content/themes/izumi/img/icon_guide_gray.svg'); */
}

#access li.business a:after,
.widget-footer-menu li.business a:after
{
  content: 'SERVICE';
}
#access li.record a:after,
.widget-footer-menu li.record a:after
{
  content: 'RESULT';
}
#access li.recruit a:after,
.widget-footer-menu li.recruit a:after
{
  content: 'RECRUIT';
}
#access li.access a:after,
.widget-footer-menu li.access a:after
{
  content: 'ACCESS';
}


/** ぱんくず **/
.page-title-wrap{
  background-color: transparent;
  border:0;
  padding:0;
  width: 100%;
}
.page-title-wrap .container{
  max-width: 100%;
}
.breadcrumb{
  float: none;
  text-align: left;
  color: #000000;
  font-size: 12px;
  margin: 0 0 20px 0;
}
.breadcrumb a, .breadcrumb a:hover{
  color: #000000;
}

/** 各コーナーのヘッダー **/
body:not(.home) .entry-header .inner{
  height: 470px;
}

body.topics .entry-header .inner,
body.privacy .entry-header .inner,
body.contact .entry-header .inner,
body.thanks .entry-header .inner,
body.site .entry-header .inner
{
  height: 211px;
}

body:not(.home) .entry-header .inner{
  max-width: 1300px;
  padding: 0;
  margin: 0 auto 5px;
  position: relative;
}
body:not(.home) .entry-header h1{
  color: #fff;
  background-image: url('/wp-content/themes/izumi/img/bg_green.png');
  background-repeat: repeat;
  padding: 22px 0 !important;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
}
body:not(.home) .entry-header .entry-title-inner{
  padding: 0 10px;
  max-width: 1220px;
  margin: 0 auto;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: 28px;
  color: #fff;
  box-sizing: border-box;
}

body .entry-header .head-catch{
  position: absolute;
  position: absolute;
  top: 85px;
  left: 110px;
  font-size: 25px;
  color: #04464E;
  letter-spacing: 0.1em;
}

body .entry-header .mini-catch{
  color: #Fff;
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}

body.about-us .entry-header{
  background-image: url('/wp-content/themes/izumi/img/head_image_about-us.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}

body.about-us .head-catch:before{
  content: '地球環境に配慮し社会を豊かに。';
}
body.about-us .mini-catch:before{
  content: '-ABOUT US-';
}

body.service .entry-header{
  background-image: url('/wp-content/themes/izumi/img/head_image_service.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
body.service .head-catch{
  top: 205px;
  left: 230px;
}
body.service .head-catch:before{
  content: 'お客様の希望を実現すること。';
}

/* body.service .head-catch:before{
  content: 'お客様の希望を実現すること。';
} */
body.service .mini-catch:before{
  content: '-SERVICE-';
}

body.result .entry-header{
  background-image: url('/wp-content/themes/izumi/img/head_image_result.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}


body.recruit .entry-header{
  background-image: url('/wp-content/themes/izumi/img/head_image_recruit.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}

body.result .head-catch{
  top: 70px;
  left: 180px;
}

body.result .head-catch:before{
  content: '長年に渡る私たちの技術と実績。';
}

body.result .mini-catch:before{
  content: '-RESULT-';
}

body.recruit .head-catch{
  top: 250px;
  left: 30px;
}

body.recruit .head-catch:before{
  white-space: pre;
  content: '私たちの仕事その先にある\A達成感と感動を共有したい。';
  line-height: 1.7em;
}

body.recruit .mini-catch:before{
  content: '-RECRUIT-';
}

body.access .entry-header{
  background-image: url('/wp-content/themes/izumi/img/head_image_access.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}

body.access .head-catch{
  top: 105px;
  left: 0px;
  right: 0;
  text-align: center;
}

body.access .head-catch:before{
  content: '私たちの愛する街・札幌市・北海道';
}

body.access .mini-catch:before{
  content: '-ACCESS-';
}

body.privacy .entry-header,
body.topics .entry-header,
body.contact .entry-header,
body.thanks .entry-header,
body.site .entry-header
{
  background-image: url('/wp-content/themes/izumi/img/bg_green.png');
  background-repeat: repeat;
  background-position: center top;
}

body.privacy .head-catch,
body.topics .head-catch,
body.contact .head-catch,
body.thanks .head-catch,
body.site .head-catch
{
  /* top: 105px; */
  top: 85px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

body.privacy .head-catch:before{
  content: 'PRIVACY POLICY';
}

/* body.privacy .mini-catch:before{
  content: '-PRIVACY POLICY-';
} */

body.site .head-catch:before{
  content: 'ABOUT SITE';
}

/* body.site .mini-catch:before{
  content: '-ABOUT SITE-';
} */

body.topics .head-catch:before{
  content: 'TOPICS';
}

body.contact .head-catch:before, body.thanks .head-catch:before{
  content: 'CONTACT';
}

/* body.page.topics .mini-catch:before{
  content: '-TOPICS-';
} */

body.privacy .entry-header h1,
body.topics .entry-header h1,
body.contact .entry-header h1,
body.thanks .entry-header h1,
body.site .entry-header h1
{
  background-image: none;
}

#main{
  /*
  max-width: 1220px;
  padding: 0 10px;
  */
  padding:0;
  max-width: none;
}

/** トップページ **/
.widget-top-slide{
  margin-bottom: 0;
}

.widget-top-business{
  margin: 0;
  padding: 60px 10px;
  background-color: #043E44;
  background-image: url('/wp-content/themes/izumi/img/bg_green.png');
  background-repeat: repeat;

}

/** トップの実績 gutter = 40 */

/* .widget-top-business .foogallery{
  justify-content: space-between !important;
  max-width: 1240px;
  margin: 0 auto;
}
.widget-top-business .fg-item{
  margin: 0 !important;
  max-width: 287px !important;
  min-width: auto !important;
  flex-basis: auto;
} */

.widget-top-business .foogallery{
  justify-content: space-between !important;
  max-width: 1270px; /** 1240px + 15px + 15px  **/
  width: auto;
  margin: 0 auto;
}
.widget-top-business .fg-item{
  margin: 0 15px !important;
  max-width: 287px !important;
  min-width: auto !important;
  flex-basis: auto;
  width: calc(25% - 30px);
}

.widget-top-business h3{
  display: none;
}

.widget-top-business figure, .widget-top-record figure, .widget-top-company-banner figure{
  box-shadow: none !important;
}

.widget-top-business .fg-caption,
.widget-top-business .fg-item-inner,
.widget-top-record .fg-caption,
.widget-top-record .fg-item-inner,
.widget-top-company-banner .fg-caption,
.widget-top-company-banner .fg-item-inner
{
  border:0 !important;
}

.widget-top-business .fg-item-inner{
  background-color: transparent !important;
}

.widget-top-business .fg-caption{
  margin-top: 15px;
}

.widget-top-business .fg-caption-title{
  background-color: transparent;
  color: #fff !important;
  font-weight: normal;
  font-size: 23px;
  text-align: center;
  padding: 0;
}

/* .widget-top-business .fg-caption-desc{
  display: none;
  padding: 10px 5px !important;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  color: #333333 !important;
} */

/* .widget-top-business .fg-item:nth-child(2) .fg-caption-title{
  background-color: #FFCC33;
}

.widget-top-business .fg-item:nth-child(3) .fg-caption-title{
  background-color: #93C6AB;
} */

.widget-top-record{
  /* background-color: #F7F4EE; */
  background-image: url('/wp-content/themes/izumi/img/bg_top_record.png');
  background-repeat: repeat;
}

.widget-top-record h3{
  padding: 70px 0 !important;
  margin: 0 !important;
  /*
  padding:0;
  */
  text-align: center;
  font-size: 28px;
  color: #04464E;
}

/* .widget-top-record h3:before{
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/izumi/img/icon_top_record.svg');
  width: 38px;
  height: 38px;
  position: relative;
  top: 6px;
  margin-right: 10px;
} */

.widget-top-record .foogallery{
  margin: 0 auto 0;
  max-width: 1260px;/** 1220 + 20px + 20px  **/
  /** padding: 0 10px 15px; **/
  padding: 0;
/* paddingを設定すると foogalleryは位置ずれを起こすみたい
  padding: 0 10px 35px;
  */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between !important;
}

.widget-top-record .fg-item{
  margin: 0 20px 45px !important;
  max-width: 270px !important;
  min-width: auto !important;
  width: calc(25% - 40px);
  /* width: 100%; */
  flex-basis: auto;
  /* flex-shrink: 1 !important;
  flex-grow: 1 !important;
  flex-basis: 25%; */
}

.widget-top-record figure{
  background-color: transparent !important;
}

.widget-top-record .fg-caption-title{
  padding: 15px 0 0;
  font-size: 15px;
  color: #000000;
}

/* .widget-top-record .fg-caption-desc{
  padding: 10px 5px !important;
  font-size: 15px;
  color: #333333 !important;
} */

.widget-top-record-button{
  /* background-color: #F7F4EE; */
  background-image: url('/wp-content/themes/izumi/img/bg_top_record.png');
  background-repeat: repeat;
  margin-bottom: 90px;
}

.widget-top-record-button .textwidget{
  margin: 0 auto ;
  max-width: 1220px;
  padding: 0 10px 70px;
  text-align: right;
  box-sizing: border-box;
}

.widget-top-record-button a{
  display: inline-block;
  background-color: #538135;
  font-weight:  bold;
  color: #fff;
  font-size: 15px;
  padding: 10px 50px 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  line-height: 1em;
}
.widget-top-record-button a:before{
  background-image: url('/wp-content/themes/izumi/img/icon_button_chevron_right.svg');
  display: block;
  content: '';
  width: 9px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.widget-top-company-banner .fg-caption-desc{
  color: #05a9c5;
  font-size: 16px;
}
.widget-top-company-banner .fg-item-inner{
  overflow: visible !important;
}

#pg-5-0{
  margin:0 !important;
}

/** トップのトピックスとバナー **/
#pg-5-1{
  margin:0 auto 0;
  max-width: 1220px;
  padding: 0 10px;
}

#panel-5-1-1-1 .widget-top-banner{
  margin-bottom: 0;
}

.widget-top-topics .textwidget > h3{
  font-size: 26px;
  color: #545454;
  border-bottom: 1px solid #BBBBBB;
  padding: 10px 0 10px !important;
  margin-bottom: 33px;
  position: relative;
  line-height: unset;
  line-height: 1em;
}

/* .widget-top-topics .textwidget > h3:before{
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/izumi/img/icon_topics_blue.svg');
  width: 39px;
  height: 29px;
  position: relative;
  top: 0px;
  margin-right: 10px;
} */

.widget-top-topics .textwidget > h3 a{
  /* position: absolute;
  right:0;
  bottom: 10px;
  display: inline-block;
  background-color: #4589DD;
  color: #fff;
  font-size: 15px;
  padding: 5px 30px;
  border-radius: 5px;
  text-decoration: none; */
  position: absolute;
  right:0;
  top: 0px;
  display: inline-block;
  background-color: #538135;
  font-weight:  bold;
  color: #fff;
  font-size: 15px;
  padding: 10px 50px 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1em;
}

.widget-top-topics .textwidget > h3 a:before{
  background-image: url('/wp-content/themes/izumi/img/icon_button_chevron_right.svg');
  display: block;
  content: '';
  width: 9px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.topics-list{
  list-style: none !important;
  margin:0 !important;
}

.topics-list li{
  display: -webkit-flex;
  display:flex;
  margin-bottom: 20px;
}

.topics-list .list-status{
  /*
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  */
  margin: 0 20px 0 0;
  width: 110px;
  flex:0 0 110px;
}

#content .topics-list .date{
  display: block;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-bottom: 5px;
}

.topics-list .tag{
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 110px;
  padding: 2px;
}

.topics-list .tag.new{
  background-color: #538135;
}

.topics-list .lcp_customfield{
  color: #333;
  font-size: 14px;
}

#content .topics-list h4{
  line-height: 1em;
  font-size: 15px;
  padding:0;
  margin-bottom: 10px;
}

#content .topics-list h4 a{
  text-decoration: underline;
  color: #333 ;
  font-weight: normal;
  /*
  font-size: 15px;
  */
}

#content .topics-list h4 a:hover{
  text-decoration: none ;
  color: #333 ;
}

.lcp_paginator{
  text-align: center;
}

#pgc-5-1-1{
  max-width: 530px;
  width: 100%;
}

.widget-top-banner{
  margin-bottom: 30px;
}

/** フッター **/
#colophon{
  border-top: 15px solid #04474F;
  margin-top: 90px !important;
  padding: 50px 0 0 0;
}

#colophon .container{
  max-width: none;
  /*
  max-width: 1220px;
  padding:0 10px;
  */
}
#colophon .widget-wrap{
  background-color: transparent;
  border: 0;
}
#colophon .widget-area{
  margin:0;
  padding:0;
}
#colophon .widget{
  float: none;
  margin:0;
  width: 100%;
}

.widget-footer-contact{
  /*
  border-bottom: 1px solid #BBBBBB;
  */
  max-width: 1120px;
  padding:0 10px;
  margin: 0 auto;
}

/* .widget-footer-contact .box{
  text-align: center;
}

.widget-footer-contact .site-logo{
  margin:0 auto;
}

.widget-footer-contact .site-logo a{
  display: inline-block;
}

.widget-footer-contact .lead-message{
  font-size: 17px;
  color: #333;
  margin-bottom: 30px;
}

.widget-footer-contact .site-logo a:before{
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/izumi/img/site_logo_footer.png');
  background-size: cover;
  width: 292px;
  height: 66px;
} */

.widget-footer-contact .information{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  /* justify-content: center;
  align-items: center; */
  flex-wrap: wrap;
}

.widget-footer-contact .site-logo a{
  display: block;
  margin-bottom: 20px;
}

.widget-footer-contact .site-logo a:before{
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/izumi/img/site_logo_footer.png');
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  width: 390px;
  height: 85px;
}

.widget-footer-contact .information .message{
  color: #333333;
  font-size: 16px;
  margin-bottom: 20px;
}
.widget-footer-contact .information .number .tel{
  display: flex;
  margin-bottom: 20px;
}

.widget-footer-contact .information .number .tel .value{
  display: flex;
}

.widget-footer-contact .information .number .tel .label{
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 5px;
}

.widget-footer-contact .information .number .tel .label:before{
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/izumi/img/icon_foot_tel.svg');
  background-size: cover;
  width: 18px;
  height: 20px;
  margin-right: 10px;
}

.widget-footer-contact .information .number .tel a{
  text-decoration: underline;
  color: #088897;
  font-size: 18px;
  font-weight: bold;
}
.widget-footer-contact .information .number .tel .desc{
  font-size: 13px;
  color: #000000;
}

.widget-footer-contact .information .number .fax .value{
  display: flex;
  color: #000;
  font-size: 16px;
}

.widget-footer-contact .information .number .fax{
  margin-bottom: 25px;
  display: block;
}

.widget-footer-contact .information .number .fax .label{
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin-right: 5px;
}

.widget-footer-contact .information .number .fax .label:before{
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/izumi/img/icon_foot_fax.svg');
  background-size: cover;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.widget-footer-contact .information .number .mail a{
  display: inline-block;
  background-color: #538135;
  font-weight:  bold;
  color: #fff;
  font-size: 15px;
  padding: 10px 50px 10px 45px;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.widget-footer-contact .information .number .mail a:after{
  background-image: url('/wp-content/themes/izumi/img/icon_foot_mail.svg');
  display: block;
  content: '';
  width: 21px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 15px;
}

.widget-footer-contact .information .number .mail a:before{
  background-image: url('/wp-content/themes/izumi/img/icon_button_chevron_right.svg');
  display: block;
  content: '';
  width: 9px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.widget-footer-contact .information .map img{
  width: 470px;
}

.widget-footer-contact .information .address .head{
  display: flex;
  color: #333333;
  font-size: 15px;
  margin-bottom: 15px;
}

.widget-footer-contact .information .address .head .label{
  font-size: 15px;
  color: #04464D;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.widget-footer-contact .information .address .head .label:before{
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/izumi/img/icon_foot_pointer.svg');
  background-size: cover;
  width: 17px;
  height: 21px;
  margin-right: 5px;
}

.widget-footer-contact .information .address .branch-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.widget-footer-contact .information .address .branch-box .branch{
  display: flex;
  align-items: center;
}

.widget-footer-contact .information .address .branch-box .label{
  font-size: 15px;
  color: #04464D;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 22px;
}

.widget-footer-contact .information .address .branch-name{
  margin-right: 30px;
}

.widget-footer-contact .information .address .branch-name span{
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #098997;
  background-color: transparent;
  padding: 0;
  margin-right: 15px;
}

.widget-footer-contact .information .address .branch-name a:after{
  content: none;
}


.widget-footer-contact .information .address .button{
  display: inline-block;
  background-color: #538135;
  font-weight:  bold;
  color: #fff;
  font-size: 15px;
  padding: 10px 50px 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  line-height: 1em;
}
.widget-footer-contact .information .address .button:before{
  background-image: url('/wp-content/themes/izumi/img/icon_button_chevron_right.svg');
  display: block;
  content: '';
  width: 9px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
}

#google-map-footer{
  box-sizing: border-box;
    clear: both;
    margin: 25px auto 0;
    padding: 0;
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 5px;
}

.wpcf7 input[type=submit]{
  border:0;
  background: none;
  background-color: #538135;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea
{
  padding: 10px;
}

/*
.widget-footer-contact .icon{
  display: inline-block;
}

.widget-footer-contact .number{
  margin-right: 40px;
}

.widget-footer-contact .tel{
  margin-bottom: 5px;
}

.widget-footer-contact .tel, .widget-footer-contact .fax{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.widget-footer-contact .number .icon:before{
  content: '';
  display: block;
  background-image: url('/wp-content/themes/izumi/img/icon_tel.svg');
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: relative;
}
*/

/*
.widget-footer-contact .label{
  font-weight: bold;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.widget-footer-contact .value{
  text-align: left;
}

.widget-footer-contact .fax .label{
  font-weight: normal;
  font-size: 19px;
}

.widget-footer-contact .fax .value{
  font-weight: normal;
  font-size: 19px;
}

.widget-footer-contact .value{
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.widget-footer-contact .desc{
  display: block;
  font-size: 13px;
  color: #000000;
  position: relative;
  letter-spacing: 0.1em;
}

.widget-footer-contact .information .address{
  font-size: 15px;
  color: #333333;

} */

/* .widget-footer-contact .information .address .text{
  padding-left: 25px;
  position: relative;
}

.widget-footer-contact .information .address .text:before{
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/izumi/img/icon_pointer.svg');
  background-size: cover;
  width: 20px;
  height: 26px;
  margin-right: 5px;
  position: absolute;
  top: -3px;
  left:0;
} */

/* .widget-footer-contact .information .address a{
  display: inline-block;
  background-color: #4589DD;
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
}

.widget-footer-contact .information .address a:after{
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/izumi/img/icon_chevron1_white_right.svg');
  background-size: cover;
  width: 10px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}  */

/*
.widget-footer-contact .fax .icon:before{
  content: '';
  display: block;
  background-image: url('/wp-content/themes/izumi/img/icon_fax.svg');
  background-size: cover;
  width: 39px;
  height: 41px;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
*/

/*
#pg-174-1{
  max-width: 1220px;
  padding:0 10px 25px;
  margin: 0 auto;
}

#pgc-174-1-0{
  width: calc(100% - 500px) !important;
}

.widget-footer-address .textwidget{
  display: flex;
  justify-content: space-between;
}

.widget-footer-address .address{
  font-size: 15px;
  color: #333333;
  position: relative;
  padding-left: 25px;
}
.widget-footer-address .address:before{
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/izumi/img/icon_pointer.svg');
  background-size: cover;
  width: 20px;
  height: 26px;
  margin-right: 5px;
  position: absolute;
  top: -5px;
  left:0;
}

.widget-footer-address a{
  display: inline-block;
  background-color: #4589DD;
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
}

.widget-footer-address a:after{
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/izumi/img/icon_chevron1_white_right.svg');
  background-size: cover;
  width: 10px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

#pgc-174-1-1{
  width: 480px !important;
}
*/
#pg-174-1, #pg-174-2, #pg-174-3{
  margin:0 !important;
}

.widget-footer-menu ul{
  max-width: 1220px;
  padding: 20px 10px 25px;
  margin:0 auto;
  display: flex;
  justify-content: center;
}

.widget-footer-menu{
  background-color: #04474F;
}

.widget-footer-copyright{
  background-color: #04474F;
  margin-bottom: 0 !important;
}

.widget-footer-copyright .textwidget{
  max-width: 1220px;
  padding: 0 10px;
  margin:0 auto;
}

.widget-footer-copyright .links{
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
}

.widget-footer-copyright .split{
  display: inline-block;
  margin: 0 10px;
}

.widget-footer-copyright .links a{
  color: #fff;
}

.widget-footer-copyright .copyright{
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 5px 0;
}

/** 下階層 **/
/*
body:not(.home) article{
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
*/
/* body:not(.home) #content h1{
  font-size: 31px;
  color: #333333;
  padding: 0 0 30px 45px;
  position: relative;
  margin: 0 0 45px 0;
} */
/**
body:not(.home) h1:after{
  content: '';
  position: absolute;
  left:0;
  bottom:0;
  display: block;
  width: 100%;
  height: 78px;
  background-image:url('/wp-content/themes/izumi/img/bg_title.png');
  background-size: cover;
  overflow: hidden;
}
**/

body:not(.home) #content h2{
  font-size: 26px;
  color: #333333;
  border-bottom: 2px solid #1BAAC9;
  padding: 0 0 12px 25px;
  position: relative;
  margin: 0 0 35px;
}

body:not(.home) #content h2:before{
  display: block;
  content: '';
  position: absolute;
  width: 9px;
  height: 17px;
  background-image: url('/wp-content/themes/izumi/img/icon_page_h2.svg');
  background-size: contain;
  top: 10px;
  left:0;
}
body:not(.home) #content h2:not(:first-of-type){
  margin-top: 75px;
}

body:not(.about-us) table.text-image td:first-child,
body:not(.about-us) table.image-text td:first-child
{
  padding-left: 25px;
}

body:not(.home) #content h3{
  font-weight: normal;
  font-size: 18px;
  padding: 0 0 5px 25px;
  margin: 0 0 15px;
  border-bottom: 1px solid #BBBBBB;
}

body:not(.home) #content h3:not(:first-of-type){
  margin-top: 50px;
}

body:not(.home) #content h4:not(.lead-sentence){
  font-weight: bold;
  color: #333;
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px 25px;
}

body:not(.home) .entry-content{
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

body:not(.home) .entry-content p, td, ul{
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #333;
}

body:not(.home) .entry-content p{
  padding: 0 10px;
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #333333;
}
body:not(.home):not(.about-us) .entry-content p{
  padding-left: 25px;
}
/*
body.about-us h1:before,
body.business h1:before,
body.record h1:before,
body.recruit h1:before,
body.access h1:before,
body.topics h1:before
{
  position: absolute;
  content: '';
  display: block;
  background-size: cover;
  top: 5px;
  left: 0px;
  width: 32px;
  height:18px;
  background-image: url('/wp-content/themes/izumi/img/icon_business_blue.svg');
}

body.about-us h1:before{
  width: 27px;
  height:20px;
  background-image: url('/wp-content/themes/izumi/img/icon_guide_blue.svg');
}

body.topics h1:before{
  top: -3px;
  width: 39px;
  height: 29px;
  background-image: url('/wp-content/themes/izumi/img/icon_topics_blue.svg');
}

body.record h1:before{
  top:3px;
  width: 25px;
  height:24px;
  background-image: url('/wp-content/themes/izumi/img/icon_record_blue.svg');
}

body.recruit h1:before{
  left:2px;
  top:3px;
  width: 25px;
  height:24px;
  background-image: url('/wp-content/themes/izumi/img/icon_recruit_blue.svg');
}

body.access h1:before{
  left:2px;
  top:1px;
  width: 25px;
  height: 25px;
  background-image: url('/wp-content/themes/izumi/img/icon_access_blue.svg');
}
*/

/** 投稿ページ **/
body.single #content h1{
  border-bottom: 2px solid #4589DD;
  padding-bottom: 15px;
}
body.single h1:after{
  content: none;

}

/** パーツ **/
table.text-image, table.image-text{
  border:0;
  margin:0;
  width: 100%;
}
table.text-image img, table.image-text img{
  display: inline-block;
}
table.text-image td, table.image-text td{
  border: 0;
  padding:0;
  vertical-align: top;
  /* font-size: 15px;
  line-height: 20px;
  color: #333; */
}
table.text-image p, table.image-text p{
  padding:0 !important;
}
table.text-image td:first-child{
  width: 70%;
  padding: 0 10px 0 0;
}
table.image-text td:last-child{
  width: 70%;
  padding: 0 10px;
}
table.text-image td:last-child{
  text-align: right;
}
table.image-text td:first-child{
  text-align: left;
}

table.table1{
  width: 100%;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
table.table1 p{
  padding:0 !important;
  margin:0 !important;
  font-size: 15px ;
}
table.table1 td, table.table1 th{
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  font-size: 15px;
  line-height: 1.5em;
  color: #333333;
  padding: 10px 20px;
  vertical-align: top;
  text-align: left;
}
table.table1 th{
  /* background-color: #F9F9F9; */
  background-color: #F0F7F4;
  vertical-align: middle;
  font-weight: normal;
  width: 200px;
}

#content .lead-sentence{
  /* font-weight: normal;
  padding: 0 ;
  font-size: 24px;
  color: #333333;
  margin: 0 0 35px 0; */

  font-weight: normal;
  font-size: 28px;
  color: #04464E;
  padding: 0;
  margin: 0 0 25px;

}

#content .anchor-link-menu{
  /* border: 5px solid #EDEDED; */
  list-style-type: none;
  margin:0 0 50px 0;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#content .anchor-link-menu li{
  /* width: 100%; */
  text-align: center;
  padding: 0 40px;
  margin-bottom: 20px;
}
#content .anchor-link-menu li{
  border-right: 1px solid #999999;
}
#content .anchor-link-menu li a, #content .anchor-link-menu li a:hover{
  font-size: 16px;
  color: #333333;
}
#content .anchor-link-menu li a:hover{
  text-decoration: underline;
}
#content .anchor-link-menu li a:before{
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/izumi/img/icon_chevron2_blue_down.svg');
  width: 13px;
  height: 9px;
  background-size: cover;
  margin-right: 10px;
}



/** レスポンシブ **/

@media screen and (max-width: 1024px){
  #site-title img{
    width: 200px;
  }
  #access a, .widget-footer-menu a{
    width: 100px;
    font-size: 12px;
  }

  /* .widget-footer-contact .information{
    flex-direction: column;
  } */
  /* .widget-footer-contact .information .number{
    margin-right: 0;
  } */

/*
  .widget-footer-address .textwidget{
    display: block;
  }

  .widget-footer-address .address{
    margin-bottom: 10px;
  }
  */
}

@media screen and (max-width: 900px){
  .widget-footer-contact .box{
    flex-direction: column;
  }
  .widget-footer-contact .site-logo{
    margin: 0 0 10px 0;
    text-align: center;

  }
  .widget-footer-contact .site-logo a{
    display: inline-block;
  }
  .widget-footer-contact .information{
    justify-content: center;
  }
}

@media screen and (max-width: 780px){ /** ページビルダーのブレークポイントに合わせた **/
  #branding{
    display: none;
  }

  .widget-top-business .fg-item{
    width: calc(50% - 30px);
    margin-bottom: 15px !important;
  }
  .widget-top-business .fg-item .fg-caption-title{
    font-size: 16px;
  }

  .widget-top-record .fg-item{
    width: calc(50% - 40px);
  }

  body:not(.home) .entry-header .inner{
    height: 226px;
  }

  body:not(.home) .entry-header .head-catch{
    top: 20px;
    left: 30px;
    text-shadow    :
           1px  1px 2px #fff,
          -1px  1px 2px #fff,
           1px -1px 2px #fff,
          -1px -1px 2px #fff,
           1px  0px 2px #fff,
           0px  1px 2px #fff,
          -1px  0px 2px #fff,
           0px -1px 2px #fff;
  }

  body.access .entry-header .head-catch{
    left:0;
    right:0;
  }

  body.privacy .entry-header .head-catch,
  body.topics .entry-header .head-catch,
  body.contact .entry-header .head-catch,
  body.thanks .entry-header .head-catch,
  body.site .entry-header .head-catch
  {
    left:0;
    right:0;
    top: 90px;
    text-shadow: none;
  }

  body.about-us .entry-header{
    background-image: url('/wp-content/themes/izumi/img/head_image_about-us_tb.jpg');
  }

  body.service .entry-header{
    background-image: url('/wp-content/themes/izumi/img/head_image_service_tb.jpg');
  }

  body.result .entry-header{
    background-image: url('/wp-content/themes/izumi/img/head_image_result_tb.jpg');
  }

  body.recruit .entry-header{
    background-image: url('/wp-content/themes/izumi/img/head_image_recruit_tb.jpg');
  }

  body.access .entry-header{
    background-image: url('/wp-content/themes/izumi/img/head_image_access_tb.jpg');
  }

  #access, .widget-footer-menu{
    display: none;
  }
  #pgc-174-1-0, #pgc-174-1-1{
    width: 100% !important;
  }
  .widget-footer-map{
    text-align: center;
  }
  #pgc-5-1-1{
    margin: 0 auto !important;
  }
  table.text-image, table.image-text, table.text-image tbody, table.image-text tbody{
    display: block;
    width: 100%;
  }
  table.text-image tr{
    display: flex;
    flex-direction: column-reverse;
  }
  table.image-text tr{
    display: block;
    width: 100%;
  }
  table.text-image td:first-child,
  table.text-image td:last-child,
  table.image-text td:first-child,
  table.image-text td:last-child
  {
    display: block;
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    /*
    margin:0 10px;
    */
  }
  table.text-image td:last-child, table.image-text td:first-child{
    text-align: center;
    margin-bottom: 20px;
  }

  /* table.table1{
    table-layout: fixed;
  } */

  table.table1, table.table1 tr, th, td, tbody{
    display: block;
    box-sizing: border-box;

  }
  table.table1 th, table.table1 td {
    display: block;

    width: 100%;

  }

  .widget-footer-contact .information .number{
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 600px){
  body:not(.home) .entry-header .inner{
    height: 211px;
  }

  body:not(.home) .entry-header .head-catch{
    top: 15px;
    left: 30px;
    font-size: 18px;
  }

  body.result .head-catch:before{
    white-space: pre;
    content: '長年に渡る私たちの\A技術と実績。';
    line-height: 1.7em;
  }

  body.access .entry-header .head-catch{
    left:0;
    right:0;
  }

  body:not(.home):not(.privacy):not(.site):not(.topics):not(.contact):not(.thanks) .entry-header{
    /* background-image: url('/wp-content/themes/izumi/img/head_image_about-us_sp.jpg'); */
    background-size: auto 135px;
  }

  body.service .head-catch:before{
    white-space: pre;
    content: 'お客様の希望を\A実現すること。';
    line-height: 1.7em;
  }

  body.service .entry-header{
    background-position: -150px top;
  }

  /* body.recruit .entry-header{
    background-position: -300px top;
  } */

  body.privacy .entry-header .head-catch,
  body.topics .entry-header .head-catch,
  body.contact .entry-header .head-catch,
  body.thanks .entry-header .head-catch,
  body.site .entry-header .head-catch
  {
    top: 70px;
    left:0;
  }

  body.privacy .entry-header .entry-title-inner,
  body.topics .entry-header .entry-title-inner,
  body.contact .entry-header .entry-title-inner,
  body.thanks .entry-header .entry-title-inner,
  body.site .entry-header .entry-title-inner
  {
    font-size: 20px;
    text-align: center;
  }

  body.privacy .entry-header .mini-catch,
  body.topics .entry-header .mini-catch,
  body.contact .entry-header .mini-catch,
  body.thanks .entry-header .mini-catch,
  body.site .entry-header .mini-catch
  {
    display: none;
  }

  body.home .slick-slide{
    margin:0;
  }


  #content .anchor-link-menu{
    border: 5px solid #EDEDED;
    list-style-type: none;
    margin:0 0 50px 0;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  #content .anchor-link-menu{
    padding: 10px 0 0 0;
  }

  #content .anchor-link-menu li{
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px 10px;
  }

  #content .anchor-link-menu li{
    border:0;
  }

  body.result .foogallery .fg-item{
    width: calc(50% - 20px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .slick-slide .wpsisac-image-slide-wrap .title{
    font-size: 22px;
    padding: 10px 10px;
  }

  .widget-top-record h3{
    font-size: 22px;
  }

  .widget-top-topics .textwidget > h3{
    font-size: 22px;
  }

  .widget-footer-contact .information .message{
    text-align: center;
  }

  .widget-footer-contact .information .number .tel{
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
  }

  .widget-footer-contact .information .number .fax{
    margin-bottom: 10px;
  }

  .widget-footer-contact .information .fax .value{
    justify-content: center;
  }

  .widget-footer-contact .mail{
    text-align: center;
    margin-bottom: 10px;
  }

  .widget-footer-contact .information .address{
    display: inline-flex;
    flex-direction: column;
  }

  .widget-footer-contact .information .address .head .label{
    margin-bottom: 5px;
  }

  .widget-footer-contact .information .address .head{
    flex-wrap:wrap;
    justify-content: center;
  }

  .widget-footer-contact .information .address .head .label{
    flex-shrink: 0;
  }

  .widget-footer-contact .information .address .text{
    margin-bottom: 10px;
  }

  .widget-footer-contact .information .address .branch-box{
    flex-wrap:wrap;
    justify-content: center;
  }

  .widget-footer-contact .information .address .branch-box .branch{
    margin-bottom: 5px;
  }

}

@media screen and (max-width: 380px){

  .widget-footer-contact .site-logo a:before{
    width: 234px;
    height: 53px;
  }
  .topics-list li{
    flex-direction: column;
  }
  .topics-list .list-status{
    width: 100%;
    flex:0 0 auto;
    margin-bottom: 5px;
  }
  .topics-list .list-status .date{
    display: inline-block !important;
    margin-right: 10px;
  }
}
