@import url(megamenu.css);
@import url(lity.css);
@import url(lightbox.min.css);
/* ---------------------------------
Common
---------------------------------- */

#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
  box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);
}

.tooltip+span {
  background: black;
  color: white;
  position: absolute;
  top: 15px;

  left: 0;
  text-align: center;
  padding: 5px 10px;
  z-index: 2;
  display: none;
  border-radius: 5px;
}

ul.navbox li {
  position: fixed;
  right: 20px;
  width: 25px;
  cursor: pointer;
  z-index: 1000;
  text-indent: -9999px;
}

ul.navbox li a {
  height: 25px;
  display: block;
}

ul.navbox li.pagetop {
  bottom: 15px;
}

ul.navbox li.pagetop a {
  background: url(../img/arrow-up.png) no-repeat center 50%;
  background-size: 25px;
}

ul.navbox li.pagenav {
  display: none !important;
  height: 25px;
  bottom: 10px;
  background: url(../img/arrow-down.png) no-repeat center 50%;
  background-size: 25px;
}

.w100 {
  width: 100%;
  height: auto;
}

.inner01 {
  width: 1000px;
  margin: 0 auto;
}

.pc_none {
  display: none;
}

.width48 {
  width: 48%
}

/*SP*/
@media (max-width: 640px) {
  .width48 {
    width: 100%
  }


  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }

  .spw100 {
    width: 100%;
  }

  .inner01 {
    width: 100%;
  }

  ul.navbox li {
    position: fixed;
    right: 20px;
    width: 25px;
  }

  ul.navbox li a {
    height: 25px;
    display: block;
  }

  ul.navbox li.pagetop {
    bottom: 45px !important;
  }

  ul.navbox li.pagetop a {
    background: url(../img/arrow-up.png) no-repeat center 50%;
    background-size: 25px;
  }

  ul.navbox li.pagenav {
    display: block !important;
    height: 25px;
    bottom: 10px;
    background: url(../img/arrow-down.png) no-repeat center 50%;
    background-size: 25px;
  }
}

/* ---------------------------------
Header
---------------------------------- */
header {
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 101;
  position: relative;
}

header .inner01 {
  width: 1000px;
  margin: 0 auto;
}

header #header {
  height: 152px;
  position: relative;
}

header #header h1 {
  position: absolute;
  top: 17px;
  left: 0px;
}

header #header #hnav01 {
  position: absolute;
  top: 16px;
  /*  right: 230px;
  right:191px;*/
  right: 0px;
  border: solid 1px #e69500;
  padding: 5px 10px;
  zoom: 1;
}

header #header #hnav01:after {
  display: table;
  clear: both;
  content: "";
}

header #header #hnav01:before {
  display: table;
  content: "";
}

header #header #hnav01 li {
  float: left;
  font-weight: bold;
  font-size: 12px;
  background: url(../img/border_v777.png) no-repeat right 40%;
  margin-right: 10px;
  padding-right: 10px;
}

header #header #hnav01 li:last-child {
  padding-right: 0;
  margin-right: 0;
  background: none;
}

header #header #hnav01 li a {
  color: #002c60;
}

header #header #searchbtn {
  position: absolute;
  /*  top: 17px;*/
  top: 58px;
  right: 0px;
  cursor: pointer;
  background: url(../img/icon_search.png) no-repeat;
}

header #header #hnav02 {
  position: absolute;
  top: 58px;
  right: 210px;
  zoom: 1;
}

header #header #hnav02:after {
  display: table;
  clear: both;
  content: "";
}

header #header #hnav02:before {
  display: table;
  content: "";
}

header #header #hnav02 li {
  width: 50px;
  float: left;
  margin-left: 12px;
}

header #header #hnav02 li img {
  width: 100%;
}

header nav#gnav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0;
}

header nav#gnav>ul {
  text-align: center;
  position: relative;
  padding-left: 50px;
}

header nav#gnav>ul>li {
  display: inline-block;
  margin-left: 27px;
  padding-bottom: 20px;
  font-size: 14px;
}

header nav#gnav>ul>li:hover {
  /*font-size: 15px;*/
}

header nav#gnav>ul>li:hover .menu {
  transition: max-height 1s ease-in;
  max-height: 9999px;
  font-size: 14px;
}

header nav#gnav>ul>li>a {
  display: block;
  color: #002c60;
  font-weight: bold;
  transition: all .2s ease-in;
}

header nav#gnav>ul .menu {
  transition: max-height .5s ease-out;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 41px;
  text-align: left;
  background: #30435a;
  color: white;
}

header nav#gnav>ul .menu .menu_inner01 {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

header nav#gnav>ul .menu .menu_inner01 .menu_u {
  margin-bottom: 25px;
  background: url(../img/border_vfff.png) repeat-y 310px 50%;
  zoom: 1;
}

header nav#gnav>ul .menu .menu_inner01 .menu_u:after {
  display: table;
  clear: both;
  content: "";
}

header nav#gnav>ul .menu .menu_inner01 .menu_u:before {
  display: table;
  content: "";
}

header nav#gnav>ul .menu .menu_inner01 .menu_u h2 {
  width: 310px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 30px;
  font-size: 22px;
  float: left;
}

header nav#gnav>ul .menu .menu_inner01 .menu_u h2 a {
  color: white;
}

header nav#gnav>ul .menu .menu_inner01 .menu_u ul {
  width: 688px;
  padding-left: 30px;
  margin-bottom: -30px;
  float: right;
}

header nav#gnav>ul .menu .menu_inner01 .menu_u ul li {
  width: 33%;
  float: left;
  margin-bottom: 20px;
  padding-left: 15px;
  background: url(../img/icon_tri.png) no-repeat 0 7px;
}

header nav#gnav>ul .menu .menu_inner01 .menu_u ul li a {
  color: white;
}

header nav#gnav>ul .menu .menu_inner01 .menu_u ul li a:hover {
  text-decoration: underline;
}

header nav#gnav>ul .menu .menu_inner01 ul.menu_b {
  background: white;
  height: 180px;
  zoom: 1;
}

header nav#gnav>ul .menu .menu_inner01 ul.menu_b:after {
  display: table;
  clear: both;
  content: "";
}

header nav#gnav>ul .menu .menu_inner01 ul.menu_b:before {
  display: table;
  content: "";
}

header nav#gnav>ul .menu .menu_inner01 ul.menu_b li {
  width: 50%;
  float: left;
}

header.change.active {
  height: 90px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  margin-bottom: 0;
  background-color: white;
  box-shadow: 0px 2px 4px #999;
}

header.change.active #header {
  height: 90px;
  position: relative;
}

header.change.active #header h1 {
  width: 200px;
  position: absolute;
  top: 12px;
  left: 0px;
}

header.change.active #header h1 img {
  width: 100%;
}

header.change.active #header #hnav02 {
  display: none;
}

header.change.active #header #searchbtn {
  display: none;
}

header.change.active nav#gnav>ul>li {
  padding-bottom: 10px;
}

header.change.active nav#gnav>ul .menu {
  top: 34px;
}

.jump_point {
  height: auto;
  display: block;
  padding-top: 280px;
  margin-top: -280px;
}

/*SP*/
@media (max-width: 640px) {
  .jump_point {
    padding-top: 150px;
    margin-top: -150px;
  }
}

body#index nav#gnav>ul>li:nth-child(1),
body.page_about nav#gnav>ul>li:nth-child(2),
body.page_ope nav#gnav>ul>li:nth-child(3),
body.page_equ nav#gnav>ul>li:nth-child(4),
body.page_release nav#gnav>ul>li:nth-child(5),
body.page_ent nav#gnav>ul>li:nth-child(6),
body.page_pr nav#gnav>ul>li:nth-child(7),
body.page_recruit nav#gnav>ul>li:nth-child(8),
nav#gnav>ul>li:hover {
  text-decoration: none;
  background: url(../img/icon_sq.png) repeat-x left 80%;
  background-size: 3px;
}

body#index nav#gnav>ul>li:nth-child(1) a,
body.page_about nav#gnav>ul>li:nth-child(2) a,
body.page_ope nav#gnav>ul>li:nth-child(3) a,
body.page_equ nav#gnav>ul>li:nth-child(4) a,
body.page_release nav#gnav>ul>li:nth-child(5) a,
body.page_ent nav#gnav>ul>li:nth-child(6) a,
body.page_pr nav#gnav>ul>li:nth-child(7) a,
body.page_recruit nav#gnav>ul>li:nth-child(8) a,
nav#gnav>ul>li:hover a {
  text-decoration: none;
}

#searchbtn {
  /*  width: 215px;*/
  width: 180px;
  position: relative;
  top: -5px;
}

#searchbtn .gsc-control-cse {
  border-radius: 5px !important;
  background: blue;
  height: 25px;
  position: relative;
  border: none;
  background: none !important;
  padding: 0;
}

#searchbtn .gsc-control-cse form.gsc-search-box {
  margin-bottom: 0;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box {
  margin-bottom: 0;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td {
  padding-right: 0;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input {
  /*  width: 180px;*/
  width: 140px;
  border: solid 1px #acb9d6;
  border-radius: 5px;
  background: white;
  padding: 1px 5px;
  margin-right: 0px;
  display: block;
  float: left;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box {
  height: inherit;
  border: none;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table tr td ::-webkit-input-placeholder {
  font-size: 12px;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table tr td :-ms-input-placeholder {
  font-size: 12px;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsib_a {
  padding: 0;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsib_b .gsst_b {
  padding: 0;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsib_b .gsst_a {
  padding: 0;
  position: absolute;
  top: 5px;
  right: 35px;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsib_b .gsst_a .gscb_a {
  display: none;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button {
  width: 30px;
  display: block;
  height: 29px;
  text-align: center;
  padding: 0;
  background: #213b85;
  border-radius: 5px;
  border: none;
  float: right;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
  background: #213b85;
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  width: 16px;
  height: 16px;
}

#searchbtn td.gsc-search-button {
  width: 30px;
  display: block;
  height: 29px;
  text-align: center;
  padding: 0;
  background: #213b85;
  border-radius: 5px;
  border: none;
  float: right;
}

/* 検索ボックス NEW */

#searchbtn {
  /*  width: 215px;*/
  width: 180px;
  position: relative;
  top: -5px;
}

#searchbtn .gsc-control-searchbox-only {
  border-radius: 5px !important;
  background: blue;
  height: 25px;
  position: relative;
  border: none;
  background: none !important;
  padding: 0;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box {
  margin-bottom: 0;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box {
  margin-bottom: 0;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td {
  padding-right: 0;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-input {
  /*  width: 180px;*/
  width: 140px;
  border: solid 1px #acb9d6;
  border-radius: 5px;
  background: white;
  padding: 1px 5px;
  margin-right: 0px;
  display: block;
  float: left;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box {
  height: inherit;
  border: none;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table tr td ::-webkit-input-placeholder {
  font-size: 12px;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table tr td :-ms-input-placeholder {
  font-size: 12px;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsib_a {
  padding: 0;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsib_b .gsst_b {
  padding: 0;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsib_b .gsst_a {
  padding: 0;
  position: absolute;
  top: 5px;
  right: 35px;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsib_b .gsst_a .gscb_a {
  display: none;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-search-button {
  width: 30px;
  display: block;
  height: 29px;
  text-align: center;
  padding: 0;
  background: #213b85;
  border-radius: 5px;
  border: none;
  float: right;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
  background: #213b85;
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  width: 16px;
  height: 16px;
}

#searchbtn td.gsc-search-button {
  width: 30px;
  display: block;
  height: 29px;
  text-align: center;
  padding: 0;
  background: #213b85;
  border-radius: 5px;
  border: none;
  float: right;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-search-button .gsc-search-button-v2:focus,
#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button .gsc-search-button-v2:active {
  border: none;
  -webkit-box-shadow: 0 0 0 0;
}

#searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box:after {
  content: "";
  display: block;
  clear: both;
}

/* 検索ボックス NEW */


#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button .gsc-search-button-v2:focus,
#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button .gsc-search-button-v2:active {
  border: none;
  -webkit-box-shadow: 0 0 0 0;
}

#searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box:after {
  content: "";
  display: block;
  clear: both;
}

.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
  border: 1px solid #000;
  outline: none;
}

/*SP*/
@media (max-width: 640px) {
  header {
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 101;
    position: relative;
  }

  header .inner01 {
    width: 100%;
  }

  header #header {
    height: 60px;
    position: relative;
  }

  header #header h1 {
    width: 230px;
    position: absolute;
    top: 8px;
    left: 12px;
  }

  header #header h1 img {
    width: 100%;
  }

  header #header #hnav01 {
    display: none;
  }

  header #header #hnav02 {
    display: none;
  }

  header #header #searchbtn {
    display: none;
  }

  header.change.active {
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    margin-bottom: 0;
    background-color: white;
    box-shadow: 0px 2px 4px #999;
  }

  header.change.active #header {
    height: 60px;
    position: relative;
  }

  header.change.active #header h1 {
    width: 200px;
    position: absolute;
    top: 12px;
    left: 12px;
  }

  header.change.active #header h1 img {
    width: 100%;
  }

  header.change.active #header #hnav02 {
    display: none;
  }

  header.change.active nav#gnav>ul>li {
    padding-bottom: 10px;
  }
}

/* ---------------------------------
Ex
---------------------------------- */
.ex02 {
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0px;
}

.ex03 {
  font-size: 13px;
  font-weight: bold;
  color: #555;
  border: solid 1px #ccc;
  padding: 10px;
  line-height: 1.6em;
  letter-spacing: 0px;
}

.ex04 {
  font-size: 14px;
  border: solid 3px #E34F4B;
  padding: 10px;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0px;
}

/* ---------------------------------
Title
---------------------------------- */
.tit01 {
  font-size: 35px;
  letter-spacing: 1px;
  color: #0046A5;
  font-weight: 100;
}

.tit01 a {
  color: #0046A5;
  text-decoration: none;
}

.tit02 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 35px;
  text-align: center;
}

.tit02 h3 {
  padding: 10px;
  padding-bottom: 2px;
  color: #002c60;
  border-bottom: solid 1px #002c60;
  display: inline-block;
}

.tit03 {
  font-size: 20px;
  border-left: solid 4px #002c60;
  padding-left: 15px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.tit03 span {
  display: inline-block;
  margin-left: 15px;
  letter-spacing: 0px;
  font-size: 12px;
  color: #cc0000;
  font-weight: bold;
}

.tit03 span.sub {
  display: block;
  font-size: 14px;
  color: #444;
  margin-left: 0;
}

.tit04 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.tit05 {
  font-size: 15px;
  padding: 5px;
  background: #eef;
  letter-spacing: 1px;
  margin-bottom: 5px;
  border-left: solid 5px #ccf;
  margin-bottom: 5px;
}

.tit06 {
  background: #002c60;
  color: white;
  font-size: 20px;
  padding: 8px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.tit07 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
}

.tit08 {
  font-size: 33px;
  padding-top: 10px;
  margin-bottom: 38px;
  letter-spacing: 2px;
  font-weight: 500;
}

.tit09 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.tit10 {
  font-size: 15px;
  padding: 5px;
  color: #fff;
  background: #002c60;
  letter-spacing: 1px;
  margin-bottom: 5px;
  border-left: solid 5px #002c60;
  margin-bottom: 5px;
}

/*SP*/
@media (max-width: 640px) {
  .tit01 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #0046A5;
    font-weight: 100;
  }

  .tit01 a {
    color: #0046A5;
    text-decoration: none;
  }

  .tit03 {
    font-size: 18px;
    border-left: solid 4px #002c60;
    padding-left: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .tit03 span {
    margin-left: 0;
  }

  .tit04 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }

  .tit06 {
    background: #002c60;
    color: white;
    font-size: 18px;
    padding: 5px 10px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}

/* ---------------------------------
Button
---------------------------------- */
.btn01 {
  border: solid 1px #002c60;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  background: url(../img/icon_tri_b.png) no-repeat 98% 50%;
  background-size: 6px;
  position: relative;
}

.btn01 a {
  padding: 15px;
  display: block;
  text-decoration: none !important;
  box-shadow: 2px 2px 1px #002c60;
}

.btn01 a:hover {
  background: #f0f0f0 url(../img/icon_tri_b.png) no-repeat 98% 50%;
  text-decoration: none;
  box-shadow: 2px 1px 1px #002c60;
  background-size: 6px;
}

.btn01:hover {
  position: relative;
  top: 2px;
}

.btn02 {
  zoom: 1;
  display: inline-block;
}

.btn02:after {
  display: table;
  clear: both;
  content: "";
}

.btn02:before {
  display: table;
  content: "";
}

.btn02 a {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 8px 15px;
  display: block;
  text-decoration: none !important;
}

.btn02 a:hover {
  background: #f0f0f0;
}

.btn02.flr {
  float: right;
}

.btn03 {
  zoom: 1;
  display: inline-block;
}

.btn03:after {
  display: table;
  clear: both;
  content: "";
}

.btn03:before {
  display: table;
  content: "";
}

.btn03 a {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 8px 15px;
  display: block;
  background: #3092c0;
  color: #fff !important;
  text-decoration: none !important;
}

.btn03 a:hover {
  transition: 1.0s;
  opacity: 0.8;
}

.btn03.flr {
  float: right;
}

.photosub {
  font-size: 11px;
  display: block;
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 10px;
}

/*SP*/
@media (max-width: 640px) {
  .btn01 {
    border: solid 1px #002c60;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    background: url(../img/icon_tri_b.png) no-repeat 98% 50%;
    background-size: 6px;
    margin-bottom: 20px;
    position: relative;
  }

  .btn01 a {
    padding: 15px;
    display: block;
    text-decoration: none !important;
    box-shadow: 2px 2px 1px #002c60;
  }

  .btn01 a:hover {
    background: #f0f0f0 url(../img/icon_tri_b.png) no-repeat 98% 50%;
    text-decoration: none;
    box-shadow: 2px 1px 1px #002c60;
    background-size: 6px;
  }

  .btn01:hover {
    position: relative;
    top: 2px;
  }

  .btn02 {
    zoom: 1;
    display: block;
    margin-top: 10px;
  }

  .btn02:after {
    display: table;
    clear: both;
    content: "";
  }

  .btn02:before {
    display: table;
    content: "";
  }

  .btn02 a {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 8px 15px;
    display: block;
    text-decoration: none !important;
  }

  .btn02 a:hover {
    background: #f0f0f0;
  }

  .btn02.flr {
    float: none;
  }
}

/* ---------------------------------
Table
---------------------------------- */
.table01 {
  width: 100%;
  margin-bottom: 40px;
  border-top: solid 1px #ccc;
}

.table01 tr th,
.table01 tr td {
  text-align: left;
  vertical-align: top;
  padding: 10px;
  border-bottom: solid 1px #ccc;
}

.table01 tr th {
  white-space: nowrap;
  background: #f5f5f5;
}

.table01 tr td {
  line-height: 2em;
}

.table01 tr td a {
  text-decoration: underline;
  color: #002c60;
}

.table01.line01 th:nth-child(1) {
  width: 215px;
}

.table01.line01 th:nth-child(2) {
  width: 315px;
}

.table02 {
  width: 100%;
  margin-bottom: 40px;
  border-top: solid 1px #ccc;
}

.table02 tr th,
.table02 tr td {
  text-align: left;
  vertical-align: top;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}

.table02 tr th {
  background: #f5f5f5;
}

.table02 tr th:nth-child(1) {
  width: 40px;
  padding-left: 10px;
}

.table02 tr th:nth-child(2) {
  width: 30px;
}

.table02 tr th:nth-child(3) {
  width: 40px;
}

.table02 tr td {
  padding-left: 15px;
  line-height: 2em;
}

.table03 {
  width: 100%;
  margin-bottom: 40px;
}

.table03 tr th,
.table03 tr td {
  border: solid 1px #ccc;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

.table03 tr th {
  white-space: nowrap;
  background: #f0f0f0;
}

.table03 tr td {
  line-height: 2em;
}

.table03 tr.supertitle th {
  background: #333;
  color: white;
}

.table04 {
  width: 100%;
  margin-bottom: 20px;
}

.table04 tr th,
.table04 tr td {
  border: solid 1px #ccc;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

.table04 tr th {
  white-space: nowrap;
  background: #f0f0f0;
}

.table04 tr th.super {
  background: #888;
  color: white;
}

.table04 tr td {
  line-height: 2em;
}

.table04 tr.supertitle th {
  background: #002c60;
  color: white;
}

.table05 {
  width: 100%;
  margin-bottom: 40px;
  border-top: solid 1px #ccc;
}

.table05 tr th,
.table05 tr td {
  text-align: left;
  vertical-align: top;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}

.table05 tr th {
  background: #f5f5f5;
}

.table05 tr th:nth-child(1) {
  width: 40px;
  padding-left: 10px;
}

.table05 tr th:nth-child(2) {
  width: 46px;
}

.table05 tr td {
  padding-left: 15px;
  line-height: 2em;
}

.table06 tr td {
  border: none;
  padding: 2px;
}

.table07 {
  width: 100%;
  margin-bottom: 40px;
  /*  border-top: solid 1px #ccc;*/
}

.table07 tr th,
.table07 tr td {
  text-align: center;
  padding: 10px 0;
  width: 50%;
  /*  border-bottom: solid 1px #ccc;*/
}

.table03 li {
  display: flex;
  list-style: none;
  text-align: left;
}

.table03 li.header span,
/* ヘッダーのspanに同じ幅を適用 */
.table03 li.row span {
  flex: 1;
  padding: 10px;
  border-left: 1px solid #ccc;
}

.table03 li.row span {
  border-bottom: 1px solid #ccc;
}

.table03 li.header span {
  text-align: center;
}

.table03 li.header span:first-child {
  border-left: none;
  /* 最後のセルには下のボーダーを追加しない */
}

.table03 li.header span:last-child {
  border-bottom: none;
  /* 最後のセルには下のボーダーを追加しない */
}

.table03 li.row span:last-child {
  border-right: 1px solid #ccc;
  /* 最後のセルに右のボーダーを追加 */
}


.table03 li.header,
.table03 li.supertitle {
  background: #f0f0f0;
  font-weight: bold;
  border: 1px solid #ccc;
}

.table03 li.supertitle {
  background: #333;
  color: white;
  border-color: #333;
  padding: 15px;
}

@media (max-width: 768px) {
  .table03 li {
    display: block;
    border: 1px solid #ccc;
    margin: 10px 0;
  }

  .table03 li.supertitle {
    margin: 10px 0 0 0;
  }

  .table03 li.header {
    margin: 0 0 10px 0;
  }

  .table03 li.header span,
  .table03 li.row span {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
  }

  .table03 li.row span:last-child {
    border: none;
  }

  .table03 li.header span {
    border-bottom: 1px solid #ccc;
    /* 最後のセルには下のボーダーを追加しない */
  }

  .table03 li.header span:last-child {
    border-bottom: none;
    /* 最後のセルには下のボーダーを追加しない */
  }
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  /* 2列に並べるために折り返し */
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-list li {
  flex: 1 1 45%;
  /* リストアイテムを2列に並べる */
  margin: 10px;
}

.link-list a {
  display: block;
  padding: 15px;
  text-align: center;
  background-color: #f0f0f0;
  border: 2px solid #ccc;
  /* 枠線を追加 */
  text-decoration: none;
  color: #333;
  font-weight: bold;
  /* transition: background-color 0.3s, border-color 0.3s;
  ボタンのアニメーション */
}

.link-list a:hover {
  background-color: #ddd;
  border-color: #888;
}


@media (max-width: 640px) {

  .table07 tr th,
  .table07 tr td {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    display: block;
  }

}

.table07 tr td {
  padding-left: 15px;
  line-height: 2em;
}

.dl_table {
  margin-bottom: 50px;
}

.dl_table tr th,
.dl_table tr td {
  padding: 10px;
  border: solid 1px #ccc;
}

.dl_table tr th {
  text-align: left;
  background: #f0f0f0;
}

.dl_table tr td {
  text-align: center;
}

/* ---------------------------------
List
---------------------------------- */
ul.list01 {
  width: 1000px;
  margin: 0 auto;
  zoom: 1;
  margin-bottom: 40px;
}

ul.list01:after {
  display: table;
  clear: both;
  content: "";
}

ul.list01:before {
  display: table;
  content: "";
}

ul.list01 li {
  width: 200px;
  float: left;
  margin-right: 66px;
  text-align: center;
  font-size: 16px;
}

ul.list01 li a {
  line-height: 48px;
  border: solid 1px #002c60;
  border-radius: 5px;
  display: block;
}

ul.list01 li:last-child {
  margin-right: 0;
}

ul.list01 li.on a,
ul.list01 li a:hover {
  text-decoration: none;
  background: #002c60;
  color: white;
}

ul.listmenu_2 {
  zoom: 1;
}

ul.listmenu_2:after {
  display: table;
  clear: both;
  content: "";
}

ul.listmenu_2:before {
  display: table;
  content: "";
}

ul.listmenu_2 li {
  width: 490px;
}

ul.listmenu_2 li:nth-child(odd) {
  float: left;
  background: green;
}

ul.listmenu_2 li:nth-child(even) {
  float: right;
  background: blue;
}

div.listmenu_3 {
  margin-bottom: 60px;
}

div.listmenu_3 .filter {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

div.listmenu_3 ul {
  zoom: 1;
}

div.listmenu_3 ul:after {
  display: table;
  clear: both;
  content: "";
}

div.listmenu_3 ul:before {
  display: table;
  content: "";
}

div.listmenu_3 ul li {
  width: 313px;
  height: 200px;
  color: white;
  overflow: hidden;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
}

div.listmenu_3 ul li a {
  color: white;
}

div.listmenu_3 ul li span.filter {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/next.png) no-repeat 97% 90%, url(../img/lay_gra.png) repeat-x left 80%;
}

div.listmenu_3 ul li h3 {
  font-size: 22px;
  font-weight: 100;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
}

div.listmenu_3 ul li:nth-child(3n) {
  margin-right: 10px;
}


/* */


div.listmenu_4 {
  margin-bottom: 60px;
}

div.listmenu_4 .filter {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

div.listmenu_4 ul {
  zoom: 1;
}

div.listmenu_4 ul:after {
  display: table;
  clear: both;
  content: "";
}

div.listmenu_4 ul:before {
  display: table;
  content: "";
}

div.listmenu_4 ul li {
  width: 230px;
  height: 150px;
  color: white;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 25px;
  position: relative;
}

div.listmenu_4 ul li a {
  color: white;
}

div.listmenu_4 ul li span.filter {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/next.png) no-repeat 97% 90%, url(../img/lay_gra.png) repeat-x left 80%;
}

div.listmenu_4 ul li h3 {
  font-size: 16px;
  font-weight: 100;
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 1;
  color: white;
}

div.listmenu_4 ul li:nth-child(3n) {
  margin-right: 10px;
}


/* */


div.listmenu_5 {
  margin-bottom: 60px;
}

div.listmenu_5 .filter {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

div.listmenu_5 ul {
  zoom: 1;
}

div.listmenu_5 ul:after {
  display: table;
  clear: both;
  content: "";
}

div.listmenu_5 ul:before {
  display: table;
  content: "";
}

div.listmenu_5 ul li {

  color: white;
  overflow: hidden;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
}

div.listmenu_5 ul li a {
  color: white;
}

div.listmenu_5 ul li span.filter {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/next.png) no-repeat 97% 90%, url(../img/lay_gra.png) repeat-x left 80%;
}

div.listmenu_5 ul li h3 {
  font-size: 22px;
  font-weight: 100;
  /*  position: absolute;*/
  bottom: 15px;
  left: 15px;
  z-index: 1;
}

div.listmenu_5 ul li:nth-child(5n) {
  margin-right: 10px;
}

div.listmenu_5 ul li h3 {
  font-size: 14px !important;
  color: black;
}

/* */


.file {
  color: white;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -2px;
  letter-spacing: 2px;
  font-size: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  padding-bottom: 0;
  border-radius: 3px;
}

.file.pdf {
  background: #F15642;
}

.file.new {
  background: #f00;
}

.file.movie {
  background: #E62117;
}

.file.other {
  background: #002c60;
  font-size: 14px;
}

.file.web {
  background: #0000cd;
}

.file.word {
  background: #2b5797;
}

.file.excel {
  background: #1e7145;
}

ul.list02 {
  background: #f6f6f6;
  padding: 10px 15px;
}

ul.list02 li {
  background: url(../img/icon_sq.png) no-repeat 0 50%;
  background-size: 5px;
  font-size: 14px;
  padding-left: 22px;
  line-height: 35px;
  font-weight: bold;
}

ul.list03 {
  zoom: 1;
  margin-bottom: 50px;
}

ul.list03:after {
  display: table;
  clear: both;
  content: "";
}

ul.list03:before {
  display: table;
  content: "";
}

ul.list03 li {
  float: left;
  width: 165px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
}

ul.list03 li img {
  width: 100%;
}

ul.list03 li:nth-child(4n) {
  margin-right: 0;
}

ul.list03 li dl dd {
  margin-bottom: 10px;
  font-weight: bold;
}

ul.list04 {
  zoom: 1;
  margin-bottom: 50px;
}

ul.list04:after {
  display: table;
  clear: both;
  content: "";
}

ul.list04:before {
  display: table;
  content: "";
}

ul.list04 li {
  width: 50%;
  margin-bottom: 20px;
  float: left;
}

ul.list04 li dl dt {
  background: url(../img/icon_tri_b.png) no-repeat 0 50%;
  background-size: 6px;
  padding-left: 12px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

ul.list04 li dl dt a {
  color: #f07b00;
}

ul.list05 {
  zoom: 1;
  margin-bottom: 50px;
}

ul.list05:after {
  display: table;
  clear: both;
  content: "";
}

ul.list05:before {
  display: table;
  content: "";
}

ul.list05 li {
  float: left;
  width: 226px;
  text-align: center;
  line-height: 150px;
  margin-right: 20px;
}

ul.list05 li img {
  width: 100%;
}

ul.list05 li:nth-child(3n) {
  margin-right: 0;
  width: 228px;
}

ul.list06 {
  zoom: 1;
}

ul.list06:after {
  display: table;
  clear: both;
  content: "";
}

ul.list06:before {
  display: table;
  content: "";
}

ul.list06 li {
  width: 50%;
  float: left;
  border: solid 1px #ccc;
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 15px;
  font-size: 14px;
  background: url(../img/icon_tri_b.png) no-repeat 10px 50%;
  background-size: 6px;
  padding-left: 25px;
}

ul.list06 li a {
  text-decoration: underline;
}

ul.list07 {
  zoom: 1;
}

ul.list07:after {
  display: table;
  clear: both;
  content: "";
}

ul.list07:before {
  display: table;
  content: "";
}

ul.list07 li {
  width: 100%;
  border: solid 1px #ccc;
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 15px;
  font-size: 14px;
  background-size: 6px;
  padding-left: 25px;
}

ul.list07 li a {
  text-decoration: underline;
}

ul.list07 li span {
  text-decoration: none;
}

ul.list08 {
  zoom: 1;
  margin-bottom: 20px;
}

ul.list08:after {
  display: table;
  clear: both;
  content: "";
}

ul.list08:before {
  display: table;
  content: "";
}

ul.list08 li {
  width: 85px;
  height: 61px;
  overflow: hidden;
  float: left;
  padding: 5px;
  border: solid 1px #ccc;
  margin-right: 20px;
  margin-bottom: 15px;
}

ul.list08 li img {
  vertical-align: bottom;
  max-width: 100%;
}

ul.list08 li:nth-child(7n) {
  /*  margin-right: 0px;*/
}

ul.list08.mov li {
  height: inherit;
}

ul.list08.mov li span {
  font-weight: bold;
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}

ul.list09 {
  margin-bottom: 25px;
}

ul.list09 li {
  border: solid 1px #ccc;
  width: 100%;
  margin-bottom: -1px;
}

ul.list09 li:nth-child(2n) {
  margin-right: 0;
}

ul.list09 li dl {
  zoom: 1;
}

ul.list09 li dl:after {
  display: table;
  clear: both;
  content: "";
}

ul.list09 li dl:before {
  display: table;
  content: "";
}

ul.list09 li dl dt {
  padding: 10px;
  width: 20%;
  float: left;
}

ul.list09 li dl dt img {
  width: 100%;
  vertical-align: bottom;
}

ul.list09 li dl dd {
  width: 80%;
  float: right;
  padding: 5px 10px;
}

ul.list09 li dl dd span {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}

ul.list10 {
  background: #f6f6f6;
  padding: 10px 15px;
}

ul.list10 li {
  background: url(../img/icon_sq.png) no-repeat 0 0.6em;
  background-size: 5px;
  font-size: 14px;
  padding-left: 22px;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

ul.list11 {
  zoom: 1;
  margin-bottom: 35px;
}

ul.list11:after {
  display: table;
  clear: both;
  content: "";
}

ul.list11:before {
  display: table;
  content: "";
}

ul.list11 li {
  padding: 8px;
  height: 90px;
  border: solid 1px #ccc;
  width: 50%;
  margin-right: -1px;
  margin-bottom: -1px;
  float: left;
}

ul.list11 li dl {
  zoom: 1;
}

ul.list11 li dl:after {
  display: table;
  clear: both;
  content: "";
}

ul.list11 li dl:before {
  display: table;
  content: "";
}

ul.list11 li dl dt {
  width: 30%;
  height: 67px;
  overflow: hidden;
  float: left;
}

ul.list11 li dl dt img {
  width: 100%;
  vertical-align: bottom;
}

ul.list11 li dl dd {
  width: 70%;
  float: left;
  padding-left: 8px;
  padding-right: 2px;
  font-size: 12px;
  line-height: 1.5em;
}

ul.list11 li dl dd span {
  letter-spacing: -1px;
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}

ul.list12 {
  zoom: 1;
}

ul.list12:after {
  display: table;
  clear: both;
  content: "";
}

ul.list12:before {
  display: table;
  content: "";
}

ul.list12 li {
  width: 145px;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}

ul.list12 li img {
  width: 100%;
}

ul.list12 li:nth-child(4n) {
  margin-right: 0;
}

ul.list12 li dl dd {
  background: url(../img/icon_sq.png) no-repeat 0 10px;
  background-size: 3px;
  padding: 0 5px;
  padding-left: 10px;
  font-weight: bold;
}

ul.list13 {
  zoom: 1;
}

ul.list13:after {
  display: table;
  clear: both;
  content: "";
}

ul.list13:before {
  display: table;
  content: "";
}

ul.list13 li {
  width: 145px;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 140px;
  float: left;
}

ul.list13 li img {
  width: 100%;
}

ul.list13 li:nth-child(4n) {
  margin-right: 0;
}

ul.list13 li dl dd {
  background-size: 3px;
  font-size: 12px;
  line-height: 1.4em;
  padding: 0 5px;
  font-weight: bold;
}

ul.list_eq {
  zoom: 1;
  margin-bottom: 35px;
}

ul.list_eq li {
  padding: 8px;
  height: 100px;
  border: solid 1px #ccc;
  width: 50%;
  margin-right: -1px;
  margin-bottom: -1px;
  float: left;
}

ul.list_eq li dl {
  zoom: 1;
}

ul.list_eq li dl dt {
  width: 30%;
  height: 67px;
  overflow: hidden;
  float: left;
}

ul.list_eq li dl dt img {
  width: 100%;
  vertical-align: bottom;
}

ul.list_eq li dl dd {
  width: 70%;
  float: left;
  padding-left: 8px;
  padding-right: 2px;
  font-size: 12px;
  line-height: 1.5em;
}

ul.list_eq li dl dd span {
  letter-spacing: -1px;
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}

ul.list_eq li:after {
  display: table;
  clear: both;
  content: "";
}

ul.list_eq li:before {
  display: table;
  content: "";
}

ul.list_eq:after {
  display: table;
  clear: both;
  content: "";
}

ul.list_eq:before {
  display: table;
  content: "";
}

ul.list14 {
  zoom: 1;
  margin-bottom: 20px;
}

ul.list14:after {
  display: table;
  clear: both;
  content: "";
}

ul.list14:before {
  display: table;
  content: "";
}

ul.list14 li {
  width: 30%;
  overflow: hidden;
  float: left;
  padding: 5px;
  border: solid 1px #ccc;
  margin-right: 20px;
  margin-bottom: 15px;
}

ul.list14 li img {
  vertical-align: bottom;
  width: 100%;
}

ul.list14 li:nth-child(7n) {
  /*  margin-right: 0px;*/
}

ul.list14.mov li {
  height: inherit;
}

ul.list14.mov li span {
  font-weight: bold;
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}

/*SP*/
@media (max-width: 640px) {
  div.listmenu_3 {
    margin-bottom: 60px;
  }

  div.listmenu_3 .filter {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  div.listmenu_3 ul {
    padding: 0 30px;
    zoom: 1;
  }

  div.listmenu_3 ul:after {
    display: table;
    clear: both;
    content: "";
  }

  div.listmenu_3 ul:before {
    display: table;
    content: "";
  }

  div.listmenu_3 ul li {
    width: 100%;
    height: inherit;
    color: black;
    overflow: inherit;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
    position: relative;
  }

  div.listmenu_3 ul li a {
    font-weight: 500;
    letter-spacing: 1px;
    color: #002c60;
  }

  div.listmenu_3 ul li a img {
    border: solid 1px #ccc;
    border-top: none;
    width: 100%;
    vertical-align: top;
  }

  div.listmenu_3 ul li span.filter {
    display: none;
  }

  div.listmenu_3 ul li h3 {
    background: #002c60;
    color: white;
    border: solid 1px #ccc;
    padding: 7px;
    font-size: 15px;
    font-weight: 100;
    position: static;
    text-align: center;
    z-index: 1;
  }

  div.listmenu_3 ul li:nth-child(3n) {
    margin-right: 10px;
  }


  div.listmenu_4 {
    margin-bottom: 60px;
  }

  div.listmenu_4 .filter {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  div.listmenu_4 ul {
    padding: 0 30px;
    zoom: 1;
  }

  div.listmenu_4 ul:after {
    display: table;
    clear: both;
    content: "";
  }

  div.listmenu_4 ul:before {
    display: table;
    content: "";
  }

  div.listmenu_4 ul li {
    width: 100%;
    height: inherit;
    color: black;
    overflow: inherit;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
    position: relative;
  }

  div.listmenu_4 ul li a {
    font-weight: 500;
    letter-spacing: 1px;
    color: #002c60;
  }

  div.listmenu_4 ul li a img {
    border: solid 1px #ccc;
    border-top: none;
    width: 100%;
    vertical-align: top;
  }

  div.listmenu_4 ul li span.filter {
    display: none;
  }

  div.listmenu_4 ul li h3 {
    background: #002c60;
    color: white;
    border: solid 1px #ccc;
    padding: 7px;
    font-size: 15px;
    font-weight: 100;
    position: static;
    text-align: center;
    z-index: 1;
  }

  div.listmenu_4 ul li:nth-child(3n) {
    margin-right: 10px;
  }


  ul.list03 {
    zoom: 1;
    margin-bottom: 30px;
  }

  ul.list03:after {
    display: table;
    clear: both;
    content: "";
  }

  ul.list03:before {
    display: table;
    content: "";
  }

  ul.list03 li {
    float: left;
    width: 49%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  ul.list03 li img {
    width: 100%;
  }

  ul.list03 li:nth-child(2n) {
    margin-right: 0;
  }

  ul.list05 {
    zoom: 1;
    margin-bottom: 50px;
  }

  ul.list05:after {
    display: table;
    clear: both;
    content: "";
  }

  ul.list05:before {
    display: table;
    content: "";
  }

  ul.list05 li {
    float: left;
    width: 30%;
    text-align: center;
    line-height: 100px;
    margin-right: 5%;
  }

  ul.list05 li img {
    width: 100%;
  }

  ul.list05 li:nth-child(3n) {
    margin-right: 0;
    width: 30%;
  }

  ul.list08 {
    zoom: 1;
    margin-bottom: 20px;
  }

  ul.list08:after {
    display: table;
    clear: both;
    content: "";
  }

  ul.list08:before {
    display: table;
    content: "";
  }

  ul.list08 li {
    width: 27%;
    height: inherit;
    height: auto;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    padding: 0px;
    border: solid 1px #ccc;
    margin: 1.5%;
  }

  ul.list08 li img {
    vertical-align: bottom;
    width: 100%;
  }

  ul.list08 li:nth-child(7n) {
    margin: 1.5%;
  }

  ul.list08.mov li {
    height: inherit;
  }

  ul.list08.mov li span {
    font-weight: bold;
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
  }

  ul.list11 {
    zoom: 1;
    margin-bottom: 35px;
  }

  ul.list11:after {
    display: table;
    clear: both;
    content: "";
  }

  ul.list11:before {
    display: table;
    content: "";
  }

  ul.list11 li {
    padding: 8px;
    height: inherit;
    border: solid 1px #ccc;
    width: 100%;
    margin-right: 0px;
    margin-bottom: -1px;
    float: none;
  }

  ul.list11 li dl {
    zoom: 1;
  }

  ul.list11 li dl:after {
    display: table;
    clear: both;
    content: "";
  }

  ul.list11 li dl:before {
    display: table;
    content: "";
  }

  ul.list11 li dl dt {
    width: 30%;
    float: left;
  }

  ul.list11 li dl dt img {
    width: 100%;
    vertical-align: bottom;
  }

  ul.list11 li dl dd {
    width: 70%;
    float: left;
    padding-left: 8px;
    padding-right: 2px;
    font-size: 12px;
    line-height: 1.5em;
  }

  ul.list11 li dl dd span {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
  }
}

/* ---------------------------------
Table
---------------------------------- */
.overtable {
  overflow-x: scroll;
}

.overtable:before span {
  display: block;
}

/*SP*/
/* ---------------------------------
Cont
---------------------------------- */
nav#breadcrumb {
  background: #002c60;
}

nav#breadcrumb ul {
  width: 1000px;
  margin: 0 auto;
  zoom: 1;
}

nav#breadcrumb ul:after {
  display: table;
  clear: both;
  content: "";
}

nav#breadcrumb ul:before {
  display: table;
  content: "";
}

nav#breadcrumb ul li {
  line-height: 50px;
  float: left;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 17px;
  margin-left: 12px;
  background: url(../img/icon_tri.png) no-repeat left 50%;
  color: white;
}

nav#breadcrumb ul li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none;
}

nav#breadcrumb ul li a {
  color: white;
}

.box01 {
  padding: 15px;
  border: solid 1px #ccc;
  margin-bottom: 30px;
  margin-top: -10px;
}

.box02 {
  padding: 15px;
  border: solid 1px #ccc;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2em;
}

.box02 a {
  text-decoration: underline;
  color: #002c60;
}

.box03 {
  display: block;
  background: #f4f4f4;
  padding: 12px;
}

.box03 h5 {
  font-size: 15px;
}

.box04 {
  display: block;
  background: #f0f0f0;
  padding: 12px;
  font-size: 12px;
}

.box05 {
  zoom: 1;
  margin-bottom: 15px;
}

.box05:after {
  display: table;
  clear: both;
  content: "";
}

.box05:before {
  display: table;
  content: "";
}

.box05 .box_l {
  width: 500px;
  float: left;
}

.box05 .box_r {
  width: 190px;
  float: right;
  padding: 7px;
  border: solid 1px #ccc;
}

.box05 .box_r img {
  width: 100%;
  vertical-align: bottom;
}

dl.box06 {
  zoom: 1;
  margin-bottom: 15px;
}

dl.box06:after {
  display: table;
  clear: both;
  content: "";
}

dl.box06:before {
  display: table;
  content: "";
}

dl.box06 dt {
  width: 265px;
  float: left;
}

dl.box06 dd {
  width: 430px;
  padding: 15px;
  border: solid 1px #ccc;
  float: right;
}

/*SP*/
@media (max-width: 640px) {
  nav#breadcrumb {
    display: none;
  }

  .box05 {
    zoom: 1;
    margin-bottom: 15px;
  }

  .box05:after {
    display: table;
    clear: both;
    content: "";
  }

  .box05:before {
    display: table;
    content: "";
  }

  .box05 .box_l {
    width: 100%;
    float: none;
  }

  .box05 .box_r {
    text-align: center;
    width: 200px;
    float: none;
    padding: 7px;
    border: solid 1px #ccc;
  }
}

/* ---------------------------------
Footer
---------------------------------- */
footer {
  border-top: solid 3px #002c60;
  background: url(../img/bg_foot.png) repeat-x;
}

footer #footer {
  width: 1000px;
  margin: 0 auto;
  height: 470px;
  position: relative;
  color: white;
}

footer #footer a {
  color: white;
}

footer #footer #f_logo {
  width: 185px;
  position: absolute;
  top: 25px;
  left: 0;
}

footer #footer #fnav {
  position: absolute;
  top: 35px;
  right: 0px;
  zoom: 1;
}

footer #footer #fnav:after {
  display: table;
  clear: both;
  content: "";
}

footer #footer #fnav:before {
  display: table;
  content: "";
}

footer #footer #fnav li {
  float: left;
  margin-left: 12px;
  width: 35px;
}

footer #footer #fnav li img {
  width: 100%;
}

footer #footer div#fmenu {
  width: 100%;
  position: absolute;
  top: 150px;
  left: 0px;
}

footer #footer div#fmenu ul {
  height: 270px;
  zoom: 1;
  border-left: solid 1px #555;
  float: left;
  width: 20%;
  padding: 15px;
}

footer #footer div#fmenu ul:after {
  display: table;
  clear: both;
  content: "";
}

footer #footer div#fmenu ul:before {
  display: table;
  content: "";
}

footer #footer div#fmenu ul:nth-child(1) {
  width: 18%;
}

footer #footer div#fmenu ul li {
  margin-bottom: 20px;
  background: url(../img/round02.png) no-repeat 0 10px;
  background-size: 2px;
  padding-left: 10px;
}

footer #footer div#fmenu ul.flist02 {
  width: 22%;
}

footer #footer div#fmenu ul.flist02 li {
  background: none;
  border: solid 1px #ccc;
  margin-bottom: 10px;
  padding: 8px;
}

footer #footer #sh501 {
  position: absolute;
  bottom: -7px;
  right: 0px;
}

footer .fmenu02 {
  width: 100%;
  float: right;
  padding: 15px;
  background: #001c3d;
  border: solid 1px #fff;
  color: white;
}

footer .fmenu02 section {
  width: 1000px;
  margin: 0 auto;
}

footer .fmenu02 h4 {
  font-size: 12px;
  padding: 1px 5px;
  border: solid 1px #ccc;
  display: inline-block;
  float: left;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

footer .fmenu02 ul {
  zoom: 1;
}

footer .fmenu02 ul:after {
  display: table;
  clear: both;
  content: "";
}

footer .fmenu02 ul:before {
  display: table;
  content: "";
}

footer .fmenu02 ul li {
  float: left;
  background: url(../img/next.png) no-repeat 0 50%;
  background-size: 5px;
  margin-right: 15px;
  padding-left: 10px;
}

footer .fmenu02 ul li a {
  color: white;
}

footer .fmenu02 ul li:last-child {
  margin-bottom: 0;
}

footer small {
  clear: both;
  display: block;
  width: 100%;
  background: #1a4271;
  color: white;
  padding: 15px;
  text-align: center;
}

/*SP*/
@media (max-width: 640px) {
  footer {
    background: #001c3d;
  }

  footer #footer {
    width: 100%;
    padding: 50px 10px;
    height: inherit;
    position: relative;
    color: white;
  }

  footer #footer a {
    color: white;
  }


  /* 追加分ここから */
  footer #footer div#fmenu {
    position: static;
    margin-top: 30px;
  }

  footer #footer div#fmenu ul {
    height: 100%;
    zoom: 1;
    border-left: solid 0px;
    width: 50%;
    padding: 0px;
  }

  footer #footer div#fmenu ul:nth-child(1) {
    width: 50%;
  }

  footer #footer #sh501 {
    display: none;
  }

  /* 追加分ここまで */


  footer #footer #f_logo {
    width: 110px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    position: static;
  }

  footer #footer #f_logo img {
    width: 100%;
  }

  footer #footer #fnav {
    position: static;
    text-align: center;
  }

  footer #footer #fnav li {
    display: inline-block;
    float: none;
    margin-left: 8px;
  }

  footer #footer #fnav li:first-child {
    margin-left: 0;
  }

  footer #footer div#fmenu {
    /*    display: none;*/
  }

  footer #footer #sh501 {
    width: 200px;
    position: absolute;
    bottom: -5px;
    right: 0px;
  }

  footer #footer #sh501 img {
    width: 100%;
  }

  footer small {
    display: block;
    width: 100%;
    background: #1a4271;
    color: white;
    padding: 15px;
    text-align: center;
  }

  footer .fmenu02 {
    width: 100%;
    float: none;
    padding: 0px;
    background: #001c3d;
    border: none;
    border-left: none;
    border-right: none;
    color: white;
  }

  footer .fmenu02 section {
    width: 100%;
  }

  footer .fmenu02 h4 {
    display: none;
  }

  footer .fmenu02 ul {
    width: 100%;
    zoom: 1;
  }

  footer .fmenu02 ul:after {
    display: table;
    clear: both;
    content: "";
  }

  footer .fmenu02 ul:before {
    display: table;
    content: "";
    clear: both;
  }

  footer .fmenu02 ul li {
    width: 25%;
    float: left;
    border: solid 1px #666;
    background: none;
    margin-right: 0px;
    padding-left: 0px;
    text-align: center;
    font-size: 11px;
  }

  footer .fmenu02 ul li a {
    padding: 15px 0;
    display: block;
    color: white;
  }

  footer .fmenu02 ul li:last-child {
    margin-bottom: 0;
  }
}

/* ---------------------------------
SP_menu
---------------------------------- */
/*SP*/
@media (max-width: 640px) {
  .overlay {
    display: block;
    position: absolute;
    height: 1000%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }

  .modal {
    display: none;
    background: white;
    color: black;
    position: fixed;
    border-radius: 10px;
    width: 90%;
    height: 90%;
    overflow-y: scroll;
    padding: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 132;
    box-shadow: 0px 0px 5px #999;
    border: solid 4px #083971;
  }

  .modal section {
    position: relative;
  }

  .closebtn {
    cursor: pointer;
    text-indent: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-indent: -9999px;
    background: #083971 url(../img/work/index/close.png) no-repeat 50% 50%;
    background-size: 15px;
  }

  #menuButton {
    display: block;
    width: 42px;
    height: 42px;
    position: fixed;
    top: 6px;
    right: 10px;
    z-index: 300;
  }

  #menuButton span {
    display: block;
    background: #002c60;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  #menuButton span:first-child {
    top: 12px;
  }

  #menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }

  #menuButton span:last-child {
    bottom: 12px;
  }

  #menuButton.active span {
    color: #002c60;
    background: #002c60;
  }

  #menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }

  #menuButton.active span:nth-child(2) {
    opacity: 0;
  }

  #menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }

  aside {
    box-shadow: 2px 2px 5px #333;
    border-top: solid 2px #002c60;
    box-sizing: border-box;
    width: 100%;
    overflow-y: scroll;
    display: none;
    position: absolute;
    top: 60px;
    left: 100%;
    z-index: 2000;
  }

  aside nav#gnav {
    width: 100%;
    padding: 25px;
    padding-top: 15px;
    background: white;
    position: static;
    bottom: 0px;
    right: 0;
  }

  aside nav#gnav>ul {
    text-align: left;
    position: relative;
    padding-left: 0px;
  }

  aside nav#gnav>ul>li {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px !important;
    margin-bottom: -1px;
    font-size: 13px;
    letter-spacing: 1px;
    border: solid 1px #aaa;
    background: none;
  }

  aside nav#gnav>ul>li:hover .menu {
    transition: none;
    max-height: inherit;
    display: none;
  }

  aside nav#gnav>ul>li>a {
    display: block;
    padding-left: 25px;
    background: url(../img/icon_tri_b.png) no-repeat 10px 50%;
    background-size: 5px;
    line-height: 40px;
    color: #002c60;
    font-weight: bold;
    transition: none;
  }

  aside nav#gnav>ul .menu {
    transition: max-height .5s ease-out;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 41px;
    text-align: left;
    background: #30435a;
    color: white;
  }

  aside nav#gnav>ul .menu .menu_inner01 {
    width: 100%;
    padding: 20px 0;
  }

  aside nav#gnav>ul .menu .menu_inner01 .menu_u {
    margin-bottom: 25px;
    background: url(../img/border_vfff.png) repeat-y 310px 50%;
    zoom: 1;
  }

  aside nav#gnav>ul .menu .menu_inner01 .menu_u:after {
    display: table;
    clear: both;
    content: "";
  }

  aside nav#gnav>ul .menu .menu_inner01 .menu_u:before {
    display: table;
    content: "";
  }

  aside nav#gnav>ul .menu .menu_inner01 .menu_u h2 {
    width: 310px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 30px;
    font-size: 22px;
    float: left;
  }

  aside nav#gnav>ul .menu .menu_inner01 .menu_u h2 a {
    color: white;
  }

  aside nav#gnav>ul .menu .menu_inner01 .menu_u ul {
    width: 100%;
    padding: 30px;
    margin-bottom: -30px;
    float: right;
  }

  aside nav#gnav>ul .menu .menu_inner01 .menu_u ul li {
    width: 33%;
    float: left;
    margin-bottom: 45px;
    padding-left: 15px;
    background: url(../img/icon_tri.png) no-repeat 0 7px;
  }

  aside nav#gnav>ul .menu .menu_inner01 .menu_u ul li a {
    color: white;
  }

  aside nav#gnav>ul .menu .menu_inner01 .menu_u ul li a:hover {
    text-decoration: underline;
  }

  aside nav#gnav>ul .menu .menu_inner01 ul.menu_b {
    background: white;
    height: 180px;
    zoom: 1;
  }

  aside nav#gnav>ul .menu .menu_inner01 ul.menu_b:after {
    display: table;
    clear: both;
    content: "";
  }

  aside nav#gnav>ul .menu .menu_inner01 ul.menu_b:before {
    display: table;
    content: "";
  }

  aside nav#gnav>ul .menu .menu_inner01 ul.menu_b li {
    width: 50%;
    float: left;
  }

  aside nav#gnav>ul#hgnav01 {
    zoom: 1;
    padding: 0px;
    margin: 15px 0;
    margin-bottom: 0;
  }

  aside nav#gnav>ul#hgnav01:after {
    display: table;
    clear: both;
    content: "";
  }

  aside nav#gnav>ul#hgnav01:before {
    display: table;
    content: "";
  }

  aside nav#gnav>ul#hgnav01 li {
    background: none;
    width: 50%;
    float: left;
    border: none;
  }

  aside nav#gnav>ul#hgnav01 li a {
    line-height: 20px;
    display: block;
    border: solid 1px #e69500;
    letter-spacing: 0px;
    background: none;
    padding: 8px;
    height: 40px;
  }

  aside nav#gnav>ul#hgnav01 li:nth-child(1) {
    background: none !important;
  }

  aside nav#gnav>ul#hgnav01 li:nth-child(1) a {
    background: none;
  }

  aside nav#gnav>ul#hgnav01 li:nth-child(1) a,
  aside nav#gnav>ul#hgnav01 li:nth-child(3) a {
    border-right: none;
  }

  aside #searchbtn {
    /*    padding: 15px 25px;*/
    padding: 5px 12px 25px;
    background: #e0e0e0;
    background: white;
    padding-bottom: 0;
    width: 100%;
    position: relative;
    top: 0px;
    border: none;
  }

  aside #searchbtn .gsc-control-cse {
    border-radius: 5px !important;
    background: blue;
    height: 38px;
    position: relative;
    border: none;
    background: none !important;
    padding: 0;
  }

  aside #searchbtn .gsc-control-cse form.gsc-search-box {
    margin-bottom: 0;
  }

  aside #searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box {
    margin-bottom: 0;
  }

  aside #searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td {
    padding-right: 0;
  }

  aside #searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input {
    width: 100%;
    border: solid 1px #acb9d6;
    border-radius: 5px;
    background: white;
    padding: 5px;
    margin-right: 0px;
    display: block;
    float: left;
  }

  aside #searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box {
    height: inherit;
    border: none;
  }

  aside #searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table tr td ::-webkit-input-placeholder {
    font-size: 12px;
  }

  aside #searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table tr td :-ms-input-placeholder {
    font-size: 12px;
  }

  aside #searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsib_a {
    padding: 0;
  }

  aside #searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsib_b .gsst_b {
    padding: 0;
  }

  aside #searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsib_b .gsst_a {
    padding: 0;
    position: absolute;
    top: 5px;
    right: 35px;
  }

  aside #searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsib_b .gsst_a .gscb_a {
    display: none;
  }

  aside #searchbtn .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button {
    display: none;
  }


  /* 検索BOX NEW */

  aside #searchbtn .gsc-control-searchbox-only {
    border-radius: 5px !important;
    background: blue;
    height: 38px;
    position: relative;
    border: none;
    background: none !important;
    padding: 0;
  }

  aside #searchbtn .gsc-control-searchbox-only form.gsc-search-box {
    margin-bottom: 0;
  }

  aside #searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box {
    margin-bottom: 0;
  }

  aside #searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td {
    padding-right: 0;
  }

  aside #searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-input {
    width: 100%;
    border: solid 1px #acb9d6;
    border-radius: 5px;
    background: white;
    padding: 5px;
    margin-right: 0px;
    display: block;
    float: left;
  }

  aside #searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box {
    height: inherit;
    border: none;
  }

  aside #searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table tr td ::-webkit-input-placeholder {
    font-size: 12px;
  }

  aside #searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table tr td :-ms-input-placeholder {
    font-size: 12px;
  }

  aside #searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsib_a {
    padding: 0;
  }

  aside #searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsib_b .gsst_b {
    padding: 0;
  }

  aside #searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsib_b .gsst_a {
    padding: 0;
    position: absolute;
    top: 5px;
    right: 35px;
  }

  aside #searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsib_b .gsst_a .gscb_a {
    display: none;
  }

  aside #searchbtn .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-search-button {
    display: none;
  }

  /* 検索BOX NEW */


  body#index nav#gnav>ul>li:nth-child(1),
  body.page_about nav#gnav>ul>li:nth-child(2),
  body.page_ope nav#gnav>ul>li:nth-child(3),
  body.page_equ nav#gnav>ul>li:nth-child(4),
  body.page_release nav#gnav>ul>li:nth-child(5),
  body.page_ent nav#gnav>ul>li:nth-child(6),
  body.page_pr nav#gnav>ul>li:nth-child(7),
  body.page_recruit nav#gnav>ul>li:nth-child(8),
  nav#gnav>ul>li:hover {
    text-decoration: none;
    background: #f0f0f0 url(../img/icon_tri_b.png) no-repeat 10px 50%;
    background-size: 5px;
  }

  body#index nav#gnav>ul>li:nth-child(1) a,
  body.page_about nav#gnav>ul>li:nth-child(2) a,
  body.page_ope nav#gnav>ul>li:nth-child(3) a,
  body.page_equ nav#gnav>ul>li:nth-child(4) a,
  body.page_release nav#gnav>ul>li:nth-child(5) a,
  body.page_ent nav#gnav>ul>li:nth-child(6) a,
  body.page_pr nav#gnav>ul>li:nth-child(7) a,
  body.page_recruit nav#gnav>ul>li:nth-child(8) a,
  nav#gnav>ul>li:hover a {
    text-decoration: none;
  }
}

.btn-open {
  display: inline-block;
  width: 450px;
  height: 50px;
  text-align: center;
  background-color: #002c60;
  font-size: 16px;
  line-height: 52px;
  color: #FFF !important;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #002c60;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-open:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}

.btn-open:hover {
  color: #002c60 !important;
}

.btn-open:hover:after {
  height: 540%;
  opacity: 1;
}

.btn-open:active:after {
  height: 340%;
  opacity: 1;
}


@media (max-width: 640px) {

  .btn-open {
    display: inline-block;
    width: 280px;
    height: 50px;
    text-align: center;
    background-color: #002c60;
    font-size: 14px;
    line-height: 52px;
    color: #FFF !important;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #002c60;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .btn-open:hover:after {
    height: 400%;
    opacity: 1;
  }

}


iframe.fr2019 {
  width: 100%;
  height: 2200px !important;
}


iframe.fr2019-2 {
  width: 100%;
  height: 1200px !important;
}