@charset "UTF-8";
/*-----------------------------------------
Reset
-----------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Default settings*/
html, body, div, 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;
  letter-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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; }

strong {
  font-weight: bold; }

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

a img {
  border: none; }

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

input[type="button"], input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }

input[type="button"]::-webkit-search-decoration, input[type="submit"]::-webkit-search-decoration {
  display: none; }

input[type="button"]::focus, input[type="submit"]::focus {
  outline-offset: -2px; }

/*Clearfix settings*/
.cf {
  zoom: 1; }

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

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Responsive design settings*/
@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto; }

  .only_pc {
    display: none !important; }

  .block_sp {
    display: block; } }
@media screen and (min-width: 650px) {
  .only_sp {
    display: none !important; }

  .block_pc {
    display: block; } }
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------
Library
-----------------------------------------*/
/* 九電工カラー */
/*Default Font settings*/
.font_sansserif {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif; }

.font_serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }

/*Text settings
Browser Default Font Size
100% = 1em = 1rem = 16px = 12pt
*/
/*フォントサイズの基準を1rem=10pxに*/
html {
  font-size: 62.5%;
  line-height: 62.5%; }

/*テキスト関連*/
p {
  line-height: 175% !important; }

.bold {
  font-weight: bold !important; }

a {
  -webkit-tap-highlight-color: rgba(100, 100, 100, 0.5); }

/*---------------------------------------------------
  color
---------------------------------------------------*/
.txt_wht {
  color: #FFF; }

.txt_blue {
  color: #1038F7; }

.txt_red {
  color: #CE0000; }

.font_size_8 {
  font-size: 0.8rem;
  line-height: 2; }

.font_size_10 {
  font-size: 1rem;
  line-height: 2; }

.font_size_12 {
  font-size: 1.2rem;
  line-height: 2; }

.font_size_14 {
  font-size: 1.4rem;
  line-height: 2; }

.font_size_16 {
  font-size: 1.6rem;
  line-height: 2; }

.font_size_18 {
  font-size: 1.8rem;
  line-height: 2; }

.font_size_20 {
  font-size: 2.0rem;
  line-height: 2; }

.txt_justify {
  text-align: justify;
  text-justify: inter-ideograph; }

/*Text-shadow settings*/
.txt_shadow_black {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }

.txt_shadow_white {
  text-shadow: 0px 0px 5px #fff; }

/*Align settings*/
.align_center {
  text-align: center; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.v_top {
  vertical-align: top; }

/*イメージ回り込み*/
.imgR {
  float: right;
  margin: 0 0 15px 15px; }

.imgL {
  float: left;
  margin: 0 15px 15px 0; }

@media screen and (max-width: 812px) {
  .imgR, .imgL {
    float: none;
    margin: 0 0 15px 0;
    text-align: center; } }
/*float解除*/
.clear {
  clear: both; }

.noWrap {
  white-space: nowrap; }

/*Margin settings*/
.margin_top_5 {
  margin-top: 5px !important; }

.margin_top_10 {
  margin-top: 10px !important; }

.margin_top_15 {
  margin-top: 15px !important; }

.margin_top_20 {
  margin-top: 20px !important; }

.margin_top_25 {
  margin-top: 25px !important; }

.margin_top_30 {
  margin-top: 30px !important; }

.margin_top_35 {
  margin-top: 35px !important; }

.margin_top_40 {
  margin-top: 40px !important; }

.margin_top_45 {
  margin-top: 45px !important; }

.margin_top_50 {
  margin-top: 50px !important; }

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

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

.margin_bottom_15 {
  margin-bottom: 15px !important; }

.margin_bottom_20 {
  margin-bottom: 20px !important; }

.margin_bottom_25 {
  margin-bottom: 25px !important; }

.margin_bottom_30 {
  margin-bottom: 30px !important; }

.margin_bottom_35 {
  margin-bottom: 35px !important; }

.margin_bottom_40 {
  margin-bottom: 40px !important; }

.margin_bottom_45 {
  margin-bottom: 45px !important; }

.margin_bottom_50 {
  margin-bottom: 50px !important; }

.margin_left_5 {
  margin-left: 5px !important; }

.margin_left_10 {
  margin-left: 10px !important; }

.margin_left_15 {
  margin-left: 15px !important; }

.margin_left_20 {
  margin-left: 20px !important; }

.margin_left_25 {
  margin-left: 25px !important; }

.margin_left_30 {
  margin-left: 30px !important; }

.margin_left_35 {
  margin-left: 35px !important; }

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

.margin_left_45 {
  margin-left: 45px !important; }

.margin_left_50 {
  margin-left: 50px !important; }

.margin_right_5 {
  margin-right: 5px !important; }

.margin_right_10 {
  margin-right: 10px !important; }

.margin_right_15 {
  margin-right: 15px !important; }

.margin_right_20 {
  margin-right: 20px !important; }

.margin_right_25 {
  margin-right: 25px !important; }

.margin_right_30 {
  margin-right: 30px !important; }

.margin_right_35 {
  margin-right: 35px !important; }

.margin_right_40 {
  margin-right: 40px !important; }

.margin_right_45 {
  margin-right: 45px !important; }

.margin_right_50 {
  margin-right: 50px !important; }

/*Padding settings*/
.padding_10 {
  padding: 10px !important; }

.padding_top_5 {
  padding-top: 5px !important; }

.padding_top_10 {
  padding-top: 10px !important; }

.padding_top_15 {
  padding-top: 15px !important; }

.padding_top_20 {
  padding-top: 20px !important; }

.padding_top_25 {
  padding-top: 25px !important; }

.padding_top_30 {
  padding-top: 30px !important; }

.padding_top_35 {
  padding-top: 35px !important; }

.padding_top_40 {
  padding-top: 40px !important; }

.padding_top_45 {
  padding-top: 45px !important; }

.padding_top_50 {
  padding-top: 50px !important; }

.padding_bottom_5 {
  padding-bottom: 5px !important; }

.padding_bottom_10 {
  padding-bottom: 10px !important; }

.padding_bottom_15 {
  padding-bottom: 15px !important; }

.padding_bottom_20 {
  padding-bottom: 20px !important; }

.padding_bottom_25 {
  padding-bottom: 25px !important; }

.padding_bottom_30 {
  padding-bottom: 30px !important; }

.padding_bottom_35 {
  padding-bottom: 35px !important; }

.padding_bottom_40 {
  padding-bottom: 40px !important; }

.padding_bottom_45 {
  padding-bottom: 45px !important; }

.padding_bottom_50 {
  padding-bottom: 50px !important; }

.padding_left_5 {
  padding-left: 5px !important; }

.padding_left_10 {
  padding-left: 10px !important; }

.padding_left_15 {
  padding-left: 15px !important; }

.padding_left_20 {
  padding-left: 20px !important; }

.padding_left_25 {
  padding-left: 25px !important; }

.padding_left_30 {
  padding-left: 30px !important; }

.padding_left_35 {
  padding-left: 35px !important; }

.padding_left_40 {
  padding-left: 40px !important; }

.padding_left_45 {
  padding-left: 45px !important; }

.padding_left_50 {
  padding-left: 50px !important; }

.padding_right_5 {
  padding-right: 5px !important; }

.padding_right_10 {
  padding-right: 10px !important; }

.padding_right_15 {
  padding-right: 15px !important; }

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

.padding_right_25 {
  padding-right: 25px !important; }

.padding_right_30 {
  padding-right: 30px !important; }

.padding_right_35 {
  padding-right: 35px !important; }

.padding_right_40 {
  padding-right: 40px !important; }

.padding_right_45 {
  padding-right: 45px !important; }

.padding_right_50 {
  padding-right: 50px !important; }

/*Last-element settings*/
.left_to_right > *:last-child {
  margin-right: 0 !important; }

.top_to_bottom > *:last-child {
  margin-bottom: 0 !important; }

/*link settings*/
.opacity {
  transition: 0.3s ease-in-out; }

.opacity:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.comingsoon {
  opacity: 0.5; }

/*画像内注釈*/
.img_notes {
  display: inline-block;
  position: relative; }

.img_notes span {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 2;
  position: absolute; }

@media screen and (max-width: 640px) {
  .img_notes span {
    font-size: .8rem; } }
.img_notes_l span {
  left: 3px;
  bottom: 3px; }

.img_notes_r span {
  right: 3px;
  bottom: 3px; }

.img_notes_white span {
  color: #fff !important;
  text-shadow: 0px 0px 3px #000; }

.img_notes_black span {
  color: #000 !important;
  text-shadow: 0px 0px 3px #fff; }

/* 動画埋込--------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/*-----------------------------------------
Regulation
-----------------------------------------*/
@page {
  size: A4;
  margin: 0; }
/*All Page Settings---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  font-feature-settings: "palt";
  background-color: #fff;
  min-width: 1200px; }

@media screen and (max-width: 812px) {
  body {
    /* font-size: 1.4rem; */
    letter-spacing: 0.04rem;
    -webkit-text-size-adjust: none;
    min-width: initial;
    margin-top: 53px; } }
a {
  color: #0a5fbe;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

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

.contents p, .contents ol, .contents ul {
  margin-bottom: 1em; }
.contents table p, .contents table ol, .contents table ul {
  margin-bottom: 0; }
.contents ul ul {
  margin-left: 1em; }
.contents img {
  transition: 0.5s; }
.contents a img:hover {
  opacity: 0.6; }

/*Header==============================================================================================================*/
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  padding-top: 118px; }

@media screen and (max-width: 812px) {
  .header {
    position: relative;
    z-index: 199;
    padding-top: 0; } }
.header .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s; }

@media screen and (max-width: 812px) {
  .header .logo {
    position: fixed;
    z-index: 198;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4); }

  .header .logo img {
    width: 100px; } }
.header .sub_navi {
  position: absolute;
  top: -70px;
  right: calc(50% - 500px);
  font-size: 0; }

@media screen and (max-width: 812px) {
  .header .sub_navi {
    position: static;
    top: auto;
    right: auto;
    text-align: center;
    background-color: #fff; } }
.header .sub_navi li {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 20px; }

@media screen and (max-width: 812px) {
  .header .sub_navi li {
    margin-left: 0;
    margin-right: 10px;
    padding: 10px 0; } }
.header .sub_navi li a {
  color: #353535;
  text-decoration: none; }

.header .sub_navi li a:hover {
  text-decoration: underline; }

.header .sub_navi li.sub_navi-search {
  display: none; }

@media screen and (min-width: 768px) {
  .header .sub_navi li.sub_navi-search {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 4px; }

  .header .sub_navi li.sub_navi-search a {
    width: 18px;
    height: 18px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../../img/icon_search.png) no-repeat center center;
    background-size: 18px 18px; } }
.header .sub_navi li.sub_navi-searchBox {
  display: none; }

@media screen and (min-width: 768px) {
  .header .sub_navi li.sub_navi-searchBox {
    width: 330px;
    display: none;
    position: absolute;
    top: -8px;
    left: -62px;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box; }

  .header .sub_navi li.sub_navi-searchBox .sub_navi-searchForm {
    padding: 5px;
    background-color: #e1e0e0;
    overflow: hidden;
    float: left; }

  .header .sub_navi li.sub_navi-searchBox .sub_navi-searchForm .sub_navi-searchKeyword {
    width: 220px;
    padding: 4px 10px;
    float: left;
    font-size: 1.4rem;
    border-top: 1px solid #cbd1d5;
    border-right-width: 0;
    border-bottom: 1px solid #cbd1d5;
    border-left: 1px solid #cbd1d5;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -webkit-appearance: none; }

  .header .sub_navi li.sub_navi-searchBox .sub_navi-searchForm .sub_navi-searchSubmit {
    padding: 5px 20px;
    float: left;
    font-size: 1.4rem;
    color: #fff;
    background-color: #383838;
    box-sizing: border-box; }

  .header .sub_navi li.sub_navi-searchBox .sub_navi-searchClose {
    width: 31px;
    height: 41px;
    display: block;
    float: left; }

  .header .sub_navi li.sub_navi-searchBox .sub_navi-searchClose span {
    width: 31px;
    height: 31px;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: #FFF url(../../img/icon_close.png) no-repeat center center;
    background-size: 12px 12px;
    cursor: pointer;
    box-sizing: border-box; } }
.header nav {
  position: relative;
  z-index: 9990;
  background-color: #353535; }

@media screen and (max-width: 812px) {
  .header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    transform: translateY(-100%);
    z-index: 999;
    transition: all .8s;
    background-color: #fff;
    -webkit-overflow-scrolling: touch; } }
.header nav .main_navi {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto; }

@media screen and (max-width: 812px) {
  .header nav .main_navi {
    display: block;
    padding: 0;
    position: static;
    z-index: 198;
    width: auto;
    background-color: #353535; }

  .header nav .main_navi > li {
    height: auto;
    text-align: left;
    border-bottom: 1px solid #666; }

  .btn_has_child:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 20px; } }
.header nav .main_navi > li > a, .header nav .main_navi > li span {
  display: block;
  padding: 20px 0;
  height: 62px;
  color: #fff;
  cursor: pointer;
  position: relative; }

@media screen and (max-width: 812px) {
  .header nav .main_navi > li > a, .header nav .main_navi > li span {
    padding: 20px; } }
.header nav .main_navi > li > a:hover, .header nav .main_navi > li span:hover {
  text-decoration: underline;
  border-bottom: 3px solid #be2121; }

.header nav .main_navi > li span.active {
  border-bottom: 3px solid #be2121; }

.header nav .main_navi > li div.dropdown {
  position: absolute;
  z-index: 9980;
  top: 61px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: auto;
  text-align: left; }

@media screen and (max-width: 812px) {
  .header nav .main_navi > li div.dropdown {
    position: static;
    z-index: auto;
    top: auto;
    left: auto;
    padding: 0; } }
.header nav .main_navi > li div.dropdown .dropdown_inner {
  width: 1000px;
  margin: 45px auto 30px; }

@media screen and (max-width: 812px) {
  .header nav .main_navi > li div.dropdown .dropdown_inner {
    width: auto;
    margin: 0; } }
.header nav .main_navi > li div.dropdown .dropdown_inner ul {
  display: flex;
  flex-wrap: wrap;
  width: 1000px; }

@media screen and (max-width: 812px) {
  .header nav .main_navi > li div.dropdown .dropdown_inner ul {
    display: block;
    padding: 15px 10px 0;
    font-size: 0;
    width: auto; } }
.header nav .main_navi > li div.dropdown .dropdown_inner ul li {
  width: 200px;
  padding-right: 30px;
  padding-bottom: 15px; }

@media screen and (max-width: 812px) {
  .header nav .main_navi > li div.dropdown .dropdown_inner ul li {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 0; } }
.header nav .main_navi > li div.dropdown .dropdown_inner ul li:nth-child(5n) {
  padding-right: 0; }

.header nav .main_navi > li div.dropdown .dropdown_inner ul li a {
  display: block;
  color: #fff;
  padding-left: 15px;
  background-image: url(../../img/icon_triangle.png);
  background-position: left 5px;
  background-repeat: no-repeat; }

.header nav .main_navi > li div.dropdown .btn_dropdown_close {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 0;
  text-align: center;
  cursor: pointer; }

@media screen and (max-width: 812px) {
  .header nav .main_navi > li div.dropdown .btn_dropdown_close {
    display: none; } }
.header nav .main_navi > li div.dropdown .btn_dropdown_close:before {
  content: "×";
  display: inline-block;
  margin-right: 5px; }

.header nav .main_navi > li div.dropdown .btn_dropdown_close:hover {
  text-decoration: underline; }

@media print and (-webkit-min-device-pixel-ratio: 0) {
  .header nav {
    display: none; } }
.header nav .main_navi .sp-searchBox {
  padding: 20px;
  overflow: hidden;
  background-color: #e1e0e0; }

@media screen and (min-width: 768px) {
  .header nav .main_navi .sp-searchBox {
    display: none; } }
.header nav .main_navi .sp-searchBox .sp-searchKeyword {
  width: calc(100% - 68px);
  padding: 4px 10px;
  float: left;
  font-size: 1.6rem;
  border-top: 1px solid #cbd1d5;
  border-right-width: 0;
  border-bottom: 1px solid #cbd1d5;
  border-left: 1px solid #cbd1d5;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

.header nav .main_navi .sp-searchBox .sp-searchSubmit {
  padding: 5px 20px;
  float: left;
  font-size: 1.4rem;
  color: #fff;
  background-color: #383838;
  box-sizing: border-box; }

.header .toggle {
  display: none; }

@media screen and (max-width: 812px) {
  .header .toggle {
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 10px;
    top: 6px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999; }

  .header .toggle span {
    display: block;
    position: absolute;
    /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px; }

  .header .toggle span:nth-child(1) {
    top: 0px; }

  .header .toggle span:nth-child(2) {
    top: 10px; }

  .header .toggle span:nth-child(3) {
    top: 20px; }

  .toggle_txt {
    position: absolute;
    top: 30px;
    font-size: 9px;
    width: 100%;
    text-align: center; } }
@media screen and (max-width: 812px) {
  .header .toggle.active span {
    border-bottom: solid 3px #fff; }

  .header .toggle.active span:nth-child(1) {
    top: 18px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .header .toggle.active span:nth-child(2), .header .toggle.active span:nth-child(3) {
    top: 18px;
    left: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

  .active .toggle_txt {
    display: none; } }
@media screen and (max-width: 812px) {
  .header nav.nav_active {
    transform: translateY(0%); } }
@media screen and (max-width: 812px) {
  .header nav.active {
    transform: translateY(0%); } }
.header_s {
  padding-top: 55px; }

.header_s .logo {
  position: absolute;
  top: 10px;
  left: calc(50% - 500px);
  padding: 0;
  transition: .2s; }

.header_s .logo img {
  width: 100px; }

.header_s .sub_navi {
  top: -40px; }

/*Header==============================================================================================================*/
/*Article==============================================================================================================*/
.article {
  padding: 180px 0 0 0; }

@media screen and (max-width: 812px) {
  .article {
    position: static;
    padding: 0; } }
.side_navi_use {
  display: flex; }

@media screen and (max-width: 812px) {
  .side_navi_use {
    display: block; } }
.contents_wrap {
  order: 2;
  flex: 1; }

/*幅920pxのコンテンツ領域==============================================================================================================*/
.contents {
  width: 920px;
  margin: 0 auto;
  padding: 0 0 50px 0px; }

@media screen and (max-width: 812px) {
  .contents {
    width: auto;
    padding: 0 20px 30px; } }
div.contents_header_visual {
  background-color: #ccc; }

@media screen and (max-width: 812px) {
  div.contents_header_visual {
    background-color: #ccc; } }
/*パンくず==============================================================================================================*/
ul.pankuzu {
  margin-bottom: 40px;
  padding-top: 40px; }

@media screen and (max-width: 812px) {
  ul.pankuzu {
    margin-bottom: 20px;
    padding-top: 20px; } }
ul.pankuzu li {
  font-size: 1.2rem;
  display: inline; }

@media screen and (max-width: 812px) {
  ul.pankuzu li {
    font-size: 1.1rem; } }
ul.pankuzu li:after {
  content: '>';
  margin: 0 5px; }

ul.pankuzu li:last-of-type:after {
  content: '';
  margin: 0; }

/*見出し==============================================================================================================*/
.contents_h1 {
  font-size: 4rem;
  font-weight: bold;
  color: #353535; }

@media screen and (max-width: 812px) {
  .contents_h1 {
    font-size: 2.2rem; } }
.contents_h1:first-letter {
  color: #be2121; }

.contents_h2,
.contents_h3,
.contents_h4,
.contents_h5 {
  margin: 1em 0;
  clear: both; }

.contents_h2 {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  background-color: #353535;
  border-top: 5px solid #be2121;
  padding: 10px 10px 10px 16px;
  background-image: url(../../img/bg_h2.png);
  /*url(../../img/icon_h2.png)*/
  background-size: auto 100%;
  /*auto auto;*/
  background-repeat: no-repeat;
  /*no-repeat*/
  background-position: right top;
  /*10px center*/ }

.h2_light {
  background-color: #eaeaea;
  border-top: 3px solid #034580;
  color: #333;
  font-size: 1.8rem; }
  .h2_light a {
    display: block;
    color: #333; }
    .h2_light a:hover {
      text-decoration: none;
      color: #0a5fbe; }
    .h2_light a:before {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      margin-right: 0.3em; }

@media screen and (max-width: 812px) {
  .contents_h2 {
    font-size: 1.7rem;
    background-size: auto 100%; } }
.contents_h3 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 3px solid #B5AEAB;
  position: relative; }

.contents_h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #be2121;
  bottom: -3px;
  width: 25%; }

@media screen and (max-width: 812px) {
  .contents_h3 {
    font-size: 1.7rem; } }
.contents_h3 span {
  display: inline-block;
  padding: 10px 10px 3px 0px;
  border-bottom: 3px solid #be2121;
  margin: 0 0 -3px 0; }

.contents_h4 {
  /*border-left:3px solid $navy;*/
  border-bottom: 1px solid #555;
  padding: 5px 0 3px 0px;
  color: #555;
  font-weight: bold; }

.contents_h5 {
  border-left: 3px solid #B5AEAB;
  color: #353535;
  padding: 0 0 0 10px; }

/*表組み==============================================================================================================*/
@media screen and (max-width: 812px) {
  div.wrap_table {
    overflow: auto;
    white-space: nowrap; }

  div.wrap_table::before {
    content: "横にスクロール出来ます。";
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #ccc; }

  div.wrap_table::-webkit-scrollbar {
    height: 5px; }

  div.wrap_table:-webkit-scrollbar-track {
    background: #F1F1F1; }

  div.wrap_table:-webkit-scrollbar-thumb {
    background: #BCBCBC; } }
table.contents_table {
  width: 100%; }

table.contents_table th, table.contents_table td {
  font-size: 1.4rem !important;
  border: 1px solid #9FA0A0;
  padding: 15px; }

@media screen and (max-width: 812px) {
  table.contents_table th, table.contents_table td {
    font-size: 1.2rem; } }
table.contents_table thead {
  background-color: #353535; }

table.contents_table thead th {
  background-color: #353535;
  color: #fff; }

table.contents_table th {
  background-color: #DCDDDD; }

/*罫線なし*/
table.border_none, table.bn_p0 {
  width: 100%; }

table.border_none th, table.border_none td {
  font-size: 1.5rem !important;
  border: 0;
  padding: 15px; }

@media screen and (max-width: 812px) {
  table.border_none th, table.border_none td {
    font-size: 1.2rem; } }
table.bn_p0 th, table.bn_p0 td {
  font-size: 1.5rem !important;
  padding: 0; }

@media screen and (max-width: 812px) {
  table.bn_p0 th, table.bn_p0 td {
    font-size: 1.2rem; } }
.th_blk {
  background-color: #353535 !important;
  color: #fff !important; }

/*沿革用テーブル --------------------------*/
.tbLine {
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0px 0px 10px 0;
  width: 100%; }

.tbLine caption {
  padding: 5px 0px 3px 0px;
  text-align: left; }

.tbLine th, .tbLine td {
  padding: 15px;
  border-bottom: 1px #CCC solid;
  vertical-align: top; }

.tbLine th {
  text-align: left;
  white-space: nowrap;
  /*padding:0.2em 1em 0.2em 0.2em;*/ }

.tbLine td {
  /*padding:0.2em;*/ }

/*ストライプテーブル --------*/
/*table.contents_table .stripe {
background:#F7F8F9;
}*/
table.contents_table .stripe tr:nth-child(even) {
  background: #F2F2F2; }

/*横組みDL*/
.yokoDl {
  padding-left: 5px; }

.yokoDl dt {
  float: left;
  width: 9em;
  margin-bottom: 5px; }

.yokoDl dd {
  _zoom: 1;
  overflow: hidden;
  margin-bottom: 5px; }

/*ページャー==============================================================================================================*/
ol.pager {
  display: flex;
  justify-content: center; }

ol.pager li {
  margin: 0 10px 0 0; }

ol.pager li a, ol.pager li span {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #353535; }

ol.pager li a {
  background-color: #353535;
  color: #fff; }

/*新着情報リスト==============================================================================================================*/
ul.list_news li {
  margin: 0 0 20px 0;
  display: flex; }

.list_news_date,
.list_news_cat {
  white-space: nowrap;
  margin-right: 1.2rem; }

.list_news_cat {
  padding: 0.3em 1em;
  height: 2.2em;
  width: 100px;
  text-align: center;
  background: #353535;
  font-size: 1rem;
  color: #fff; }

.list_news_title {
  width: 700px; }

.list_news_cat.cat_important {
  background-color: #e10012; }

/* 重要なお知らせ */
.list_news_cat.cat_recruit {
  background-color: #197e3a; }

/* 採用情報 */
.list_news_cat.cat_press {
  background-color: #FF6347; }

/* プレスリリース */
.list_news_cat.cat_financial {
  background-color: #da9f00; }

/* 決算情報 */
.list_news_cat.cat_ir_news {
  background-color: #034580; }

/* IRニュース */
@media screen and (max-width: 812px) {
  ul.list_news li {
    margin: 15px 0;
    padding: 0 0 10px 0;
    display: block;
    border-bottom: 1px dotted #353535; }

  .list_news_date {
    margin-bottom: 0.5em;
    display: inline-block; }

  .list_news_title {
    display: block;
    width: inherit; } }
/*レイアウト用カラム==============================================================================================================*/
div.clm_1, div.clm_2, div.clm_3 {
  display: flex; }

@media screen and (max-width: 812px) {
  div.clm_1, div.clm_2, div.clm_3 {
    display: block; } }
div.clm_1 div.clm_box, div.clm_2 div.clm_box, div.clm_3 div.clm_box {
  width: 100%;
  margin-right: 30px; }

@media screen and (max-width: 812px) {
  div.clm_1 div.clm_box, div.clm_2 div.clm_box, div.clm_3 div.clm_box {
    margin-right: 0;
    margin-bottom: 20px; } }
div.clm_1 div.clm_box:last-of-type, div.clm_2 div.clm_box:last-of-type, div.clm_3 div.clm_box:last-of-type {
  margin-right: 0; }

@media screen and (max-width: 812px) {
  div.clm_1 div.clm_box:last-of-type, div.clm_2 div.clm_box:last-of-type, div.clm_3 div.clm_box:last-of-type {
    margin-bottom: 0; } }
div.clm_1 div.clm_box img, div.clm_2 div.clm_box img, div.clm_3 div.clm_box img {
  max-width: 100%; }

/*ボタン==============================================================================================================*/
.btn_navy {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background-color: #02427a;
  padding: 10px 30px;
  border: none; }

/*リスト==============================================================================================================*/
ul.list_ul {
  list-style-type: disc;
  padding-left: 1.7em;
  /*list-style-position: outside;*/ }

ol.list_ol {
  list-style-type: decimal;
  padding-left: 1.7em;
  /*list-style-position: outside;*/ }

ul.list_ul li, ol.list_ol li {
  margin-bottom: 0.3em;
  line-height: 175% !important; }

/*アイコン付き*/
ul.link_list li:before,
.linkIcon:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 0.4em;
  color: #02427a; }

.icn_pdf {
  margin-top: -0.2em; }

.icn_pdf:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.4em;
  font-size: 1.2em;
  color: #be2121; }

.link_wht {
  padding-left: 15px;
  background: url(../img/icon_arrow_wht.png) no-repeat left 3px;
  color: #FFF; }

.noteList {
  display: table-cell;
  white-space: nowrap; }

.noteText {
  display: table-cell; }

/*サイドナビ==============================================================================================================*/
.side_navi {
  width: 230px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  min-height: 100%;
  order: 1;
  z-index: 99; }

.side_navi .side_navi_header {
  color: #02427a;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 40px 0 35px; }

.side_navi nav {
  border: solid #02427a;
  border-width: 3px 0;
  padding: 30px 0; }

.side_navi nav > ul > li {
  font-weight: bold;
  margin: 0 0 10px 0; }

.side_navi nav > ul > li ul {
  margin-top: 5px; }

.side_navi nav > ul > li ul li {
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 5px; }
  .side_navi nav > ul > li ul li a {
    padding-left: 1em;
    text-indent: -1.2em; }
  .side_navi nav > ul > li ul li a::before {
    content: "└ ";
    padding-right: 0px; }
  .side_navi nav > ul > li ul li ul {
    margin-left: 1.4em; }

.side_navi a {
  display: block;
  padding: 5px 0;
  color: #353535;
  text-decoration: none; }

.side_navi a:hover {
  text-decoration: underline; }

.side_navi nav a.now_here {
  color: #be2121;
  font-weight: bold; }

@media screen and (max-width: 812px) {
  .side_navi {
    width: 100%; }

  .side_navi .side_navi_header {
    padding: 26px 0 16px; }

  .side_navi nav {
    padding: 0;
    border-bottom: none; }

  .side_navi nav li {
    border-top: 1px solid #e3e3e3;
    padding: 6px 0;
    margin: 0 !important; } }
/*フッター==============================================================================================================*/
.footer {
  text-align: center;
  padding: 0 0 20px 0; }

.footer ul.foot_navi {
  background-color: #353535;
  display: flex;
  justify-content: center;
  padding: 40px 0; }

@media screen and (max-width: 812px) {
  .footer ul.foot_navi {
    display: none; } }
.footer ul.foot_navi li {
  margin: 0 10px 0 0; }

.footer ul.foot_navi li a {
  color: #fff;
  font-size: 1.2rem; }

.footer div.foot_logo_and_copy {
  padding: 20px 0 0 0;
  position: relative; }

@media screen and (max-width: 812px) {
  .footer div.foot_logo_and_copy {
    border-top: 1px solid #ddd;
    position: static; } }
.footer div.foot_logo_and_copy .foot_logo {
  width: 100px; }

@media screen and (max-width: 812px) {
  .footer div.foot_logo_and_copy .foot_logo {
    width: 70px; } }
.footer div.foot_logo_and_copy p.foot_copy {
  position: absolute;
  bottom: 0;
  right: 10px;
  text-align: right;
  font-size: 1.2rem; }

@media screen and (max-width: 812px) {
  .footer div.foot_logo_and_copy p.foot_copy {
    position: static;
    bottom: auto;
    right: auto;
    text-align: center;
    font-size: 1rem;
    margin: 10px 0 0 0; } }
/*ページトップ=========================================================================================================*/
#pagetop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  padding: 10px;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  background-color: #353535; }

@media screen and (max-width: 812px) {
  #pagetop {
    padding: 8px; }

  #pagetop img {
    width: 15px; } }
/*-----------------------------------------
Utility
-----------------------------------------*/
.toggleBtn {
  cursor: pointer; }

.toggleContent {
  display: none; }
  .toggleContent.toggleOpen {
    display: block; }

/*-----------------------------------------
Print
-----------------------------------------*/
@media print {
  .header,
  .side_navi,
  .footer {
    display: none; }

  .header,
  .article {
    padding: 0; } }
