@charset "UTF-8";
/**
--------------------------------

    New Module Style
    File: nt_module.css
    Create: 2019.10.15
    Update: 

--------------------------------
*/
.page-wrap {
  width: 75%;
}

.bgindent {
  text-indent: -9999px;
}

.mgauto {
  margin: 0 auto;
  text-align: center;
}

.dblock {
  float: left;
  overflow: hidden;
  display: block;
}

.linkhover a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}

.linkhover2 a:hover img {
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  -moz-opacity: 0.9;
  opacity: 0.9;
  zoom: 1;
}

@-webkit-keyframes gotoScrollAnimation {
  0% {
    top: 3px;
  }
  1% {
    top: 3px;
  }
  100% {
    top: 7px;
  }
}

@keyframes gotoScrollAnimation {
  0% {
    top: 3px;
  }
  1% {
    top: 3px;
  }
  100% {
    top: 7px;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  90% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  90% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes scrollerIn {
  0% {
    top: 5px;
  }
  100% {
    top: 10px;
  }
}

@keyframes scrollerIn {
  0% {
    top: 5px;
  }
  100% {
    top: 10px;
  }
}

@-webkit-keyframes scrollerOut {
  0% {
    top: 10px;
  }
  100% {
    top: 5px;
  }
}

@keyframes scrollerOut {
  0% {
    top: 10px;
  }
  100% {
    top: 5px;
  }
}

#G-TOPIC-PATH + #G-MAIN-AREA .hdl-pagetitle {
  margin-top: 45px;
}

#G-TOPIC-PATH + #G-MAIN-AREA .float .hdl-pagetitle {
  margin-top: 0px;
}

#G-TOPIC-PATH + #G-MAIN-AREA {
  margin-bottom: 0;
}

#G-FOOTER {
  position: relative;
  z-index: 50;
}

.layout-wrap.flag-fullsize #G-INQUIRY-AREA {
  width: 90%;
  margin: 0 auto 80px;
}

.layout-wrap.float #G-INQUIRY-AREA {
  width: 90%;
  margin: 0 auto 80px;
}

#G-APPS-HTML a[target="_blank"] {
  padding-right: 20px;
  background: url(../../common/img/blank2.png) 100% 50% no-repeat;
  background-size: 10px auto;
}

body.s-page h2 {
  color: #000;
  margin: auto;
  font-size: auto;
  font-weight: normal;
  line-height: 1.5;
}

.flag-pcmode {
  display: inline-block;
}

.flag-spmode {
  display: none;
}

.gen-font_weight {
  font-weight: bold;
}

button:focus {
  outline: 0;
  outline: none;
}

.is-scroll_lock {
  overflow: hidden;
}

.loading-area {
  display: none;
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
  background: url(../img/icon-loading.gif) 50% 50% no-repeat;
  background-size: 32px auto;
  text-align: center;
}

.loading-area.is-active {
  display: block;
}

.line {
  position: relative;
}

.line::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background: #dddddd;
}

.line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 4px;
  height: 1px;
  background: #0b2a87;
}

.btn.btn-detail {
  display: table;
  width: 100%;
}

.btn.btn-detail.w290 {
  width: 290px;
}

.btn.btn-detail.center {
  margin: 0 auto;
  text-align: center;
}

.btn.btn-detail a {
  display: table-cell;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  background: #ededed url(../img/icon_arw_blue_01.png) 97% 50% no-repeat;
  background-size: 25px 11px;
  border-bottom: 1px solid #cacaca;
  box-sizing: border-box;
  vertical-align: middle;
  color: #333;
}

.btn.btn-detail a:hover {
  border-bottom: 1px solid #0a2986;
  color: #0a2986;
  text-decoration: none;
}

.btn.btn-detail a.is-active {
  background: #666;
  background-image: none;
  color: #fff;
}

.btn.btn-detail_blue {
  display: table;
  width: 100%;
}

.btn.btn-detail_blue a {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  background: #0a2986 url(../img/icon_arw_white_01.png) 97% 50% no-repeat;
  background-size: 23px auto;
  border-bottom: 1px solid #cacaca;
  box-sizing: border-box;
  vertical-align: middle;
  color: #fff;
}

.btn.btn-detail_blue a:hover {
  background: #ededed url(../img/icon_arw_blue_01.png) 97% 50% no-repeat;
  background-size: 25px 11px;
  border-bottom: 1px solid #0a2986;
  color: #0a2986;
  text-decoration: none;
}

.btn.btn-detail_blue a.is-active {
  background: #666;
  background-image: none;
  color: #fff;
}

.btn.btn-detail_blue a .label {
  z-index: 1;
  position: absolute;
  top: 8px;
  left: 10px;
}

.btn.btn-detail_blue a[target="_blank"] {
  background-image: none;
  background-image: url(../img/icon_btn_popup_white.png);
  background-size: 27px 11px;
}

.btn.btn-detail_blue a[target="_blank"]:hover {
  background-image: url(../img/icon_btn_popup_blue.png);
}

.btn.btn-detail_blue a[target="_blank"] img {
  display: none;
}

.btn.btn-reset {
  min-width: 60px;
  min-height: 20px;
  margin: -5px 0 0 0;
  padding: 5px 10px;
  background: #0a2986;
  border: 1px solid #314b99;
  box-sizing: border-box;
  color: #fff;
}

.btn.btn-search_control {
  z-index: 1;
  width: 100%;
  min-height: 38px;
  padding: 10px 15px;
  background: none;
  border: 1px solid #57595e;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.btn.btn-search_control:hover {
  border: 1px solid #7f8185;
}

.btn.btn-search_control.is-checked {
  opacity: 0.3;
}

.btn.btn-search_control.is-active {
  background-image: url(../img/icon_close_white_small.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 7px auto;
  border: 1px solid #fff;
}

.btn.btn-more {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 5px 5px 25px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  background: none;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.btn.btn-next_20 {
  position: relative;
  width: 100%;
  margin: 40px auto 100px;
  padding: 0 0 0 0;
}

.btn.btn-next_20 a {
  display: block;
  margin: 0 auto;
  padding: 0;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.btn.btn-next_20 a:hover {
  opacity: 0.6;
}

.btn.btn-next_20 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 0 0 -32px;
  background: #666 url(../img/icon_plus_mid.png) 50% 50% no-repeat;
  border-radius: 50%;
}

.btn.btn-next_20 a span {
  position: relative;
  top: 30px;
}

.btn.btn-close_controlpanel {
  min-width: 60px;
  min-height: 20px;
  margin: -12.5px 0 0 0;
  padding: 10px 15px;
  background: #0a2986;
  border: 1px solid #314b99;
  box-sizing: border-box;
  color: #fff;
}

.btn.btn-serch_result {
  width: 100%;
  height: 48px;
  padding: 10px;
  border: none;
  background: #0a2986 url(../img/icon_arw_white_01.png) 93% 50% no-repeat;
  background-size: 23px auto;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.btn.btn-contact a {
  display: block;
  padding: 10px 0;
  width: 200px;
  background: #fff;
  border: 3px solid #d2262f;
  box-sizing: border-box;
  color: #d2262f;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.btn.btn-contact a:hover {
  text-decoration: none;
}

.btn.btn-contact a .icon {
  padding: 0 0 0 20px;
  background: url(../img/icon_contact_red.png) 0 50% no-repeat;
}

.btn.btn-pulldown {
  display: table;
  width: 100%;
}

.btn.btn-pulldown.is-open a {
  background-image: url(../img/icon_arw_blue_minus_01.png);
  background-color: #e0e0e0;
  border-bottom: 1px solid #d1d1d1;
}

.btn.btn-pulldown a {
  display: table-cell;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  background: #ededed url(../img/icon_arw_blue_plus01.png) 97% 50% no-repeat;
  background-size: 29px auto;
  border-bottom: 1px solid #cacaca;
  box-sizing: border-box;
  vertical-align: middle;
  color: #333;
}

.btn.btn-pulldown a:hover {
  border-bottom: 1px solid #0a2986;
  color: #0a2986;
  text-decoration: none;
}

.btn.btn-pagenav_shortcut {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  width: 150px;
  height: 42px;
  background: #000;
  color: #fff;
}

.btn.btn-pagenav_shortcut .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.btn.btn-pagenav_shortcut .icon {
  padding-left: 13px;
  background: url(../img/icon_white_down.png) 0 50% no-repeat;
}

.form {
  width: 100%;
  margin: 10px 0;
}

.form.form-pulldown {
  display: table;
  width: 100%;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  background: #ededed url(../img/icon_arw_blue__plus01.png.html) 97% 50% no-repeat;
  background-size: 29px auto;
  border: none;
  border-bottom: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  vertical-align: middle;
  color: #333;
}

.icon.icon-open {
  background: url(../img/icon_plus.png) 10px 50% no-repeat;
}

.icon.icon-open.btn-search_control {
  padding-left: 25px;
}

.icon.icon-close {
  background: url(../img/icon_minus.png) 10px 50% no-repeat;
}

.icon.icon-close.btn-search_control {
  padding-left: 25px;
}

.icon.icon-plus_blue {
  background: url(../img/icon_plus.png) 10px 50% no-repeat;
}

.line.search {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #57595e url(../img/line_search.gif) 0 0 no-repeat;
  border: none;
}

.line.mgn30 {
  margin: 30px 0;
}

.line.bdr-color_gray {
  border: solid #ddd;
  border-width: 1px 0 0 0;
}

.gen-textarea + .line {
  margin-top: 90px !important;
}

.text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.text.mnheight {
  min-height: 40px;
}

.list.list-search {
  /* 2020.02.07
        .btn-cover {
            z-index: 4;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 40px;
        }
        */
}

.list.list-search li {
  overflow: hidden;
  position: relative;
}

.list.list-search li .btn-sp {
  z-index: -1;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
}

.list.list-search li .btn-sp.is-active {
  z-index: 5;
}

.list.list-search .btn-search_control {
  padding: 10px 15px;
  text-align: left;
}

.list.list-search .label {
  font-size: 12px;
}

.is-more {
  overflow: hidden;
}

/** UI用ラップ
--------------------------------
--------------------------------
*/
.ui-tab {
  z-index: 8000;
  position: relative;
  margin-bottom: 20px;
}

.ui-checkbox_btn .btn-checkbox {
  width: 100%;
  padding: 10px 15px;
  background: none;
  border: 1px solid #57595e;
  color: #fff;
}

.ui-checkbox_btn .btn-checkbox:hover {
  border: 1px solid #fff;
}

.ui-checkbox_btn .btn-checkbox.is-active {
  border: 1px solid #fff;
}

/** 検索条件表示
--------------------------------
--------------------------------
*/
.result-display {
  position: relative;
  width: 94%;
  margin: 20px auto 45px;
  padding: 0 0 0;
  border-bottom: 1px solid #ddd;
}

.result-display:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4px;
  height: 1px;
  background: #0a2986;
}

.result-display .list-display {
  margin-left: -20px;
}

.result-display .list-display dt {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-right: 0px;
}

.result-display .list-display dd {
  display: inline-block;
  margin-bottom: 10px;
}

.result-display .product-count {
  font-size: 16px;
  font-weight: bolder;
}

.result-display .tag-list {
  padding: 0 0 0 15px;
}

.result-display .tag {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px;
  border: 1px solid #ddd;
  font-size: 12px;
}

.result-display .tag .btn-close {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0 10px 0 0;
  background: url(../img/icon_close_mid.png) 100% 50% no-repeat;
}

.fixed-contact {
  z-index: 10;
  position: fixed;
  top: 50%;
  right: 0;
  width: 260px;
  margin: -90px 0 0 0;
  padding: 15px 0 15px 22px;
  background: #0b2a87;
  box-sizing: border-box;
  transition: width 0.1s linear;
  color: #fff;
  font-size: 14px;
}

.fixed-contact.is-stop {
  margin: -220px 0 0 0;
}

.fixed-contact.is-active {
  width: 40px;
  height: 140px;
  padding: 0;
  transition: width 0.1s linear;
}

.fixed-contact.is-active .btn-window_contact {
  display: block;
}

.fixed-contact.is-active .title {
  display: none;
}

.fixed-contact.is-active .lead {
  display: none;
}

.fixed-contact.is-active .tel {
  display: none;
}

.fixed-contact.is-active .text {
  display: none;
}

.fixed-contact.is-active .btn-contact {
  display: none;
}

.fixed-contact a {
  color: #fff;
}

.fixed-contact .title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
}

.fixed-contact .lead {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.fixed-contact .text {
  margin-bottom: 5px;
}

.fixed-contact .tel {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
}

.fixed-contact .tel .label {
  font-size: 11px;
}

.fixed-contact .btn-window_contact {
  display: none;
}

.fixed-contact .btn-window_contact a {
  display: block;
  position: relative;
  top: 0;
  left: 20px;
  padding: 20px 10px;
  width: 20px;
  height: 140px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}

.fixed-contact .btn-window_contact a:hover {
  text-decoration: none;
}

.fixed-contact .btn-window_contact a .icon {
  padding: 20px 0 0 0;
  background: url(../img/icon_contact_blue.png) 50% 0 no-repeat;
}

/** フォーム
--------------------------------
--------------------------------
*/
.form {
  /* css checkbox01 */
}

.form .form-radio {
  display: inline-block;
  margin: 0.5rem;
}

.form .form-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.form .form-radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.form .form-radio input[type="radio"]:checked + .radio-label:before {
  background-color: #0b2a87;
  box-shadow: inset 0 0 0 3px #ccc;
}

.form .form-radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: none;
}

.form .form-radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #000;
  border-color: black;
  background: black;
}

.form .form-radio input[type="radio"] + .radio-label {
  color: #fff;
  font-size: 12px;
}

.form .form-radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.form .checkbox01-input {
  display: none;
}

.form .checkbox01-parts {
  padding-left: 10px;
  position: relative;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
}

.form .checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background: #f4f4f4;
}

.form .checkbox01-input:checked + .checkbox01-parts {
  color: #fff;
}

.form .checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 4px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 2px solid #0b2a87;
  border-right: 2px solid #0b2a87;
}

/** 絞り込み検索用エラーメッセージ
--------------------------------
--------------------------------
*/
.msg-notfound {
  display: none;
  margin-bottom: 50px;
  text-align: center;
}

.msg-notfound.is-active {
  display: block;
}

.msg-notfound .title {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
}

.msg-notfound .text {
  color: #e50112;
  font-size: 14px;
}

/** ボタン
--------------------------------
--------------------------------
*/
/** ページタイトル
--------------------------------
--------------------------------
*/
.hdl-pagetitle {
  position: relative;
  margin-bottom: 75px;
}

.hdl-pagetitle.flag-liquid {
  width: 94%;
  margin: 0 auto 80px;
}

.hdl-pagetitle::before {
  z-index: 1;
  position: absolute;
  top: 10px;
  display: block;
  content: ' ';
  width: 100%;
  height: 1px;
  background: #ddd;
}

.hdl-pagetitle::after {
  z-index: 4;
  position: absolute;
  bottom: -25px;
  display: block;
  content: ' ';
  width: 45px;
  height: 3px;
  background: #0a2986;
}

.hdl-pagetitle .title {
  z-index: 3;
  position: relative;
  display: inline-block;
  height: auto;
  min-height: 45px;
  margin: 0;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  background: #fff;
  color: #212121;
  font-size: 40px;
  font-weight: normal;
}

.hdl-pagetitle .title.bgcolor-gray {
  background: #ddd;
}

.hdl-pagetitle .outline {
  margin-top: 15px;
  color: #333;
}

.hdl-title {
  position: relative;
  margin: 50px 0 58px;
}

.hdl-title.mgnt0 {
  margin-top: 0;
}

.hdl-title::before {
  z-index: 1;
  position: absolute;
  top: 10px;
  display: block;
  content: ' ';
  width: 100%;
  height: 1px;
  background: #ddd;
}

.hdl-title::after {
  z-index: 1;
  position: absolute;
  bottom: -25px;
  display: block;
  content: ' ';
  width: 45px;
  height: 3px;
  background: #0a2986;
}

.hdl-title .title {
  z-index: 3;
  position: relative;
  display: inline-block;
  height: 25px;
  margin: 0;
  padding: 0 48px 0 0;
  box-sizing: border-box;
  background: #fff;
  color: #212121;
  font-size: 22px;
  font-weight: normal;
}

.hdl-title .title.bgcolor-gray {
  background: #f6f6f6;
}

.hdl-title .outline {
  margin-top: 15px;
  color: #333;
}

.hdl-lead_title {
  font-size: 30px;
}

.hdl-subtitle {
  margin-top: 25px;
  font-size: 16px;
}

.hdl-outline {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.hdl-sidebar {
  position: relative;
  min-height: 38px;
  margin: 0 0 38px 0;
  border-bottom: 1px solid #fff;
}

.hdl-sidebar .title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.hdl-sidebar .title .btn-reset {
  position: absolute;
  top: 5px;
  right: 0;
}

/* サステナ infocus */
.hdl-title_normal {
  margin: 90px 0 40px 0;
}

.hdl-title_normal .title {
  font-size: 19px;
  font-weight: normal;
}

.hdl-title_blue-line {
  min-height: 130px;
  padding: 20px 0 0 0;
  border-top: 2px solid #003399;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
}

.hdl-title_blue-line .title {
  margin-bottom: 17px;
  color: #003399;
  font-weight: normal;
}

.hdl-title_blue-line .text {
  color: #003399;
}

.hdl-underline {
  position: relative;
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: normal;
  /*
    &::before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: ' ';
        display: block;
        width: 100%;
        height: 1px;
        background: #dddddd;
    }
    &::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: ' ';
        display: block;
        width: 4px;
        height: 1px;
        background: #0b2a87;
    }
    */
}

.hdl-underline.noline {
  margin-bottom: 5px;
  padding-bottom: 0;
}

.hdl-underline.noline::before {
  display: none;
}

.hdl-underline.noline::after {
  display: none;
}

.keyviual-img_title {
  position: relative;
  width: 100%;
  height: 100%;
}

.keyviual-img_title.mini .inner {
  top: -80px;
}

.keyviual-img_title .inner {
  z-index: 2;
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
}

.keyviual-img_title .pagetitle-group {
  display: table-cell;
  box-sizing: border-box;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.keyviual-img_title .nav-page_list {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1285px;
  margin: 0 0 0 -642px;
  border-top: 1px solid #fff;
}

.keyviual-img_title .nav-page_list .nav {
  display: flex;
  justify-content: center;
}

.keyviual-img_title .nav-page_list .nav a {
  display: block;
  padding: 25px;
  color: #fff;
}

.keyviual-img_title .nav-page_list .nav a .arw-d {
  padding-left: 13px;
  background: url(../img/icon_white_down.png) 0 50% no-repeat;
}

.keyviual-img_title .title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.0;
}

.keyviual-img_title .subtitle {
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
}

.keyviual-img_title .text {
  color: #fff;
  font-size: 14px;
  line-height: 2.2;
}

.keyviual-img_title .img {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.keyviual-img_title .img img {
  display: inline-block;
  width: 100%;
}

.nav-page {
  width: 100%;
  height: 42px;
  background: #333;
}

.nav-page.is-active {
  z-index: 10;
  position: fixed;
  top: 71px;
  left: 0;
  width: 100%;
}

.nav-page .layout-inner {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.nav-page .page-nav_list {
  display: flex;
}

.nav-page .page-nav_list.w20p li {
  padding: 0;
}

.nav-page .page-nav_list li:last-child a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: ' ';
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: #999;
}

.nav-page .page-nav_list a {
  position: relative;
  display: table;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

.nav-page .page-nav_list a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: ' ';
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: #999;
}

.nav-page .page-nav_list a .cell {
  display: table-cell;
  height: 44px;
  padding: 0 20px;
  vertical-align: middle;
  text-align: center;
}

.nav-page .page-nav_list a .icon {
  padding-left: 13px;
  background: url(../img/icon_white_down.png) 0 50% no-repeat;
}

/** 左メニュー　の　パーツ
--------------------------------
--------------------------------
*/
.hdl-search {
  position: relative;
  margin: 0 0 20px 0;
}

.hdl-search .label {
  cursor: pointer;
}

.hdl-search .status {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(../img/icon_plus.png) 10px 50% no-repeat;
  cursor: pointer;
}

.hdl-search .status.is-active {
  background: url(../img/icon_minus.png) 10px 50% no-repeat;
}

.hdl-search .title {
  padding: 5px 30px 5px 0;
  font-weight: normal;
}

.hdl-search .title a {
  display: block;
  color: #fff;
  font-size: 18px;
  cursor: default;
}

.hdl-search .title a:hover {
  text-decoration: none;
}

.hdl-search .title a::after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 40px;
  width: 1px;
  height: 11px;
  margin-top: -6px;
  display: inline-block;
  background: url(../img/line_dots.png) 0 50% no-repeat;
}

.ui-tab + .contents-sortlist {
  display: none;
}

.ui-tab + .contents-sortlist.is-active {
  display: block;
}

.ui-tab + .contents-sortlist + .contents-sortlist {
  display: none;
}

.ui-tab + .contents-sortlist + .contents-sortlist.is-active {
  display: block;
}

/** 検索
--------------------------------
--------------------------------
*/
.search-products {
  width: 100%;
  margin: 0 auto 50px;
  padding: 10px;
  background: #ededed;
  box-sizing: border-box;
}

.search-products .search-input {
  width: 85%;
  height: 47px;
  padding-left: 40px;
  border: solid #ddd;
  border-width: 1px 0 1px 1px;
  background: #fff url(../img/icon_search.png) 17px 50% no-repeat;
  box-shadow: 0px 0px 2px 1px #dfdde0 inset;
  box-sizing: border-box;
  font-size: 14px;
}

.search-products .search-input::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
}

.search-products .search-input::-moz-placeholder {
  color: #666;
  font-size: 14px;
}

.search-products .search-input:-ms-input-placeholder {
  color: #666;
  font-size: 14px;
}

.search-products .search-input::-ms-input-placeholder {
  color: #666;
  font-size: 14px;
}

.search-products .search-input::placeholder {
  color: #666;
  font-size: 14px;
}

.search-products .btn-submit {
  position: relative;
  top: 0;
  width: 15%;
  height: 47px;
  background: #666;
  border: none;
  border-bottom: 1px solid #003399;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
}

.search-products .btn-submit:hover {
  opacity: 0.7;
}

/** 画像 + リンク
--------------------------------
--------------------------------
*/
.imglink-box {
  margin-bottom: 40px;
  line-height: 1.0;
}

.imglink-box .img {
  margin-bottom: 16px;
}

.imglink-box .img img {
  width: 100%;
}

.imglink-box .label {
  text-align: center;
}

.imglink-box .label h3 {
  font-size: 14px;
  font-weight: normal;
}

.imglink-box a {
  display: block;
}

.imglink-box a:hover .img {
  opacity: 0.6 !important;
}

.imglink-box a:hover .label {
  text-decoration: underline;
}

.opacity-hover {
  display: block;
}

.opacity-hover:hover {
  opacity: 0.7;
  text-decoration: none;
}

.link-arw_blue-r {
  padding: 0 10px 0 0;
  background: url(../img/icon_arw_r.png) 100% 50% no-repeat;
  background-size: 5px auto;
}

.link-arw_blue-l {
  padding: 0 0 0 10px;
  background: url(../img/icon_arw_l.png) 0% 50% no-repeat;
  background-size: 5px auto;
}

.icon-alert {
  padding: 2px 0 2px 20px;
  background: url(../img/icon_alert.png) 0 50% no-repeat;
  background-size: 16px auto;
}

/** 画像 or 見出し + 概要説明 + リンク
--------------------------------
--------------------------------
*/
.infomation-box {
  width: 98%;
}

.infomation-box.w100p {
  width: 100%;
}

.infomation-box .img {
  margin-bottom: 20px;
}

.infomation-box .img a {
  display: block;
}

.infomation-box .img a:hover {
  opacity: 0.6;
}

.infomation-box .hdl-underline::before {
  display: none;
}

.infomation-box .hdl-underline::after {
  display: none;
}

.infomation-box .hdl-underline + .list-link {
  position: relative;
  margin-top: 80px;
  padding-bottom: 15px;
}

.infomation-box .hdl-underline + .list-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background: #dddddd;
}

.infomation-box .hdl-underline + .list-link::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 4px;
  height: 1px;
  background: #0b2a87;
}

.infomation-box .text + .list-link {
  position: relative;
  padding-bottom: 15px;
}

.infomation-box .text + .list-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background: #dddddd;
}

.infomation-box .text + .list-link::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 4px;
  height: 1px;
  background: #0b2a87;
}

.infomation-box .text {
  min-height: 42px;
}

.infomation-box .list-link {
  padding: 20px 0 0 0;
}

#industry-link .infomation-box .hdl-underline + .list-link {
  margin-top: 0;
}

/** 業界詳細ページ
--------------------------------
--------------------------------
*/
.img-intractive_point {
  position: relative;
  width: 100%;
  height: auto;
}

.img-intractive_point .point {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 428px;
}

.img-intractive_point .point .pointer {
  display: none;
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(10, 41, 134, 0.6);
  border-radius: 50%;
}

.img-intractive_point .point .pointer .img {
  display: none;
}

.img-intractive_point .point .pointer.is-active {
  display: block;
  opacity: 1;
  animation-duration: 1s;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade-in;
}

.img-intractive_point .point .pointer .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: -3.5px 0 0 -3.5px;
  background: #fff;
  border-radius: 50%;
}

.img-intractive_point .img-base {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.img-intractive_point .img-base img {
  width: 100%;
}

.nav-category_chenge-form {
  z-index: 5;
  position: relative;
  width: 100%;
}

.nav-category_chenge-form .form-select_ui {
  z-index: 100;
  position: relative;
  width: 100%;
  height: 45px;
}

.custom-pulldown_display {
  cursor: pointer;
}

.custom-pulldown_wrap {
  display: none;
  z-index: 150;
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  background: #ededed;
}

.custom-pulldown_wrap.is-active {
  display: block;
}

.custom-pulldown_option {
  cursor: pointer;
}

.custom-pulldown_option a {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background: url(../img/icon_arw_blue_01.png) 97% 50% no-repeat;
  background-size: 25px 11px;
  border-bottom: 1px solid #d1d1d1;
  box-sizing: border-box;
  color: #333;
  font-size: 13px;
}

.custom-pulldown_option.is-hide {
  display: none;
}

.nav-slide {
  margin: 20px 0 44px 0;
}

.nav-slide .clm {
  margin-bottom: 5px;
}

.slider-contents.layout-column {
  margin-bottom: 0;
}

.slider-contents .layout-column .clm {
  margin-bottom: 30px;
}

.slider-contents .block {
  display: none;
  opacity: 0;
  padding-left: 40px;
  box-sizing: border-box;
}

.slider-contents .block.is-active {
  display: block;
  opacity: 1;
  animation-duration: 1s;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade-in;
}

.slider-contents .block .hdl-lv3 {
  margin-bottom: 28px;
  font-size: 19px;
  font-weight: normal;
}

.slider-contents .block .hdl-lv4 {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
}

.slider-contents .block .text {
  padding-bottom: 20px;
}

.slider-contents .block .line {
  padding-bottom: 44px;
  margin-bottom: 30px;
}

.slider-contents .block .line.contents-line {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  padding-bottom: 1px;
}

.slider-contents .block .btn.btn-detail_blue {
  margin-top: 5px;
}

.slider-contents .block .btn + .hdl-lv4 {
  margin-top: 25px;
}

.slider-contents .block .btn + .layout-column {
  margin-top: 25px;
}

/** バナー
--------------------------------
--------------------------------
*/
.link-box {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.link-box.pos-10 {
  top: -10px;
}

.link-box.pos-22 {
  top: -22px;
}

.link-box img {
  width: 100%;
}

.link-box .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0 0 0 -50%;
  text-align: center;
  vertical-align: middle;
}

.link-box .img {
  z-index: -1;
  position: relative;
}

.link-box .img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.link-box .title {
  z-index: 2;
  position: relative;
  display: block;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.link-box .title.font-large {
  font-size: 36px;
}

.link-box .outline {
  z-index: 2;
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
}

.link-box .outline.font-large {
  font-size: 16px;
}

.link-box .btn {
  z-index: 2;
  position: relative;
  margin-top: 35px;
  width: 180px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
}

.link-box a {
  display: table;
  width: 100%;
}

.link-box a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.imglink-banner {
  margin-bottom: 40px;
  line-height: 1.0;
}

.imglink-banner .img {
  margin-bottom: 17px;
}

.imglink-banner .img img {
  width: 100%;
}

.imglink-banner .label {
  text-align: center;
}

.imglink-banner .label h3 {
  font-size: 14px;
  font-weight: normal;
}

.imglink-banner a {
  display: inline-block;
}

.imglink-banner a:hover .img {
  opacity: 0.6;
}

.imglink-banner a:hover .label {
  text-decoration: underline;
}

.imglink-thumb {
  margin-bottom: 40px;
  line-height: 1.0;
}

.imglink-thumb .img {
  margin-bottom: 17px;
}

.imglink-thumb .img img {
  width: 100%;
}

.imglink-thumb .label {
  text-align: center;
}

.imglink-thumb .label h3 {
  font-size: 14px;
  font-weight: normal;
}

.imglink-thumb a {
  display: block;
}

.imglink-thumb a:hover .img {
  opacity: 0.6;
}

.imglink-thumb a:hover .label {
  text-decoration: underline;
}

/** ボタン
--------------------------------
--------------------------------
*/
.btn {
  box-sizing: border-box;
  cursor: pointer;
}

.btn.btn-link {
  display: block;
  margin: 15px auto;
  padding: 10px 20px;
  background: url(../img/icon_arw_white_01.png) 95% 50% no-repeat;
  background-size: 23px auto;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

a:hover .btn.btn-link {
  background: url(../img/icon_arw_blue_01.png) 95% 50% no-repeat;
  background-size: 25px 11px;
  background-color: white;
  color: #0a2986;
}

/** ニュース
--------------------------------
--------------------------------
*/
.news-list {
  width: 100%;
  line-height: 1.0;
}

.news-list .news {
  width: 100%;
  margin-bottom: 40px;
  background: url(../img/bdr_dot.png) 0 0 repeat-x;
}

.news-list .news li {
  display: block;
}

.news-list .news a {
  display: table;
  position: relative;
  width: 100%;
  background: url(../img/bdr_dot.png) 0 100% repeat-x;
  box-sizing: border-box;
}

.news-list .news a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  content: ' ';
  width: 25px;
  height: 11px;
  margin-top: -5px;
  background: url(../img/icon_arw_blue_01.png) 100% 50% no-repeat;
  background-size: 25px 11px;
}

.news-list .news a:hover {
  text-decoration: none;
  background-color: #eaeaea;
}

.news-list .news a:hover .title {
  text-decoration: underline;
}

.news-list .date {
  display: table-cell;
  width: 100px;
  padding: 23px 0;
}

.news-list .category-type {
  display: table-cell;
  width: 130px;
  margin: 0 15px;
}

.news-list .category {
  display: inline-block;
  width: 100px;
  padding: 5px 10px;
  background: #0a2986;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.news-list .title {
  display: table-cell;
  padding: 23px 0;
  line-height: 1.5;
}

.news-list .btn-group {
  width: 100%;
}

.news-list .btn-group .btn-layout {
  display: flex;
  justify-content: flex-end;
}

.news-list .icon-arw {
  padding: 0 20px 0 15px;
  background: url(../img/icon_arw_01.png) 0 50% no-repeat;
}

.news-list .icon-rss {
  padding: 0 0 0 15px;
  background: url(../img/icon_rss.png) 0 50% no-repeat;
  background-size: 10px auto;
}

/** 絞り込み検索
--------------------------------
--------------------------------
*/
.list-products_group {
  display: flex;
  flex-wrap: wrap;
}

.list-products_group a:hover {
  opacity: 0.6;
}

.list-products_group .box {
  width: 200px;
  margin: 0 0 50px 3%;
}

.list-products_group .box.is-open {
  opacity: 1;
  display: inline-block;
}

.list-products_group .box.is-hide {
  opacity: 0;
  display: none;
}

.list-products_group .box .g-vam {
  display: none;
}

.list-products_group .box .img {
  height: 130px;
  margin-bottom: 20px;
  text-align: center;
}

.list-products_group .box .img img {
  width: auto;
  height: 100%;
  max-height: 180px;
}

.list-products_group .box .label {
  font-size: 14px !important;
  word-break: break-all;
}

.list-products_group .box .spec {
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

.list-products_group .box .spec th {
  width: 40%;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.list-products_group .box .spec td {
  width: 60%;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  word-wrap: break-word;
}

.list-products_group .box .unit {
  display: none;
}

.list-products_group .box .unit.is-active {
  display: table-row;
}

.search-sort .foot {
  margin-top: 5px;
  text-align: center;
}

.search-sort .foot.is-open {
  display: none;
}

.search-comment {
  margin-top: 35px;
  padding: 20px 20px 20px;
  background: #57595e;
  box-sizing: border-box;
  color: #fff;
}

.search-comment.is-hide {
  display: none;
}

.search-comment .text {
  margin-bottom: 0;
  font-size: 12px;
}

.search-detail_panel {
  display: none;
  padding-bottom: 80px;
}

.search-detail_panel .search-sort {
  width: 100%;
}

/** Scrollbar
--------------------------------
--------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.mCS_no_scrollbar {
  padding-right: 20px !important;
}

/** In Focus
--------------------------------
--------------------------------
*/
.mod-infocus-process .clm {
  margin-bottom: 0 !important;
}

.gen-textarea .hdl-lv3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
}

.gen-textarea .hdl-lv4 {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: normal;
}

.gen-textarea .hdl-small {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
}

.gen-textarea .img {
  margin-bottom: 25px;
}

.gen-textarea .text {
  margin-bottom: 25px;
}

.mod-sustana_step {
  margin: 15px 0 20px;
}

.mod-sustana_step .step {
  min-height: 150px;
  padding: 10px 7px 40px;
  background: #003399 url(../img/line_sustana_infocus_01.gif) 100% 100% no-repeat;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
}

.mod-sustana_step .step.last {
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 50px;
  background: #003399 url(../img/line_sustana_infocus_01_2.gif) 100% 100% no-repeat;
}

.mod-sustana_step .label {
  width: 147px;
  min-height: 210px;
  padding: 15px 10px 40px;
  background: #d2ddef url(../img/line_sustana_infocus_02.gif) 0 100% no-repeat;
  box-sizing: border-box;
  color: #003399;
  font-size: 14px;
}

.mod-sustana_step .label .small {
  font-size: 12px;
}

.mod-sustana_step .label.last {
  background: #d2ddef url(../img/line_sustana_infocus_02_2.gif) 0 100% no-repeat;
}

.mod-sustana_step .outline {
  min-height: 110px;
  padding: 10px 20px 40px;
  background: url(../img/line_sustana_infocus_03.gif) 0 100% no-repeat;
  box-sizing: border-box;
}

.mod-sustana_step .outline.last {
  background: url(../img/line_sustana_infocus_03_2.gif) 0 100% no-repeat;
}

.mod-sustana_step .dl-sustana_check {
  margin: 10px 0;
}

.mod-sustana_step .dl-sustana_check dt {
  clear: both;
  float: left;
  width: 160px;
  box-sizing: border-box;
}

.mod-sustana_step .dl-sustana_check dd {
  margin-left: 163px;
  box-sizing: border-box;
}

.mod-sustana_step .font-color_blue {
  color: #003399;
}

/** width 960px
--------------------------------
--------------------------------
*/
@media screen and (max-width: 960px) {
  body.g-rsp-page #Search-Area #G-INQUIRY-AREA {
    margin: 0 auto;
  }
  body.s-page h2 {
    margin-bottom: 0 !important;
  }
  .flag-pcmode {
    display: none;
  }
  .flag-spmode {
    display: inline-block;
  }
  .hdl-sidebar {
    padding: 7px 0 0 0;
    min-height: 42px;
    box-sizing: border-box;
  }
  .hdl-sidebar h2 {
    margin-bottom: 0;
  }
  .hdl-sidebar .btn-close_controlpanel {
    position: absolute;
    top: 13px;
    right: 0;
    margin-bottom: 0;
    padding-right: 30px;
    background-image: url(../img/icon_close_white.png);
    background-position: 88% 50%;
    background-repeat: no-repeat;
    background-size: 12px auto;
    font-size: 12px;
  }
  .btn.btn-detail {
    margin-bottom: 45px;
  }
  .btn.btn-detail.w290 {
    width: 100%;
  }
  .btn.sp-btn_search {
    display: table;
    width: 94%;
    height: 50px;
    margin: 0 auto;
    background: #ededed;
    border-bottom: 1px solid #cacaca;
  }
  .btn.sp-btn_search a {
    position: relative;
    display: table-cell;
    width: 100%;
    padding-left: 34px;
    box-sizing: border-box;
    background: url(../img/line_dots_blue.png) 85% 50% no-repeat;
    background-size: 1px 11px;
    color: #333;
    font-weight: bold;
    vertical-align: middle;
  }
  .btn.sp-btn_search a:hover {
    text-decoration: none;
  }
  .btn.sp-btn_search a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url(../img/icon_plus_blue.png) 50% 50% no-repeat;
    background-size: 10px auto;
  }
  .btn.btn-reset {
    width: 100%;
    min-width: auto;
    min-height: 25px;
    margin: 0;
    padding: 10px 6px;
    border: none;
    color: #fff;
    font-size: 10px;
  }
  .btn.btn-contact_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: #fff url(../img/icon_close_blue.png) 50% 50% no-repeat;
    background-size: 50% auto;
    border: none;
  }
  /** ページタイトル
    --------------------------------
    --------------------------------
    */
  .hdl-pagetitle {
    position: relative;
    margin: 45px 10px 60px 10px !important;
    box-sizing: border-box;
  }
  .hdl-pagetitle.flag-liquid {
    height: auto;
    margin-bottom: 60px;
  }
  .hdl-pagetitle::before {
    z-index: 1;
    position: absolute;
    top: 10px;
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    background: #ddd;
  }
  .hdl-pagetitle::after {
    z-index: 4;
    position: absolute;
    bottom: 0;
    display: block;
    content: ' ';
    width: 45px;
    height: 3px;
    background: #0a2986;
  }
  .hdl-pagetitle .title {
    z-index: 3;
    position: relative;
    display: inline-block;
    height: auto;
    min-height: 24px;
    margin: 0;
    padding: 0 48px 15px 0;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: normal;
  }
  .hdl-pagetitle .title.bgcolor-gray {
    background: #ddd;
  }
  .hdl-pagetitle .outline {
    margin-top: 0;
    padding-bottom: 30px;
    font-size: 13px;
  }
  .hdl-title {
    position: relative;
    margin: 50px 10px 60px;
    box-sizing: border-box;
  }
  .hdl-title::before {
    z-index: 1;
    position: absolute;
    top: 10px;
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    background: #ddd;
  }
  .hdl-title::after {
    z-index: 1;
    position: absolute;
    bottom: -35px;
    display: block;
    content: ' ';
    width: 45px;
    height: 3px;
    background: #0a2986;
  }
  .hdl-title .title {
    height: 25px;
    margin: 0;
    padding: 0 30px 0 0;
    font-size: 18px;
  }
  .hdl-title .outline {
    margin-top: 15px;
  }
  /* サステナ infocus */
  .hdl-title_normal {
    margin: 45px 5px 20px 5px;
  }
  .hdl-title_normal .title {
    font-size: 14px;
  }
  .hdl-title_blue-line {
    min-height: 120px;
    padding: 13px 0 0 0;
    box-sizing: border-box;
  }
  .hdl-title_blue-line .title {
    margin-bottom: 10px;
    font-size: 14px !important;
  }
  .hdl-title_blue-line .text {
    margin-bottom: 10px;
    font-size: 12px !important;
  }
  .hdl-underline {
    font-size: 14px !important;
  }
  .keyviual-img_title {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .keyviual-img_title.mini .inner {
    top: -50px;
  }
  .keyviual-img_title .nav-page_list {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    padding: 10px 0;
    max-width: 100%;
    margin: 0;
  }
  .keyviual-img_title .nav-page_list .nav {
    display: block;
    text-align: center;
  }
  .keyviual-img_title .nav-page_list .nav li {
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    font-size: 11px;
  }
  .keyviual-img_title .nav-page_list .nav a {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
  }
  .keyviual-img_title .title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
  }
  .keyviual-img_title .subtitle {
    color: #fff;
    font-size: 14px;
  }
  .keyviual-img_title .text {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
  }
  .keyviual-img_title .img {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .keyviual-img_title .img img {
    display: inline-block;
    width: 100%;
  }
  .hdl-lead_title {
    font-size: 30px !important;
  }
  .hdl-subtitle {
    margin-top: 10px;
    font-size: 16px;
  }
  /** UI用ラップ
    --------------------------------
    --------------------------------
    */
  .ui-checkbox_btn {
    z-index: 5;
    position: relative;
  }
  .ui-checkbox_btn .btn-checkbox:hover {
    border: 1px solid #57595e;
  }
  .ui-checkbox_btn .btn-checkbox.is-active {
    border: 1px solid #fff;
  }
  /** 検索条件表示
    --------------------------------
    --------------------------------
    */
  .result-display {
    width: 94%;
    margin: 20px auto;
  }
  .result-display .list-display dt {
    clear: both;
    float: left;
    display: block;
    margin-bottom: 10px;
    padding-right: 20px;
  }
  .result-display .list-display dd {
    display: block;
    min-height: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .result-display .product-count {
    font-size: 16px;
    font-weight: bold;
  }
  .result-display .tag-list {
    padding: 0 0 0 15px;
  }
  .result-display .tag {
    padding: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
  }
  .result-display .tag .btn-close {
    display: inline-block;
    width: 8px;
    height: 8px;
    padding: 0 10px 0 0;
    background: url(../img/icon_close_mid.png) 100% 50% no-repeat;
  }
  .sp-search_result {
    z-index: 9000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 69px;
    margin-bottom: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
  }
  .sp-search_result .clm {
    display: table;
    height: 69px;
  }
  .sp-search_result .clm .inner {
    display: table-cell;
    padding: 0 10px;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .sp-search_result .product-count {
    padding: 0 10px;
  }
  /** 検索
    --------------------------------
    --------------------------------
    */
  .search-products {
    width: 98%;
    margin: 0 auto 48px;
    box-sizing: border-box;
  }
  .search-products .search-input {
    width: 80%;
    height: 47px;
    background-image: url(../img/icon_search_sp.png);
    background-size: 12px auto;
    box-sizing: border-box;
    font-size: 14px;
  }
  .search-products .search-input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .search-products .search-input::-moz-placeholder {
    font-size: 12px;
  }
  .search-products .search-input:-ms-input-placeholder {
    font-size: 12px;
  }
  .search-products .search-input::-ms-input-placeholder {
    font-size: 12px;
  }
  .search-products .search-input::placeholder {
    font-size: 12px;
  }
  .search-products .btn-submit {
    width: 20%;
    height: 46px;
    box-sizing: border-box;
    font-size: 14px;
  }
  /** 画像 + リンク
    --------------------------------
    --------------------------------
    */
  .imglink-box {
    display: table;
    margin-bottom: 0;
    line-height: 1.0;
    background: url(../img/icon_arw_blue_01.png) 98% 50% no-repeat;
    background-size: 25px 11px;
    border-bottom: 1px solid #ddd;
  }
  .imglink-box .imglink-box:first-child {
    border-top: 1px solid #ddd;
  }
  .imglink-box .img {
    overflow: hidden;
    display: table-cell;
    width: 48px;
    height: 48px;
    margin-bottom: 17px;
  }
  .imglink-box .img img {
    width: 48px;
  }
  .imglink-box .label {
    display: table-cell;
    width: 90%;
    padding: 12px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  .imglink-box .label h3 {
    font-size: 12px;
  }
  /** ニュース
    --------------------------------
    --------------------------------
    */
  .news-list {
    width: 98%;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 1.0;
  }
  .news-list .news {
    width: 100%;
    margin-bottom: 40px;
  }
  .news-list .news li {
    display: block;
  }
   .news-list .news a {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 40px 20px 0;
    box-sizing: border-box;
  }
  .news-list .date {
    display: inline;
    min-width: 100px;
    padding: 0;
  }
  .news-list .category-type {
    display: inline-block;
    margin: 0 15px;
  }
 .news-list .title {
    display: block;
    margin-top: 10px;
    padding-right: 40px;
    line-height: 1.5;
    padding: 0;
  }
  .news-list .btn-group {
    width: 100%;
  }
  .news-list .btn-group .btn-layout {
    display: flex;
    justify-content: flex-end;
  }
  /** 絞り込み検索
    --------------------------------
    --------------------------------
    */
  .list-products_group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .list-products_group .box {
    width: 46%;
    margin-right: 0;
  }
  .list-products_group .box .img {
    height: 100px;
    margin-bottom: 20px;
    text-align: center;
  }
  .list-products_group .box .img img {
    height: 100%;
    max-height: 180px;
  }
  .fixed-contact {
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 260px;
    margin: 0 0 0 0;
    padding: 15px 20px;
    background: #0b2a87;
    box-sizing: border-box;
    transition: left 0.1s linear;
  }
  .fixed-contact.is-stop {
    margin: -320px 0 0 0;
  }
  .fixed-contact.is-small, .fixed-contact.is-active {
    width: 160px;
    height: 46px;
    padding: 0;
    transition: left 0.1s linear;
  }
  .fixed-contact.is-small .btn-contact_close, .fixed-contact.is-active .btn-contact_close {
    display: none;
  }
  .fixed-contact.is-small .title, .fixed-contact.is-active .title {
    display: none;
  }
  .fixed-contact.is-small .lead, .fixed-contact.is-active .lead {
    display: none;
  }
  .fixed-contact.is-small .text, .fixed-contact.is-active .text {
    display: none;
  }
  .fixed-contact.is-small .tel, .fixed-contact.is-active .tel {
    display: none;
  }
  .fixed-contact.is-small .btn-contact, .fixed-contact.is-active .btn-contact {
    display: none;
  }
  .fixed-contact.is-small .btn-window_contact, .fixed-contact.is-active .btn-window_contact {
    display: block;
  }
  .fixed-contact.is-small .btn-window_contact a, .fixed-contact.is-active .btn-window_contact a {
    display: block;
    padding: 15px 20px;
    width: 160px;
    height: 46px;
    background: #0b2a87;
    border: none;
    color: #fff;
    font-size: 13px;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  .fixed-contact.is-small .btn-window_contact a .icon, .fixed-contact.is-active .btn-window_contact a .icon {
    padding: 0 0 0 20px;
    background: url(../img/icon_contact_blue.png) 0 50% no-repeat;
  }
  .fixed-contact .title {
    margin-bottom: 13px;
    color: #fff;
    font-size: 13px;
  }
  .fixed-contact .text {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
  }
  .fixed-contact .text .label {
    font-size: 11px;
  }
  .fixed-contact .btn-contact {
    margin-top: 5px;
  }
  /** 画像 or 見出し + 概要説明 + リンク
    --------------------------------
    --------------------------------
    */
  .infomation-box {
    width: 100%;
  }
  .infomation-box.w100p {
    width: 100%;
  }
  .infomation-box .img {
    margin-bottom: 20px;
  }
  .infomation-box .img a {
    display: block;
  }
  .infomation-box .img a:hover {
    opacity: 0.6;
  }
  .infomation-box .line {
    position: relative;
    padding-bottom: 15px;
  }
  .infomation-box .line::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background: #dddddd;
  }
  .infomation-box .line::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: ' ';
    display: block;
    width: 4px;
    height: 1px;
    background: #0b2a87;
  }
  .infomation-box .text {
    min-height: 56px;
    font-size: 13px;
  }
  /** 業界詳細ページ
    --------------------------------
    --------------------------------
    */
  .nav-category_chenge {
    width: 100%;
    margin: 20px auto;
  }
  .nav-category_chenge.header-pulldown {
    z-index: 4;
    position: relative;
    width: 98%;
    margin: 20px auto 20px auto;
    padding-left: 4px;
  }
  .pulldown-list {
    display: none;
    z-index: 150;
    position: absolute;
    top: 43px;
    left: 1%;
    width: 99%;
    background: #ededed;
  }
  .pulldown-list .pulldown-list_content {
    width: calc(100% - 15px);
    margin: 0 0 0 15px;
  }
  .pulldown-list .pulldown-list_content a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: url(../img/icon_arw_blue__plus01.png.html) 97% 50% no-repeat;
    background-size: 29px auto;
    border-bottom: 1px solid #d1d1d1;
    box-sizing: border-box;
    color: #333;
    font-size: 13px;
  }
  .pulldown-list .pulldown-list_content a.is-open {
    background-image: url(../img/icon_arw_blue_minus_01.png);
  }
  .pulldown-list .pulldown-list_title {
    display: none;
    width: calc(100% - 15px);
    margin: 0 0 0 15px;
  }
  .pulldown-list .pulldown-list_title.is-open {
    display: block;
  }
  .pulldown-list .pulldown-list_title a {
    padding: 10px 15px;
    background: url(../img/icon_arw_blue_01.png) 97% 50% no-repeat;
    background-size: 25px 11px;
  }
  .pulldown-list .pulldown-list_title a.is-active {
    color: #0a2986;
  }
  .pulldown-list .pulldown-list_page {
    display: none;
    width: calc(100% - 15px);
    margin: 15px 0 0 15px;
  }
  .pulldown-list .pulldown-list_page.is-open {
    display: block;
  }
  .pulldown-list .pulldown-list_page a {
    display: inline;
    background: url(../img/icon_arw_down.png) 97% 50% no-repeat;
    background-size: 9px auto;
    padding: 10px 20px;
    border: none;
  }
  .img-intractive_point {
    position: relative;
    width: 100%;
    height: auto;
  }
  .img-intractive_point .point .pointer {
    position: absolute;
    width: 45px;
    height: 45px;
  }
  .img-intractive_point .point .pointer .dot {
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
  }
  .img-intractive_point .img-base {
    z-index: 1;
    position: static;
  }
  .img-intractive_point .img-base img {
    width: 100%;
  }
  .nav-slide {
    margin-bottom: 44px;
  }
  .nav-slide .clm {
    margin-bottom: 5px;
  }
  .slider-contents .block {
    width: 100%;
    padding: 0;
  }
  .slider-contents .block.is-active {
    display: block;
    opacity: 1;
    transition: all 0.1s linear;
  }
  .slider-contents .block .hdl-lv3 {
    margin-bottom: 10px;
  }
  .slider-contents .block .hdl-lv4 {
    margin-bottom: 8px;
  }
  .slider-contents .block .text {
    padding-bottom: 20px;
  }
  .slider-contents .block .line {
    margin-bottom: 18px;
  }
  .slider-contents .block .line.contents-line {
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
    padding-bottom: 1px;
  }
  .slider-contents .block .btn.btn-detail_blue {
    margin-top: 5px;
  }
  .slider-contents .btn + .hdl-lv4 {
    margin-bottom: 25px;
  }
  /** In Focus
    --------------------------------
    --------------------------------
    */
  .gen-textarea {
    width: 95%;
    margin: 0 auto;
  }
  /** バナー
    --------------------------------
    --------------------------------
    */
  .link-box {
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
  }
  .link-box .img img {
    width: 100%;
    vertical-align: top;
  }
  .link-box .title {
    font-size: 18px;
  }
  .link-box .title.font-large {
    font-size: 22px;
  }
  .link-box .outline {
    font-size: 14px;
    line-height: 1.5;
  }
  .link-box .outline.font-large {
    font-size: 14px;
  }
  .link-box .btn {
    z-index: 2;
    position: relative;
    margin-top: 20px;
    width: 180px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
  }
  .link-box a {
    display: table;
    width: 100%;
    height: auto;
  }
  .link-box a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  .icon-alert {
    display: block;
    padding: 2px 0 2px 50px;
    background: url(../img/icon_alert.png) 10% 50% no-repeat;
    background-size: 44px auto;
  }
  /** In Focus
    --------------------------------
    --------------------------------
    */
  .mod-infocus-process .clm {
    margin-bottom: 40px !important;
  }
  .mod-sustana_step {
    margin: 15px 0 40px;
  }
  .mod-sustana_step .step {
    min-height: 150px;
    padding: 10px 4px 40px;
    background: #003399 url(../img/line_sustana_infocus_01_sp.gif) 0 100% no-repeat;
    background-size: 34px auto;
    box-sizing: border-box;
    font-size: 12px;
  }
  .mod-sustana_step .step.last {
    background: #003399 url(../img/line_sustana_infocus_01_2_sp.gif) 100% 103% no-repeat;
    background-size: 36px auto;
  }
  .mod-sustana_step .label {
    width: 80px;
    min-height: 210px;
    padding: 10px 1px 40px;
    background: #d2ddef url(../img/line_sustana_infocus_02_sp.gif) 100% 98% no-repeat;
    background-size: 90px auto;
    box-sizing: border-box;
    color: #003399;
    font-size: 12px;
  }
  .mod-sustana_step .label .small {
    font-size: 12px;
  }
  .mod-sustana_step .label.last {
    min-height: 200px;
    background: #d2ddef url(../img/line_sustana_infocus_02_2_sp.gif) 100% 100% no-repeat;
    background-size: 90px auto;
  }
  .mod-sustana_step .outline {
    min-height: 110px;
    padding: 10px 10px 40px;
    background: url(../img/line_sustana_infocus_03_sp.gif) 0 98% no-repeat;
    background-size: 244px auto;
    box-sizing: border-box;
  }
  .mod-sustana_step .outline .text {
    font-size: 12px;
  }
  .mod-sustana_step .outline.last {
    background: url(../img/line_sustana_infocus_03_2_sp.gif) 0 98% no-repeat;
    background-size: 244px auto;
  }
  .mod-sustana_step .dl-sustana_check {
    margin: 10px 0;
    font-size: 12px;
  }
  .mod-sustana_step .dl-sustana_check dt {
    clear: both;
    float: left;
    width: auto;
  }
  .mod-sustana_step .dl-sustana_check dd {
    margin-left: 0;
  }
  .mod-sustana_step .font-color_blue {
    color: #003399;
  }
}

/** width 767px
--------------------------------
--------------------------------
*/
@media screen and (max-width: 640px) {
  .keyviual-img_title.flag-sustainability .pagetitle-group {
    position: relative;
    top: -20px;
    padding-top: 0 !important;
  }
}
