@charset "UTF-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* 共通 =========== */
/* 共通・スマホ =========== */
body {
  color: #252525;
  margin: 0;
  font-size: 0.88em;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.7em;
  -webkit-text-size-adjust: none;
}

a {
  color: #314da5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #314da5;
}

.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* パーツレイアウト */
.fontBold, strong {
  font-weight: bold;
}

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

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

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml40 {
  margin-left: 40px !important;
}

/* コンテンツ */
#page{
  font-size: 100%;
}
.gHd_pc, .gFt_pc {
  display: none;
}

.gHd_sp {
  background-color: #ffffff;
}

.br_sp {
  display: block;
}

.corp2016-top .gHd2016_previousPage > a {
  display: none;
}

.breadcrumb {
  margin: 10px 10px;
}
.breadcrumb li {
  font-size: 0.857em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.breadcrumb li:before {
  content: "≫";
  margin: 0 7px;
}
.breadcrumb li:first-child:before {
  display: none;
}

.title-h2,
#main .title-h2 {
  font-size: 1.57em;
  line-height: 1.7 !important;
  border-top: 4px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 25px;
  padding: 4px 10px;
}

.title-h3,
#main .title-h3 {
  font-size: 1.428em;
  border-left: 4px solid #999999;
  padding: 3px 10px;
  margin: 40px 0 20px;
  position: relative;
  line-height: inherit;
}

.title-h4,
#main .title-h4 {
  font-size: 1.285em;
  vertical-align: middle;
  margin-left: 10px;
}
.title-h4:before,
#main .title-h4:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #555555;
  vertical-align: middle;
  margin-right: 10px;
}
.title-h4-2,
#main .title-h4-2 {
  border-bottom: 1px solid #000;
  margin: 0 0 10px!important;
  overflow: hidden;
  padding: 0 0 2px 0!important;
  font-weight: bold;
  font-size: 108%!important;
  border-left: none!important;
  line-height: inherit;
}

#main .title-h3 + .title-h3 {
  margin-top: 70px;
}

#main .title-h3 + .title-h3::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #e3e3e3;
}

.btn-gray-color,
.body-company #main .btn-gray-color {
  color: #252525;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #ebebeb;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #ebebeb));
  background-image: -moz-linear-gradient(top, #fbfbfb, #ebebeb);
  background-image: -webkit-linear-gradient(top, #fbfbfb, #ebebeb);
  background-image: linear-gradient(to bottom, #fbfbfb, #ebebeb);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFEBEBEB');
}
.btn-gray-color:hover,
.body-company #main .btn-gray-color:hover {
  text-decoration: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #e5e5e5;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #e5e5e5));
  background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: linear-gradient(to bottom, #f5f5f5, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF5F5F5', endColorstr='#FFE5E5E5');
}
.btn-gray-color:hover, .btn-gray-color:link, .btn-gray-color:visited,
.body-company #main .btn-gray-color:hover,
.body-company #main .btn-gray-color:link,
.body-company #main .btn-gray-color:visited {
  color: #252525;
}

.btn-yellow-color {
  color: #252525;
  text-align: center;
  border: 1px solid #fccd0a;
  border-radius: 2px;
  background: #ffc600;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe256), color-stop(100%, #ffc600));
  background-image: -moz-linear-gradient(top, #ffe256, #ffc600);
  background-image: -webkit-linear-gradient(top, #ffe256, #ffc600);
  background-image: linear-gradient(to bottom, #ffe256, #ffc600);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFE256', endColorstr='#FFFFC600');
}
.btn-yellow-color:hover {
  text-decoration: none;
  border: 1px solid #f2c85c;
  border-radius: 2px;
  background: #f0af0a;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2c85c), color-stop(100%, #f0af0a));
  background-image: -moz-linear-gradient(top, #f2c85c, #f0af0a);
  background-image: -webkit-linear-gradient(top, #f2c85c, #f0af0a);
  background-image: linear-gradient(to bottom, #f2c85c, #f0af0a);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF2C85C', endColorstr='#FFF0AF0A');
}
.btn-yellow-color:hover, .btn-yellow-color:link, .btn-yellow-color:visited {
  color: #252525;
}

.main-column_indent {
  margin-left: 10px;
}

.caution-note {
  font-size: 0.875em;
}

.block-menu {
  margin: 0 10px;
}
.block-menu li {
  border: 1px solid #dfdfdf;
  position: relative;
  margin-top: 16px;
}
.block-menu li:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-position: 0 -1098px;
  position: absolute;
  top: 0;
  right: 0;
}
.block-menu li a {
  display: block;
  height: 100%;
  position: relative;
  color: #252525;
  text-decoration: none;
  overflow: hidden;
}
.block-menu li a:hover {
  background-color: #edf3f1;
}
.block-menu li a .block-menu_title {
  text-align: center;
  font-size: 1.285em;
  padding: 15px 10px 0;
}
.block-menu li a .block-menu_text {
  font-size: 0.857em;
  padding: 10px;
  margin-bottom: -1em;
}
.block-menu li a .block-menu_thum {
  background-color: #d8e6e2;
  text-align: center;
  line-height: 0;
}
.block-menu li a .block-menu_thum img {
  max-width: 353px;
  width: 100%;
  height: auto;
}

.blank-mark {
  background-position: -137px -529px;
  display: inline-block;
  width: 15px;
  height: 17px;
  margin-left: 3px;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pdf-mark {
  background-position: -137px -529px;
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-left: 4px;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/icon_pdf.png) no-repeat;
}

/* スマホ =========== */
@media screen and (max-width: 767px) {
  .icon-textLink,
  .sitemap.js-on .sitemap_title .status,
  .sitemap .sitemap_list li a,
  .sitemap.js-on .single-list .sitemap_list li a:after,
  .btn-pagetop a,
  .breadcrumb li:first-child a,
  .block-menu li:after,
  .slim-sns .slim-sns_list li a,
  .blank-mark {
    background-image: url(../img/img-pad_sp.png);
    background-repeat: no-repeat;
    -webkit-background-size: 160px auto;
    background-size: 160px auto;
  }

  #contents .title-h2 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .icon-textLink {
    padding-left: 11px;
    background-position: -152px -17px;
  }

  .sitemap {
    margin: 30px 10px 20px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
  }
  .sitemap .sitemap_title {
    border-bottom: 1px solid #dfdfdf;
    background-color: #ffffff;
    padding: 10px;
  }
  .sitemap .sitemap_title .status {
    display: none;
  }
  .sitemap .sitemap_list {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    background-color: #ffffff;
  }
  .sitemap .sitemap_list li {
    margin: 5px 0;
  }
  .sitemap .sitemap_list li a {
    background-position: -152px -17px;
    padding-left: 11px;
  }
  .sitemap.js-on .sitemap_title {
    position: relative;
    cursor: pointer;
  }
  .sitemap.js-on .sitemap_title .status {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #dfdfdf;
    background-position: -56px -940px;
  }
  .sitemap.js-on .active .status {
    background-position: -125px -940px;
    background-color: #ffffff;
  }
  .sitemap.js-on .single-list .sitemap_title {
    display: none;
  }
  .sitemap.js-on .single-list .sitemap_list {
    display: block;
    padding: 0;
    box-shadow: none;
  }
  .sitemap.js-on .single-list .sitemap_list li {
    margin: 0;
  }
  .sitemap.js-on .single-list .sitemap_list li a {
    display: block;
    padding: 10px;
    position: relative;
    color: #252525;
    background-image: none;
  }
  .sitemap.js-on .single-list .sitemap_list li a:hover {
    text-decoration: none;
  }
  .sitemap.js-on .single-list .sitemap_list li a:after {
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 11px;
    right: 15px;
    background-position: -2px -950px;
  }
  .sitemap.js-on .sitemap_list {
    display: none;
  }

  .btn-pagetop {
    z-index: 1000;
    margin: 0 10px 10px;
    text-align: right;
    line-height: 0;
  }
  .btn-pagetop a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: -1px -528px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .btn-pageTop_scroll {
    position: fixed;
    bottom: 0px;
    right: 0px;
  }

  .breadcrumb li:first-child a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background-position: 2px -1026px;
    display: inline-block;
    vertical-align: middle;
  }
  .breadcrumb li:first-child:after {
    vertical-align: middle;
  }
  #contents .breadcrumb {
    margin: 0 0 10px;
  }

  .side-column {
    display: none;
  }

  .slim-sns {
    background-color: #edf3f1;
    margin-top: 30px;
  }
  .slim-sns .slim-sns_title {
    background-color: #d8e6e2;
    line-height: 37px;
    text-align: center;
  }
  .slim-sns .slim-sns_list {
    display: table;
    width: 240px;
    margin: 0 auto;
    padding: 13px 0;
  }
  .slim-sns .slim-sns_list li {
    display: table-cell;
    width: 50px;
    padding-left: 50px;
  }
  .slim-sns .slim-sns_list li:first-child {
    padding-left: 0;
  }
  .slim-sns .slim-sns_list li a {
    display: block;
    height: 40px;
    width: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .slim-sns .slim-sns_list li.slim-sns_list_youtube a {
    background-position: 1px -631px;
  }
  .slim-sns .slim-sns_list li.slim-sns_list_twitter a {
    background-position: 1px -735px;
  }
  .slim-sns .slim-sns_list li.slim-sns_list_facebook a {
    background-position: 1px -834px;
  }
  /* PC,SP出しわけ */
  .pcNone {
    display: block;
  }
  .spNone {
    display: none;
  }
}
/* PC =========== */
html {
  min-width: 950px;
}

.icon-textLink,
.sitemap .sitemap_column .sitemap_list li,
.btn-pagetop a,
.block-menu li a:after,
.slim-sns .slim-sns_list li a,
.blank-mark {
  background-image: url(../img/img-pad_pc.png);
  background-repeat: no-repeat;
}

.gHd_sp, .gFt_sp {
  display: none;
}

.gHd_pc, .gFt_pc {
  display: block;
}

.gHd_pc {
  background-color: #ffffff;
}

.br_sp {
  display: inline;
}

.br_pc {
  display: block;
}

.blank-mark {
  background-position: -841px -3px;
}

.state-javascript {
  background: #f2f2f2;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.wrap_localnav {
  background-color: #ffffff;
  z-index: 1000;
  padding-top: 5px;
/*  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);*/
}
.wrap_localnav .localnav {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
.wrap_localnav .localnav .localnav_list {
  width: 950px;
  float: left;
  display: table;
  overflow: hidden;
  *zoom: 1;
}
.wrap_localnav .localnav .localnav_list li {
  display: table-cell;
  position: relative;
}
.wrap_localnav .localnav .localnav_list li:first-child {
  width: 109px;
}
.wrap_localnav .localnav .localnav_list li:nth-child(2) {
  width: 153px;
}
.wrap_localnav .localnav .localnav_list li:nth-child(3) {
  width: 109px;
}
.wrap_localnav .localnav .localnav_list li:nth-child(4) {
  width: 183px;
}
.wrap_localnav .localnav .localnav_list li:nth-child(5) {
  width: 153px;
}
.wrap_localnav .localnav .localnav_list li:nth-child(6) {
  width: 109px;
}
.wrap_localnav .localnav .localnav_list li:nth-child(7) {
  width: 104px;
}

.wrap_localnav .localnav .localnav_list li a {
  text-align: center;
  color: #222;
  display: block;
  line-height: inherit;
  padding: 8px 0;
}
.wrap_localnav .localnav .localnav_list li a:hover {
  text-decoration: none;
}
.wrap_localnav .localnav .localnav_list li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #252525;
  height: 3px;
  width: 100%;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all .2s ease-in-out 0s;
}
.wrap_localnav .localnav .localnav_list li:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.wrap_localnav .localnav .localnav_list li.active:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition: all 0s ease-in-out 0s;
}
/*
.wrap_localnav .btn-english {
  width: 62px;
  float: right;
  font-size: 0.875em;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 0;
}
.wrap_localnav .btn-english a {
  display: block;
  background-color: #1e4b79;
  color: #ffffff;
  padding: 4px 0;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.wrap_localnav .btn-english a:hover {
  text-decoration: none;
  background-color: #153555;
  color: #ffffff;
}
*/
.content {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

.main-column {
  width: 750px;
  float: left;
}

#main.main-one-column {
  width: 950px;
}

.side-column {
  width: 180px;
  float: right;
}
.side-column .side-column_title {
  color: #ffffff;
  background-color: #1e4b79;
  height: 50px;
  display: table-cell;
  width: 150px;
  padding: 0 15px;
  vertical-align: middle;
}
.side-column .side-column_title.thick {
  height: auto;
  padding: 10px 15px;
}
.side-column .side-column_list {
  background-color: #f8f8f9;
}
.side-column .side-column_list li {
  border-bottom: 1px solid #dfdfdf;
}
.side-column .side-column_list li a {
  display: block;
  padding: 13px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.side-column .side-column_list li a:hover {
  text-decoration: none;
  background-color: #cccccc;
}
.side-column .side-column_list li ul li {
  border-top: 1px dotted #dfdfdf;
  border-bottom: 0;
}
.side-column .side-column_list li.active {
  background-color: #dfdfdf;
}
.side-column .side-column_list li.active a:hover {
  background-color: #dfdfdf;
}
.side-column .side-column_list li.active ul li {
  border-top: 1px dotted #bababb;
}
.side-column .side-column_list li.active ul li a:hover {
  background-color: #cccccc;
}
.side-column .side-column_list li:last-child {
  border-bottom: 0;
}

.breadcrumb {
  margin: 15px auto 20px;
  width: 950px;
}

.icon-textLink {
  padding-left: 12px;
  background-position: -990px -2px;
}

.sitemap {
  width: 950px;
  margin: 0 auto 40px;
  display: table;
  line-height: 1.7 !important;
}
.sitemap .sitemap_column {
  display: table-cell;
  width: 315px;
}
.sitemap .sitemap_column .sitemap_title {
  font-size: 0.92em;
  margin: 20px 0 5px;
  font-weight: bold;
}
.sitemap .sitemap_column .sitemap_title .btn {
  border: 0;
  background-color: transparent;
  font-weight: bold;
  padding: 0;
}
.sitemap .sitemap_column .sitemap_list {
  font-size: 0.857em;
}
.sitemap .sitemap_column .sitemap_list li {
  background-position: -990px -2px;
  padding-left: 10px;
  margin-bottom: 5px;
}

.btn-pagetop {
  width: 950px;
  margin: 0 auto 10px;
  border-radius: 2px;
  font-size: 0.857em;
  z-index: 1000;
  text-align: right;
}
.btn-pagetop a {
  display: inline-block;
  border: 1px solid #dfdfdf;
  background-position: -672px 0;
  padding: 3px 8px 3px 22px;
  background-color: #ffffff;
}

.btn-pageTop_scroll {
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -475px;
}

.block-menu {
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}
.block-menu li {
  width: 365px;
  float: left;
  overflow: hidden;
}
.block-menu li:nth-child(2n) {
  margin-left: 16px;
}
.block-menu li .mouseover-layer:after {
  content: "";
  display: block;
  width: 610px;
  height: 488px;
  background-color: #d8e6e2;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(349px, -239px) skew(45deg);
  transform: translate(349px, -239px) skew(45deg);
  transition: transform 0.3s;
}
.ie8 .block-menu li .mouseover-layer:after {
  display: none;
}
.block-menu li .mouseover-layer:hover:after {
  -webkit-transform: translate(0, 0) skew(45deg);
  transform: translate(0, 0) skew(45deg);
}
.block-menu li a {
  overflow: hidden;
}
.block-menu li a:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-position: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.block-menu li a:hover:after {
  background-position: 0 -36px;
}
.ie8 .block-menu li a:hover {
  background-color: #d8e6e2;
}
.block-menu li a .block-menu_title,
.block-menu li a .block-menu_text {
  z-index: 100;
  position: relative;
}
.block-menu li a .block-menu_thum img {
  width: 365px;
  max-width: 365px;
}

.slim-sns {
  border: 1px solid #dfdfdf;
  width: 948px;
  min-height: 48px;
  margin: 44px auto 60px;
}
.slim-sns .slim-sns_title {
  font-weight: bold;
  width: 195px;
  float: left;
  text-align: center;
  padding-top: 12px;
}
.slim-sns .slim-sns_list {
  width: 753px;
  float: right;
}
.slim-sns .slim-sns_list li {
  width: 251px;
  float: left;
  min-height: 45px;
}
.slim-sns .slim-sns_list li.slim-sns_list_youtube a {
  border-bottom: 3px solid #cd1f21;
  background-position: -898px -107px;
  padding-left: 84px;
}
.slim-sns .slim-sns_list li.slim-sns_list_twitter a {
  border-bottom: 3px solid #55acee;
  background-position: -864px -184px;
  padding-left: 116px;
}
.slim-sns .slim-sns_list li.slim-sns_list_facebook a {
  border-bottom: 3px solid #3b579d;
  background-position: -868px -262px;
  padding-left: 112px;
}
.slim-sns .slim-sns_list li a {
  min-height: 33px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-top: 12px;
}
.slim-sns .slim-sns_list li a:hover {
  text-decoration: none;
  background-color: #edf3f1;
}
.slim-sns .slim-sns_list li a .icn-blank {
  padding: 7px 0 0 5px;
}

/* PC,SP出しわけ */
.pcNone {
  display: block;
}

/* 見出し ※2019年6月からのニューバージョン */
.hdg-1,
#main .hdg-1 {
  font-size: 1.57em;
  line-height: 1.7 !important;
  border-top: 4px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 4px 10px;
  background: none;
  color: #252525;
}
.hdg-2,
#main .hdg-2 {
  font-size: 1.428em;
  border-left: 4px solid #999999;
  padding: 3px 10px;
  margin: 40px 0 20px;
  position: relative;
  line-height: inherit;
}
.hdg-3,
#main .hdg-3 {
  font-size: 1.285em;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 10px;
  border-left: none;
  padding: 0;
}
.hdg-3:before,
#main .hdg-3:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #555555;
  vertical-align: middle;
  margin-right: 10px;
}
#main .hdg-2 + .hdg-2 {
  margin-top: 70px;
}
#main .hdg-2 + .hdg-2::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #e3e3e3;
}
.icn-blank {
  padding-right: 5px;
}
