@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?i1d0qs");
  src: url("../fonts/icomoon.eot?i1d0qs#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?i1d0qs") format("truetype"), url("../fonts/icomoon.woff?i1d0qs") format("woff"), url("../fonts/icomoon.svg?i1d0qs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  font-size: 87.5%;
  font-family: "Noto Sans JP", sans-serif;
}

/* ***************************
main
*************************** */
.main {
  background: #fff;
}
.main a, .main a:visited {
  color: #002d72;
}

.main.for-top {
  padding: 43px 0 14px;
}

.main__body {
  max-width: 960px;
  margin: 0 auto;
}

#base {
  height: 100px;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}
ul.disc {
  list-style: disc;
  padding-inline-start: 20px;
}

ol {
  margin: 0;
  padding-inline-start: 20px;
}
ol.bracket {
  padding-inline-start: 0;
}
ol.bracket li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  padding-left: 20px;
}
ol.bracket li:before {
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: 0;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

p, a, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
}

hr {
  margin: 38px 0 38px;
  border-top: 1px solid #004ea2;
}

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

/* ***************************
content
*************************** */
.content {
  padding: 60px 0 74px;
}

.content__body {
  margin-bottom: 70px;
}
.content__body:before, .content__body:after {
  content: "";
  display: table;
}
.content__body:after {
  clear: both;
}

.content__body__left {
  float: left;
  width: 68.75%;
}

.content__body__right {
  float: right;
  width: 26.04167%;
}

/* ***************************
img
*************************** */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

/* ***************************
headding
*************************** */
/* h1 */
h1 {
  margin: 0 0 49px;
  font-weight: bold;
  font-size: 142.85714%;
  line-height: 120%;
}

/* h2 */
h2 {
  margin: 0 0 26px;
  font-weight: bold;
  font-size: 114.28571%;
  line-height: 125%;
  color: #0089c8;
}
h2.black {
  color: #000000;
}

* + h2 {
  margin-top: 36px;
}

/* h3 */
h3,
.h-relation {
  margin: 0 0 31px;
  padding: 12px 15px 10px;
  background: #eaeaea;
  font-weight: bold;
  font-size: 100%;
  line-height: 129%;
  color: #000;
}

* + h3,
* + .h-relation {
  margin-top: 33px;
}

/* h4 */
h4 {
  position: relative;
  margin: 0 0 13px;
  padding-left: 1.14286em;
  font-weight: bold;
  font-size: 100%;
  line-height: 129%;
}
h4:before {
  content: "";
  position: absolute;
  top: 0.21429em;
  left: 0;
  border: 0.35714em solid #0089c8;
  border-bottom: 0.28571em solid #0089c8;
  border-right: 0.28571em solid #0089c8;
}

* + h4 {
  margin-top: 15px;
}

/* h5 */
h5 {
  margin: 0 0 13px;
  font-weight: bold;
  font-size: 100%;
  line-height: 129%;
}

* + h5 {
  margin-top: 15px;
}

/* ***************************
table
*************************** */
table {
  width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border-top: 1px solid #dcdddd;
  border-left: 1px solid #dcdddd;
  box-sizing: border-box;
}

* + table {
  margin-top: 33px;
}

/* ----- thead, tbody, tfoot ----- */
/* ----- cells ----- */
th,
td {
  padding: 13px 19px 11px;
  border-right: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  vertical-align: top;
}

th {
  font-weight: bold;
}

.th2 {
  background: #f7f7f7;
}

/* table2 */
.table2 {
  border-left: 0 none;
}

.table2 th,
.table2 td {
  border-right: 0 none;
}

header {
  height: 100px;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: space-between;
  background-color: #FFFFFF;
  z-index: 1000;
  border-bottom: solid 1px #DCDDDD;
}

.headerLogo {
  height: 100%;
  align-items: center;
  display: flex;
  padding: 8px 16px;
  box-sizing: border-box;
}
.headerLogo a {
  display: flex;
  height: 100%;
}
.headerLogo a img {
  max-height: 100%;
  object-fit: contain;
  display: block;
}

#headerMenu_pc {
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
  margin-left: auto;
  width: 770px;
  background-color: #002D72;
  color: #ffffff;
}
#headerMenu_pc li {
  text-align: center;
  align-items: center;
  width: 25%;
  height: 100%;
}
#headerMenu_pc a, #headerMenu_pc a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 1.15em;
}
#headerMenu_pc a.arrow::after, #headerMenu_pc a:visited.arrow::after {
  content: "\e908";
  padding-left: 3px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
#headerMenu_pc a.open, #headerMenu_pc a:hover, #headerMenu_pc a:visited.open, #headerMenu_pc a:visited:hover {
  background: linear-gradient(15deg, #001E46, #002D72);
}
#headerMenu_pc a:hover, #headerMenu_pc a:visited:hover {
  cursor: pointer;
}
#headerMenu_pc a[href^=http]:before {
  content: "\e907";
  font-family: "icomoon" !important;
  padding-right: 5px;
  top: 0;
  font-size: 133.33333%;
  line-height: 100%;
}

#headerMenu_sp {
  display: none;
}

#subMenu_sp {
  display: none;
}

.subMenu {
  position: fixed;
  top: 100px;
  width: 1200px;
  right: 0;
  display: none;
  z-index: 1000;
  background-color: #001E46;
  text-align: left;
  line-height: 172%;
  color: #ffffff;
}
.subMenu.show {
  display: block;
}
.subMenu a.btn {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  zoom: 1;
  color: #ffffff;
  letter-spacing: normal;
  padding: 12px 29px 11px 39px;
  background: #002d72;
  border: 1px solid #002d72;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 114.28571%;
  line-height: 125%;
}

.subMenu__head {
  max-width: 960px;
  margin: 0 auto;
  padding: 34px 0 18px;
}
.subMenu__head::before, .subMenu__head::after {
  content: "";
  display: table;
}
.subMenu__head::after {
  clear: both;
}

.subMenu__head__left {
  position: relative;
  float: left;
  *zoom: 1;
  letter-spacing: -0.51em;
  margin: 0 -9px -10px;
}

.subMenu__head__left__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin: 0 9px 10px;
  vertical-align: middle;
}

.subMenu__head__left__item.title {
  font-weight: bold;
  font-size: 142.85714%;
  line-height: 120%;
  color: #ffffff;
}

.subMenu__head__left__item.linkList {
  margin-top: 0;
}

.subMenu__head__right {
  float: right;
}

.subMenu__head__right ul li {
  display: inline;
}

.subMenu__head__right ul li.tozi {
  margin-left: 20px;
}

.subMenu__body {
  max-width: 960px;
  margin: 0 auto;
  padding: 46px 55px;
  background: #fff;
  color: #042F70;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.listGnavSub {
  position: relative;
  *zoom: 1;
  letter-spacing: -0.51em;
  margin: 0 -10px -20px;
}

.listGnavSub__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 50%;
  padding: 0 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.subMenu__bottom {
  padding: 27px 0;
  text-align: center;
}

.subMenu__bottom__close {
  font-size: 100%;
  line-height: 115%;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
.subMenu__bottom__close::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  border: 1px solid #ffffff;
  font-size: 10px;
  line-height: 16px;
}
.subMenu__bottom__close:hover {
  text-decoration: none;
}

/*
returnLink
--------------------------- */
.returnLink a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  padding-left: 20px;
}

.returnLink a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  position: absolute;
  top: 0.21429em;
  left: 0;
}

/*
linkList
--------------------------- */
.linkList > li {
  padding-left: 0;
}
.linkList > li:before {
  display: none;
}

.linkList > li > a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  padding-left: 18px;
  text-decoration: none;
}
.linkList > li > a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  height: 1em;
  overflow: hidden;
}
.linkList > li > a span:hover {
  text-decoration: underline;
}

.linkList > li > a[href^=http] {
  padding-left: 2.16667em;
}
.linkList > li > a[href^=http]:before {
  content: "\e907";
  top: 0;
  font-size: 133.33333%;
  line-height: 100%;
}

.inline-linkList {
  margin-bottom: 60px;
}
.inline-linkList li {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
}
.inline-linkList li:first-child {
  padding-left: 0;
}
.inline-linkList li + li {
  border-left: 1px solid #dddddd;
}

/* ***************************
returnTop
*************************** */
.returnTop {
  background: #fff;
  color: #002d72;
}

.returnTop__body {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 13px;
  text-align: right;
}

.returnTop__body__link {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  padding-left: 1.21429em;
}
.returnTop__body__link:hover {
  text-decoration: underline;
}
.returnTop__body__link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  position: absolute;
  top: 4px;
  left: 0;
  height: 1em;
  overflow: hidden;
}

/* ***************************
footer modules
*************************** */
/*
footer f-sitemap
--------------------------- */
.f-sitemap {
  *zoom: 1;
  letter-spacing: -0.51em;
}

.f-sitemap__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}

.size-quarter {
  width: 25%;
}

/* ***************************
footer
*************************** */
footer div, footer p {
  margin: 0;
  padding: 0;
}
footer a, footer a:visited {
  color: #002d72;
}

.footer__sp {
  display: none;
}

.footer__top {
  background: #dcdddd;
}

.footer__top__body {
  max-width: 960px;
  margin: 0 auto;
  padding: 38px 0 45px;
}

.footer__middle {
  background: #dcdddd;
  border-top: 1px solid #fff;
}

.footer__middle__body {
  max-width: 960px;
  margin: 0 auto;
  padding: 23px 0 15px;
}

.footer__bottom {
  background: #fff;
}

.footer__bottom__body {
  max-width: 960px;
  margin: 0 auto;
  padding: 19px 0 11px;
}
.footer__bottom__body:before, .footer__bottom__body:after {
  content: "";
  display: table;
}
.footer__bottom__body:after {
  clear: both;
}

.footer__bottom__body__left {
  float: left;
}

.footer__bottom__body__right {
  float: right;
}

.copyright {
  font-size: 85.71429%;
  line-height: 150%;
}

/*
footer linkList
--------------------------- */
.f-linkList {
  margin: 0;
}

.f-linkList.for-inline {
  position: relative;
  *zoom: 1;
  letter-spacing: -0.51em;
  margin-left: -35px;
}

.f-linkList__item {
  padding-left: 0;
  font-size: 85.71429%;
  line-height: 150%;
}
.f-linkList__item a:hover {
  text-decoration: underline;
}
.f-linkList__item:before {
  display: none;
}

.for-inline .f-linkList__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin-top: 0;
  margin-left: 35px;
  vertical-align: top;
}

.f-linkList__item__link {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  padding-left: 1.33333em;
  /* outside */
}
.f-linkList__item__link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  top: 0.25em;
  left: 0;
  height: 1em;
  overflow: hidden;
}

.f-linkList__item__link[href^=http] {
  padding-left: 2.4em;
}

.f-linkList__item__link[href^=http]:before {
  content: "\e907";
  top: 0;
  left: 3px;
  font-size: 133.33333%;
  line-height: 100%;
}

/*
footer accordion
--------------------------- */
* + .f-accordion {
  margin-top: 54px;
}

.f-accordion__head__btn {
  margin: 0;
  padding: 0;
  color: #000000;
}

.f-accordion__body {
  margin-top: 24px;
}

/*
linkBox
--------------------------- */
.linkBox {
  position: relative;
  *zoom: 1;
  letter-spacing: -0.51em;
  margin: 0 -20px -25px;
}

.linkBox__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 33.33333%;
  padding: 0 20px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.linkBox__item.current {
  display: none;
}

.linkBox__item img {
  width: 100%;
}

.linkBox__item__link {
  display: block;
}

.linkBox__item__link .title {
  position: relative;
  display: block;
  margin-top: 11px;
  padding-left: 1.33333em;
}

.linkBox__item__link .title:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  top: 0.25em;
  left: 0;
  height: 1em;
  overflow: hidden;
}

.linkBox__item__link[href^=http] .title {
  padding-left: 2.16667em;
}

.linkBox__item__link[href^=http] .title:before {
  content: "\e907";
  top: 0;
  font-size: 133.33333%;
  line-height: 100%;
}

.linkBox__item__link[href*=".pdf"] .title, .linkBox__item__link[href*=".PDF"] .title {
  position: relative;
  padding-left: 20px;
}

.linkBox__item__link[href*=".pdf"] .title:before, .linkBox__item__link[href*=".PDF"] .title:before {
  content: url(/images/icon_pdf.png);
  position: absolute;
  top: 2px;
  left: 0;
  height: auto;
  margin: 0;
  overflow: visible;
}

/* size-s */
.linkBox.size-s {
  margin: 0 0 60px;
}

.linkBox.size-s .linkBox__item {
  width: 25%;
  padding: 0 10px 25px;
}

* + .linkBox,
* + .linkBox.size-s {
  margin-top: 30px;
}
* + .linkBox .linkBox__item.pl-0,
* + .linkBox.size-s .linkBox__item.pl-0 {
  padding-left: 0;
}
* + .linkBox .linkBox__item.pr-0,
* + .linkBox.size-s .linkBox__item.pr-0 {
  padding-right: 0;
}

/*
dl
--------------------------- */
dl {
  padding-bottom: 26px;
}

dl + dl {
  padding-top: 29px;
  border-top: 1px solid #dcdddd;
}

dt {
  float: left;
  width: 250px;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #0089c8;
}

dd {
  margin-left: 250px;
}

/* ***************************
breadcrumbs
*************************** */
.breadcrumbs {
  margin-top: 8px;
}
.breadcrumbs li {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
}
.breadcrumbs li:first-child {
  padding-left: 0;
}
.breadcrumbs li + li {
  position: relative;
}
.breadcrumbs li + li:before {
  content: "/";
  position: absolute;
  transform: translateX(-100%);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* ***************************
text
*************************** */
* + p {
  margin-top: 15px;
}

strong {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*
keywordLink
--------------------------- */
.keywordLink {
  *zoom: 1;
  letter-spacing: -0.51em;
  border: 4px solid #dcdddd;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
}

.keywordLink__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  padding: 0;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.keywordLink__item + .keywordLink__item {
  margin-top: 0;
}

.keywordLink__item:nth-child(5n) {
  border-right: 0 none;
}

.keywordLink__item:before {
  display: none;
}

.keywordLink__item__link {
  display: flex;
  min-height: 72px;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  background: #eee;
  text-align: center;
}

.keywordLink__item__link:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  height: 100%;
  vertical-align: middle;
}

.keywordLink__item__link:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: middle;
  padding-left: 3px;
  padding-top: 3px;
}

.keywordLink__item__link:hover, .keywordLink__item__link.is-current {
  background: #fff;
  text-decoration: none;
}

.keywordLink__item__link__body {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  max-width: 85%;
  vertical-align: middle;
}

/* ***************************
grid
*************************** */
.row {
  position: relative;
  *zoom: 1;
  letter-spacing: -0.51em;
  margin: 0 0 -20px;
}

* + .row {
  margin-top: 30px;
}

.row + .row {
  margin-top: 20px;
}

.col {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px;
  vertical-align: top;
}
.col.pl-0 {
  padding-left: 0;
}
.col.pr-0 {
  padding-right: 0;
}

.width-1,
.table-single .width-1 {
  width: 8.33333%;
}

.width-2,
.table-single .width-2 {
  width: 16.66667%;
}

.width-3,
.table-single .width-3 {
  width: 25%;
}

.width-4,
.table-single .width-4 {
  width: 33.33333%;
}

.width-5,
.table-single .width-5 {
  width: 41.66667%;
}

.width-6,
.table-single .width-6 {
  width: 50%;
}

.width-7,
.table-single .width-7 {
  width: 58.33333%;
}

.width-8,
.table-single .width-8 {
  width: 66.66667%;
}

.width-9,
.table-single .width-9 {
  width: 75%;
}

.width-10,
.table-single .width-10 {
  width: 83.33333%;
}

.width-11,
.table-single .width-11 {
  width: 91.66667%;
}

.width-12,
.table-single .width-12 {
  width: 100%;
}

/*
modal
--------------------------- */
.modalLink {
  display: none;
}

.modalCont {
  display: none;
  position: fixed;
  /* width: 640px;*/
  width: 80%;
  background: #fff;
  z-index: 100;
}

.modalCont__body {
  padding: 20px;
}

.modalCont__close {
  position: absolute;
  top: -25px;
  right: 0;
}

.modalCont__close a {
  display: block;
  width: 20px;
  height: 20px;
}

.modalCont__close a img {
  vertical-align: top;
}

.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 90;
}

/*
anchor-offset
*/
.anchor-offset {
  position: relative;
  visibility: hidden;
}
.anchor-offset div {
  position: absolute;
  height: 100px;
  top: -100px;
  visibility: hidden;
}

/* ***************************
company
*************************** */
/*
officeList
--------------------------- */
.officeList {
  position: relative;
  *zoom: 1;
  letter-spacing: -0.51em;
  margin: 0 0 -30px;
}

.officeList__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 33.33333%;
  padding: 0 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.officeList__item.pl-0 {
  padding-left: 0;
}
.officeList__item.pr-0 {
  padding-right: 0;
}

/*
officeBox
--------------------------- */
.officeBox {
  border: 1px solid #dcdddd;
}

.officeBox__head {
  padding: 5px 15px;
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.officeBox__head:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  min-height: 60px;
  vertical-align: middle;
}

.officeBox__head__title {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  max-width: 95%;
  vertical-align: middle;
  font-weight: bold;
}

.officeBox__head__link {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  max-width: 95%;
  padding-left: 1.66667em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: bold;
}

.officeBox__head__link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  position: absolute;
  top: 0.33333em;
  left: 0;
}

.officeBox__body {
  min-height: 126px;
  padding: 16px 15px 19px;
  font-size: 85.71429%;
  line-height: 175%;
}

* + .officeBox__body {
  border-top: 1px solid #dcdddd;
}

.pb-10 {
  padding-bottom: 10px;
}

/* ***************************
width padding margin
*************************** */
.width-200px {
  width: 200px;
}

/*
contact-button
*/
.contact-button input {
  width: 496px;
  height: 74px;
  background-color: #002d72;
  color: #ffffff;
  border-radius: 15px 15px 15px 15px;
  border: none;
  position: relative;
  cursor: pointer;
}
.contact-button.right-arrow {
  position: relative;
}
.contact-button.right-arrow:after {
  content: "\e906";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  width: 12px;
  height: 12px;
  top: 37px;
  color: #ffffff;
  position: absolute;
  transform: translateY(-50%);
  right: 36px;
  pointer-events: none;
}

/*
btn
--------------------------- */
.main a.btn {
  position: relative;
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  color: #ffffff;
  letter-spacing: normal;
  padding: 12px 29px 11px 39px;
  background: #002d72;
  border: 1px solid #002d72;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 114.28571%;
  line-height: 125%;
}
.main a.btn:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  left: 15px;
  top: 55%;
  transform: translateY(-50%);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: middle;
}
.main a.btn:hover {
  background: #fff;
  border-color: #dcdddd;
  text-decoration: none;
  color: #002d72;
}

.kv-slider__item img,
.keyVisual img {
  width: 100%;
}

/*
news
--------------------------- */
.news__head:before, .news__head:after, dl::before, dl::after {
  content: "";
  display: table;
}

.news__head::after {
  clear: both;
}

.news__head__title {
  float: left;
  margin: 0;
}

.news__head__link {
  float: right;
  *zoom: 1;
  letter-spacing: -0.51em;
}

.news__head__link__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
}

.news__head__link__item + .news__head__link__item {
  margin-left: 20px;
}

.news__head__link__item a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  padding-left: 1.5em;
}

.news__head__link__item a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
}

.news__head__link__item a.for-rss:before {
  content: "\e90c";
  top: 0.21429em;
}

.news__head__link__item a.for-link:before {
  content: "\e906";
  top: 0.28571em;
}

* + .news__body {
  margin-top: 26px;
}

/* newsList */
.newsList {
  display: table;
  width: 100%;
  padding: 0;
}

.newsList + .newsList {
  margin-top: 6px;
  padding-top: 0;
  border-top: 0 none;
}

.newsList dt {
  float: none;
}

.newsList dd {
  margin-left: 0;
}

.newsList dt,
.newsList dd {
  display: table-cell;
  padding: 0;
  vertical-align: top;
}

.newsList .date {
  width: 120px;
  font-weight: normal;
  color: #000;
}

.newsList .label {
  width: 88px;
  padding-left: 10px;
}

.newsList .link {
  padding-left: 10px;
  /* pdf */
}

.newsList .link a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  padding-left: 1.71429em;
}

.newsList .link a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  top: 0.28571em;
  left: 0.28571em;
}

.newsList .link a[href*=".pdf"]:before,
.newsList .link a[href*=".PDF"]:before {
  content: url(/images/icon_pdf.png);
  top: 2px;
  left: 0;
  height: auto;
  margin: 0;
  overflow: visible;
}

.newsList .label span,
.newsLabel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  min-width: 88px;
  padding: 4px 5px 2px;
  border: 1px solid #dcdddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 71.42857%;
  line-height: 120%;
}

/*
card
--------------------------- */
.card + .card {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #002d72;
}

.card h2 {
  font-size: 142.85714%;
  line-height: 120%;
  color: #000;
}

.card__body {
  padding: 0 5px;
}

/* ***************************
navLocal
*************************** */
.navLocal {
  border: 1px solid #dcdddd;
}

.navLocal a {
  display: block;
}

.navLocal a:hover {
  background: #002d72;
  text-decoration: none;
  color: #fff;
}

.navLocal__head {
  margin: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 129%;
}

.navLocal__head__link {
  position: relative;
  padding: 15px 20px 13px 40px;
}

.navLocal__head__link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  position: absolute;
  left: 20px;
}

.navLocal__head__title {
  display: block;
  padding: 15px 20px 13px;
  color: #002d72;
}

.navLocal__body {
  margin: 0;
}

* + .navLocal__body {
  border-top: 1px solid #dcdddd;
}

.navLocal__body__item {
  margin: 0;
  padding: 0;
}

.navLocal__body__item + .navLocal__body__item {
  border-top: 1px solid #dcdddd;
}

.navLocal__body__item:before {
  display: none;
}

.navLocal__body__item__link {
  position: relative;
  padding: 13px 20px 10px 35px;
}

.navLocal__body__item__link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  top: 1.21429em;
  left: 16px;
}

.navLocal__body__item__link.is-current {
  background: #002d72;
  color: #fff;
}

.navLocal__body__item__link.is-open:before, .navLocal__body__item__link.is-active:before {
  content: "\e908";
}

/*
Cookie
*/
#headoption {
  position: fixed;
  width: 100%;
  min-height: 200px;
  background: #004295;
  bottom: 0;
  z-index: 1000;
}
#headoption.agree {
  display: none;
}
#headoption > div {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  max-width: 1220px;
  margin: auto;
  padding: 30px 20px;
}
#headoption > div > div {
  display: table;
  width: 100%;
  margin: auto;
  max-width: 1180px;
}
#headoption > div > div #usecookie {
  display: table-cell;
  vertical-align: top;
  width: 40.6779661017%;
  padding-right: 6.7796610169%;
}
#headoption > div > div #usecookie .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: bold;
}
#headoption > div > div #usecookie .agree {
  margin-top: 40px;
}
#headoption > div > div #usecookie .agree a {
  display: inline-block;
  min-width: 200px;
  height: 44px;
  font-size: 1rem;
  line-height: 44px;
  color: #000000;
  text-align: center;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
#headoption > div > div #usecookie p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
}
#headoption > div > div #usecookie p a {
  color: #ffffff;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
  text-decoration: underline;
}
#headoption > div > div #usecookie p a:hover {
  opacity: 0.7;
}
#headoption > .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
#headoption > .close:hover {
  opacity: 0.7;
}
#headoption > .close:before, #headoption > .close:after {
  content: "";
  position: absolute;
  left: -21%;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
#headoption > .close:before {
  -moz-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#headoption > .close:after {
  -moz-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
